@charset "UTF-8";
/* =========================================================
 * font
========================================================= */
/*noto-sans*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Lora:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500&display=swap");
.font-noto {
  font-family: 'Noto Sans JP', sans-serif; }

.font-notos {
  font-family: 'Noto Serif JP', sans-serif; }

.lato {
  font-family: 'Lato', sans-serif; }

.lora {
  font-family: 'Lora', serif; }

.barlow {
  font-family: 'Barlow Condensed', sans-serif; }

/* =========================================================
 * reset　　　    /*リセット
========================================================= */
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul, figure, figcaption {
  margin: 0px;
  padding: 0px; }

fieldset, img {
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ol {
  list-style-type: none; }

ul {
  list-style-type: none; }
  ul li {
    list-style-type: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

iframe {
  border: none; }

a:focus {
  outline: none; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li img {
  line-height: 0;
  font-size: 0;
  vertical-align: top; }

/* IE */
* html ul li dl, * html ol li dl {
  display: inline; }
*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline; }

/* =========================================================
 * default settings      　   /*デフォルトセッティング
========================================================= */
html {
  font-size: 62.5%;
  overflow: auto; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all;
  word-break: break-word; }

p {
  line-break: strict; }

a {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  a:hover {
    opacity: 0.7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; }

body {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2.2;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #333;
  overflow: hidden; }

#wrapper {
  width: 100%; }

.pc {
  display: block; }

.sp {
  display: none; }

.hide, .hidden {
  visibility: hidden; }

img {
  max-width: 100%; }

main {
  display: block; }

@media screen and (max-width: 767px) {
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none; }
    a:hover {
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
      /* IE lt 8 */
      -ms-filter: "alpha(opacity=100)";
      /* IE 8 */ }

  body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    min-width: 100%; }

  img {
    width: 100%; }

  .pc {
    display: none; }

  .sp {
    display: block; } }
/* =========================================================
 * clearfix　　   /*クリアフィックス
========================================================= */
.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

* {
  zoom: 1; }

.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right {
  opacity: 0;
  transition: all 800ms; }

.fade {
  opacity: 0;
  transform: translate(0, -1px);
  transition: all 800ms; }

.fade.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 800ms; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fadein-top {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 800ms; }

.fadein-top.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fadein-left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 800ms; }

.fadein-left.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fadein-right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 800ms; }

.fadein-right.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.newsbox{
	height:100%;
	box-sizing:border-box;
	border-left:1px solid #999;
	padding:0 10px;
}

.newsbox a{
	display:block;
	text-decoration:none;
	position:relative;
}

.newsbox dl{
	height:100%;
}

.newsbox dl dt {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 16px;
  color: #000;
  width: 145px;
  text-align: center;
  background: #fcee21;}
  .newsbox dl dt.companyttls {
    background: #00DFD4; }
  .newsbox dl dt.companyttls02 {
    background: #00DFD4; }
  .newsbox dl dt.businessttls {
    background: #00d9ff; }
  .newsbox dl dt.worklifettls {
    background: #baa58c; }
  .newsbox dl dt.worklifettls02 {
    background: #baa58c; }
  .newsbox dl dt.recruitttls {
    background: #ccd321; }
  .newsbox dl dt.sessionttls {
    background: #00ceff; }

.newsbox dl dd{
	width:100%;
}

.newsbox dl dd img{
	height:auto;
	width:100%;
}

.newsbox .ttltxt{
	font-family: 'Noto Serif JP', sans-serif;
      font-size: 15px;
      font-weight: 500;
	line-height:1.8;
	color:#000;
	margin-top:10px;
	height:60px;
}

header {
  position: fixed;
  z-index: 30;
  width: 100%;
  padding: 0 0 0 15px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between; }

  header .left {
    display: flex;
	  min-width: 240px;
    justify-content: flex-start; }
    header .left h1 {
      width: 140px; }
    header .left h2 {
      font-family: 'Noto Serif JP', sans-serif;
      font-size: 16px;
      font-weight: 500;
      margin-left: 10px; }

@media screen and (min-width: 1024px) and (orientation: landscape) {
  header .left {
    display: block;
	 min-width: 140px;
    justify-content: flex-start; }
    header .left h2 {
      font-family: 'Noto Serif JP', sans-serif;
      font-size: 14px;
      font-weight: 500;
      margin-left: 0px;}	
}

  header .open {
    position: absolute;
    right: 0;
    top: 0;
    width: 95px;
    height: 65px;
    background: url(/wp-content/imgs/common/open.svg) no-repeat center center;
    background-size: cover;
    text-indent: -9999px;
    z-index: 999; }
  header .right {
    width: 900px;
    display: flex;
	align-content: center;
    position: relative;
    flex-wrap: wrap;
    margin-right: 95px;
    height: 95px;}
header .right .header_upper {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-right: 30px;
margin-bottom:10px;}
header .right .header_upper p,
header .right .header_upper .sort_btn{
	  margin-left:25px;
	 cursor: pointer;
	width: 140px;
}

header .right .header_upper .sort_btn{
	background: url(/imgs/common/sort.svg) no-repeat bottom center;
    background-size: cover;
	width: 140px;
	height:20px;
}

header .right .header_upper .sort_btn.close{
	background: url(/imgs/common/sort_close.svg) no-repeat bottom center;
    background-size: cover;
	width: 140px;
	height:20px;
}

header .right .header_upper p:nth-child(2){
	width:70px;
}

header .right .header_upper p:last-child{
	width:29px;
}
    header .right nav {
      width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 30px; }
      header .right nav p {
        font-family: 'Noto Serif JP', sans-serif;
        font-size: 13px;
        font-weight: 500;
        margin-left: 35px; }

@media screen and (min-width: 1024px) and (orientation: landscape) {
   header .right nav p {
      margin-left: 10px;}
}
header .right nav p:first-child{
	margin-left:0;
}
 header .right nav p a {
          display: block;
          color: #000;
          text-decoration: none;
          transition: color 0.3s ease-out; }
          header .right nav p a:hover {
            color: #1cafcc;
            opacity: 1; }
    header .right .entry {
      position: fixed;
      right: 0;
      top: 0;
      width: 95px;
      height: 95px;
      font-size: 14px;
      line-height: 1;
      background: #000; }
      header .right .entry a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-decoration: none;
        color: #fff; }
  header .sort_area {
    display:none;
    top: 95px;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(236, 236, 236, 0.9);
    overflow: auto;
padding-bottom:100px;
z-index: 5;}
header .sort_area .checkbox {
		position:fixed;
		right: 0;
		background: #fff;
		height: 100%;
		width: 250px;
      margin: 0 auto;
overflow-x: scroll;
z-index: 1;
padding-bottom: 180px;
top:170px;}
 header .sort_area .checkbox .cont_lead {
	 background:#666;
	 color:#fff;
		padding:5px;
	 text-align:center;
	 margin-bottom:10px;
}

 header .sort_area .serchbox{
	position:fixed;
	width:100%;
	 z-index:25;
}


      header .sort_area .checkbox label {
		display: block;
        cursor: pointer;
        font-size: 15px;
        margin: 5px 20px;
        color: #666;
        line-height: 1.4;
        padding: 2px 15px 5px 0;
border-bottom: 1px solid #efefef;}
        header .sort_area .checkbox label:hover {
          color: #0071ad;}
header .sort_area .checkbox .mixitup-control-active{
	opacity:0.6;
}
    header .sort_area .recomend {
      position:absolute;
	  left: 0;
		top: 0;
	  width: calc(100% - 250px);
      height: 100%;
      padding-bottom: 200px;
z-index:2;}
      header .sort_area .recomend .rec_inner {
		  padding-top:0px;
padding-bottom:100px;}
        header .sort_area .recomend .rec_inner.container {
          width: 90%;
          margin: 0px auto 50px; }
        header .sort_area .recomend .rec_inner h3 {
          width: 100%; }
        header .sort_area .recomend .rec_inner a {
          display:flex;
			justify-content:flex-start;
			align-items:center;
          text-decoration: none;
			color: #000; }
        header .sort_area .recomend .rec_inner .boxs {
          width: 100%;
margin-bottom:30px;
			padding-top:25px;
border-bottom:1px solid #ccc;}
          header .sort_area .recomend .rec_inner .boxs:nth-child(3n) {
            margin-right: 0; }
          header .sort_area .recomend .rec_inner .boxs dl {
              width: 145px; 
			  margin-right: 25px;}
            header .sort_area .recomend .rec_inner .boxs dl dt {
              font-family: 'Noto Serif JP', sans-serif;
              font-size: 16px;
              color: #000;
              width: 145px;
              text-align: center;
              background: #fcee21;}
              header .sort_area .recomend .rec_inner .boxs dl dt.companyttls {
                background: #00DFD4; }
header .sort_area .recomend .rec_inner .boxs dl dt.companyttls02 {
                background: #00DFD4; }
              header .sort_area .recomend .rec_inner .boxs dl dt.businessttls {
                background: #00d9ff; }
              header .sort_area .recomend .rec_inner .boxs dl dt.worklifettls {
                background: #baa58c; }
header .sort_area .recomend .rec_inner .boxs dl dt.worklifettls02 {
                background: #baa58c; }
              header .sort_area .recomend .rec_inner .boxs dl dt.recruitttls {
                background: #ccd321; }
              header .sort_area .recomend .rec_inner .boxs dl dt.sessionttls {
                background: #00ceff; }
 header .sort_area .recomend .rec_inner .boxs dl dd {
	 width:145px;
}

header .sort_area .recomend .rec_inner .boxs .txtsbox{
	width:calc(100% -180px);
}
          header .sort_area .recomend .rec_inner .boxs .ttltxt {
            font-family: 'Noto Serif JP', sans-serif;
            font-weight: 300;
            font-size: 20px;
            line-height: 1.6;
            letter-spacing: 3px; }
header .sort_area .recomend .rec_inner .boxs .ttlcapt{
            font-size: 14px;
            line-height: 1.4;
            letter-spacing: 0px;
            padding: 15px 0px; }
header .sort_area .recomend .rec_inner .boxs .tags{
	padding-bottom:10px
}
header .sort_area .recomend .rec_inner .boxs .tags span{
	background:#fff;
	padding:5px 10px;
	border-radius:10px;
	margin-right:10px;
}
          header .sort_area .recomend .rec_inner .boxs .btns {
            font-size: 14px;
            line-height: 1;
            letter-spacing: 4px;
            font-family: 'Noto Serif JP', sans-serif;
            position: relative; }
            header .sort_area .recomend .rec_inner .boxs .btns:after {
              position: absolute;
              content: "";
              width: 100px;
              left: 70px;
              top: 50%;
              margin-top: -1px;
              border-bottom: 1px solid #000; }
            header .sort_area .recomend .rec_inner .boxs .btns:before {
              position: absolute;
              content: "";
              width: 10px;
              height: 10px;
              left: 158px;
              top: 50%;
              margin-top: -6px;
              border-left: 1px solid #000;
              transform: rotate(135deg); }
        header .sort_area .recomend .rec_inner.slider {
          padding-top: 15px;
          padding-left: 47px; }
          header .sort_area .recomend .rec_inner.slider .boxs {
            margin-right: 0;
            padding-right: 47px;
            padding-top: 15px; }
main {
  width: 100%; }
  main #mv {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 500px; }
  main #contents_area {
    margin: 100px auto; }
    main #contents_area .ttls_area {
      width: 400px;
      height: 400px;
      padding: 0 20px; }

@media screen and (min-width: 768px) and (max-width: 868px) {
    main #contents_area .ttls_area {
	width: 500px;
	}
}
      main #contents_area .ttls_area a {
        display: block;
        text-decoration: none;
        color: #000;
height: 100%;}
      main #contents_area .ttls_area h3 {
        font-size: 84px;
        line-height: 1;
        font-family: 'alt', sans-serif;
        position: relative;
        top: -42px;
        margin-bottom: -42px; }
@media screen and (min-width: 1024px) and (orientation: landscape) {
      main #contents_area .ttls_area h3 {
        font-size: 65px;
		  top: -21px;
        margin-bottom: -21px;
	
	}
}
@media screen and (min-width: 768px) and (max-width: 868px) {
main #contents_area .ttls_area h3 {
	font-size: 50px;
	top: -16px;
	}
}
      main #contents_area .ttls_area .txt {
        font-size: 14px;
        line-height: 1.9;
        color: #666666;
        padding: 25px 0 35px; }
      main #contents_area .ttls_area .btns {
        font-size: 18px;
        line-height: 1;
        letter-spacing: 4px;
        font-family: 'alt', sans-serif;
        position: relative; }
        main #contents_area .ttls_area .btns:after {
          position: absolute;
          content: "";
          width: 140px;
          left: 80px;
          top: 50%;
          margin-top: -1px;
          border-bottom: 2px solid #000; }
        main #contents_area .ttls_area .btns:before {
          position: absolute;
          content: "";
          width: 10px;
          height: 10px;
          left: 208px;
          top: 50%;
          margin-top: -6px;
          border-top: 2px solid #000;
          border-left: 2px solid #000;
          transform: rotate(135deg); }
  main .temp_01 {
    background: linear-gradient(to right, #ffffb3, #abff00);
    padding-bottom: 65px;}
  main .temp_02 {
    background: linear-gradient(to right, #ffffb3, #abff00);
    padding-bottom: 65px;
padding-top: 80px; }
  main .temp_03 {
    background: linear-gradient(to right, #ffffb3, #abff00);
    padding-bottom: 65px;
padding-top: 80px; }
  main .temp_04 {
    background: linear-gradient(to right, #ffffb3, #abff00);
    padding-bottom: 65px;
padding-top: 80px; }
  main .temp_05 {
    background: linear-gradient(to right, #ffffb3, #abff00);
    padding-bottom: 65px;
padding-top: 80px; }
  main .temp_06 {
    background: linear-gradient(to right, #ffffb3, #abff00);
    padding-bottom: 65px;
padding-top: 80px;}
  main .temp_07 {
    background: linear-gradient(to right, #ffffb3, #abff00);
    padding-bottom: 65px;
padding-top: 80px;}
  main .temp_08 {
    background: linear-gradient(to right, #ffffb3, #abff00);
    padding-bottom: 65px;
padding-top: 80px; }
  main .temp_bellsta {
    background: linear-gradient(to right, #ffffb3, #abff00);
    padding-bottom: 65px;
padding-top: 80px; }
  main .bellsta_ttl {
    text-align: center;
    margin-bottom: 25px; }
    main .bellsta_ttl p {
      width: 120px;
      margin: 0 auto 25px; }
      main .bellsta_ttl p img {
        width: 100%; }
    main .bellsta_ttl h3 {
      width: 350px;
      margin: 0 auto; }
      main .bellsta_ttl h3 img {
        width: 100%; }
  main .taglines {
    width: 1024px;
    margin: 0px auto;
    padding: 50px 0;
    display: flex;
    justify-content: flex-start; }

@media screen and (min-width: 1024px) and (orientation: landscape) {
  main .taglines {
    width:auto;
	max-width:95%;}
}

@media screen and (min-width: 768px) and (max-width: 868px) {
  main .taglines {
    width:auto;
	max-width:90%;}
}
    main .taglines p {
      font-size: 13px;
      font-weight: 500;
      line-height: 1;
      color: #898989;
      margin-right: 10px; }
      main .taglines p span {
        padding: 2px 15px 2px;
        margin: 0 15px 0 0;
        background: #fff;
        border-radius: 10px; }
    main .taglines.back_b p span {
      color: #fff;
      background: #000; }
  main .contents {
    width: 1024px;
    margin: 50px auto; }
@media screen and (max-width: 1024px) {
  main .contents {
    width:auto;
	max-width:90%;}
}
    main .contents.bellsta {
      width: 90%;
      margin: 0 auto; }
    main .contents .ttls {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
@media screen and (min-width: 768px) and (max-width: 868px) {
main .contents .ttls {
    display: block;}
}
      main .contents .ttls.blocks {
        display: block; }
        main .contents .ttls.blocks h3 {
          font-size: 41px; }
      main .contents .ttls h3 {
        font-family: 'Noto Serif JP', sans-serif;
        font-size: 40px;
        line-height: 1.4;
        letter-spacing: 5px;
        position: relative; }
        main .contents .ttls h3 span {
          position: relative;
          z-index: 2; }
        main .contents .ttls h3.yellow:before {
          position: absolute;
          content: "";
          width: 110px;
          height: 110px;
          background: #ffff00;
          z-index: 0;
          left: -15px;
          top: -55px; }
      main .contents .ttls dl {
        font-family: 'Noto Serif JP', sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4; }

@media screen and (max-width: 768px) {
main .contents .ttls dl {
    padding-top:10px;}
}
      main .contents .ttls p {
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 300;
        font-size: 36px;
        line-height: 1.8;
        position: relative; }
        main .contents .ttls p:before {
          position: absolute;
          content: "";
          width: 110px;
          height: 110px;
          background: #00d9ff;
          z-index: 0;
          left: -5px;
          top: -50px; }
        main .contents .ttls p span {
          position: relative;
          z-index: 2; }
        main .contents .ttls p.cop:before {
          background: #00DFD4; }
        main .contents .ttls p.wel:before {
          background: rgba(190, 169, 144, 0.3); }
        main .contents .ttls p.ses:before {
          background: #00ceff; }
        main .contents .ttls p.int:before {
          background: #ffff00; }
        main .contents .ttls p.rec:before {
          background: rgba(204, 211, 33, 0.3); }
    main .contents .mv p {
      padding: 25px 0 10px;
      font-size: 14px;
      font-weight: 500; }
    main .contents .movire_contents {
      width: 100%;
      margin: 50px auto -80px;
      background: #fff; }
      main .contents .movire_contents.mtnones {
        margin: 0px auto 30px; }
      main .contents .movire_contents video {
        width: 100%;
        outline: none; }
 main .contents .movire_contents .youtube {
position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }

 main .contents .movire_contents .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
    main .contents .txt_contents {
      background: #fff;
      padding: 0 135px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 2;
      padding-bottom: 100px; }
@media screen and (max-width: 1024px) {
	
}
@media screen and (min-width: 768px) and (max-width: 868px) {
    main .contents .txt_contents {
    padding: 0 5% 70px;}
}
      main .contents .txt_contents .box {
        padding-top: 65px; }
        main .contents .txt_contents .box dl {
          text-align: center;
          line-height: 1;
          padding-bottom: 25px; }
          main .contents .txt_contents .box dl dt {
            font-size: 24px;
            font-family: 'Lora', serif;
            font-weight: 400; }
@media screen and (min-width: 768px) and (max-width: 868px) {
main .contents .txt_contents .box dl dt {
    font-size: 18px;}
}
          main .contents .txt_contents .box dl dd {
            font-size: 20px;
            letter-spacing: 3px;
            padding-top: 20px;
line-height:1.8;}
          main .contents .txt_contents .box dl.catesttls {
            padding: 0 0 30px; }
            main .contents .txt_contents .box dl.catesttls dt {
              font-family: 'Barlow Condensed', sans-serif;
              font-weight: 300;
              font-size: 22px;
              text-align: center; }
            main .contents .txt_contents .box dl.catesttls dd {
              font-family: 'Noto Serif JP', sans-serif;
              font-weight: 400;
              text-align: center;
              font-size: 29px;
              line-height: 1.8; }
              main .contents .txt_contents .box dl.catesttls dd.cl_w {
                color: #e41e79; }
          main .contents .txt_contents .box dl.tables {
            padding: 0 0 50px;
            text-align: left; }
            main .contents .txt_contents .box dl.tables dt {
              font-family: 'Noto Sans JP', sans-serif;
              font-weight: 500;
              font-size: 16px;
              padding-bottom: 20px;
              border-bottom: 1px solid #333; }
            main .contents .txt_contents .box dl.tables dd {
              font-family: 'Noto Sans JP', sans-serif;
              font-weight: 400;
              font-size: 14px;
              line-height: 1.8; }
        main .contents .txt_contents .box .shikaku {
          font-family: 'Noto Serif JP', sans-serif;
          color: #65aaa8;
          font-weight: 400;
          font-size: 18px;
          padding: 40px 0 20px; }
          main .contents .txt_contents .box .shikaku span {
            font-size: 15px; }
        main .contents .txt_contents .box .profile .area {
          display: flex;
          flex-wrap: wrap;
          justify-content: center; }
          main .contents .txt_contents .box .profile .area dd.belongs {
            font-size: 14px;
            padding-top: 5px; }
          main .contents .txt_contents .box .profile .area img {
            width: 100%; }
        main .contents .txt_contents .box .lead_q {
          font-size: 16px;
          color: #999;
          padding-top: 20px;
          position: relative;
          padding-left: 45px; }
          main .contents .txt_contents .box .lead_q:before {
            position: absolute;
            content: "";
            border-bottom: 1px solid #999;
            left: 0;
            width: 35px;
            top: calc(50% + 11px); }
        main .contents .txt_contents .box h4 {
          font-family: 'Noto Serif JP', sans-serif;
          font-weight: 400;
          text-align: center;
          font-size: 42px;
          line-height: 1.6;
          letter-spacing: 0.1em; }
        main .contents .txt_contents .box .lead_txt {
          font-family: 'Noto Serif JP', sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 2;
          letter-spacing: 0em;
          margin: 50px auto; }
main .contents .txt_contents .box .lead_txt.cap {
	      font-family: 'Noto Sans JP', sans-serif;
          font-weight: 400;
          font-size: 18px;
          margin: 50px auto 25px; }
	main .contents .txt_contents .box .txt.cap {
          margin: 0px auto 25px;
text-align:center;}
        main .contents .txt_contents .box .img_ttls {
          font-family: 'Barlow Condensed', sans-serif;
          font-weight: 300;
          font-size: 36px;
          text-align: center; }
        main .contents .txt_contents .box .p_lead {
          font-family: 'Noto Serif JP', sans-serif;
          font-weight: 300;
          font-size: 36px;
          text-align: center; }
        main .contents .txt_contents .box .rec_lead {
          font-family: 'Noto Serif JP', sans-serif;
          font-weight: 300;
          font-size: 22px;
          padding: 0 0 10px;
          color: #65aaa8;
          border-bottom: 5px solid #65aaa8;
          margin-bottom: 50px; }
        main .contents .txt_contents .box .btn_box {
          display: flex;
          justify-content: center; }
          main .contents .txt_contents .box .btn_box p:last-child {
            margin-left: 25px; }
        main .contents .txt_contents .box .care_box {
          margin-bottom: 35px; }
        main .contents .txt_contents .box .rec_cr_list {
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 400;
          font-size: 14px;
          line-height: 1.8; }
          main .contents .txt_contents .box .rec_cr_list .rec_list_txt {
            margin-left: 15px;
            padding-bottom: 10px; }
          main .contents .txt_contents .box .rec_cr_list a {
            color: #000;
            position: relative; }
            main .contents .txt_contents .box .rec_cr_list a:before {
              position: absolute;
              content: "";
              top: 5px;
              left: -15px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 5px 0 5px 8.7px;
              border-color: transparent transparent transparent #65aaa8; }
        main .contents .txt_contents .box .crs_box_leads {
          font-family: 'Noto Serif JP', sans-serif;
          color: #65aaa8;
          font-weight: 300;
          line-height: 1.8;
          font-size: 21px;
          padding-bottom: 35px; }
        main .contents .txt_contents .box .imgs {
          padding-bottom: 30px; }
          main .contents .txt_contents .box .imgs img {
            width: 100%;
            height: auto; }
          main .contents .txt_contents .box .imgs.img_auto {
            text-align: right;
            padding-left: 0px;
            margin-top: -45px; }
            main .contents .txt_contents .box .imgs.img_auto img {
              width: auto; }
        main .contents .txt_contents .box .imgs_02 {
          padding-top: 30px; }
          main .contents .txt_contents .box .imgs_02 img {
            width: 100%;
            height: auto; }
        main .contents .txt_contents .box .btns_r {
          text-align: center;
          width: 300px;
          margin: 0 auto; }
        main .contents .txt_contents .box ul {
          display: flex;
          flex-wrap: wrap; }
          main .contents .txt_contents .box ul .name {
            width: 50px;
            font-weight: 500; }
          main .contents .txt_contents .box ul .txt {
            width: calc(100% - 50px);
            margin-bottom: 15px; }
        main .contents .txt_contents .box .list {
          padding-bottom: 50px; }
          main .contents .txt_contents .box .list .list_lead {
            font-family: 'Noto Serif JP', sans-serif;
            font-weight: 400;
            padding-bottom: 10px;
            font-size: 20px;
            color: #e41e79;
            border-bottom: 1px solid #e41e79;
            margin-bottom: 15px; }
        main .contents .txt_contents .box .flex_imgs {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          main .contents .txt_contents .box .flex_imgs p {
            width: 48%; }
        main .contents .txt_contents .box .flex_box {
          display: flex;
          justify-content: space-between; 
padding-bottom:50px;}
          main .contents .txt_contents .box .flex_box .fle_imgs {
            width: 235px; }
          main .contents .txt_contents .box .flex_box .fl_txts {
            width: calc(100% - 260px);
            text-align: left; }
            main .contents .txt_contents .box .flex_box .fl_txts dt {
              font-family: 'Noto Serif JP', sans-serif;
              font-weight: 400;
              line-height: 1.8; }
            main .contents .txt_contents .box .flex_box .fl_txts dd {
              font-family: 'Noto Sans JP', sans-serif;
              font-weight: 400;
              font-size: 14px;
              line-height: 1.8; }
        main .contents .txt_contents .box .img_u {
          padding-top: 30px; }
    main .contents .comics {
      background: #fff;
      padding: 0 135px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 2;
      padding-bottom: 65px; }
      main .contents .comics .box {
        padding-top: 65px; }
        main .contents .comics .box dl {
          text-align: center;
          line-height: 1;
          padding-bottom: 25px; }
          main .contents .comics .box dl dt {
            font-size: 24px;
            font-family: 'Lora', serif;
            font-weight: 400; }
          main .contents .comics .box dl dd {
            font-size: 20px;
            letter-spacing: 3px;
            padding-top: 20px; }
  main .recomend {
    width: 1024px;
    margin: 0 auto; }

@media screen and (min-width: 1024px) and (orientation: landscape) {
  main .recomend {
    width:auto;
	max-width:95%;}
	  main .recomend.wid {
    width:auto;
	max-width:100%;}
}

@media screen and (min-width: 768px) and (max-width: 868px) {
  main .recomend {
    width:auto;
	max-width:100%;}
}

    main .recomend h3 {
      font-family: 'Lora', serif;
      font-size: 42px;
      font-weight: 400;
      text-align: center;
      line-height: 1;
      padding: 70px 0px; }
    main .recomend .rec_inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      main .recomend .rec_inner h3 {
        width: 100%; }
      main .recomend .rec_inner a {
        display: block;
        text-decoration: none;
        color: #000; }
      main .recomend .rec_inner .boxs {
        width: 310px;
        margin-bottom: 50px;
        margin-right: 47px; }

main .recomend .rec_inner .boxs.newbox {
    margin: 0px 5% 50px 0;
}

main .contents.wids {
    width: 100%;
	max-width:1240px;
    margin: 50px auto;
padding:0 20px;}

main .recomend .rec_inner.newintindex {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
margin-left:-2%;}

main .recomend .rec_inner .boxs.newboxs {
	  width:23%;
    margin: 0px 2% 50px 0;
	height:400px;
}

main .recomend .rec_inner .boxs.newboxs .tags {
    font-size:16px;
}

main .recomend .rec_inner .boxs.newboxs dl {
    width: 100%;
}

main .recomend .rec_inner .boxs.newboxs dt {
    width: 100%;
    background: none;
    position: inherit;
    top: 0;
}

main .recomend .rec_inner .boxs.newboxs dd {
    font-size: 14px;
    line-height: 1.4;
    background: rgba(255,255,255,.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 15px;
}

main .recomend .rec_inner .boxs.newboxs a .ttltxt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 400;
	opacity: 0;
  
}

main .recomend .rec_inner .boxs.newboxs a:hover .ttltxt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 400;
	opacity: 1;
	transition: opacity 0.3s ease-out;
}

main .recomend .rec_inner .boxs.newboxs:nth-child(3n) {
	margin-right: 2%; 
}

@media screen and (max-width: 767px) {
main .recomend .rec_inner .boxs.newboxs {
	  width:48%;
    margin: 0px 1% 50px 1%;
	height:auto;
}
main .recomend .rec_inner .boxs.newboxs dd {
    font-size: 8px;
    padding: 8px 3px;
	letter-spacing:-0.05em;
}
main .recomend .rec_inner .boxs.newboxs .ttltxt {
    font-size: 12px;
}
main .recomend .rec_inner .boxs.newboxs a .ttltxt {
	 opacity:1;
}
main .recomend .rec_inner .boxs.newboxs:nth-child(3n) {
	margin-right: 1%;
}
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
main .recomend .rec_inner .boxs {
   width:30%;
	margin-right:5%;}
}

@media screen and (min-width: 768px) and (max-width: 868px) {
main .recomend .rec_inner .boxs {
   width:30%;
	margin-right:5%;}
}
        main .recomend .rec_inner .boxs:nth-child(3n) {
          margin-right: 0; }
        main .recomend .rec_inner .boxs dl {
          position: relative; }
          main .recomend .rec_inner .boxs dl dt {
            font-family: 'Noto Serif JP', sans-serif;
            font-size: 16px;
            color: #000;
            width: 145px;
            text-align: center;
            background: #fcee21;
            position: absolute;
            top: -16px; }
            main .recomend .rec_inner .boxs dl dt.companyttls {
              background: #00DFD4; }
main .recomend .rec_inner .boxs dl dt.companyttls02 {
              background: #00DFD4; }
            main .recomend .rec_inner .boxs dl dt.businessttls {
              background: #00d9ff; }
            main .recomend .rec_inner .boxs dl dt.worklifettls {
              background: #baa58c; }
            main .recomend .rec_inner .boxs dl dt.worklifettls02 {
              background: #baa58c; }
            main .recomend .rec_inner .boxs dl dt.recruitttls {
              background: #ccd321; }
            main .recomend .rec_inner .boxs dl dt.sessionttls {
              background: #00ceff; }
        main .recomend .rec_inner .boxs .ttltxt {
          font-family: 'Noto Serif JP', sans-serif;
          font-weight: 300;
          font-size: 18px;
          line-height: 1.4;
          letter-spacing: 3px;
          padding: 10px 0 15px; }
        main .recomend .rec_inner .boxs .btns {
          font-size: 18px;
          line-height: 1;
          letter-spacing: 4px;
          font-family: 'Noto Serif JP', sans-serif;
          position: relative; }
          main .recomend .rec_inner .boxs .btns:after {
            position: absolute;
            content: "";
            width: 100px;
            left: 100px;
            top: 50%;
            margin-top: -1px;
            border-bottom: 1px solid #000; }
          main .recomend .rec_inner .boxs .btns:before {
            position: absolute;
            content: "";
            width: 10px;
            height: 10px;
            left: 188px;
            top: 50%;
            margin-top: -6px;
            border-left: 1px solid #000;
            transform: rotate(135deg); }
      main .recomend .rec_inner.slider {
        padding-top: 15px;
        padding-left: 47px; }
        main .recomend .rec_inner.slider .boxs {
          margin-right: 0;
          padding-right: 47px;
          padding-top: 15px; }
    main .recomend .biz .boxs dl dt {
      color: #000;
      background: #00d9ff; }
  main .temp_02 .about_lead {
    color: #fff;
    text-align: center;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0.1em; }
    main .temp_02 .about_lead span {
      font-size: 18px;
      font-family: 'alt', sans-serif;
      font-weight: 300; }
  main .temp_02 .about_contents {
    background: #fff;
    padding: 40px 135px 65px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    padding-bottom: 65px; }
    main .temp_02 .about_contents .coms_flexs {
      display: flex;
      justify-content: space-between; }
      main .temp_02 .about_contents .coms_flexs.rev {
        flex-direction: row-reverse; }
    main .temp_02 .about_contents .coms_boxs {
      text-align: center;
      margin: 5px 0;
      position: relative; }
      main .temp_02 .about_contents .coms_boxs .obj {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0; }
      main .temp_02 .about_contents .coms_boxs.middle {
        margin: 0 5px 0 -15px; }
      main .temp_02 .about_contents .coms_boxs.nomt {
        margin: 0; }
      main .temp_02 .about_contents .coms_boxs:last-child {
        margin-right: 3px; }
      main .temp_02 .about_contents .coms_boxs:first-child {
        margin-left: 3px; }
    main .temp_02 .about_contents.wid02 {
      padding: 40px 170px 65px; }
  main .temp_03 {
    background: linear-gradient(to right, #ffffb3, #abff00);
    padding-bottom: 65px;
padding-top: 65px; }
    main .temp_03.back_cr {
      background: linear-gradient(to right, #ffffb3, #abff00); }
    main .temp_03 .taglines p span {
      color: #fff;
      background: #000; }
    main .temp_03 .temp_01_ttls {
      background: #fff;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      position: relative; }
      main .temp_03 .temp_01_ttls:before {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        left: 0;
        top: 0;
        background: #182987; }
      main .temp_03 .temp_01_ttls dl {
        line-height: 1;
        padding: 35px; }
        main .temp_03 .temp_01_ttls dl dt {
          font-family: 'alt', sans-serif;
          font-size: 19px;
          padding-bottom: 15px; }
        main .temp_03 .temp_01_ttls dl dd {
          font-family: 'Noto Serif JP', sans-serif;
          font-weight: 400;
          font-size: 34px; }
    main .temp_03 .temp_04_ttls {
      background: #fff;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      position: relative; }
      main .temp_03 .temp_04_ttls:before {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        left: 0;
        top: 0;
        background: #e51373; }
      main .temp_03 .temp_04_ttls dl {
        line-height: 1;
        padding: 35px; }
        main .temp_03 .temp_04_ttls dl dt {
          font-family: 'alt', sans-serif;
          font-size: 19px;
          padding-bottom: 15px; }
        main .temp_03 .temp_04_ttls dl dd {
          font-family: 'Noto Serif JP', sans-serif;
          font-weight: 400;
          font-size: 34px; }
    main .temp_03 .lead_area {
      margin-top: 45px; }
      main .temp_03 .lead_area.centers {
        text-align: center; }
      main .temp_03 .lead_area .leads {
        font-family: 'Noto Serif JP', sans-serif;
        font-weight: 400;
        font-size: 46px;
        letter-spacing: 0.05em; }
      main .temp_03 .lead_area .flexs {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      main .temp_03 .lead_area .txts {
        font-family: 'Noto Serif JP', sans-serif;
        font-weight: 400;
        font-size: 18px; }
      main .temp_03 .lead_area div {
        width: 40%; }
        main .temp_03 .lead_area div p img {
          width: 100%;
          height: auto; }
    main .temp_03 .leads_cont_01 {
      margin-top: 70px;
      background: #182987;
      color: #fff;
      font-family: 'Noto Serif JP', sans-serif;
      font-weight: 300;
      font-size: 20px;
      letter-spacing: 0.05em;
      padding: 10px 25px; }
    main .temp_03 .temp_01_box {
      margin-top: 20px;
      box-sizing: border-box;
      border: 1px solid #cccccc;
      background: #fff;
      padding: 40px 60px; }
      main .temp_03 .temp_01_box .ld {
        text-align: center;
        font-family: 'Noto Serif JP', sans-serif;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 0.05em; }
        main .temp_03 .temp_01_box .ld.lf {
          text-align: left;
          font-size: 24px;
          padding-bottom: 25px; }
        main .temp_03 .temp_01_box .ld.lf02 {
          text-align: left;
          font-size: 24px;
          padding-top: 60px;
          padding-bottom: 25px; }
      main .temp_03 .temp_01_box .lead_rc {
        text-align: center;
        font-family: 'Noto Serif JP', sans-serif;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 0.05em;
        color: #e51373;
        border-bottom: 1px solid #e51373; }
      main .temp_03 .temp_01_box .text_rc {
        text-align: center;
        font-family: 'Noto Serif JP', sans-serif;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.05em; }
      main .temp_03 .temp_01_box .text {
        width: 100%; }
      main .temp_03 .temp_01_box .imgs_area {
        width: 100%; }
        main .temp_03 .temp_01_box .imgs_area p img {
          width: 100%;
          height: auto; }
      main .temp_03 .temp_01_box .names {
        font-family: 'Noto Serif JP', sans-serif;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 0.05em;
        padding-top: 25px; }
      main .temp_03 .temp_01_box .flexs {
        display: flex;
        justify-content: space-between;
        padding-top: 10px; }
        main .temp_03 .temp_01_box .flexs .text {
          width: 55%; }
        main .temp_03 .temp_01_box .flexs .imgs_area {
          width: 40%; }
          main .temp_03 .temp_01_box .flexs .imgs_area p img {
            width: 100%;
            height: auto; }
      main .temp_03 .temp_01_box .links {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px 0; }
        main .temp_03 .temp_01_box .links p {
          width: 230px; }
          main .temp_03 .temp_01_box .links p:nth-child(2) {
            margin: 0 25px; }
  main .nc_01 {
    color: #0071ad; }
  main .nc_02 {
    color: #ff7b9d; }
  main .nc_03 {
    color: #ffa41e; }
  main .nc_04 {
    color: #00b445; }

footer {
  width: 100%; }
  footer a {
    display: block;
    color: #000;
    text-decoration: none; }
    footer a:hover {
      color: #1cafcc;
      opacity: 0.7;
      -webkit-opacity: .7;
      -moz-opacity: .7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha(opacity=70)"; }
  footer .under_links {
    margin-bottom: 95px; }
    footer .under_links h3 {
      text-align: center;
      font-size: 42px;
      line-height: 1;
      font-family: 'alt', sans-serif; }
    footer .under_links ul {
      display: flex; }
      footer .under_links ul li {
        width: 20%; }
        footer .under_links ul li figcaption {
          font-size: 18px;
          line-height: 1;
          font-family: 'alt', sans-serif;
          text-align: center;
          margin-top: 10px; }
  footer .footer_address {
    background: #1cafcc;
    text-align: center;
    padding: 40px 0; }
    footer .footer_address .footerlogo {
      width: 138px;
      margin: 0 auto;}
  footer address {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 13px;
    color: #fff; }
  footer #pagetop {
    width: 40px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px; }
@media screen and (min-width:768px) and (max-width: 895px) {
  header {
    position: fixed;
    height: 55px;
    padding: 0 0 0 10px;
    display: block; }
    header .left {
      display: block;
	min-width:auto;}
      header .left h1 {
        width: 110px;
        margin-bottom: 5px;
        line-height: 1;
        padding-top: 10px;
        position: relative;
        z-index: 5; }
        header .left h1 img {
          vertical-align: top; }
      header .left h2 {
        width: 100px;
        text-align: center;
        margin-left: 0px;
        line-height: 1;
        font-size: 12px; }
    header .sp_menu {
      position: absolute;
      right: 0;
      top: 0;
      width: 55px;
      height: 55px;
      z-index: 30;
      background: #000;
      /*background: url(/wp-content/imgs/common/close.png) no-repeat top center;*/
      background: url(/imgs/common/close.png) no-repeat top center; }
      header .sp_menu.close {
        /*background: url(/wp-content/imgs/common/open.png) no-repeat top center;*/
        background: url(/imgs/common/open.png) no-repeat top center; }
    header .right {
      width: 100%;
      height: 55px;
      left: 0;
      top: 0;
      position: absolute; }
      header .right .sort_btn {
        position: absolute;
          top: 13px;
        right: 100px;
        width: 120px;
        height: 55px;
        padding: 0 10px; }
header .right .header_upper {
	margin-right:62px;
	margin-bottom:0px;
}
header .right .header_upper .sort_btn{
	background: url(/imgs/common/sort_sp.svg) no-repeat bottom center;
    background-size: cover;
	width: 74px;
    height: 28px;
}

header .right .header_upper .sort_btn.close{
	background: url(/imgs/common/sort_close_sp.svg) no-repeat bottom center;
    background-size: cover;
	width: 74px;
    height: 28px;
}
      header .right nav {
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        height: auto;
        background: #000000;
        align-items: center;
        margin-right: 0px;
        display: none; }
        header .right nav p {
          width: 100%;
          margin: 0 auto;
          font-family: 'Noto Serif JP', sans-serif;
          font-size: 16px;
          font-weight: 500;
          margin-right: 35px;
          text-align: center;
          padding: 10px 0%;
          border-bottom: 1px solid #666; }
          header .right nav p a {
            display: block;
            color: #fff;
            text-decoration: none;
            transition: color 0.3s ease-out; }
            header .right nav p a:hover {
              color: #1cafcc;
              opacity: 1; }
          header .right nav p:last-child {
            margin-right: 0;
            width: 100%;
            margin: 0 auto;}
            header .right nav p:last-child img {
                width: 60%;
	height:auto;}
      header .right .entry {
        position: fixed;
        right: auto;
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 55px; }
    header .sort_area {
      top: 55px;
      left: 0;
      background: rgba(236, 236, 236, 0.9); }
      header .sort_area .checkbox {
		background: #fff;
		display:block;
		  align-items:flex-start;
		flex-wrap:wrap;
		height: 100%;
		width: 150px;
      margin: 0 auto;
	padding-bottom:180px;
top:130px;}
 header .sort_area .checkbox .cont_lead {
	 margin-bottom:5px;
	 width:100%;
}
	
.gsc-control-cse{
	width: 150px !important;
margin: 0 0 0 auto !important;
}

	
.gsc-search-button-v2 {
    padding: 13px 10px !important;
    margin-top: 0px !important;
}
.gsc-results-wrapper-overlay{
	top: 11% !important;
	width:85% !important;
	left:7.5% !important;
}
	
/*	.gsib_a {
		padding:0px 5px !important;
	}

.gsc-input {
    font-size: 16px !important;
	padding:0 !important;
	margin:0 !important;
  transform: scale(0.8);
}	*/
      header .sort_area .checkbox label {
		display: block;
        font-size: 12px;
        margin: 3px 5px 12px;
        padding: 2px 5px 2px;}
        header .sort_area .checkbox label:hover {
          color: #666; }
header .sort_area .checkbox .mixitup-control-active{
	color:#999;
}
    header .sort_area .recomend {
      position:absolute;
	  left: 0;
	  width: calc(100% - 150px);
      height: 100%;
      padding-bottom: 100px; }
      header .sort_area .recomend .rec_inner {
		  padding-top:0px;
padding-bottom:100px;}
        header .sort_area .recomend .rec_inner.container {
          width: 90%;
          margin: 0px auto 20px; }
        header .sort_area .recomend .rec_inner h3 {
          width: 100%; }
        header .sort_area .recomend .rec_inner a {
          display:block;
			justify-content:flex-start;
			align-items:center;
          text-decoration: none;
			color: #000; }
        header .sort_area .recomend .rec_inner .boxs {
          width: 100%;
margin-bottom:20px;
			padding-top:25px;
border-bottom:none;}
          header .sort_area .recomend .rec_inner .boxs:nth-child(3n) {
            margin-right: 0; }
          header .sort_area .recomend .rec_inner .boxs dl {
              width: 100%;
			  margin-right: 25px;}
            header .sort_area .recomend .rec_inner .boxs dl dt {
              font-family: 'Noto Serif JP', sans-serif;
              font-size: 16px;
              color: #000;
              width: 145px; 
              text-align: center;}
 header .sort_area .recomend .rec_inner .boxs dl dd {
	width: 100%;
}

header .sort_area .recomend .rec_inner .boxs .txtsbox{
	width:100%;
}
          header .sort_area .recomend .rec_inner .boxs .ttltxt {
            font-size: 14px;
            letter-spacing: 1px;
	margin-top:10px;
	margin-bottom:10px;}
header .sort_area .recomend .rec_inner .boxs .ttlcapt{
            display:none;}
header .sort_area .recomend .rec_inner .boxs .tags{
	padding-bottom:10px;
	font-size:10px;
	display:flex;
	flex-wrap:wrap;
}
header .sort_area .recomend .rec_inner .boxs .tags span{
	background:#fff;
	padding:2px 8px;
	border-radius:15px;
	margin-right:10px;
	margin-bottom:5px;
}
          header .sort_area .recomend .rec_inner .boxs .btns {
            font-size: 14px;
            line-height: 1;
            letter-spacing: 4px;
            font-family: 'Noto Serif JP', sans-serif;
            position: relative; }
            header .sort_area .recomend .rec_inner .boxs .btns:after {
              position: absolute;
              content: "";
              width: 100px;
              left: 70px;
              top: 50%;
              margin-top: -1px;
              border-bottom: 1px solid #000; }
            header .sort_area .recomend .rec_inner .boxs .btns:before {
              position: absolute;
              content: "";
              width: 10px;
              height: 10px;
              left: 158px;
              top: 50%;
              margin-top: -6px;
              border-left: 1px solid #000;
              transform: rotate(135deg); }
        header .sort_area .recomend .rec_inner.slider {
          padding-top: 15px;
          padding-left: 47px; }
          header .sort_area .recomend .rec_inner.slider .boxs {
            margin-right: 0;
            padding-right: 47px;
            padding-top: 15px; }    
      main {
    padding-top: 55px;
    padding-bottom: 55px;
    width: 100%; }
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    height: 55px;
    padding: 0 0 0 10px;
    display: block;
	top: 0;}
    header .left {
      display: block;
	min-width:auto;}
      header .left h1 {
        width: 110px;
        margin-bottom: 5px;
        line-height: 1;
        padding-top: 10px;
        position: relative;
        z-index: 5; }
        header .left h1 img {
          vertical-align: top; }
      header .left h2 {
        width: 100px;
        text-align: center;
        margin-left: 0px;
        line-height: 1;
        font-size: 12px; }
    header .sp_menu {
      position: absolute;
      right: 0;
      top: 0;
      width: 55px;
      height: 55px;
      z-index: 30;
      background: #000;
      /*background: url(/wp-content/imgs/common/close.png) no-repeat top center;*/
      background: url(/imgs/common/close.png) no-repeat top center; }
      header .sp_menu.close {
        /*background: url(/wp-content/imgs/common/open.png) no-repeat top center;*/
        background: url(/imgs/common/open.png) no-repeat top center; }
    header .right {
      width: 100%;
      height: 55px;
      left: 0;
      top: 0;
      position: absolute; }
      header .right .sort_btn {
        position: absolute;
          top: 13px;
        right: 100px;
        width: 120px;
        height: 55px;
        padding: 0 10px; }
header .right .header_upper {
	margin-right:62px;
	margin-bottom:0px;
}
header .right .header_upper .sort_btn{
	background: url(/imgs/common/sort_sp.svg) no-repeat bottom center;
    background-size: cover;
	width: 74px;
    height: 28px;
}

header .right .header_upper .sort_btn.close{
	background: url(/imgs/common/sort_close_sp.svg) no-repeat bottom center;
    background-size: cover;
	width: 74px;
    height: 28px;
}
      header .right nav {
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        height: auto;
        background: #000000;
        align-items: center;
        margin-right: 0px;
        display: none; }
        header .right nav p {
          width: 100%;
          margin: 0 auto;
          font-family: 'Noto Serif JP', sans-serif;
          font-size: 16px;
          font-weight: 500;
          margin-right: 35px;
          text-align: center;
          padding: 10px 0%;
          border-bottom: 1px solid #666; }
          header .right nav p a {
            display: block;
            color: #fff;
            text-decoration: none;
            transition: color 0.3s ease-out; }
            header .right nav p a:hover {
              color: #1cafcc;
              opacity: 1; }
          header .right nav p:last-child {
            margin-right: 0;
            width: 100%;
            margin: 0 auto;}
            header .right nav p:last-child img {
                width: 60%;
	height:auto;}
      header .right .entry {
        position: fixed;
        right: auto;
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 55px; }
    header .sort_area {
      top: 55px;
      left: 0;
      background: rgba(236, 236, 236, 0.9); }
      header .sort_area .checkbox {
		background: #fff;
		display:block;
		  align-items:flex-start;
		flex-wrap:wrap;
		height: 100%;
		width: 150px;
      margin: 0 auto;
	padding-bottom:180px;
top:130px;}
 header .sort_area .checkbox .cont_lead {
	 margin-bottom:5px;
	 width:100%;
}
	
.gsc-control-cse{
	width: 150px !important;
margin: 0 0 0 auto !important;
}

	
.gsc-search-button-v2 {
    padding: 13px 10px !important;
    margin-top: 0px !important;
}
.gsc-results-wrapper-overlay{
	top: 11% !important;
	width:85% !important;
	left:7.5% !important;
}
	
/*	.gsib_a {
		padding:0px 5px !important;
	}

.gsc-input {
    font-size: 16px !important;
	padding:0 !important;
	margin:0 !important;
  transform: scale(0.8);
}	*/
      header .sort_area .checkbox label {
		display: block;
        font-size: 12px;
        margin: 3px 5px 12px;
        padding: 2px 5px 2px;}
        header .sort_area .checkbox label:hover {
          color: #666; }
header .sort_area .checkbox .mixitup-control-active{
	color:#999;
}
    header .sort_area .recomend {
      position:absolute;
	  left: 0;
	  width: calc(100% - 150px);
      height: 100%;
      padding-bottom: 100px; }
      header .sort_area .recomend .rec_inner {
		  padding-top:0px;
padding-bottom:100px;}
        header .sort_area .recomend .rec_inner.container {
          width: 90%;
          margin: 0px auto 20px; }
        header .sort_area .recomend .rec_inner h3 {
          width: 100%; }
        header .sort_area .recomend .rec_inner a {
          display:block;
			justify-content:flex-start;
			align-items:center;
          text-decoration: none;
			color: #000; }
        header .sort_area .recomend .rec_inner .boxs {
          width: 100%;
margin-bottom:20px;
			padding-top:25px;
border-bottom:none;}
          header .sort_area .recomend .rec_inner .boxs:nth-child(3n) {
            margin-right: 0; }
          header .sort_area .recomend .rec_inner .boxs dl {
              width: 100%;
			  margin-right: 25px;}
            header .sort_area .recomend .rec_inner .boxs dl dt {
              font-family: 'Noto Serif JP', sans-serif;
              font-size: 16px;
              color: #000;
              width: 145px; 
              text-align: center;}
 header .sort_area .recomend .rec_inner .boxs dl dd {
	width: 100%;
}

header .sort_area .recomend .rec_inner .boxs .txtsbox{
	width:100%;
}
          header .sort_area .recomend .rec_inner .boxs .ttltxt {
            font-size: 14px;
            letter-spacing: 1px;
	margin-top:10px;
	margin-bottom:10px;}
header .sort_area .recomend .rec_inner .boxs .ttlcapt{
            display:none;}
header .sort_area .recomend .rec_inner .boxs .tags{
	padding-bottom:10px;
	font-size:10px;
	display:flex;
	flex-wrap:wrap;
}
header .sort_area .recomend .rec_inner .boxs .tags span{
	background:#fff;
	padding:2px 8px;
	border-radius:15px;
	margin-right:10px;
	margin-bottom:5px;
}
          header .sort_area .recomend .rec_inner .boxs .btns {
            font-size: 14px;
            line-height: 1;
            letter-spacing: 4px;
            font-family: 'Noto Serif JP', sans-serif;
            position: relative; }
            header .sort_area .recomend .rec_inner .boxs .btns:after {
              position: absolute;
              content: "";
              width: 100px;
              left: 70px;
              top: 50%;
              margin-top: -1px;
              border-bottom: 1px solid #000; }
            header .sort_area .recomend .rec_inner .boxs .btns:before {
              position: absolute;
              content: "";
              width: 10px;
              height: 10px;
              left: 158px;
              top: 50%;
              margin-top: -6px;
              border-left: 1px solid #000;
              transform: rotate(135deg); }
        header .sort_area .recomend .rec_inner.slider {
          padding-top: 15px;
          padding-left: 47px; }
          header .sort_area .recomend .rec_inner.slider .boxs {
            margin-right: 0;
            padding-right: 47px;
            padding-top: 15px; }    
      main {
    width: 100%; }
}
@media screen and (max-width: 767px) {
.newsbox{
	height:100%;
	box-sizing:border-box;
	border-left:1px solid #999;
	padding:0 10px;
}

.newsbox a{
	display:block;
	text-decoration:none;
}

.newsbox dl dt {
    font-size: 14px;}

.newsbox dl dd{
	height:auto;
	width:100%;
}

.newsbox dl dd img{
	height:auto;
	width:100%;
}

.newsbox .ttltxt{
	font-family: 'Noto Serif JP', sans-serif;
      font-size: 16px;
      font-weight: 500;
	line-height:1.8;
	color:#000;
	margin-top:10px;
	height:60px;
}
  main {
    width: 100%; }
    main #mv {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      height: 500px; }
    main #contents_area {
      margin: 100px auto; }
      main #contents_area .ttls_area {
        width: 400px;
        height: 400px;
        padding: 0 20px; }
        main #contents_area .ttls_area a {
          display: block;
          text-decoration: none;
          color: #000; }
        main #contents_area .ttls_area h3 {
          font-size: 60px;
          line-height: 1;
          font-family: 'alt', sans-serif;
          position: relative;
          top: -42px;
          margin-bottom: -42px; }
        main #contents_area .ttls_area .txt {
          font-size: 14px;
          line-height: 1.9;
          color: #666666;
          padding: 25px 0 35px; }
        main #contents_area .ttls_area .btns {
          font-size: 18px;
          line-height: 1;
          letter-spacing: 4px;
          font-family: 'alt', sans-serif;
          position: relative; }
          main #contents_area .ttls_area .btns:after {
            position: absolute;
            content: "";
            width: 140px;
            left: 80px;
            top: 50%;
            margin-top: -1px;
            border-bottom: 2px solid #000; }
          main #contents_area .ttls_area .btns:before {
            position: absolute;
            content: "";
            width: 10px;
            height: 10px;
            left: 208px;
            top: 50%;
            margin-top: -6px;
            border-top: 2px solid #000;
            border-left: 2px solid #000;
            transform: rotate(135deg); }
    main .temp_01 {
      padding-bottom: 65px; }
    main .temp_02 {
      padding-bottom: 65px; }
    main .temp_03 {
      padding-bottom: 65px; }
    main .bellsta_ttl {
      text-align: center;
      margin-bottom: 25px; }
      main .bellsta_ttl p {
        width: 120px;
        margin: 0 auto 25px; }
        main .bellsta_ttl p img {
          width: 100%; }
      main .bellsta_ttl h3 {
        width: 350px;
        margin: 0 auto; }
        main .bellsta_ttl h3 img {
          width: 100%; }
    main .taglines {
      width: 90%;
      margin: 0px auto;
      padding: 10px 0;
      justify-content: flex-start; }
      main .taglines p {
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 15px;
	     display: flex;
        flex-wrap: wrap;}
        main .taglines p span {
          padding: 2px 5px 2px;
          margin: 0 10px 5px 0;
          background: #fff;
          border-radius: 10px; }
      main .taglines.back_b p span {
        color: #fff;
        background: #000; }
    main .contents {
      width: 94%;
      margin: 50px auto; }
      main .contents.bellsta {
        width: 90%;
        margin: 0 auto; }
      main .contents .ttls {
        display: block;
        justify-content: space-between;
        align-items: flex-end; }
        main .contents .ttls.blocks {
          display: block; }
          main .contents .ttls.blocks h3 {
            font-size: 24px; }
        main .contents .ttls h3 {
          font-size: 24px;
          letter-spacing: 1px; }
        main .contents .ttls dl {
          font-size: 16px;
          padding-top: 25px; }
        main .contents .ttls p {
          font-family: 'Barlow Condensed', sans-serif;
          font-weight: 300;
          font-size: 26px;
          line-height: 1.8;
          position: relative; }
          main .contents .ttls p:before {
            position: absolute;
            content: "";
            width: 80px;
            height: 80px;
            background: #00d9ff;
            z-index: 0;
            left: -5px;
            top: -35px; }
          main .contents .ttls p span {
            position: relative;
            z-index: 2; }
      main .contents .mv p {
        padding: 25px 0 10px;
        font-size: 14px;
        font-weight: 500; }
      main .contents .movire_contents {
        width: 100%;
        margin: 50px auto -80px;
        background: #fff; }
        main .contents .movire_contents.mtnones {
          margin: 0px auto 30px; }
        main .contents .movire_contents video {
          width: 100%;
          outline: none; }
      main .contents .txt_contents {
        padding: 0 3%;
        padding-bottom: 60px; }
        main .contents .txt_contents .box {
          padding-top: 20px; }
          main .contents .txt_contents .box dl {
            text-align: left;
            line-height: 1.8;
            padding-bottom: 15px; }
            main .contents .txt_contents .box dl dt {
              font-size: 20px;
              font-family: 'Lora', serif;
              font-weight: 400; }
            main .contents .txt_contents .box dl dd {
              font-size: 18px;
              letter-spacing: 1px;
              padding-top: 10px; }
            main .contents .txt_contents .box dl.catesttls {
              padding: 0 0 15px; }
              main .contents .txt_contents .box dl.catesttls dt {
                font-size: 18px;
                text-align: left; }
              main .contents .txt_contents .box dl.catesttls dd {
                font-size: 20px;
                text-align: left;
                line-height: 1.8;
                padding-top: 10px; }
                main .contents .txt_contents .box dl.catesttls dd.cl_w {
                  color: #e41e79; }
            main .contents .txt_contents .box dl.tables {
              padding: 0 0 30px;
              text-align: left; }
              main .contents .txt_contents .box dl.tables dt {
                font-size: 14px; }
              main .contents .txt_contents .box dl.tables dd {
                font-size: 14px; }
          main .contents .txt_contents .box .profile .area {
            display: flex;
            justify-content: center; }
            main .contents .txt_contents .box .profile .area dl {
              width: 48%;
              text-align: center; }
            main .contents .txt_contents .box .profile .area dd.belongs {
              font-size: 12px;
              padding-top: 5px; }
            main .contents .txt_contents .box .profile .area img {
              width: 100%; }
          main .contents .txt_contents .box .lead_q {
            font-size: 15px;
            line-height: 1.6;
            padding-top: 10px;
            padding-left: 45px; }
          main .contents .txt_contents .box h4 {
            font-family: 'Noto Serif JP', sans-serif;
            font-weight: 400;
            text-align: center;
            font-size: 18px;
            line-height: 1.6;
            letter-spacing: 0.1em; }
          main .contents .txt_contents .box .lead_txt {
            text-align: left;
            font-size: 16px;
            margin: 25px auto; }
            
            main .contents .txt_contents .box .lead_txt.reclead {
              font-size: 14px;
              letter-spacing: 0; }
	main .contents .txt_contents .box .lead_txt.cap {
	      text-align:left;
          font-size: 16px;
          margin: 25px auto 10px;}
	main .contents .txt_contents .box .txt.cap {
          margin: 0px auto 25px;}
          main .contents .txt_contents .box .img_ttls {
            font-size: 18px;
            text-align: center; }
          main .contents .txt_contents .box .p_lead {
            font-family: 'Noto Serif JP', sans-serif;
            font-weight: 300;
            font-size: 20px;
            text-align: center; }
          main .contents .txt_contents .box .rec_lead {
            font-family: 'Noto Serif JP', sans-serif;
            font-weight: 300;
            font-size: 22px;
            padding: 0 0 10px;
            color: #65aaa8;
            border-bottom: 5px solid #65aaa8;
            margin-bottom: 50px; }
          main .contents .txt_contents .box .btn_box {
            display: flex;
            justify-content: center; }
            main .contents .txt_contents .box .btn_box p:last-child {
              margin-left: 25px; }
          main .contents .txt_contents .box .care_box {
            margin-bottom: 35px; }
          main .contents .txt_contents .box .rec_cr_list {
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 400;
            font-size: 14px;
            line-height: 1.8; }
            main .contents .txt_contents .box .rec_cr_list .rec_list_txt {
              margin-left: 15px;
              padding-bottom: 10px; }
            main .contents .txt_contents .box .rec_cr_list a {
              color: #000;
              position: relative; }
              main .contents .txt_contents .box .rec_cr_list a:before {
                position: absolute;
                content: "";
                top: 5px;
                left: -15px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 5px 0 5px 8.7px;
                border-color: transparent transparent transparent #65aaa8; }
          main .contents .txt_contents .box .crs_box_leads {
            font-family: 'Noto Serif JP', sans-serif;
            color: #65aaa8;
            font-weight: 300;
            line-height: 1.8;
            font-size: 21px;
            padding-bottom: 35px; }
          main .contents .txt_contents .box .img_auto {
            margin-top: 0px !important;}
          main .contents .txt_contents .box .btns_r {
            text-align: center;
            width: 90%;
            margin: 0 auto; }
          main .contents .txt_contents .box ul {
            display: flex;
            flex-wrap: wrap; }
            main .contents .txt_contents .box ul .name {
              width: 50px;
              font-weight: 500; }
            main .contents .txt_contents .box ul .txt {
              width: calc(100% - 50px);
              margin-bottom: 15px; }
          main .contents .txt_contents .box .list {
            margin-bottom: 50px; }
            main .contents .txt_contents .box .list .list_lead {
              font-family: 'Noto Serif JP', sans-serif;
              font-weight: 400;
              padding-bottom: 10px;
              font-size: 20px;
              color: #e41e79;
              border-bottom: 1px solid #e41e79;
              margin-bottom: 15px; }
          main .contents .txt_contents .box .flex_imgs {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; }
            main .contents .txt_contents .box .flex_imgs p {
              width: 48%; }
          main .contents .txt_contents .box .flex_box {
            display: block;
            justify-content: space-between; }
            main .contents .txt_contents .box .flex_box .fle_imgs {
              width: 100%;
              padding-bottom: 15px; }
            main .contents .txt_contents .box .flex_box dt br {
              display: none; }
            main .contents .txt_contents .box .flex_box .fl_txts {
              width: 100%;
              text-align: left; }
          main .contents .txt_contents .box .img_u {
            padding-top: 30px; }
      main .contents .comics {
        background: #fff;
        padding: 0 135px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 2;
        padding-bottom: 65px; }
        main .contents .comics .box {
          padding-top: 65px; }
          main .contents .comics .box dl {
            text-align: center;
            line-height: 1;
            padding-bottom: 25px; }
            main .contents .comics .box dl dt {
              font-size: 24px;
              font-family: 'Lora', serif;
              font-weight: 400; }
            main .contents .comics .box dl dd {
              font-size: 20px;
              letter-spacing: 3px;
              padding-top: 20px; }
    main .recomend {
      width: 100%;
      margin: 0 auto; }
      main .recomend.wd94 {
        width: 94%; }
      main .recomend h3 {
        font-family: 'Lora', serif;
        font-size: 28px;
        padding: 20px 0px 20px; }
      main .recomend .rec_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        main .recomend .rec_inner .boxs {
          width: 100%;
          margin-bottom: 50px;
          margin-right: 0%;
          margin: 0 auto 50px; }
          main .recomend .rec_inner .boxs:nth-child(3n) {
            margin-right: auto; }
          main .recomend .rec_inner .boxs dl {
            position: relative; }
            main .recomend .rec_inner .boxs dl dt {
              font-size: 12px;
              color: #000;
              width: 100px; }
          main .recomend .rec_inner .boxs .ttltxt {
            font-size: 18px;
            letter-spacing: 1px; }
          main .recomend .rec_inner .boxs .btns {
            font-size: 16px;
            line-height: 1;
            letter-spacing: 4px;
            font-family: 'Noto Serif JP', sans-serif;
            position: relative; }
        main .recomend .rec_inner.slider {
          padding-top: 15px;
          margin-left: 0px;
          padding: 0 3%; }
          main .recomend .rec_inner.slider .boxs {
            margin-right: 0;
            padding-right: 0px;
            padding-top: 15px;
            padding-left: 0; }
      main .recomend .biz .boxs dl dt {
        color: #000;
        background: #00d9ff; }
    main .temp_02 .about_lead {
      font-size: 20px; }
      main .temp_02 .about_lead span {
        font-size: 16px; }
    main .temp_02 .about_contents {
      background: #fff;
      padding: 2% 3% 2%; }
      main .temp_02 .about_contents.wid02 {
        padding: 2% 3% 2%; }
    main .temp_03 {
      background: #dff2fc;
      padding-bottom: 65px; }
      main .temp_03.back_cr {
        background: #fbe6ef; }
      main .temp_03 .taglines p span {
        color: #fff;
        background: #000; }
      main .temp_03 .temp_01_ttls {
        background: #fff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative; }
        main .temp_03 .temp_01_ttls:before {
          position: absolute;
          content: "";
          width: 15px;
          height: 15px;
          left: 0;
          top: 0;
          background: #182987; }
        main .temp_03 .temp_01_ttls dl {
          line-height: 1;
          padding: 35px; }
          main .temp_03 .temp_01_ttls dl dt {
            font-family: 'alt', sans-serif;
            font-size: 19px;
            padding-bottom: 15px; }
          main .temp_03 .temp_01_ttls dl dd {
            font-family: 'Noto Serif JP', sans-serif;
            font-weight: 400;
            font-size: 34px; }
      main .temp_03 .temp_04_ttls {
        background: #fff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative; }
        main .temp_03 .temp_04_ttls:before {
          position: absolute;
          content: "";
          width: 15px;
          height: 15px;
          left: 0;
          top: 0;
          background: #e51373; }
        main .temp_03 .temp_04_ttls dl {
          line-height: 1;
          padding: 35px; }
          main .temp_03 .temp_04_ttls dl dt {
            font-family: 'alt', sans-serif;
            font-size: 19px;
            padding-bottom: 15px; }
          main .temp_03 .temp_04_ttls dl dd {
            font-family: 'Noto Serif JP', sans-serif;
            font-weight: 400;
            font-size: 34px; }
      main .temp_03 .lead_area {
        margin-top: 45px; }
        main .temp_03 .lead_area.centers {
          text-align: center; }
        main .temp_03 .lead_area .leads {
          font-family: 'Noto Serif JP', sans-serif;
          font-weight: 400;
          font-size: 46px;
          letter-spacing: 0.05em; }
        main .temp_03 .lead_area .flexs {
          display: flex;
          align-items: center;
          justify-content: space-between; }
        main .temp_03 .lead_area .txts {
          font-family: 'Noto Serif JP', sans-serif;
          font-weight: 400;
          font-size: 18px; }
        main .temp_03 .lead_area div {
          width: 40%; }
          main .temp_03 .lead_area div p img {
            width: 100%;
            height: auto; }
      main .temp_03 .leads_cont_01 {
        margin-top: 70px;
        background: #182987;
        color: #fff;
        font-family: 'Noto Serif JP', sans-serif;
        font-weight: 300;
        font-size: 20px;
        letter-spacing: 0.05em;
        padding: 10px 25px; }
      main .temp_03 .temp_01_box {
        margin-top: 20px;
        box-sizing: border-box;
        border: 1px solid #cccccc;
        background: #fff;
        padding: 40px 60px; }
        main .temp_03 .temp_01_box .ld {
          text-align: center;
          font-family: 'Noto Serif JP', sans-serif;
          font-weight: 400;
          font-size: 20px;
          letter-spacing: 0.05em; }
          main .temp_03 .temp_01_box .ld.lf {
            text-align: left;
            font-size: 24px;
            padding-bottom: 25px; }
          main .temp_03 .temp_01_box .ld.lf02 {
            text-align: left;
            font-size: 24px;
            padding-top: 60px;
            padding-bottom: 25px; }
        main .temp_03 .temp_01_box .lead_rc {
          text-align: center;
          font-family: 'Noto Serif JP', sans-serif;
          font-weight: 400;
          font-size: 20px;
          letter-spacing: 0.05em;
          color: #e51373;
          border-bottom: 1px solid #e51373; }
        main .temp_03 .temp_01_box .text_rc {
          text-align: center;
          font-family: 'Noto Serif JP', sans-serif;
          font-weight: 400;
          font-size: 16px;
          letter-spacing: 0.05em; }
        main .temp_03 .temp_01_box .text {
          width: 100%; }
        main .temp_03 .temp_01_box .imgs_area {
          width: 100%; }
          main .temp_03 .temp_01_box .imgs_area p img {
            width: 100%;
            height: auto; }
        main .temp_03 .temp_01_box .names {
          font-family: 'Noto Serif JP', sans-serif;
          font-weight: 500;
          font-size: 20px;
          letter-spacing: 0.05em;
          padding-top: 25px; }
        main .temp_03 .temp_01_box .flexs {
          display: flex;
          justify-content: space-between;
          padding-top: 10px; }
          main .temp_03 .temp_01_box .flexs .text {
            width: 55%; }
          main .temp_03 .temp_01_box .flexs .imgs_area {
            width: 40%; }
            main .temp_03 .temp_01_box .flexs .imgs_area p img {
              width: 100%;
              height: auto; }
        main .temp_03 .temp_01_box .links {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 50px 0; }
          main .temp_03 .temp_01_box .links p {
            width: 230px; }
            main .temp_03 .temp_01_box .links p:nth-child(2) {
              margin: 0 25px; }

  footer {
    width: 100%; }
    footer .under_links {
      margin-bottom: 45px; }
      footer .under_links h3 {
        text-align: center;
        font-size: 24px; }
      footer .under_links ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        footer .under_links ul li {
          width: 33.333%;
          margin-top: 15px; }
          footer .under_links ul li figcaption {
            font-size: 16px;
            margin-top: 10px; }
    footer .footer_address {
      background: #1cafcc;
      text-align: center;
      padding: 40px 0 80px; }
      footer .footer_address .footerlogo {
        width: 138px;
        margin: 0 auto; }
    footer address {
      font-family: 'Noto Serif JP', sans-serif;
      font-size: 10px;
      color: #fff; }
    footer #pagetop {
      width: 40px;
      height: 20px;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -15px; } }
.top #mv {
  display: block;
  height: 720px;
  /*background: url(/imgs/top/img_01.png);*/
  background-size: cover; }

  .top #mv h2 {
    width: 500px;
    background: #1cafcc;
    font-size: 42px;
    letter-spacing: 20px;
    line-height: 1;
    padding: 20px 0 25px;
    text-align: center;
    color: #fff; }
  .top #mv .moviearea {
    text-align: center;
    width: 100%;
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
    min-width: 1260px; }
@media screen and (min-width: 1024px) and (orientation: landscape) {
	.top #mv {
		height:650px;
	}
  .top #mv .moviearea {
	  height: 572px;
	  min-width: 1024px;
	}
}

@media screen and (min-width: 768px) and (max-width: 868px) {
	.top #mv {
		height:450px;
	}
  .top #mv .moviearea {
	  height: 432px;
	  min-width: 768px;
	}
}
    .top #mv .moviearea #video {
      position: absolute;
      background-attachment: fixed;
      background-position: center center;
      background-size: cover;
      width: 100%;
      top: 50%;
      left: 50%;
      z-index: -1;
      background: url(/wp-content/imgs/top/img_01.png);
      transform: translate(-50%, -50%); }
.top #mv .moviearea .bannertop{
    position: absolute;
    width: 920px;
    left: 50%;
    margin-left: -460px;
    bottom: 10px;
    z-index: 5;
}

@media screen and (min-width: 768px) and (max-width: 868px) {
.top #mv .moviearea .bannertop{
	  width: 750px;
	  margin-left: -375px;
	}
}

.top #mv .moviearea .bannertop ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.top #mv .moviearea .bannertop ul li{
    margin: 0 5px;
}

.top #mv .moviearea .bannertop .bannercapt{
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.06em;
}
.top #contents_area {
  background: #fff;
  padding-top: 60px; }
.top #news {
  margin-bottom: 150px; }
  .top #news h3 {
    text-align: center;
    font-size: 42px;
    line-height: 1;
    font-family: 'alt', sans-serif;
    padding-bottom: 25px; }
  .top #news .news_inner {
    display: flex;
    justify-content: center; }
    .top #news .news_inner div {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      width: 100%;
      border-right: 1px solid #999; }
      .top #news .news_inner div figure {
        width: 100%; }
      .top #news .news_inner div p {
        width: 100%;
        font-size: 16px;
        line-height: 1.4;
        padding: 20px; }
      .top #news .news_inner div dl {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px; }
        .top #news .news_inner div dl dt {
          font-family: 'Lato', sans-serif;
          color: #949494; }
        .top #news .news_inner div dl dd {
          width: 100px;
          text-align: center;
          color: #fff; }
          .top #news .news_inner div dl dd.cate01 {
            background: #1cafcc; }
          .top #news .news_inner div dl dd.cate02 {
            background: #CCA931; }
          .top #news .news_inner div dl dd.cate03 {
            background: #00249F; }
          .top #news .news_inner div dl dd.cate04 {
            background: #CB4A4D; }
.top #about {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 160px; }
  .top #about .ttls_area {
    background: #e0e0c9;
    position: relative;
    z-index: 2;
    top: -160px; }
  .top #about .imgs_top {
    width: 960px;
    position: relative;
    margin-left: -140px; }
    .top #about .imgs_top:before {
      position: absolute;
      content: "";
      background: #ededed;
      width: 1060px;
      height: 560px;
      z-index: -1;
      top: -90px;
      left: -200px; }
.top #company {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: flex-end;
  padding-top: 160px;
  width: 100%;
  position: relative;
  margin-bottom: 60px; }
  .top #company:before {
    position: absolute;
    content: "";
    width: 100%;
    border-bottom: 192px solid #ededed;
    left: 0;
    bottom: -60px; }
  .top #company .ttls_area {
    background: #51c7a9;
    position: relative;
    z-index: 2;
    margin-left: -100px; }
  .top #company .imgs_top {
    width: 960px;
    position: relative; }
.top #interview {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 160px; }
  .top #interview .ttls_area {
    background: #e5e062;
    position: relative;
    z-index: 2; }
  .top #interview .imgs_top {
    width: 960px;
    position: relative; }
    .top #interview .imgs_top:before {
      position: absolute;
      content: "";
      background: #ededed;
      width: 1200px;
      height: 760px;
      z-index: -1;
      top: -50px;
      left: -330px; }
.top #worklife {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: flex-end;
  padding-top: 50px;
  width: 100%;
  position: relative;
  margin-top: 160px; }
  .top #worklife:before {
    position: absolute;
    content: "";
    width: 100%;
    border-bottom: 192px solid #ededed;
    left: 0;
    top: 0px; }
  .top #worklife .ttls_area {
    background: #51c7a9;
    position: relative;
    z-index: 2;
    margin-left: -20px; }
  .top #worklife .imgs_top {
    width:960px;
    position: relative;
    padding-bottom: 60px; }
.top #recruit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  position: relative;
  margin-bottom: -0px; }
  .top #recruit:before {
    position: absolute;
    content: "";
    width: 100%;
    border-bottom: 192px solid #ededed;
    left: 0;
    bottom: -60px; }
  .top #recruit .ttls_area {
    background: #e0e0c9;
    position: relative;
    z-index: 2; }
  .top #recruit .imgs_top {
    width: 960px;
    position: relative; }

@media screen and (max-width: 767px) {
  .top #mv {
    display: block;
    height: auto;
    /*background: url(/imgs/top/img_01.png);*/ }
    .top #mv .moviearea {
      text-align: center;
      width: 100%;
      position: relative;
      height: auto;
      overflow: hidden;
      min-width: auto; }
      .top #mv .moviearea #videosp {
        width: 100%; }
  .top #contents_area {
    background: #fff;
    padding-top: 0px;
    margin: 0 auto 50px; }
  .top #contents_area .bannertop{
    width: 90%;
    margin: -10% auto 20px;
    position: relative;
    z-index: 5;
}

.top #contents_area .bannertop ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.top #contents_area .bannertop ul li{
    width: 49.5%;
    margin-bottom: 0.5%;
}

.top #contents_area .bannertop .bannercapt{
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #666;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.4;
}
  .top #news {
    margin-bottom: 100px; }
    .top #news h3 {
      font-size: 24px; }
    .top #news .news_inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .top #news .news_inner div {
        width: 90%;
        margin: 0 auto;
        border: none; }
        .top #news .news_inner div p {
          font-size: 14px; }
        .top #news .news_inner div:nth-child(n+2) {
          display: none; }
  .top #about {
    display: block;
    padding-top: 0px; }
    .top #about .ttls_area {
      background: #e0e0c9;
      position: relative;
      top: 0px; }
    .top #about .imgs_top {
      width:100%;
      position: relative;
      z-index: 3;
      margin: -150px 0 0 auto; }
      .top #about .imgs_top:before {
        content: none; }
  .top #company {
    display: block;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-top: 100px;
    width: 100%;
    position: relative;
    margin-bottom: 0px; }
    .top #company:before {
      border-bottom: 100px solid #ededed;
      bottom: -60px; }
    .top #company .ttls_area {
      background: #51c7a9;
      position: relative;
      z-index: 2;
      margin-left: 0px; }
    .top #company .imgs_top {
      width: 100%;
      position: relative;
      z-index: 3;
      margin: -200px auto 0; }
  .top #interview {
    display: block;
    padding-top: 120px; }
    .top #interview .ttls_area {
      width: 100%;
      background: #e5e062;
      position: relative;
      z-index: 2; }
    .top #interview .imgs_top {
      width: 100%;
      position: relative;
      z-index: 3;
      margin: -180px 0 0 auto; }
      .top #interview .imgs_top:before {
        content: none; }
  .top #worklife {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-top: 50px;
    width: 100%;
    position: relative;
    margin-top: 60px; }
    .top #worklife:before {
      content: none; }
    .top #worklife .ttls_area {
      width: 100%;
      background: #51c7a9;
      position: relative;
      z-index: 2;
      margin-left: -20px; }
    .top #worklife .imgs_top {
      width: 100%;
      position: relative;
      z-index: 3;
      margin: -150px 0 0 auto; }
  .top #recruit {
    display: block;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    position: relative;
    margin-bottom: 0px; }
    .top #recruit:before {
      content: none; }
    .top #recruit .ttls_area {
      width: 100%;
      background: #e0e0c9;
      position: relative;
      z-index: 2; }
    .top #recruit .imgs_top {
      width: 100%;
      position: relative;
      z-index: 3;
      margin: -180px 0 0 auto; } }

.picks{
    width: 1024px;
    margin: 0px auto 100px;
    padding:25px 60px;
    border: 1px solid #BF007B;
}

.ttls_pick{
    color: #BF007B;
    font-size: 16px;
    padding-bottom: 0px;
    position: relative;
    cursor: pointer;
}

.ttls_pick:after{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    right: 0;
    top: 50%;
    margin-top: -15px;
    border-left: 1px solid #BF007B;
    border-top: 1px solid #BF007B; 
    transform: rotate(-135deg);
}

.ttls_pick.close:after{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left: 1px solid #BF007B;
    border-top: 1px solid #BF007B; 
    transform: rotate(45deg);
}

.txt_pick{
    line-height: 1.6;
}

.txt_pick{
    display: none;
    padding-top: 10px;
}

.txt_pick a{
    color: #fff;
	text-decoration:underline;
}

.top #contents_area {
    background: #fff;
    padding-top: 0px;
    margin: 0 auto 50px; }

.btnlink{
	width:400px;
	margin:0 auto;
	background:#37b89b;
	font-size:24px;
	text-align:center;
	font-family: 'Barlow Condensed', sans-serif;
}

.btnlink a{
	display:block;
	text-decoration:none;
	color:#fff;
	padding:10px 0;
}

@media screen and (max-width: 767px) {
.picks{
    width: 90%;
    margin: 0px auto 100px;
    padding:5%;
}  
    .ttls_pick{
        font-size: 15px;
        line-height: 1.6;
    }
 .btnlink{
	width:90%;
}

	input[type=text] {
  font-size: 16px;
  transform: scale(0.8);
}
}

.about_contents.wid04{
    padding: 40px 90px 60px !important;
}

.coms_boxs_new{
    position: relative;
}

.coms_boxs_new .baseimg{
    width: 100%;
}

.serif_flex{
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.coms_boxs_flex{
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
}

.coms_boxs_flex .left_box{
    position: relative;
}

.coms_boxs_flex .right_box{
    position: relative;
}

.serifs{
    position: absolute;
    top: 0;
}

.serifpos_01{
    position: absolute;
    right: 0;
    top: 0;
}

.serifpos_02{
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 767px) {
.about_contents.wid04{
    padding: 2% 3% 2% !important;
}
}

.gsc-adBlock{
	display:none !important;
}

.gs-web-image-box{
	width:120px !important;
	margin-right:15px !important;
}
.gs-web-image-box .gs-image{
	max-width:100% !important;
	max-height:100% !important;
	height:auto !important;
}

.table.gsc-search-box td.gsc-input{
	padding-right:0 !important;
}

.gsc-control-cse{
width: 205px !important;
margin: 0 20px 0 0;
padding: 0 !important;
border:none !important;
}

.gscb_a {
    line-height: 40px !important;
}

.gsst_a .gscb_a {
    color: #666 !important;
}
.gsib_a {
	font-size:16px !important;
    padding: 2px 5px !important;
	
}
.gscb_a{
	padding: 2px 5px !important;
	line-height: 16px !important;
}

.gsst_a{
	padding:2px 3px 0 0 !important;
}
.gsst_b{
	width:30px !important;
	height:23px !important;
	padding: 0px 5px !important;
}

.gsc-input-box{
	border-color:#666 !important;
	border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.gsc-input{
	width:150px !important;
	font-size:16px !important;
	padding-right: 2px !important;
	line-height: 1;
}
.gsc-search-button-v2{
	padding:13px 15px !important;
	margin-top:2px !important;
}

.gsc-results-wrapper-overlay{
	top: 10% !important;
	left: 15% !important;
}

.gsc-search-button button{
	vertical-align: middle;
    background: #000;
    padding: 0px 18px;
    border: none;
    margin-left: -5px;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.gsc-search-button button:focus{
	outline:none !important;
}

.gsc-search-button-v2{
	padding: 6px 18px !important;
	margin-top:-2px !important;
}

form.gsc-search-box,
table.gsc-search-box{
	margin-bottom:0 !important;
}

.serchinner .newupper .gsc-control-cse{
	margin-right:30px !important;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
.gsc-input-box {
    padding: 1px 0 2px !important;
    box-sizing: border-box;
}
.gsc-control-cse{
width: 180px !important;
margin: 10px 0px 0 0 !important;
padding: 0 !important;
border:none !important;
}
.gsc-input{
	width: 60px !important;
	font-size:16px !important;
	padding-right: 2px !important;
	line-height: 1;
}
.gsc-search-button-v2{
	padding: 7px 11px 8px !important;
	margin-top:-1px !important;
}
.gsc-results-wrapper-overlay{
	top:9% !important;
}
.gscb_a{
	padding: 1px 5px !important;
	line-height: 16px !important;
}
	.gsc-results-wrapper-overlay{
		box-sizing: border-box !important;
    top: 5% !important;
    left: 2% !important;
    height: 90% !important;
    width: 96% !important;
	}
	main .contents .txt_contents .box .txt.cap {
          margin: 0px auto 25px;
text-align:left;}
}
@media screen and (min-width: 768px) and (max-width: 868px) {
.gsc-input-box {
    padding: 1px 0 2px !important;
    box-sizing: border-box;
}
.gsc-control-cse{
width: 120px !important;
margin: 10px 70px 0 0 !important;
padding: 0 !important;
border:none !important;
}
.gsc-input{
	width: 60px !important;
	font-size:16px !important;
	padding-right: 2px !important;
	line-height: 1;
}
.gsc-search-button-v2{
	padding: 7px 11px 8px !important;
	margin-top:-1px !important;
}
.gsc-results-wrapper-overlay{
	top:9% !important;
}
.gscb_a{
	padding: 1px 5px !important;
	line-height: 16px !important;
}
	.gsc-results-wrapper-overlay{
		box-sizing: border-box !important;
    top: 5% !important;
    left: 2% !important;
    height: 90% !important;
    width: 96% !important;
	}
	main .contents .txt_contents .box .txt.cap {
          margin: 0px auto 25px;
text-align:left;}
}
@media screen and (max-width: 767px) {
.gsc-input-box {
    padding: 1px 0 2px !important;
    box-sizing: border-box;
}
.gsc-control-cse{
width: 120px !important;
margin: 10px 70px 0 0 !important;
padding: 0 !important;
border:none !important;
}
.gsc-input{
	width: 60px !important;
	font-size:16px !important;
	padding-right: 2px !important;
	line-height: 1;
}
.gsc-search-button-v2{
	padding: 8px 11px 7px !important;
	margin-top:-1px !important;
}
.gsc-results-wrapper-overlay{
	top:9% !important;
}
.gscb_a{
	padding: 1px 5px !important;
	line-height: 16px !important;
}
	.gsc-results-wrapper-overlay{
		box-sizing: border-box !important;
    top: 5% !important;
    left: 2% !important;
    height: 90% !important;
    width: 96% !important;
	}
	main .contents .txt_contents .box .txt.cap {
          margin: 0px auto 25px;
text-align:left;}
}

main .contents .txt_contents .box .txt.right{
	text-align:right;
	font-weight:600;
	font-size:16px;
}