/* --------------------------------------------------- */
/* #header */
#header {
    border-bottom: none;
}

/* --------------------------------------------------- */
/* global navi & primary navi */
#gnav > li span,
#gnav > li a {
}

/* primary navi */
#pnav > li span,
#pnav > li a {}

/* spview */
@media screen and (max-width:767px) {
	#header {}
	
	/* btn color */

	#gnav > li span,
	#gnav > li a {
	}
	
	/* primary navi */
	#pnav > li span,
	#pnav > li a {}
}


#main .lay_lqd { position: relative; }
#main .lay_lqd::before {
    font-family: "Russo One", sans-serif;
    font-size: 8.5vw;
    font-weight: 400;
    font-style: normal;
    word-break: break-all;
}
/* spview */
@media screen and (max-width:767px) {
    #main .lay_lqd::before {
        font-size: 11.5vw;
    }
}


/* mainvisual */
/* --------------------------------------------------- */
#mv {
    padding-bottom: 18em;
	background: url(../images/mv_back.png) no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
#mv .lay_lqd { position: relative; }
#mv .lay_lqd::before { content: none; }
#mv .lay_lqd::after { 
    content: "";
    width: 56vw;
    height: 35vw;
    background: url(../images/mv_back_img.png) no-repeat;
	background-size: contain;
    position: absolute;
    top: 2.5em;
    right: -13em;
}

.mv_text {
	padding: 6em 0 2.5em;
    z-index: 1;
    position: relative;
}
.mv_lead {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0.03em;
    font-style: normal;
    text-decoration: none;
}
.mv_head {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.3em;
    font-style: italic;
	text-decoration:none;
}

.mv_btn_wrap {
    margin: 2.5em 0;
    display: inline-block;
}
.mv_btn_wrap .btn_register {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    padding: 0.5em 3em 0.5em 1em;
    border-radius: 0;
    background: #2b5fe1;
    border: none;
    position: relative;
    transform: translateY(0);
}
.mv_btn_wrap .btn_register span {
    background: #ff410d;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0.25em 0.75em;
    margin-right: 15px;
}

.mv_btn_pointer {
  position: absolute;
  bottom: 10px;
  right: 0.75em;
}
.mv_btn_pointer.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.9);
  }
}
/*.mv_btn_pointer.slide {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-name: anim_h;
}
@keyframes anim_h {
  0% {
    transform: translate(0px, 0);
  }
  100% {
    transform: translate(-7.5em, 0);
  }
}*/

@media screen and (max-width:1430px) {
     #mv .lay_lqd::after {
        width: 73vw;
        height: 38vw;
        right: -5em;
    }
}
@media screen and (max-width:1280px) {
    #mv .lay_lqd { 
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }
    
    .mv_text {
        padding: 3em 0 1.5em;
    }
    .mv_lead {
        font-size: clamp(16px, 3.5vw, 18px);
    }
    .mv_head {
        font-size: clamp(24px, 5.0vw, 62px);
    } 
    
}
/* spview */
@media screen and (max-width:767px) {
    #mv { 
        padding:0 0 0;
        margin-bottom: 0;
    }

	.mv_text {
		padding: 2.5em 0 0;
	}
    .mv_lead {
        font-size: clamp(15px, 2.5vw, 16px);
        line-height: 1.6em;
        margin-bottom: 10px;
    }
	.mv_head { font-size:  clamp(20px, 6.5vw, 50px); }
    
    .mv_btn_wrap {
        margin: 1.5em 0 0;
        display: block;
    }
    .mv_btn_wrap .btn_register {
        font-size: 4.25vw;
        padding: 0.5em 2.5em 0.5em 1em;
    }
    .mv_btn_wrap .btn_register span {
        font-size: 3.5vw;
        margin-right: 0.5em;
    }
    .mv_btn_pointer {
        width: 23px;
        height: 22px;
    }
}


.mv_form {
	width: fit-content;
    padding-bottom: 5em;
    position: relative;
    z-index: 1;
}
.mv_form form {}
.top_search_form {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0 15px;
}
.mv_form_input {
	font-size: 16px;
    width: calc((100% - 220px) / 2);
    width: 200px;
    padding: 8px 8px;
    margin: 0 0;
    background: url(../images/select_arrow.png) no-repeat #fff;
    background-position: 95% center;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.mv_form_x {
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin: 15px 0;
}
.btn_img_css {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 17px 1.5em 17px 2.75em;
    background: url(../images/i_search.png) no-repeat #b99456;
    background-position: left 1.75em center;
    border-radius: 50px;
    width: 160px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}
/*.mv_form_input {
	width:65%;
	height: 53px;
	font-size: 18px;
}
.mv_form_submit { 
    width:25%;
    letter-spacing: 1px;
    font-size: 15px;
    height: 55px;
    line-height: 1;
}*/
@media screen and (max-width:1430px) {
    
}
@media screen and (max-width:1280px) {
    
}
/* spview */
@media screen and (max-width:767px) {
	.mv_form {
		margin: 2.5em 0;
        padding-bottom: 0;
	}
	.mv_form form {
		width: 100%;
        /*padding: 1em 2.5vw;
		background: rgba(255, 255, 255, 0.8);*/
	}
	.top_search_form {
		justify-content: center;
		gap: 10px 10px;
	}
	.mv_form_input {
		width: calc((100% - 40px) / 2);
		height: 50px;
		padding: 8px 5px;
		border: 1px solid #d2d6de;
	}
	.mv_form_x {
		width: 20px;
		height: 20px;
	}
	.btn_img_css {
		font-size: 15px;
        padding: 13px 1.5em 13px 2.75em;
        height: 50px;
	}
}


/* strength */
/* --------------------------------------------------- */
#strength {
    padding: 0 0 6em;
}
#strength ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 5em;
}
#strength li {
    text-align: center;
    width: calc((100% - 20em) / 3);
    max-width: 220px;
}
#strength li figure {
    width: 190px;
    height: 190px;
}
#strength li figure img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
#strength li p {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.5em;
    text-align: left;
    margin-top: 20px;
}
@media screen and (max-width:1430px) {
    
}
@media screen and (max-width:1280px) {
    #strength ul {
        gap: 0 2.5em;
    }
    #strength li {
        width: calc((100% - 5em) / 3);
    }
    
    #strength li p {
        font-size: clamp(16px, 2.5vw, 22px);
    }
}
@media screen and (max-width:767px) {
    #strength {
        padding: 0 0 3em;
    }
    #strength ul {
        width: fit-content;
        margin: auto;
        flex-direction: column;
        gap: 0 0;
    }
    #strength li {
        width: 100%;
        max-width: inherit;
        display: flex;
        align-items: center;
    }
    #strength li + li { margin-top: 10px; }
    #strength li figure {
        width: 15vw;
        height: 15vw;
        margin-right: 10px;
    }
    #strength li p {
        font-size: clamp(15px, 2.5vw, 20px);
        margin-top: 0;
    }
    
}



/* kyujin_list */
/* --------------------------------------------------- */
.kyujin_list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.kyujin_list .item {
    width: calc((100% - 2em) / 3);
    max-width: 380px;
    background: #fff;
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin: 8px 10px;*/
}
.kyujin_list .item figure {
    height: 200px;
}
.kyujin_list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kyujin_list .item .inner {
    color: #000;
    padding: 0.75em 0 0;
}
.kyujin_list .item .company_name {
    font-size: 15px;
    font-weight: bold;
}
.kyujin_list .item .kyujin_title {
    font-size: 14px;
    font-weight: normal;
}
.kyujin_list .tag_list {
	margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 10px;
}
.kyujin_list .tag_list .tag {
    color: #fff;
    background: #092e5c;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3em;
    padding: 0.3em 0.75em;
    border-radius: 50px;
}
.kyujin_list .tag_list .tag.new {
    color: #fff;
    background: #b61735;
    border-color: #b61735;
}

.kyujin_list .overview { margin-top: 10px; }
.kyujin_list .overview li {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.kyujin_list .overview li::before {
	content: "";
	display: inline-block;
	min-width: 20px;
	min-height: 18px;
	margin-right: 0.5em;
}
.kyujin_list .overview li.saraly::before {
	background: url(../images/i_saraly.png) no-repeat center;
	background-size: contain;
}
.kyujin_list .overview li.area::before {
	background: url(../images/i_area.png) no-repeat center;
	background-size: contain;
}
.kyujin_list .overview li.clock::before {
	background: url(../images/i_time.png) no-repeat center;
	background-size: contain;
}
.kyujin_list .overview li.calender::before {
	background: url(../images/i_schedule.png) no-repeat center;
	background-size: contain;
}
.kyujin_list .overview li p {
	color: #434343;
    font-size: 14px;
}

.kyujin_list .taisyo {
    width: 100%;
	line-height: 1.3em;
    background: #e7e7e8;
    padding: 0.75em 0.75em;
    margin-top: 10px;
	display: flex;
}
.kyujin_list .taisyo span {
    color: #137ac0;
    font-size: 16px;
    font-weight: bold;
    padding-right: 1em;
	word-break: keep-all;
}
@media screen and (max-width:1430px) {
    
}
@media screen and (max-width:1280px) {
    
}
/* spview */
@media screen and (max-width:767px) {
	.kyujin_list .item {
            margin: 0 2.5vw;
		/*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);*/
	}
	.kyujin_list .item figure { height: 50vw; }

	.kyujin_list .item .inner {
		padding: 0.5em 0.5em;
	}
	.kyujin_list .item .company_name {
		font-size: 13px;
	}
	.kyujin_list .item .kyujin_title {
		font-size: 13px;
	}
	
	.kyujin_list .tag_list .tag {
        font-size: 12px;
        line-height: 1.2em;
        padding: 0.25em 0.75em;
	}

	.kyujin_list .overview { margin-top: 5px; }
	.kyujin_list .overview li { font-size: 12px; }
	.kyujin_list .overview li::before {
		width: 18px;
		height: 15px;
	}
	
	.kyujin_list .taisyo {
		padding: 0.5em 0.5em;
	}
	.kyujin_list .taisyo span {
		font-size: 14px;
	}
	
	.kyujin_list .slick-prev,
	.kyujin_list .slick-next {
		width: 2rem;
		height: 2rem;
	}
	.kyujin_list .slick-prev { left: -10px; }
	.kyujin_list .slick-next { right: -10px; }
	
}


/* topKyujin */
/* --------------------------------------------------- */
#topKyujin {
    padding: 0 0 5em;
    margin-top: -16em;
    position: relative;
}
#topKyujin .lay_lqd::before {
    content: "NEW ARRIVALS";
    color: rgba(57, 87, 183, 0.3);
    position: absolute;
    top: -0.75em;
    right: -0.5em;
}
@media screen and (max-width:1430px) {
    
}
@media screen and (max-width:1280px) {
    #topKyujin {
        padding: 0 2.5vw 2.5em;
        margin-top: -15em;
    }
}
/* spview */
@media screen and (max-width:767px) {
    #topKyujin {
        padding: 2.5rem 2.5vw;
        margin-top: 0;
    }
    #topKyujin .content_title01.white::before,
    #topKyujin .content_title01.white span,
    #topKyujin .content_title01.white span::before { color: #000; }
}


/* user_contact */
/* --------------------------------------------------- */
.user_contact {
    background: #f5f5f5;
}
.user_contact ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.user_contact li {}
.user_contact li + li { margin-left: 50px; }
.user_contact li .btn {
    color: #fff;
    font-size: 18px;
    line-height: 1.6em;
    width: 430px;
    padding: 1rem 1rem;
}
.user_contact li:nth-child(1) .btn { background: #082854; }
.user_contact li:nth-child(2) .btn { background: #d2ac73; }

.user_contact_lead {
    color: #082854;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
/* slash */
.user_contact_lead.slash {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.user_contact_lead.slash::before,
.user_contact_lead.slash::after {
    content: "";
    background: #082854;
    width: 2px;
    height: 28px;
}
.user_contact_lead.slash::before { 
    margin-right: 0.5em;
    transform: rotate(-30deg);
}
.user_contact_lead.slash::after {
    margin-left: 0.5em;
    transform: rotate(30deg);
}
@media screen and (max-width:1430px) {
    
}
@media screen and (max-width:1280px) {
    .user_contact li {
        width: calc((100% - 50px) / 2);
    }
    .user_contact li .btn { width: 100%; }
    .user_contact_lead {
        font-size: clamp(18px, 2.5vw, 20px);
    }
    
}
/* spview */
@media screen and (max-width:767px) {
    .user_contact ul { flex-direction: column; }
    .user_contact li { width: 100%; }
    .user_contact li + li {
        margin-left: 0;
        margin-top: 30px;
    }

    .user_contact li .btn {
        width: 100%;
        font-size: 16px;
    }
    
    .user_contact_lead {
        font-size: clamp(16px, 2.5vw, 20px);
        margin-bottom: 5px;
    }
    /* slash */
    .user_contact_lead.slash::before,
    .user_contact_lead.slash::after {
        height: 5.5vw;
    }
    
}



/* topSearch */
/* --------------------------------------------------- */
#topSearch {}
#topSearch .lay_lqd::before {
    content: "SEARCH";
    color: #f5f5f5;
    position: absolute;
    top: -0.75em;
    right: 0;
}

#topSearch .inner + .inner {
    margin-top: 2.5em;
}

.topSearch_title {
    font-size: 24px;
    margin-left: calc(50% - 50vw);
    padding: 0.25em 3em;
    padding-left: calc(50vw - 50% + 8px);
    margin-right: -3em;
    display: inline-block;
    position: relative;
}
.topSearch_title::after {
    content: "";
    position: absolute;
    right: -1em;
    top: 0;
    width: 1em;  /* 斜め部分の幅 */
    height: 100%;
    background: #072957;
    transform: skewX(-23deg); /* 斜め部分の角度 */
    transform-origin: top right;
}
@media screen and (max-width:1430px) {
    
}
@media screen and (max-width:1280px) {
    
}
/* spview */
@media screen and (max-width:767px) {
    
    #topSearch .inner + .inner {
        margin-top: 2.0em;
    }
    
    .topSearch_title {
        font-size: 3.5vw;
        padding: 0.25em 1em;
        margin-bottom: 1.0em;
    }
}

/*エリアから探す*/
#topSearch .area .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#topSearch .area { position: relative; }
#topSearch .area .map {
	width: 45%;
    text-align: center;
    padding-bottom: 2em;
}
#topSearch .area .map ul {
  width: 100%;
  height: 475px;
  background: url(../images/map.png) no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  position: relative;
}
#topSearch .area .map a {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	font-feature-settings: "palt";
	color: #082854;
    border: 2px solid #082854;
    background: #fff;
	border-radius: 50px;
	padding: 8px 1em;
	min-width: 120px;
	display: inline-block;
}

#topSearch .area .map li { position: absolute; }
#topSearch .area .map .map01 {
  top: 33%;
  right: 5%;
}
#topSearch .area .map .map02 {
  top: 65%;
  right: 13%;
}
#topSearch .area .map .map03 {
  top: 40%;
  left: 33%;
}
#topSearch .area .map .map04 {
  bottom: 11%;
  left: 40%;
}
#topSearch .area .map .map05 {
  bottom: 36%;
  left: 6%;
}
#topSearch .area .map .map06 {
  bottom: 0;
  left: 15%;
}
@media screen and (max-width:1430px) {
    
}
@media screen and (max-width:1280px) {
    #topSearch .area .map { width: 50%; }
    #topSearch .area .map a {
        font-size: clamp(13px, 2.5vw, 16px);
        padding: 0.25em 1em;
    }
    
    #topSearch .area .map .map01 {
      top: 33%;
      right: 5%;
    }
    #topSearch .area .map .map02 {
      top: 60%;
      right: 8%;
    }
    #topSearch .area .map .map03 {
      top: 45%;
      left: 22%;
    }
    #topSearch .area .map .map04 {
      bottom: 20%;
      left: 38%;
    }
    #topSearch .area .map .map05 {
      bottom: 38%;
      left: 0%;
    }
    #topSearch .area .map .map06 {
      bottom: 8%;
      left: 7%;
    }
    
}
@media screen and (max-width:767px) {
  #topSearch .area .content { flex-direction: column; }
  #topSearch .area .map {
    width: 100%;
    display: none;
  }
  #topSearch .area .map ul {
    height: auto;
    background: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
  }
  #topSearch .area .map li {
    position: static;
  }
  #topSearch .area .map a {
    font-size: 14px;
    padding: 10px 0.75em;
    min-width: 100px;
  }
}


#topSearch .area_list {
	width: calc(100% - (45% + 5em));
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}
#topSearch .area_list li {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
#topSearch .area_list .area_name {
    color: #082854;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    font-feature-settings: "palt";
    pointer-events: none;
	margin-bottom: 5px;
}
#topSearch .area_list li .pref_list {
    display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 10px;
}
#topSearch .area_list li .pref_list a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    padding: 0.25em 0.75em;
    background: #eaeaec;
    border-radius: 25px;
}
@media screen and (max-width:1430px) {
    
}
@media screen and (max-width:1280px) {
    #topSearch .area_list {
        width: calc(100% - (50% + 2em));
    }
    
}
@media screen and (max-width:767px) {
	#topSearch .area_list { width: 100%; }
    #topSearch .area_list li {
        flex-direction: column;
    }

	#topSearch .area_list .area_name {
        width: 100%;
        font-size: 16px;
        line-height: 1.0em;
        border-bottom: 2px solid #082854;
        padding-bottom: 0.5em;
        margin-bottom: 0.75em;
    }

	#topSearch .area_list li .pref_list { gap: 10px 10px; }
    #topSearch .area_list li .pref_list a {
        font-size: clamp(12px, 2.5vw, 15px);
    }

}

/*こだわりから探す*/
#topSearch .detail ul {
    margin-top: 2.5em;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}
#topSearch .detail li { width: auto; }
#topSearch .detail li a {
    color: #082854;
    font-size: 14px;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.075em;
    padding: 0.5em 1em;
    border: 2px solid #082854;
    border-radius: 25px;
    background: #fff;
    width: 100%;
    transition: 0.3s;
    display: inline-block;
    position: relative;
}
#topSearch .detail li a:hover {
    color: #fff;
    background: #082854;
    opacity: 1;
}
@media screen and (max-width:1430px) {
    
}
@media screen and (max-width:1280px) {
    
}
@media screen and (max-width:767px) {
    #topSearch .detail ul {
        margin-top: 0;
    }
   #topSearch .detail li a {
        font-size: 3.25vw;
        line-height: 1.2em;
        padding: 0.5em 1em;
  }
}

/*職種から探す*/
#topSearch .job {}
#topSearch .job ul {
    margin-top: 2.5em;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 15px;
}
#topSearch .job li {
    width: calc((100% - 45px) / 4);
}
#topSearch .job li a {
    color: #082854;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    padding: 1em 30px 1em 1em;
    background: #fff;
    border: 2px solid #082854;
    display: block;
    position: relative;
}
#topSearch .job li a::before {
	content: "";
    width: 18px;
    height: 100%;
    background: #303e56;
    position: absolute;
    top: 0;
    right: 0;
}
#topSearch .job li a::after {
	content: "";
    width: 9px;
    height: 9px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 43%;
    right: 6px;
}
@media screen and (max-width:1430px) {
    
}
@media screen and (max-width:1280px) {
	#topSearch .job li {
		width: calc((100% - 45px) / 4);
	}
}
@media screen and (max-width:767px) {
    #topSearch .job ul {
        margin-top: 0;
        gap: 10px 10px;
    }
	#topSearch .job li {
        width: calc((100% - 10px) / 2);
    }
	#topSearch .job li a {
        font-size: 3.25vw;
        padding: 0.5em 20px 0.5em 0.75em;
    }
}


/* topBlog */
/* --------------------------------------------------- */
#topBlog { padding: 5rem 0 0; }
#topBlog .lay_lqd::before {
    content: "COLUMN";
    color: #fff;
    position: absolute;
    top: -0.75em;
    right: 0;
}

.blog_list {
	padding: 3.0em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px 2.5em;
}
.blog_list .item {
    width: calc((100% - 5em) / 3);
    /*background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;*/
}
.blog_list .item figure {
	height: 250px;
}
.blog_list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*border-radius: 8px 8px 0 0;*/
}
.blog_list .item .blog_list_data {
    padding: 0.75em 0 0;
}
.blog_list .item .blog_title {
	color: #1a0004;
    font-size: 16px;
    line-height: 1.6em;
}
@media screen and (max-width:1430px) {
    
}
@media screen and (max-width:1280px) {
    
}
@media screen and (max-width:767px) {
    #topBlog {
        padding: 2.5rem 2.5vw 0;
    }
    
	.blog_list {
		padding: 0 0 1.5em;
		gap: 15px 15px;
	}
	.blog_list .item {
		width: calc((100% - 15px) / 2);
	}
	.blog_list .item figure { height: 30vw; }
	.blog_list .item .blog_list_data {
		padding: 0.5em 0.5em;
	}
	.blog_list .item .blog_title {
		font-size: 14px;
	}

}


/* com_contact */
/* --------------------------------------------------- */
.com_contact {}
.com_contact .btn {
    color: #fff;
    font-size: 18px;
    line-height: 1.6em;
    width: 430px;
    padding: 1rem 1rem;
    margin: 1em auto 0;
    display: block;
}
@media screen and (max-width:1430px) {
    
}
@media screen and (max-width:1280px) {
    
}
@media screen and (max-width:767px) {
    .com_contact .btn {
        width: 100%;
        font-size: 16px;
    }
}


/* information */
/* --------------------------------------------------- */
#information {}
#information .lay_lqd::before {
    content: "INFORMATION";
    color: #f5f5f5;
    position: absolute;
    top: -0.75em;
    right: 0;
}
.information_list {}
.information_list li {
	font-size: 16px;
	width: 100%;
	padding: 10px 0;
	display: flex;
}
.information_list .date {
	margin-right: 2em;
}
.information_list a {
}
@media screen and (max-width:1280px) {
    
    
}
/* spview */
@media screen and (max-width:767px) {
	#information {}
	.information_list {
		padding: 0 0 0;
	}
	.information_list li {
		font-size: 14px;
		padding: 5px 0;
		border-bottom: 1px dotted #000;
	}
	
}


/* #topRole */
/* --------------------------------------------------- */
#topRole {
  color: #fff;
  background: url(../images/role_back01.png) no-repeat;
  background-position: center left;
  background-size: cover;
  position: relative;
}
#topRole::after {
    content: "";
    width: 38vw;
    height: 30vw;
    max-height: 530px;
    background: url(../images/role_back02.png) no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 7vw;
}
#topRole .content_title01 {
    margin-bottom: 1.5em;
}

#topRole .inner {
  width: 60%;
  margin: 0 0;
  position: relative;
}
.role_title {
    font-size: 26px;
    margin-bottom: 1.0em;
}
.role_text {
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 300;
    font-feature-settings: "palt";
    letter-spacing: 0.075em;
}
@media screen and (max-width:1800px) {
    #topRole {
        background: url(../images/role_back01.png) no-repeat;
        background-position: center center;
        background-size: cover;
    }
}
@media screen and (max-width:1280px) {
    #topRole {
        padding-right: 2.5vw;
        padding-left: 2.5vw;
    }
    #topRole .inner {
        width: 100%;
        z-index: 1;
	}
}
/* spview */
@media screen and (max-width:767px) {
	#topRole {
		padding: 2.5rem 2.5vw;
        background: url(../images/role_back01.png) no-repeat;
        background-position: center center;
        background-size: cover;
	}
    #topRole::after {
        width: 60vw;
        height: 45vw;
        right: 0;
    }
    
	#topRole .role_title {
        font-size: 3.75vw;
        line-height: 1.5em;
	}
	
	.role_text {
		font-size: 13px;
        line-height: 1.8em;
	}
}









/* category_list 1&2 */
/* --------------------------------------------------- */

/* clearfix */
.category_list1:before,
.category_list2:before,
.category_list1:after,
.category_list2:after { content: " "; display: table; }
.category_list1:after,
.category_list2:after { clear: both; }

/* links */
.category_list1 a,
.category_list2 a {
	text-decoration:none;
	color:#F99422;
}

/* inner box */
.category_list_notes,
.category_list_cate {
	display:table-cell;
	vertical-align:middle;
	padding:0.25em 0.75em 0.25em 1.25em;
}

.category_list_cate {
	border-right: solid 1px #cdcdcd;
	width: 125px;
	padding: 0.25em;
}
.category_list_cate i {
	vertical-align:middle;
	margin-right:0.5em;
}

.category_list_keyword {
	vertical-align:middle;
	font-size:16px;
	font-weight:700;
	display:inline-block;
	line-height:1.1;
}
.category_list_suffix {
	display:block;
	font-size:75%;
	font-weight:lighter;
	margin-top:0.5em;
}

.category_list_notes {
	font-size:12px;
	color:#000;
	/*background-color:#E0FBFE;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* category_list1 */
/* --------------------------------------------------- */

.category_list1 { margin:0 -0.5em; }
.category_list1 li {
	width:50%;
	padding:0 0.25em 0.5em;
	float:left;
}

.category_list1 a {
	height: 78px;
	padding: 0.75em;
	display:table;
	border-collapse:separate;
	border-spacing:0em;
	width:100%;
	border: solid 2px #F99422;
	border-radius: 4px;
	background: #fff;
}
.category_list1 a:hover {
	background: #FAEEE1;}

/* spview */
@media screen and (max-width:767px) {
	
	.category_list1 li {
		width:auto;
		float:none;
	}
}

/* category_list2 */
/* --------------------------------------------------- */

.category_list2 { margin:0 -0.5em; }
.category_list2 li {
	width:33.33333333333333333333333%;
	padding:0 0.5em 0.5em;
	float:left;
}

.category_list2 a {
	height: 40px;
	line-height: 1.4;
	display:block;
	padding:0 0.5em 0 0;
	background: #fff;
	border: solid 1px #F53148;
	color:#F53148;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.category_list2 a:hover {}

.category_list2 a:before {
	height: 38px;
	margin-right:0.5em;
	background:#f5596c;
	color:#fff;
	display:inline-block;
	padding:0.5em;
	box-sizing: border-box;
    font-family: 'icomoon' !important;
    content: "\e99f";
}


#kodawari .category_list2 a {
	border: solid 1px #fcdf32;
	color:#333;
}

#kodawari .category_list2 a:before {
	background:#fcdf32;
}


#syoku .category_list2 a {
	border: solid 1px #2f6aab;
	color:#333;
}

#syoku .category_list2 a:before {
	background:#2f6aab;
}



/* spview */
@media screen and (max-width:767px) {
	
	.category_list2 li {
		width:auto;
		float:none;
	}
	
	#kodawari .search_select {padding:0 12px;}
	
	#kodawari .search_select_list {margin-bottom: 15px;}
}



/* bnr_media */
/* --------------------------------------------------- */

.bnr_media { text-align:center; }
.bnr_media ul {}
.bnr_media ul li {
	margin:1em 0.5em;
	display:inline-block;
	text-align:center;
}

/* spview */
@media screen and (max-width:767px) {

	.bnr_media ul {
		letter-spacing:-0.5ex;
		margin:0 0 0.5em;
	}
	.bnr_media ul li {
		padding:0 0.5em 0.5em;
		margin:0;
		width:33%;
		letter-spacing:normal;
	}
	.bnr_media ul li img {
		width:100%;
		height:auto;
		max-width:160px;
	}
}

/* #top_value */
/* --------------------------------------------------- */

#top_value {}
#top_value .image {}
#top_value .image img {}

/* spview */
@media screen and (max-width:767px) {
	
	#top_value .image img {
		width:100%;
		height:auto;
		max-width:200px;
	}
}



/* #top_regist */
/* --------------------------------------------------- */

#top_regist {}
#top_regist .image {}
#top_regist .image img {}

/* spview */
@media screen and (max-width:767px) {
	
	#top_regist .image img {
		width:100%;
		height:auto;
		max-width:200px;
	}
}


.pickup_list {
	display: flex;
	justify-content: space-between;
}

.pickup_list li {
	width: 30%;
	padding: 1rem;
	background:#fff;
}
.pickup_list li img {
	width:100%;
}
.pickup_list li a {
	width: 100%;
}