@charset "UTF-8";

/* --------------------
*
-------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, philosophyli, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
}

ol, ul, li {
	list-style: none;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #100E0E;
}

/* --------------------

-------------------- */
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: fixed;
    z-index: 9998;
}
.btn_area {
    width: 100%;
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    text-align: center;
    z-index: 9999;
    padding: 60px 60px;
    box-sizing: border-box;
}
.btn_area p.txt {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 30px;
}
.btn_area p.title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
.btn_area ul {
    display: flex;
    justify-content: space-between;
}
.btn_area li.button {
    width: 280px;
    cursor: pointer;
    font-weight: bold;
}
.btn_area li.button:first-of-type {
    background-color: #FFE201;
    border-radius: 90px;
    padding: 20px 0;
}
.btn_area li.button a {
    color: #000;
    display: block;
    text-decoration: none;
    background-color: #01ADAD;
    border-radius: 90px;
    padding: 20px 0;
}
.btn_area button:hover {
    background: #777
}

@media all and (max-width: 991px) {
    .btn_area {
        max-width: 680px;
    }
    
    .btn_area li.button {
        width: 240px;
    }
}

@media all and (max-width: 767px) {
    .btn_area {
        width: 86%;
        padding: 60px 20px;
    }
    
    .btn_area ul {
        display: block;
    }
    
    .btn_area li.button {
        width: 100%;
        max-width: 380px;
        margin: auto auto 20px;
    }
}


/* --------------------
header
-------------------- */
#header .header_inner {
    z-index: 999;
    position: relative;
    position: fixed;
    top: 0;
    height: 64px;
}

#header .header_inner h1 {
    width: 150px;
    z-index: 9999;
    position: relative;
    padding-top: 10px;
}

#header .header_inner h1 img {
    width: 100%;
}

#header #g-nav.panelactive {
    position:fixed;
    z-index: 999;
    top: 0;
    width:100%;
    height: 100vh;
}

#header .circle-bg {
    position: fixed;
    z-index:3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #FFE201;
    transform: scale(0);
    top:-50px;
    left:calc(50% - 50px);
    transition: all .6s;
}

#header .circle-bg.circleactive{
    transform: scale(50);
}

/*ナビゲーションの縦スクロール*/
#header #g-nav-list {
    display: none;
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#header #g-nav.panelactive #g-nav-list {
     display: block; 
}

#header #g-nav.panelactive #g-nav-list::before {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/menu_sp_icon01.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 75px;
    height: 166px;
    z-index: 9;
    position: absolute;
    top: 67px;
    left: 0;
}

#header #g-nav.panelactive #g-nav-list::after {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/menu_sp_icon02.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 63px;
    height: 44px;
    z-index: 9;
    position: absolute;
    top: 244px;
    left: 0;
}

#header #g-nav-list .bg_top {
    width: 100%;
    position: absolute;
    top: 0;
}

#header #g-nav-list .bg_top img {
    width: 100%;
}

#header #g-nav-list .bg_bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 0;
}

#header #g-nav-list .bg_bottom img {
    width: 100%;
}

/*ナビゲーション*/
#header #g-nav ul {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

/*背景が出現後にナビゲーションを表示*/
#header #g-nav.panelactive ul {
    opacity:1;
}

#header #g-nav.panelactive ul::before {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/menu_sp_icon03.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 63px;
    height: 44px;
    z-index: 9;
    position: absolute;
    top: 0;
    right: 10px;
}

#header #g-nav.panelactive ul::after {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/menu_sp_icon04.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 63px;
    height: 44px;
    z-index: 9;
    position: absolute;
    bottom: 100px;
    right: 0;
}

/* 背景が出現後にナビゲーション li を表示 */
#header #g-nav.panelactive #g-nav-list,
#header #g-nav.panelactive ul li {
    animation-name:gnaviAnime;
    animation-duration:1s;
    animation-delay:.2s;
    animation-fill-mode:forwards;
    opacity:0;
}

@keyframes gnaviAnime {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#header #g-nav li {
    text-align: center; 
    list-style: none;
    margin-top: 30px;
}

#header #g-nav li:last-of-type {
    margin-top: 50px;
}

#header #g-nav li:last-of-type::before {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/btn_entry.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 165px;
    height: 102px;
    display: block;
    position: absolute;
    bottom: -76px;
    right: 10px;
    z-index: 9;
}

#header #g-nav li a {
    color: #333;
    text-decoration: none;
    padding:10px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

#header #g-nav li:last-of-type a {
    color: #FFF;
    background-color: #01ADAD;
    border: 3px solid #01ADAD;
    border-radius: 90px;
    padding: 24px 60px;
    display: inline-block;
    transition: .2s all;
}

#header #g-nav li:last-of-type a:hover {
    color: #100E0E;
    background-color: #FFE201;
    border: 3px solid #100E0E;
}

@media all and (min-width: 581px) {
    #header #g-nav.panelactive #g-nav-list::before {
        width: 85px;
        height: 189px;
        top: 90px;
    }
    
    #header #g-nav.panelactive #g-nav-list::after {
        width: 93px;
        height: 65px;
        top: 340px;
    }
    
    #header #g-nav.panelactive ul::before {
        top: 80px;
    }
}

@media all and (min-width: 992px) {
    #header .header_inner {
        background-color: #FFFFFF;
        border-radius: 90px;
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 96%;
        height: 80px;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    #header .header_inner h1 {
        margin-top: 0;
        padding-top: 0;
        padding-left: 30px;
    }
    
    #header .main_nav {
        padding-right: 15px;
    }
    
    #header #g-nav-list {
        display: block;
        position: static;
        width: auto;
        height: auto;
    }
    
    #header #g-nav-list .bg_top,
    #header #g-nav-list .bg_bottom {
        display: none;
    }
    
    #header #g-nav ul {
        opacity: 1;
        position: static;
        transform: translate(0,0);
        display: flex;
        align-items: center;
    }
    
    #header #g-nav li {
        text-align: left;
        margin-top: 10px !important;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    
    #header #g-nav li:last-of-type::before {
        display: none;
    }
    
    #header #g-nav li a {
        padding: 0;
        display: inline-block;
        font-size: 15px;
    }
    
    #header #g-nav li:last-of-type a {
        padding: 24px 40px;
    }
}

@media all and (min-width: 1500px) {
    #header .header_inner {
        height: 90px;
        top: 30px;
    }
    
    #header .header_inner h1 {
        width: 180px;
        padding-left: 70px;
    }
    
    #header #g-nav li {
        padding: 0 15px;
    }
    
    #header #g-nav li a {
        font-size: 18px;
    }
    
    #header #g-nav li:last-of-type a {
        padding: 24px 60px;
    }
}

.openbtn{
    position:fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    cursor: pointer;
    width: 64px;
    height:64px;
    background-color: #FFE201;
    border-radius: 90px;
}
  
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    border-radius: 2px;
    background-color: #100E0E;
    width: 24px;
  }

.openbtn span:nth-of-type(1) {
  top:22px; 
}

.openbtn span:nth-of-type(2) {
  top:31px;
}

.openbtn span:nth-of-type(3) {
  top:40px;
}

.openbtn.active span:nth-of-type(1) {
    top: 26px;
    left: 22px;
    transform: translateY(6px) rotate(-30deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 38px;
    left: 22px;
    transform: translateY(-6px) rotate(30deg);
    width: 30%;
}

@media all and (min-width: 992px) {
    .openbtn {
        display: none;
    }
}

#agent-error #header,
#agent-confirm #header,
#agent-complete #header  {
    display: none;
}


/* --------------------
footer
-------------------- */
footer {
    background-color: #FFE201;
    padding: 320px 0 50px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

footer::before {
    content: "";
    display: block;
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* width: 2136px; */
    width: 120%;
    height: 693px;
    position: absolute;
    top: -320px;
    left: 50%;
    transform: translateX(-48%);
    z-index: -1;
}

footer::after {
    content: "";
    width: 368px;
    height: 229px;
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/footer_bg_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: -22px;
    right: 50%;
    transform: translateX(170%);
    z-index: 5;
}

footer .logo.img {
    width: 230px;
    margin: auto auto 90px;
}

footer .logo.img img {
    width: 100%;
}

footer p.copy {
    font-size: 16px;
    text-align: center;
    
}

#page-link {
    position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	/*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
    display: none;
    width: 100%;
}

#page-link a {
	display: flex;
	align-items: center;
    justify-content: center;
	background-color: #01ADAD;
	height: 60px;
	color: #fff;
	text-transform: uppercase; 
	text-decoration: none;
	font-size: 15px;
	padding: 0 20px;
	transition: all 0.3s;
}

#page-link a:hover {
	background: #100E0E;
}

#page-link.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#page-link.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
	opacity: 1;
	transform: translateY(0);
  }
  to {
	opacity: 1;
	transform: translateY(100px);
  }
}

@media all and (max-width: 1500px) {
    footer {
        padding: 260px 0 50px;
    }
    
    footer::before {
        top: -260px;
    }
}

@media all and (max-width: 991px) {
    footer::before {
        height: 356px;
        top: -150px;
    }
    
    footer::after {
        width: 268px;
        height: 168px;
    }
}

@media all and (max-width: 767px) {
    footer {
        padding: 200px 0 140px;;
    }
    
    footer::before {
        width: 150%;
        height: 343px;
        top: -45%;
        left: 50%;
        transform: rotate(180deg) translateX(50%);
    }
    
    footer::after {
        width: 211px;
        height: 131px;
        bottom: 10px;
        right: 0;
        transform: translateX(0);
    }
    
    footer .logo.img {
        margin: auto auto 30px;
    }
    
    #page-link {
        display: block;
    }
}

@media all and (max-width: 580px) {
    footer::before {
        height: 258px;
        top: -34%;
    }
}

@media all and (max-width: 500px) {
    footer {
        padding: 120px 0 140px;;
    }
    
    footer::before {
        height: 221px;
    }
}

#page_top {
    position: absolute;
    top: 300px;
    right: 140px;
}

#page_top a {
    width: 45px;
    height: 45px;
    display: inline-block;
}

#page_top a img {
    width: 100%;
}

@media all and (max-width: 1500px) {
    #page_top {
        top: 160px;
    }
}

@media all and (max-width: 991px) {
    #page_top {
        top: 150px;
        right: 90px;
    }
}

@media all and (max-width: 767px) {
    #page_top {
        top: 60px;
        right: 20px;
    }
    
    #page_top a {
        width: 35px;
        height: 35px;
    }
}

@media all and (max-width: 580px) {
    #page_top {
        top: 40px;
    }
}


/* --------------------
main content
-------------------- */
#main_contents {
    overflow: hidden;
}


/* --------------------
kv
-------------------- */
#kv {
    background-color: #FFE201;
    padding-bottom: 140px;
    position: relative;
    padding-top: 160px;
}

#kv .kv_top {
    display: none;
}

#kv .copy {
    text-align: center;
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

#kv .copy::before {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/kv_bg_right01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 320px;
    height: 258px;
    display: block;
    position: absolute;
    top: 50px;
    right: 80px;
}

#kv .copy:after {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/kv_bg_right02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 310px;
    height: 549px;
    display: block;
    position: absolute;
    bottom: -242px;
    right: 50%;
    transform: translateX(612px);
    z-index: -5;
}

#kv .copy h2 {
    margin-bottom: 60px;
    position: relative
}

#kv .copy h2::before {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/kv_bg_left01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 234px;
    height: 443px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-290%, -45%);
    z-index: 5;
}

#kv .copy h2::after {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/kv_bg_left02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 302px;
    height: 364px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-24%);
}

#kv .copy h2 img {
    position: relative;
    z-index: 9;
}

#kv p.subcopy {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    z-index: 9;
}

#kv p.subcopy::before {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/kv_bg_left03.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 94px;
    height: 51px;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 480px;
    z-index: -1;
}

#kv p.subcopy br.sp {
    display: none;
}

#kv .scrolldown{
    position:absolute;
    bottom:10px;
    right:50%;
    animation:mousemove 1.6s ease-in-out infinite;
    z-index: 2;
}

@keyframes mousemove{
      0%{bottom:5px;}
      50%{bottom:0px;}
     100%{bottom:5px;}
 }

#kv .scrolldown span{
    position: absolute;
    left: -10px;
    bottom: -23px;
    color: #100E0E;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

#kv .scrolldown:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-10px;
    width:28px;
    height:64px;
    border-radius: 90px;
    border:1px solid #100E0E;
}

#kv .scrolldown:after{
    content:"";
    position: absolute;
    bottom: 45px;
    left: 0px;
    width:10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFE201;
}

@media all and (max-width: 1500px) {
    #kv .copy {
        padding-top: 50px;
    }
    
    #kv .copy:after {
        width: 270px;
        height: 478px;
        bottom: -202px;
        transform: translateX(542px);
    }
    
    #kv .copy::before {
        width: 270px;
        height: 218px;
        right: 30px;
    }
    
    #kv .copy h2::before {
        width: 194px;
        height: 367px;
    }
    
    #kv .copy h2::after {
        width: 212px;
        height: 255px;
        transform: translateY(-4%);
    }
    
    #kv .copy h2 img {
        width: 50%;
    }
    
    #kv p.subcopy::before {
        left: 240px;
    }
}

@media all and (max-width: 1160px) {
    #kv {
        padding-bottom: 90px;
    }
    
    #kv .copy h2 img {
        width: 60%;
    }
    
    #kv p.subcopy {
        font-size: 24px;
    }
}

@media all and (max-width: 991px) {
    #kv {
        padding-top: 80px;
    }
    
    #kv .copy::before {
        width: 180px;
        height: 145px;
        right: 20px;
    }
    
    #kv .copy:after {
        width: 184px;
        height: 325px;
        bottom: -182px;
        right: 50%;
        transform: translateX(410px);
    }
    
    #kv .copy h2::before {
        width: 134px;
        height: 254px;
        transform: translate(-320%, -45%);
    }
    
    #kv .copy h2::after {
        width: 172px;
        height: 207px;
        left: -70px;
        transform: translateY(-14%);
    }
    
    #kv p.subcopy::before {
        width: 64px;
        height: 35px;
        bottom: 40px;
        left: 130px;
    }
    
    #kv .scrolldown {
        display: none;
    }
}

@media all and (max-width: 767px) {
    #kv {
        padding-top: 100px;
        padding-bottom: 150px;
    }
    
    #kv .kv_top {
        width: 100%;
        position: absolute;
        top: -50px;
        display: block;
    }
    
    #kv .kv_top img {
        width: 100%;
    }
    
    #kv .kv_inner::after {
        content: "";
        background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/kv_bg_right01_sp.png);
        width: 88px;
        height: 49px;
        display: block;
        position: absolute;
        bottom: 30px;
        right: 20px;
        z-index: 5;
    }
    
    #kv .copy {
        padding-top: 0;
    }
    
    #kv .copy::before {
        width: 200px;
        height: 161px;
        top: 0px;
        right: -130px;
    }
    
    #kv .copy:after {
        width: 173px;
        height: 305px;
        bottom: -186px;
        right: 28px;
        transform: translateX(0);
    }
    
    #kv .copy h2 {
        width: 70%;
        margin: auto;
        text-align: right;
    }
    
    #kv .copy h2::before {
        width: 150px;
        height: 284px;
        background-size: contain;
        background-repeat: no-repeat;
        top: -30px;
        left: -20px;
        transform: translate(0, 0);
    }
    
    #kv .copy h2::after {
        width: 180px;
        height: 217px;
        top: 140px;
        left: -170px;
        transform: translateY(-24%);
    }
    
    #kv .copy h2 img {
        width: auto;
    }
    
    #kv p.subcopy {
        font-size: 17px;
        text-align: left;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 86%;
    }
    
    #kv p.subcopy::before {
        display: none;
    }
    
    #kv p.subcopy br.sp {
        display: block;
    }
}

@media all and (max-width: 580px) {
    #kv .copy:after {
        width: 133px;
        height: 236px;
        bottom: -120px;
        right: -10px;
    }
    
    #kv .kv_top {
        top: -30px;
    }
    
    #kv .kv_inner::after {
        bottom: 40px;
    }
    
    #kv .copy h2 {
        width: 86%;
        margin: auto;
    }
    
    #kv .copy h2::before {
        width: 87px;
        height: 165px;
        left: 0;
    }
    
    #kv .copy h2::after {
        width: 150px;
        height: 121px;
        top: 100px;
        left: -70px;
    }
}

@media all and (max-width: 500px) {
    #kv .kv_top {
        top: 0;
    }
}
    

/* --------------------
philosophy
-------------------- */
#philosophy {
    background-color: #FFFFFF;
    position: relative;
    padding-top: 70px;
}

#philosophy::before {
    content: "";
    display: block;
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    /*width: 2136px;*/
    width: 120%;
    height: 694px;
    position: absolute;
    top: 0;
    left: 20px;
    transform: translateY(-20%);
    z-index: 1;
}

#philosophy::after {
    content: "";
    width: 100%;
    height: 140px;
    display: block;
    background-color: #FFE201;
    position: absolute;
    top: 0px;
    left: 0;
}

#philosophy .philosophy_inner {
    width: 100%;
    max-width: 1560px;
    margin: auto;
}

#philosophy .philosophy_inner::before {
    content: "";
    display: block;
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    /*width: 2136px;*/
    width: 120%;
    height: 694px;
    position: absolute;
    bottom: 0;
    left: -80px;
    transform: translateY(48%);
    z-index: 1;
}

#philosophy .philosophy_head {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;

}

#philosophy .philosophy_head .txt {
    font-size: 36px;
    font-weight: 700;
    margin-left: 40px;
    position: relative;
}

#philosophy .philosophy_head .txt::after {
    content: "";
    width: 94px;
    height: 111px;
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/philosophy_title_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 5;
}

#philosophy .philosophy_head .txt span.weight {
    font-size: 42px;
}

#philosophy .philosophy_head .txt span.weight.line01 {
        position: relative;
    }
    
#philosophy .philosophy_head .txt span.weight.line01::after {
    content: "";
    width: 374px;
    height: 18px;
    background-color: #FFE201;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

#philosophy .philosophy_head .txt span.weight.line02 {
    position: relative;
}

#philosophy .philosophy_head .txt span.weight.line02::after {
    content: "";
    width: 170px;
    height: 18px;
    background-color: #FFE201;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

#philosophy .philosophy_head .txt span.icon {
    display: inline-block;
    position: relative;
}

#philosophy .philosophy_head .txt span.icon::before {
    content: "";
    width: 17px;
    height: 23px;
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/philosophy_icon_title01.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 5;
}

#philosophy .philosophy_head .txt span.icon::after {
    content: "";
    width: 33px;
    height: 45px;
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/philosophy_icon_title02.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 16%;
    right: 30px;
    z-index: 5;
}

#philosophy .philosophy_head .txt span.dot {
    position: relative;
}

#philosophy .philosophy_head .txt span.dot::before {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #FFE201;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -70px;
    z-index: -1;
}

#philosophy .philosophy_head .txt span.dot::after {
    content: "";
    width: 23px;
    height: 23px;
    background-color: #FFE201;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 42%;
    left: -40px;
    z-index: -1;
}

#philosophy .philosophy_head .txt span.circle {
    display: block;
    position: relative;
    padding: 70px;
}

#philosophy .philosophy_head .txt span.circle::after {
    content: "";
    width: 420px;
    height: 150px;
    background-color: #FFE201;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    z-index: -1;
}

#philosophy .philosophy_head .txt br.sp {
    display: none;
}

@media all and (max-width: 1500px) {
    #philosophy .philosophy_inner::before {
        height: 544px;
        transform: translateY(50%);
    }
    
    #philosophy .philosophy_head .img {
        width: 350px;
    }
    
    #philosophy .philosophy_head .img img {
        width: 100%;
    }
}

@media all and (max-width: 1160px) {
    #philosophy::before {
        height: 417px;
        transform: translateY(-20%);
    }
    
    #philosophy .philosophy_inner::before {
        height: 544px;
        transform: translateY(58%);
    }
    
    #philosophy .philosophy_head .txt {
        font-size: 26px;
    }
    
    #philosophy .philosophy_head .txt span.weight {
        font-size: 32px;
    }
    
    #philosophy .philosophy_head .txt span.weight.line01::after {
        width: 286px;
    }
    
    #philosophy .philosophy_head .txt span.weight.line02::after {
        width: 128px;
    }
    
    #philosophy .philosophy_head .txt span.icon::before {
        right: 7%;
    }
    
    #philosophy .philosophy_head .txt span.icon::after {
        right: 0px
    }
    
    #philosophy .philosophy_head .txt span.circle {
        padding: 50px;
    }
    
    #philosophy .philosophy_head .txt span.circle::after {
        width: 320px;
        height: 130px;
    }
}

@media all and (max-width: 991px) {
    #philosophy::before {
        transform: translateY(-12%);
    }
    
    #philosophy .philosophy_inner::before {
        height: 357px;
        transform: translateY(52%);
    }
    
    #philosophy .philosophy_head {
        width: 90%;
        margin: 0 auto;
    }
    
    #philosophy .philosophy_head .img {
        width: 240px;
    }
    
    #philosophy .philosophy_head .img img {
        width: 100%;
    }
    
    #philosophy .philosophy_head .txt {
        font-size: 18px;
    }
    
    #philosophy .philosophy_head .txt span.weight {
        font-size: 26px;
    }
    
    #philosophy .philosophy_head .txt span.weight.line01::after {
        width: 234px;
    }
    
    #philosophy .philosophy_head .txt span.weight.line02::after {
        width: 104px;
    }
    
    #philosophy .philosophy_head .txt span.icon::before {
        left: 6%;
    }
    
    #philosophy .philosophy_head .txt span.icon::after {
        right: 0;
    }
    
    #philosophy .philosophy_head .txt span.circle {
        padding: 40px;
    }
    
    #philosophy .philosophy_head .txt span.circle::after {
        width: 270px;
        height: 109px;
    }
}

@media all and (max-width: 767px) {
    #philosophy {
        padding-top: 40px;
    }
    #philosophy::before {
        width: 140%;
        top: -50px;
        left: -110px;
    }
    
    #philosophy::after {
        background-color: #FFF;
    }
    
    #philosophy .philosophy_inner {
        width: 90%;
    }
    
    #philosophy .philosophy_inner::before {
        width: 150%;
        height: 343px;
        transform: rotate(180deg) translateY(-40%);
    }
    
    #philosophy .philosophy_head {
        width: 100%;
        display: block;
    }
    
    #philosophy .philosophy_head .txt {
        font-size: 21px;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 0;
    }
    
    #philosophy .philosophy_head .txt::after {
        width: 48px;
        height: 57px;
        top: -60px;
        right: 50%;
        transform: translateX(160px) rotate(-25deg);
    }
    
    #philosophy .philosophy_head .txt span.icon::before {
        width: 11px;
        height: 15px;
        left: 0;
    }
    
    #philosophy .philosophy_head .txt span.icon::after {
        width: 23px;
        height: 31px;
        right: 13px;
    }
    
    #philosophy .philosophy_head .txt span.circle {
        padding: 40px;
    }
    
    #philosophy .philosophy_head .txt span.circle::after {
        width: 260px;
        height: 95px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    #philosophy .philosophy_head .txt br.sp {
        display: block;
    }
    
    #philosophy .philosophy_head .img {
        width: 200px;
        margin: auto;
    }
    
    #philosophy .philosophy_head .img img {
        width: 100%;
    }
    
    #philosophy .philosophy_head .txt span.dot::before {
        width: 8px;
        height: 8px;
        top: auto;
        bottom: 0;
        left: auto;
        right: -2px;
    }
    
    #philosophy .philosophy_head .txt span.dot::after {
        width: 12px;
        height: 12px;
        top: auto;
        bottom: 10px;
        left: auto;
        right: 10px;
    }
    
    /*#philosophy ol li .txt br.sp {
        display: block;
    }*/
}

@media all and (max-width: 580px) {
    #philosophy::before {
        transform: translateY(-8%);
    }
}

@media all and (max-width: 500px) {
    #philosophy .philosophy_inner::before {
        height: 544px;
        transform: rotate(180deg) translateY(-15%);
    }
}

/* --------------------
evaluation
-------------------- */
#evaluation {
    padding-top: 140px;
    padding-bottom: 120px;
    position: relative;
    z-index: 99;
}

#evaluation .evaluatio_inner {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

#evaluation .evaluatio_inner .evaluation_table {
    background-color: #FFFFFF;
    border: 4px solid #100E0E;
    border-radius: 36px;
    box-shadow: 8px 8px 0px #070707;
    position: relative;
}

#evaluation .evaluatio_inner .evaluation_table h4 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
    border-bottom: 3px solid #100E0E;
}

#evaluation .evaluatio_inner .evaluation_table h4 > div {
    font-size: 36px;
    display: inline-block;
    position: relative;
    z-index: 9;
}

#evaluation .evaluatio_inner .evaluation_table h4 > div::after {
    content: "";
    width: 574px;
    height: 18px;
    background-color: #FFE201;
    display: block;
    position: absolute;
    top: 33px;
    z-index: -1;
}

#evaluation .evaluatio_inner .evaluation_table h4 br.sp {
    display: none;
}

#evaluation .evaluatio_inner .evaluation_table ul {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 438px;
    overflow: hidden;
}

#evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(1) {
    grid-column: 1;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

#evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(1)::after {
    content: "";
    width: 3px;
    height: 450px;
    background-color: #100E0E;
    display: block;
    position: absolute;
    top: -6px;
    right: 60px;
    transform: rotateZ(-10deg);
}

#evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(1) .txt {
    padding-bottom: 10px;
    padding-left: 30px;
}

#evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(1) .img {
    padding-top: 40px;
    padding-left: 50px;
}

#evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(2) {
    grid-column: 2;
    position: relative;
}

#evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(2)::before {
    content: "";
    width: 3px;
    height: 186px;
    background-color: #100E0E;
    display: block;
    position: absolute;
    top: -4px;
    right: 24px;
    transform: rotateZ(-16deg);
}

#evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(2)::after {
    content: "";
    width: 3px;
    height: 266px;
    background-color: #100E0E;
    display: block;
    position: absolute;
    bottom: -4px;
    right: 24px;
    transform: rotateZ(11deg);
}

#evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(2) .txt {
    display: inline-block;
    padding-top: 40px;
}

#evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(2) .img {
    padding-top: 40px;
}

#evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(3) {
    grid-column: 3;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
}

#evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(3)::before {
    content: "";
    width: 3px;
    height: 266px;
    display: block;
    background-color: #100E0E;
    position: absolute;
    top: -3px;
    right: -18px;
    transform: rotateZ(11deg);
}

#evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(3)::after {
    content: "";
    width: 3px;
    height: 186px;
    background-color: #100E0E;
    display: block;
    position: absolute;
    bottom: -4px;
    right: -18px;
    transform: rotateZ(-16deg);
}

#evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(3) .txt {
    text-align: center;
    padding-top: 20px;
}

#evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(3) .img {
    padding-top: 30px;
}

#evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(4) {
    grid-column: 4;
    text-align: center;
}

#evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(4) .txt {
    padding-top: 40px;
}

#evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(4) .img {
    padding-top: 30px;
}

#evaluation .evaluatio_inner .evaluation_table ul li .txt {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}

#evaluation .evaluatio_inner .evaluation_table ul li .txt span {
    color: #01ADAD;
    font-size: 32px;
    font-weight: 700;
}

#evaluation .evaluatio_inner .evaluation_table ul li .txt br.sp {
    display: none;
}

@media all and (max-width: 1500px) {
    #evaluation {
        padding-top: 70px;
    }
    
    #evaluation .evaluatio_inner {
        max-width: 900px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul {
        grid-template-rows: 310px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li .txt {
        font-size: 16px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li .txt span {
        font-size: 22px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(1)::after {
        height: 320px;
        right: 40px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(1) .txt {
        padding-left: 20px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(1) .img {
        width: 117px;
        height: 138px;
        outline-style: 30px;
        padding-left: 30px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(1) .img img {
        width: 100%;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(2)::before {
        height: 136px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(2)::after {
        height: 190px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(2) .img {
        width: 153px;
        height: 169px;
        padding-top: 30px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(2) .img img {
        width: 100%;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(3)::before {
        height: 187px;
        right: -9px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(3)::after {
        height: 136px;
        right: -10px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(3) .img {
        width: 160px;
        height: 123px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(3) .img img {
        width: 100%;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(4) .img {
        width: 170px;
        height: 156px;
        margin: auto;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(4) .img img {
        width: 100%;
    }
}

@media all and (max-width: 991px) {
    
    #evaluation .evaluatio_inner {
        max-width: 720px;
    }
    
    #evaluation .evaluatio_inner p {
        font-size: 28px;
    }
    
    #evaluation .evaluatio_inner p br.sp {
        display: block;
    }
    
    #evaluation .evaluatio_inner .evaluation_table h4 > div {
        font-size: 30px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table h4 > div::after {
        width: 474px;
        top: 33px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul {
        grid-template-rows: 280px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(1) .txt {
         padding-left: 10px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(1) .img {
        width: 107px;
        height: 126px;
        padding-top: 10px;
        padding-left: 20px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(1)::after {
        height: 290px;
        right: 20px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(2)::before {
        height: 124px;
        right: 11px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(2)::after {
        height: 170px;
        right: 10px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(2) .txt {
        padding-top: 20px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(2) .img {
        width: 143px;
        height: 159px;
        padding-top: 10px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(3)::before {
        height: 170px;
        right: -5px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(3)::after {
        height: 124px;
        right: -6px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(3) .txt {
        padding-top: 10px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(3) .img {
        width: 167px;
        height: 126px;
        padding-top: 10px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(4) .txt {
        padding-top: 20px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(4) .img {
        width: 163px;
        height: 150px;
        padding-top: 10px;
    }
}

@media all and (max-width: 767px) {
    #evaluation {
        padding-top: 20px;
        padding-bottom: 100px;
    }
    
    #evaluation .evaluatio_inner {
        max-width: 330px;
        position: relative;
    }
    
    #evaluation .evaluatio_inner .evaluation_table {
        box-shadow: 5px 5px 0px #070707;
        position: initial;
    }
    
    #evaluation .evaluatio_inner .evaluation_table::before {
        width: 86px;
        height: 214px;
        top: -140px;
        right: 50%;
        transform: translateX(160px);
    }
    
    #evaluation .evaluatio_inner .evaluation_table h4 {
        font-size: 30px;
        text-align: left;
        text-align: center;
    }
    
    #evaluation .evaluatio_inner .evaluation_table h4 > div::before {
        content: "";
        width: 210px;
        height: 18px;
        background-color: #FFE201;
        display: block;
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    
    #evaluation .evaluatio_inner .evaluation_table h4 > div::after {
        width: 264px;
        height: 18px;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);

    }
    
    #evaluation .evaluatio_inner .evaluation_table h4 br.sp {
        display: block;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul {
        display: block;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li .txt {
        font-size: 26px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li .txt span {
        font-size: 28px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(1) {
        display: block;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(1)::after {
        width: 330px;
        height: 3px;
        top: auto;
        bottom: -12px;
        right: -4px;
        transform: rotateZ(5deg);
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(1) .txt {
        padding-top: 20px;
        padding-bottom: 0;
        padding-left: 20px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(1) .img {
        width: 117px;
        height: 138px;
        margin-top: -30px;
        margin-left: auto;
        margin-right: 20px;
        padding: 0;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(2) {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        padding-top: 40px;
    }

    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(2)::before {
        display: none;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(2)::after {
        width: 330px;
        height: 3px;
        bottom: -20px;
        right: -4px;
        transform: rotateZ(-5deg);
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(2) .txt {
        padding: 0;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(2) .img {
        width: 154px;
        height: 170px;
        margin-right: -2px;
        padding: 0;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(3) .txt {
        padding-top: 24px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(3) .img {
        width: 207px;
        height: 158px;
        padding-top: 35px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(3)::before {
        display: none;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(3)::after {
        width: 330px;
        height: 3px;
        bottom: -34px;
        right: -4px;
        transform: rotateZ(5deg);
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(4) .txt {
        padding-top: 50px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li:nth-of-type(4) .img {
        width: 204px;
        height: 188px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li .txt br.pc {
        display: none;
    }
    
    #evaluation .evaluatio_inner .evaluation_table ul li .txt br.sp {
        display: block;
    }
}

/* --------------------
worries
-------------------- */
#worries .line_bottom {
    background-color: #CDFAFA;
    /*position: relative;*/
    padding-bottom: 100px;
}

#worries .worries_inner {
    width: 100%;
    max-width: 1090px;
    margin: auto;
    z-index: 9;
    position: relative;
}

#worries .worries_inner h3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

#worries .worries_inner h3::before {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/worries_bg_title.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 566px;
    height: 288px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-48%, -50%);
    z-index: -1;
}

#worries .worries_inner h3::after {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/worries_bg_top.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 291px;
    height: 190px;
    display: block;
    position: absolute;
    bottom: -80px;
    right: 20px;
}

#worries .worries_inner .img {
    margin-bottom: 70px;
    position: relative;
}

#worries .worries_inner .img::before {
    content: "";
    width: 210px;
    height: 118px;
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/worries_bg_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    left: -21%;
    transform: translateY(-50%);
    z-index: -1;
}

#worries .worries_inner .img img {
    width: 100%;
}

#worries .worries_inner .txt {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 2;
    position: relative;
}

#worries .worries_inner .txt::after {
    content: "";
    width: 267px;
    height: 145px;
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/worries_bg_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    right: -25%;
    transform: translateY(-50%);
    z-index: -1;
}

@media all and (max-width: 1500px) {
    #worries .worries_inner {
        max-width: 980px;
    }
    
    #worries .worries_inner .img::before {
        width: 180px;
        height: 101px;
    }
    
    #worries .worries_inner .txt::after {
        width: 167px;
        height: 91px;
        right: -10%;
    }
}

@media all and (max-width: 991px) {
    #worries .worries_inner h3 {
        font-size: 30px;
    }
    
    #worries .worries_inner .txt::after {
        right: -2%;
    }
}

@media all and (max-width: 767px) {
    #worries .worries_inner h3 {
        margin-top: 70px;
        margin-bottom: 120px;
    }
    
    #worries .worries_inner h3::after {
        width: 174px;
        height: 113px;
        bottom: -120px;
        left: 0;
        right: auto;
    }
    
    #worries .worries_inner .img {
        margin-bottom: 20px;
    }
    
    #worries .worries_inner .txt > div {
        width: 90%;
        margin: auto;
    }
    
    #worries .txt::before {
        content: "";
        width: 70px;
        height: 39px;
        background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/worries_bg_right.png);
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        top: 30px;
        left: 30px;
        z-index: -1;
    }
    
    #worries .worries_inner .txt::after {
        width: 65px;
        height: 35px;
        top: auto;
        bottom: -30px;
        right: 30px;
    }
}

@media all and (max-width: 580px) {
    #worries .worries_inner .txt {
        text-align: left;
    }
    
    #worries .worries_inner .txt br.pc {
        display: none;
    }
}

@media all and (max-width: 500px) {
    #worries .worries_inner h3::before {
        width: 456px;
        height: 223px;   
    }
}


/* --------------------
strength
-------------------- */
#support {
    background-color: #CDFAFA;
    padding-top: 380px;
    padding-bottom: 180px;
    position: relative;
}

#support:after {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/support_bg_bottom.png);
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: 27px;
    display: block;
    position: absolute;
    bottom: -27px;
    left: 0;
}

#support .support_inner {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    position: relative;
}

#support .support_inner h3 {
    width: 100%;
    max-width: 640px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

#support .support_inner h3 span {
    font-size: 36px;
    text-align: center;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #100E0E;
    box-shadow: 10px 8px 0px #070707;
    padding: 40px 0;
    width: 100%;
    position: relative;
}

#support .support_inner h3 span:after {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/title_fukidashi.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 116px;
    height: 48px;
    display: block;
    position: absolute;
    bottom: -46px;
    right: 10%;
}

#support .support_inner h3 span br.sp {
    display: none;
}

#support .support_inner .bg {
    position: relative;
    z-index: 1;
}

#support .support_inner .bg::before {
    content: "";
    width: 184px;
    height: 100px;
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/strength_bg_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 60px;
    right: -160px;
    z-index: -1;
}

#support .support_inner .bg::after {
    content: "";
    width: 159px;
    height: 87px;
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/strength_bg_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 230px;
    left: -134px;
    z-index: -1;
}

#support .support_inner .bg_boxlist {
    background-color: #FFFFFF;
    border-radius: 23px;
    border: 4px solid #070707;
    box-shadow: 8px 8px 0px #070707;
    position: relative;
}

#support .support_inner .eyecatch {
    z-index: 998;
    position: relative;
}

#support .support_inner .eyecatch::before {
    content: "";
    width: 426px;
    height: 414px;
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/strength_bg_top.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -240px;
    left: -150px;
    z-index: 9;
}

#support .support_inner .eyecatch::after {
    content: "";
    width: 336px;
    height: 59px;
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/strength_bg_top02.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 117px;
    left: -150px;
    z-index: 8;
}


#support .support_inner .bg_boxlist .boxlist {
    width: 100%;
    max-width: 1090px;
    margin: 90px auto 30px;
    z-index: 999;
    position: relative;
}

#support .support_inner .box {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

#support .support_inner .box:nth-of-type(1) {
    margin-bottom: 40px;
    align-items: center;
}

#support .support_inner .box:nth-of-type(2) {
    margin-bottom: 30px;
}

#support .support_inner .box:nth-of-type(even) {
    flex-direction: row-reverse;
}

#support .support_inner .box .num {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    color: #100E0E;
    z-index: 2;
    position: relative;
    text-align: center;
    display: inline-block;
    margin-bottom: 46px;
}

#support .support_inner .box .num::before {
    content: "";
    width: 33px;
    height: 45px;
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/philosophy_icon_num.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    z-index: 5;
}

#support .support_inner .box:nth-of-type(1) .num::before {
    top: 0;
    left: -40px;
}

#support .support_inner .box:nth-of-type(2) .num::before {
    top: 30px;
    right: -30px;
}

#support .support_inner .box:nth-of-type(3) .num::before {
    top: 0px;
    right: -43px;
}

#support .support_inner .box .num span {
    font-size: 33px;
    display: block;
}

#support .support_inner .box .num::after {
    content: "";
    width: 100px;
    height: 100px;
    background-color: #FFE201;
    border: 4px solid #100E0E;
    border-radius: 90px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

#support .support_inner .box .txt {
    width: 45%;
}

#support .support_inner .box .txt h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

#support .support_inner .box .txt h4 br.sp {
    display: none;
}

#support .support_inner .box .txt p {
    font-size: 16px;
    line-height: 2;
}

#support .support_inner .box .img {
    width: 44%;
}

#support .support_inner .box:nth-of-type(2) .img {
    position: relative;
}

#support .support_inner .box:nth-of-type(2) .img img {
    position: absolute;
    top: -20px;
    right: -80px;
}

@media all and (max-width: 1500px) {
    #support {
        padding-top: 300px;
    }
    
    #support .support_inner {
        max-width: 980px;
    }
    
    #support .support_inner h3 span {
        font-size: 30px;
        padding: 30px 0;
    }
    
    #support .support_inner .bg_boxlist .boxlist {
        width: 80%;
    }
    
    #support .support_inner .eyecatch::before {
        width: 306px;
        height: 298px;
        top: -160px;
        left: -90px;
    }
    
    #support .support_inner .eyecatch::after {
        width: 226px;
        height: 40px;
        top: 97px;
        left: -90px;
    }
    
    #support .support_inner .box .num {
        font-size: 11px;
        margin-bottom: 25px;
    }
    
    #support .support_inner .box .num::before {
        width: 20px;
        height: 28px;
    }
    
    #support .support_inner .box:nth-of-type(1) .num::before {
        top: 4px;
        left: -26px;
    }
    
    #support .support_inner .box:nth-of-type(2) .num::before {
        right: -17px;
    }
    
    #support .support_inner .box:nth-of-type(3) .num::before {
        right: -26px;
    }
    
    #support .support_inner .box .num::after {
        width: 66px;
        height: 66px;
    }
    
    #support .support_inner .box .num span {
        font-size: 21px;
    }
    
    #support .support_inner .box .txt {
        width: 48%;
    }
    
    #support .support_inner .box .txt h4 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    
    #support .support_inner .box .txt p {
        font-size: 14px;
    }
    
    #support .support_inner .box .img {
        width: 42%;
    }
    
    #support .support_inner .box .img img {
        width: 100%;
    }
    
    #support .support_inner .box:nth-of-type(1) .img img {
        width: 90%;
    }
    
    #support .support_inner .box:nth-of-type(2) .img img {
        top: -20px;
        right: -50px;
    }
} 

@media all and (max-width: 991px) {
    #support {
        padding-top: 240px;
    }
    
    #support .support_inner {
        width: 90%;
    }
    
    #support .support_inner::before {
        width: 273px;
        height: 266px;
        left: -80px;
    }
    
    #support .support_inner .box:nth-of-type(2) .img img {
        position: initial;
    }
    
    #support .support_inner .box {
        align-items: center;
    }
}

@media all and (max-width: 767px) {
    #support {
        padding-top: 220px;
        padding-bottom: 80px;
    }
    
    #support .support_inner {
        width: 90%;
    }
    
    #support .support_inner h3 span {
        font-size: 26px;
        box-shadow: 4px 4px 0px #070707;
        padding: 10px 0;
    }
    
    #support .support_inner h3 span:after {
        width: 63px;
        height: 26px;
        bottom: -25px;
    }
    
    #support .support_inner h3 span br.sp {
        display: block;
    }
    
    #support .support_inner .bg::before {
        width: 70px;
        height: 39px;
        bottom: -50px;
        right: 0;
    }
    
    #support .support_inner .bg::after {
        width: 70px;
        height: 39px;
        top: -100px;
        right: 0;
        left: auto;
    }
    
    #support .support_inner .bg_boxlist {
        box-shadow: 5px 5px 0px #070707;
    }
    
    #support .support_inner .eyecatch::before {
        width: 193px;
        height: 185px;
        top: -160px;
        left: -45px;
    }
    
    #support .support_inner .eyecatch::after {
        display: none;
    }
    
    #support .support_inner .bg_boxlist .boxlist {
        width: 90%;
        margin: 70px auto 20px;
    }
    
    #support .support_inner .box {
        display: block;
    }
    
    #support .support_inner .box .txt {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #support .support_inner .box .num {
        margin-left: 20px;
    }
    
    #support .support_inner .box:nth-of-type(1) .num::before {
        top: 20px;
        left: -19px;
    }
    
    #support .support_inner .box .txt h4 br.pc {
        display: none;
    }
    
    #support .support_inner .box .txt h4 br.sp {
        display: block;
    }
    
    #support .support_inner .box .img {
        width: 100%;
        max-width: 300px;
        margin: auto;
    }
}

@media all and (max-width: 500px) {
     #support {
        padding-top: 170px;
    }   
}


/**/
#voice_head {
    background-color: #FFFFFF;
    padding-top: 130px;
    padding-bottom: 100px;
}

#voice_head .inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

#voice_head .txt {
    margin-top: 120px;
    position: relative;
}

#voice_head .txt > div {
    font-size: 42px;
    font-weight: 700;
    display: flex;
    text-align: center;
    justify-content: center;
}

#voice_head .voice_inner .txt >div img {
    margin: 0 10px;
}

#voice_head .txt p {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}

#voice_head .txt p br.sp {
    display: none;
}

#voice_head .txt::before {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/evaluation_bg_top.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 136px;
    height: 336px;
    display: block;
    position: absolute;
    top: -60px;
    left: 60px;
    z-index: 9;
}

@media all and (max-width: 1500px) {
    #voice_head .txt > div {
        font-size: 38px;
    }
    
    #voice_head .txt p {
        font-size: 34px;
    }
    
    #voice_head .txt::before {
        right: 30px;
    }
}

@media all and (max-width: 991px) {
    #voice_head .txt > div {
        font-size: 36px;
        display: block;
    }
    
    #voice_head .txt > div img {
        display: block;
        margin: 20px auto;
        width: 326px;
        height: 53px;
    }
    
    #voice_head .txt p {
        font-size: 24px;
    }
    
    #voice_head .txt::before {
        width: 106px;
        height: 263px;
        top: 10px;
        left: 60px;
    }
}

@media all and (max-width: 767px) {
    #voice_head {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    
    #voice_head .txt p br.sp {
        display: block;
    }
    
    #voice_head .txt::before {
        width: 85px;
        height: 106px;
        background-size: cover;
        top: auto;
        bottom: -266px;
        left: auto;
        right: 28%;
        z-index: 99;
    }
}


/* --------------------
voice
-------------------- */
#voice {
    background-color: #FFFFFF;
    padding: 30px 0 130px;
}

#voice .voice_inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 9;
}

#voice .voice_inner h3 {
    width: 100%;
    max-width: 640px;
    margin: auto;
    padding-bottom: 90px;
}

#voice .voice_inner h3 span {
    font-size: 36px;
    text-align: center;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #100E0E;
    box-shadow: 10px 8px 0px #070707;
    padding: 40px 0;
    width: 100%;
    position: relative;
}

#voice .voice_inner h3 span:after {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/title_fukidashi.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 116px;
    height: 48px;
    display: block;
    position: absolute;
    bottom: -46px;
    right: 10%;
}

#voice .voice_inner .voice_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

#voice .voice_inner .voice_contents .box {
    background-color: #FFFFFF;
    border: 3px solid #1A1311;
    width: 40%;
    position: relative;
}

#voice .voice_inner .voice_contents .box::before {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

#voice .voice_inner .voice_contents .box:first-of-type::before {
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/voice_icon01.png);
    width: 103px;
    height: 137px;
    top: -70px;
    left: 10px;
}

#voice .voice_inner .voice_contents .box:nth-of-type(2) {
    margin-top: 100px;
}

#voice .voice_inner .voice_contents .box:nth-of-type(2)::before {
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/voice_icon02.png);
    width: 94px;
    height: 157px;
    top: -90px;
    right: 30px;
}

#voice .voice_inner .voice_contents .box:nth-of-type(3) {
    margin-top: -100px;
}

#voice .voice_inner .voice_contents .box:nth-of-type(3)::before {
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/voice_icon03.png);
    width: 69px;
    height: 125px;
    top: -58px;
    right: 70px;
}

#voice .voice_inner .voice_contents .box:nth-of-type(4)::before {
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/voice_icon04.png);
    width: 94px;
    height: 147px;
    top: -80px;
    left: 30px;
}

#voice .voice_inner .voice_contents .box::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFE201;
    border: 3px solid #1A1311;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}

#voice .voice_inner .voice_contents .box:nth-last-of-type(n+3) {
    margin-bottom: 110px;
}

#voice .voice_inner .voice_contents .box h4 {
    font-size: 23px;
    font-weight: 700;
    position: absolute;
    top: 60px;
    right: -98px;
    z-index: 5;
}

#voice .voice_inner .voice_contents .box h4:after {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/voice_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 129px;
    height: 85px;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(0, -50%);
    z-index: -1;
}

#voice .voice_inner .voice_contents .box p {
    line-height: 1.8;
    padding: 70px 50px;
}

@media all and (max-width: 1500px) {    
    #voice .voice_inner h3 span {
        font-size: 30px;
        padding: 30px 0;
    }
    
    #voice .voice_inner .voice_contents {
        width: 80%;
        margin: auto;
    }
}

@media all and (max-width: 991px) {    
    #voice .voice_inner .voice_contents .box {
        width: 44%;
    }
    
    #voice .voice_inner .voice_contents .box h4 {
        font-size: 18px;
        right: -79px;
    }
    
    #voice .voice_inner .voice_contents .box h4:after {
        width: 98px;
        height: 65px;
    }
    
    #voice .voice_inner .voice_contents .box p {
        padding: 70px 20px;
    }
}

@media all and (max-width: 767px) {    
    #voice .voice_inner h3 {
        width: 90%;
        padding-bottom: 20px;
    }
    
    #voice .voice_inner h3 span {
        font-size: 26px;
        box-shadow: 4px 4px 0px #070707;
        padding: 16px 0;
    }
    
    #voice .voice_inner h3 span:after {
        width: 63px;
        height: 26px;
        bottom: -25px;
    }
    
    #voice .voice_inner .txt {
        font-size: 24px;
    }
    
    #voice .voice_inner .txt span {
        color: #01ADAD;
        font-size: 26px;
    }
    
    #voice .voice_inner .txt br.sp {
        display: block;
    }
    
    #voice .voice_inner .voice_contents {
        display: block;
        width: 90%;
    }
    
    #voice .voice_inner .voice_contents .box {
        width: 100%;
        margin: 90px auto 0;
    }
    
    #voice .voice_inner .voice_contents .box::before {
        top: -58px !important;
        left: auto !important;
        right: 20px !important;
    }
    
    #voice .voice_inner .voice_contents .box:first-of-type::before {
        width: 67px;
        height: 89px;
    }
    
    #voice .voice_inner .voice_contents .box:nth-of-type(2) {
        margin-top: 0;
    }
    
    #voice .voice_inner .voice_contents .box:nth-of-type(2)::before {
        width: 58px;
        height: 97px;
    }
    
    #voice .voice_inner .voice_contents .box:nth-of-type(3) {
        margin-top: 0;
    }
    
    #voice .voice_inner .voice_contents .box:nth-of-type(3)::before {
        width: 51px;
        height: 92px;
    }
    
    #voice .voice_inner .voice_contents .box:nth-of-type(4)::before {
        width: 56px;
        height: 98px;
    }
    
    #voice .voice_inner .voice_contents .box::after {
        top: 5px;
        left: 5px;
    }
    
    #voice .voice_inner .voice_contents .box h4 {
        top: -30px;
        left: 7px;
        right: auto;
    }
    
    #voice .voice_inner .voice_contents .box h4:after {
        width: 109px;
        height: 72px;
    }
    
    #voice .voice_inner .voice_contents .box p {
        padding: 40px 20px 100px;
    }
}


/* --------------------
message
-------------------- */
#topmessage {
    background-color: #CDFAFA;
    padding: 80px 0 130px;
}

#topmessage .topmessage_inner h3 {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 120px;
}

#topmessage .topmessage_inner h3 span {
    font-size: 36px;
    text-align: center;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #100E0E;
    box-shadow: 10px 8px 0px #070707;
    padding: 40px 0;
    width: 100%;
    position: relative;
}

#topmessage .topmessage_inner h3 span:after {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/title_fukidashi.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 116px;
    height: 47px;
    display: block;
    position: absolute;
    bottom: -46px;
    right: 10%;
}

#topmessage .topmessage_inner p {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 160px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
}

#topmessage .topmessage_inner .topmessage_contents {
    position: relative;
}

#topmessage .topmessage_inner .img {
    width: 49%;
    margin: 0 auto 0 0;
}

#topmessage .topmessage_inner .img img {
    width: 100%;
    z-index: 9;
    position: relative;
}

#topmessage .topmessage_inner .txt_area {
    background-color: #FFF;
    width: 59%;
    margin: 0 0 0 auto;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 1;
}

#topmessage .topmessage_inner .txt_area .inner {
    font-size: 37px;
    font-weight: 700;
    line-height: 4.6rem;
    padding: 40px 0 110px 25%;
}

#topmessage .topmessage_inner .txt_area .inner span {
    font-size: 37px;
    font-weight: 700;
}

#topmessage .topmessage_inner .btn-more {
    position: absolute;
    bottom: -20px;
    right: 50%;
    transform: translateX(230%);
    z-index: 9;
}

#topmessage .topmessage_inner .btn-more a {
    color: #FFF;
    background-color: #100E0E;
    border: 3px solid #100E0E;
    border-radius: 90px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 90px;
    display: inline-block;
    transition: all .3s ease;
}

#topmessage .topmessage_inner .btn-more a:hover {
    color: #100E0E;
    background-color: #FFE201;
}

@media all and (max-width: 1500px) {
    #topmessage .topmessage_inner h3 span {
        font-size: 30px;
        padding: 30px 0;
    }
    
    #topmessage .topmessage_inner .txt_area .inner {
        font-size: 26px;
        line-height: 3.4rem;
        padding: 40px 0 70px 25%;
    }
    
    #topmessage .topmessage_inner p {
        font-size: 18px;
    }
    
    #topmessage .topmessage_inner .txt_area .inner span {
        font-size: 26px;
    }
    
    #topmessage .topmessage_inner .btn-more {
        bottom: -60px;
        transform: translateX(170%);
    }
}

@media all and (max-width: 991px) {    
    #topmessage .topmessage_inner p {
        width: 90%;
        font-size: 15px;
        margin: 0 auto 70px;
    }
    
    #topmessage .topmessage_inner .txt_area {
        top: -30px;
    }
    
    #topmessage .topmessage_inner .txt_area .inner {
        line-height: 2.6rem;
        padding: 20px 0 50px 25%;
    }
    
    #topmessage .topmessage_inner .btn-more {
        bottom: -90px;
        transform: translateX(140%);
    }
}

@media all and (max-width: 767px) {
    #topmessage .topmessage_inner h3 {
        width: 90%;
        margin: 0 auto 50px;
    }
    
    #topmessage .topmessage_inner h3 span {
        font-size: 26px;
        box-shadow: 4px 4px 0px #070707;
        padding: 10px 0;
    }
    
    #topmessage .topmessage_inner h3 span:after {
        width: 63px;
        height: 26px;
        bottom: -25px;
    }
    
    #topmessage .topmessage_inner .img {
        width: 100%;
        line-height: 0;
    }
    
    #topmessage .topmessage_inner .txt_area {
        position: initial;
        width: 90%;
        margin: auto;
    }
    
    #topmessage .topmessage_inner .txt_area .inner {
        font-size: 26px;
        text-align: center;
        line-height: 1.6;
        padding: 60px 0;
    }
    
    #topmessage .topmessage_inner .txt_area .inner span {
        color: #01ADAD;
        font-size: 28px;
    }
    
    #topmessage .topmessage_inner .btn-more {
        position: initial;
        transform: translate(0, 0);
    }
    
    #topmessage .topmessage_inner .btn-more {
        width: 90%;
        margin: 40px auto 0;
    }
    
    #topmessage .topmessage_inner .btn-more a {
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }
}


/* --------------------
tokokyari
-------------------- */
#tokokyari {
    background-color: #FFE201;
}

#tokokyari .line_bottom {
    position: relative;
}

#tokokyari .line_bottom:after {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/tokokyari_bg_bottom.png);
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: 27px;
    display: block;
    position: absolute;
    bottom: -27px;
    left: 0;
}

#tokokyari .tokokyari_inner {
    padding: 60px 0;
}

#tokokyari p {
    width: 100%;
    max-width: 860px;
    margin: auto auto 60px;
    line-height: 1.8;
}

#tokokyari .img {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

#tokokyari .img img {
    width: 100%;
}

@media all and (max-width: 1500px) {
    #tokokyari .img {
        max-width: 480px;
    }
}

@media all and (max-width: 767px) {
    #tokokyari p {
        width: 90%;
    }
    
    #tokokyari .img {
        width: 90%;
    }
}


/* --------------------
entry
-------------------- */

#entryContent {
    background-color: #FFFFFF;
	padding-top: 150px;
}

#entryContent .entryContent_inner {
	width: 100%;
	max-width: 1160px;
	margin: auto;
	box-sizing: border-box;
}

#entryContent .entryContent_inner .entryContent_head {
    width: 100%;
    max-width: 860px;
    margin: auto auto 120px;
}

#entryContent .entryContent_inner .entryContent_head h3 {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 90px;
}

#entryContent .entryContent_inner .entryContent_head h3 span {
    font-size: 36px;
    text-align: center;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #100E0E;
    box-shadow: 10px 8px 0px #070707;
    padding: 40px 0;
    width: 100%;
    position: relative;
}

#entryContent .entryContent_inner .entryContent_head h3 span:after {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/title_fukidashi.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 116px;
    height: 48px;
    display: block;
    position: absolute;
    bottom: -46px;
    right: 10%;
}

#entryContent .entryContent_inner .entryContent_head p {
    font-size: 20px;
    line-height: 1.8;
}

#entryContent form dl {
	border-bottom: 1px solid #CCC;
	padding: 30px 0;
	display: flex;
	align-items: center;
}

#entryContent form dt {
	width: 30%;
	font-weight: 700;
    line-height: 1.5;
}

#entryContent form span.mast {
	font-size: 11px;
	line-height: 1;
	margin-left: 5px;
	padding: 4px 5px;
	color: #FFF;
	background-color: #E32;
	border-radius: 3px;
	display: inline-block;
}

#entryContent form dd {
	width: 70%;
	padding-left: 20px;
}

#entryContent form dd input[type="text"]
,#entryContent form dd input[type="tel"]
,#entryContent form dd input[type="email"]
,#entryContent form dd textarea {
	display: block;
	width: 100%;
	padding: 3px 6px;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 2px;
	box-sizing: border-box;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#entryContent form dd input[type="text"]
,#entryContent form dd input[type="tel"]
,#entryContent form dd input[type="email"] {
	height: 36px;
}

#entryContent form dd select {
	margin-right: auto;
	padding: 6px 24px 6px 12px;
	font-size: 16px;
	line-height: 1.5;
	border: 1px solid #CCC;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 99% 50%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

#entryContent form #age dd {
	display: flex;
	align-items: flex-end;
}

#entryContent form #age dd input.age {
	width: 10%;
}

#entryContent form #age dd span {
	margin-left: 6px;
}

#entryContent form #privacypolicy .policy {
	margin-top: 6px;
}

#entryContent form .entrybtn {
    width: 100%;
    max-width: 630px;
	margin: 120px auto 0;
	text-align: center;
}

#entryContent input[type="submit"]
,#entryContent input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
#entryContent input[type="submit"]::-webkit-search-decoration
,#entryContent input[type="button"]::-webkit-search-decoration {
    display: none;
}
#entryContent input[type="submit"]::focus
,#entryContent input[type="button"]::focus {
    outline-offset: -2px;
}

#entryContent form .entrybtn {
    position: relative;
}

#entryContent form .entrybtn::before {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/btn_entry.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 205px;
    display: block;
    position: absolute;
    bottom: -1px;
    right: -190px;
    z-index: 9;
}

#entryContent form .entrybtn input[type=submit] {
	color: #FFF;
	font-size: 34px;
    font-weight: 700;
	padding: 42px 0;
	background-color: #01ADAD;
	border: 3px solid #01ADAD;
	border-radius: 903px;
	cursor: pointer;
	transition: .2s all;
    width: 100%;
}

#entryContent form .entrybtn input[type=submit]:hover {
    color: #100E0E;
	background-color: #FFE201;
    border: 3px solid #100E0E;
}

#entryContent form dl#hope dd {
    display: flex;
    flex-wrap: wrap;
}

#entryContent #hope span.mwform-radio-field {
	position: relative;
	display: inline-block;
	margin: 0 !important;
}

#entryContent #hope label {	
	text-align: center;
}

#entryContent #hope span.mwform-radio-field {
	width: calc((100% - 15px) /2);
}

#entryContent #hope span.mwform-radio-field:nth-of-type(odd) {
	margin-right: 15px !important;
}

#entryContent #hope span.mwform-radio-field input {
	display: none;
}

#entryContent #hope span.mwform-radio-field input[type=radio]:checked + span {
	color: #fff;
	background: #100E0E;
}

#entryContent #hope span.mwform-radio-field-text {
	width: 100%;
    height: 100%;
	background: #fff;
	border: 2px solid #100E0E;
	border-radius: 20px;
	padding: 20px 10px;
	box-sizing: border-box;
	user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 1500px) {
    #entryContent .entryContent_inner {
        max-width: 900px;
    }
    
    #entryContent .entryContent_inner .entryContent_head h3 span {
        font-size: 30px;
        padding: 30px 0;
    }
    
    #entryContent .entryContent_inner .entryContent_head p {
        font-size: 18px;
    }
    
    #entryContent form .entrybtn {
        max-width: 480px;
        margin: 180px auto 0;
    }
    
    #entryContent form .entrybtn input[type=submit] {
        font-size: 28px;
        padding: 25px 0;
    }
}

@media all and (max-width: 991px) {
    #entryContent .entryContent_inner {
        width: 90%;
    }
    
    #entryContent form .entrybtn {
        max-width: 420px;
        margin: 80px auto 0;
    }
    
    #entryContent form .entrybtn::before {
        width: 195px;
        height: 133px;
        right: -120px;
    }
    
    #entryContent form .entrybtn input[type=submit] {
        font-size: 26px;
        padding: 24px 0;
    }
}

@media all and (max-width: 767px) {
	#entryContent {
		padding: 70px 0;
	}
    
    #entryContent .entryContent_inner .entryContent_head {
        margin: 0 0 60px;
    }
	
	#entryContent .entryContent_inner .entryContent_head h3 {
        margin: 0 auto 40px;
    }
    
    #entryContent .entryContent_inner .entryContent_head h3 span {
        font-size: 26px;
        box-shadow: 4px 4px 0px #070707;
        padding: 10px 0;
    }
    
    #entryContent .entryContent_inner .entryContent_head h3 span:after {
        width: 63px;
        height: 26px;
        bottom: -25px;
    }
    
    #entryContent .entryContent_inner .entryContent_head p {
        font-size: 14px;
    }
	
	#entryContent form dl {
		display: block;
		border-bottom: none;
		padding: 30px 0 0;
	}
	
	#entryContent form dt {
		width: 100%;
		background: #000000;
		margin-bottom: 20px;
		padding: 8px 0 8px 10px;
		color: #fff;
		box-sizing: border-box;
		font-size: 16px;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}
	
	#entryContent form span.mast {
		color: #E32;
		background: #fff;
		margin-left: 8px;
		padding: 4px 5px 5px;
		font-weight: 700;
		font-size: 12px;
	}
	
	#entryContent form dd {
		width: 100%;
		padding-left: 0;
	}
	
	#entryContent form dd input[type="checkbox"] {
		transform: scale(1.2, 1.2);
		margin: 0;
		margin-right: 10px;
	}
	
	#entryContent form #age dd input.age {
		width: 80px;
	}
    
    #entryContent form .entrybtn {
        max-width: 340px;
        margin: 60px auto 0;
    }
    
    #entryContent form .entrybtn::before {
        width: 165px;
        height: 102px;
        right: -40px;
        bottom: -76px;
    }
	
	#entryContent form .entrybtn input[type=submit] {
		width: 100%;
        font-size: 20px;
	}

}

/* --------------------
entry error
-------------------- */

#agent-error #entryContent .entryContent_inner .entryContent_head {
    max-width: 100%;
    margin: 0 0 30px;
}

#agent-error #entryContent .errorTxt {
	color: #E32;
	font-weight: 700;
	border: 2px solid #E32;
	margin-top: 30px;
	padding: 10px;
}

/* --------------------
entry confirm
-------------------- */
#agent-confirm #entryContent .entryContent_inner .entryContent_head {
    max-width: 100%;
    margin: 0 0 30px;
}

#agent-confirm #entryContent .entryContent_inner .entryContent_head .title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

#agent-confirm #entryContent form #privacypolicy .policy {
	display: none;
}

/* --------------------
entry complete
-------------------- */
#agent-complete #entryContent {
    padding-top: 90px;
}

#agent-complete #entryContent .inner {
	width: 100%;
	max-width: 990px;
	margin: auto;
	padding: 40px 20px;
	background: #fff;
	box-sizing: border-box;
}

#agent-complete #entryContent h2 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #E5E9F4;
	margin-bottom: 30px;
	padding-bottom: 10px;
	line-height: 1;
}

#agent-complete #entryContent h2 span {
	color: #100E0E;
	position: relative;
	font-size: 20px;
}

#agent-complete #entryContent h2 span::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #100E0E;
	position: absolute;
	bottom: -9px;
	left: 0;
}

#agent-complete #entryContent p.txt {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}

#agent-complete .btr_tokokyari {
    width: 100%;
    max-width: 320px;
    margin: 30px auto 0;
}

#agent-complete .btr_tokokyari img {
    width: 100%;
}

@media all and (max-width: 991px) {
    #agent-complete #entryContent {
        padding-top: 20px;
    }
}

@media all and (max-width: 767px) { 
    #agent-complete #entryContent {
        padding-bottom: 0;
    }
	#agent-complete #entryContent h2 span {
		font-size: 18px;
		margin: 0 0 20px;
	}
	
	#agent-complete #entryContent h2 span::after {
		content: "";
		bottom: -10px;
	}
}

/**/
.btn_entry {
    width: 100%;
    max-width: 630px;
    margin: auto;
    position: relative;
}

.btn_entry::before {
    content: "";
    background-image: url(https://tokon.co.jp/recruit/wps/wp-content/themes/tokonrecruit03/images/agent/btn_entry.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 205px;
    display: block;
    position: absolute;
    bottom: -1px;
    right: -190px;
    z-index: 9;
}

.btn_entry a {
    color: #FFF;
    background-color: #01ADAD;
    border: 3px solid #01ADAD;
    border-radius: 90px;
    display: inline-block;
    padding: 38px 0;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    transition: .2s all;
}

.btn_entry a:hover {
    color: #100E0E;
    background-color: #FFE201;
    border: 3px solid #100E0E;
}

@media all and (max-width: 1500px) {
    .btn_entry {
        max-width: 580px;
    }
    
    .btn_entry a {
        font-size: 30px;
        padding: 30px 0;
    }
}

@media all and (max-width: 991px) {
    .btn_entry {
        max-width: 420px;
    }
    
    .btn_entry::before {
        width: 195px;
        height: 133px;
        right: -120px;
    }
    
    .btn_entry a {
        font-size: 26px;
        padding: 24px 0;
    }
}

@media all and (max-width: 767px) {
    .btn_entry {
        max-width: 312px;
    }
    
    .btn_entry::before {
        width: 165px;
        height: 102px;
        right: -40px;
        bottom: -76px;
    }
    
    .btn_entry a {
        font-size: 20px;
        padding: 18px 0;
    }
}