@charset "UTF-8";
body {
  overflow-wrap: anywhere;
  /*word-break: keep-all;*/
  line-break: strict;
  font-family: serif !important;
  /* serif フォントを強制適用 */
}

.content {
  margin: 0;
}

@media screen and (min-width: 1300px) {
  .content {
    margin: 0 auto;
  }
}
.Min {
  font-family: serif;
}

.Main__MainImg {
  background-color: #000;
  width: 100vw;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.Main__MainImg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.Main__MainImg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.Main__MainMsg {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  height: 70vh;
}

.Main__MainMsg__Heading {
  color: #fff;
  font-size: 2.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  letter-spacing: 0.5rem;
  text-shadow: 0 0 0.9rem #333;
}

.Main__MainMsg__Txt {
  color: #fff;
  font-size: 1.7rem;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.5rem;
  margin: 4rem auto 0;
  transition: all 0.8s ease;
  text-shadow: 0 0 0.9rem #333;
}

.Main__MainMsg__Txt2 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: normal;
  margin: 2rem 0 0 0;
}

.Main__MainMsg__Txt3 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: normal;
  margin: 0.5rem 0 0 0;
  letter-spacing: 0em;
}

.Main__MainMsg__Txt4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 2rem 0 0 0;
  text-align: right;
}

.Policy {
  background-color: initial;
  color: #fff;
}

.Policy .container {
  padding: 6rem 0 16rem;
}

.Policy__Title {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 0 2rem;
}

.Policy__Lead:first-of-type {
  margin: 0 0 1.5rem;
}

.Policy__Lead {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}

.Policy__2ndLead {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  color: #fff;
  margin-top: 50px;
}

.Test__Txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}

.Test__Img {
  max-width: 100%;
  margin: 3.5rem auto 0;
}

.figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.Sub2 {
  position: relative;
}

.Sub__SubImg {
  background-color: #000;
  width: 100vw;
  height: 100vh;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: flex-start;
}

.Sub__SubImg picture {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.Sub__SubImg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.Test__Img {
  margin: 3.5rem auto 0;
  max-width: 23.7rem;
  max-width: 100%;
}

.l-quality_Policy__List {
  font-family: serif;
  padding: 3.5rem 0 0 0;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
}

@media screen and (min-width: 1000px) {
  .Policy__Lead {
    font-size: 2.6rem;
  }
  .Policy__Title {
    font-size: 2rem;
  }
  .certification_List_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 30px;
  }
  .certification_List_Box {
    width: 100%;
    margin: 0 0 40px 0;
    font-size: 1.2rem;
  }
  .certification_image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .certification_Name {
    padding: 10px 0 5px 0;
  }
  .certification_Summary_Annotation {
    font-size: 0.8em;
  }
  .List {
    background-color: #fff;
  }
  .Sub__SubMsg {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 auto;
    height: 70vh;
  }
  .Msg_small {
    display: block;
    font-size: 0.5em;
  }
  .l-quality_Policy__List {
    font-size: 2.6rem;
  }
}
.padding-bottom0 {
  padding-bottom: 0;
}

.Policy .container {
  padding: 6rem 0 16rem;
}

@media screen and (min-width: 1000px) {
  .Sub2 .Main__MainMsg__Heading {
    font-size: 4rem;
  }
  .Msg_small {
    font-size: 0.4em;
  }
  /*.Sub2 .Main__MainMsg__Txt {
      font-size: 1.8rem;
  }*/
  .Sub2 .Main__MainMsg {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 auto;
    height: 90vh;
  }
  .Test__Txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 750px) {
  .certification_List_wrap {
    justify-content: space-between;
  }
  .certification_List_Box {
    width: 48%;
    margin: 0 0 40px 0;
    font-size: 1.2rem;
  }
  .Test__Txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .ProductionLine__Txt {
    width: 100%;
  }
  .certification_List_wrap {
    justify-content: flex-start;
  }
  .certification_List_Box {
    width: 23%;
    margin: 0 2.6% 60px 0;
  }
  .certification_List_Box:nth-child(4n) {
    margin: 0 0 60px 0;
  }
  .Sub2 .Main__MainMsg__Heading {
    font-size: 6rem;
  }
}
.presidentright {
  text-align: right;
}

.Policy__2ndLead {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  color: #fff;
  margin-top: 50px;
}

.grayback {
  background-color: #EFEFEF;
  padding: 50px 0 0 0;
}

.content90 {
  width: 90%;
  margin: 0 auto;
}

.Test__Img {
  max-width: 100%;
}

@media screen and (min-width: 1000px) {
  .Policy__2ndLead {
    font-size: 2rem;
  }
  .Test__Unit {
    justify-content: space-between;
  }
  .Test__Img {
    flex-basis: 40%;
  }
}
/* ===================================================
   flow
   ===================================================*/
/*flow*/
.flow .contet_left {
  width: 90%;
  margin: 0 auto;
}

.flow .contet_right {
  margin-top: 20px;
}

ul.list_line {
  width: 90%;
  margin: 0 auto;
}

ul.list_line li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul.list_line li {
  position: relative;
  display: flex;
}

ul.list_line li:before {
  content: "";
  width: 2px;
  display: block;
  left: -3.5%;
  top: 20px;
  position: relative;
  border-left: solid 2px #61A60E;
  box-sizing: border-box;
}

ul.list_line li:first-child:before {
  top: 10px;
}

ul.list_line li:after {
  width: 3vw;
  height: 3vw;
  content: "";
  border-radius: 999em;
  display: block;
  position: relative;
  position: absolute;
  left: -5%;
  top: 10px;
  background-color: #61A60E;
}

ul.list_line li .list_img {
  margin: 15px 0 30px 0;
}

ul.list_line li:last-child .list_img {
  margin: 15px 0 0 0;
}

ul.list_line li .list_img {
  vertical-align: bottom;
}

.wakuwaku_wrap {
  width: 100%;
  max-width: 700px;
  margin: 50px auto 0 auto;
  background-color: #06345a;
  color: #fff;
  text-align: center;
  padding: 0 0 30px 0;
}

.wakuwaku_wrap img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.wakuwaku_wrap h2 {
  font-size: 1.8rem;
  width: 90%;
  margin: 20px auto 0 auto;
  letter-spacing: 0.15rem;
}

.wakuwaku a {
  width: 80%;
  display: inline-block;
}

.type_list_green {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
  margin-bottom: 18px;
}

.type_list1 .type_list_green {
  border-bottom: dotted 1px #000;
  padding-bottom: 18px;
}

.type_list_green li {
  width: 31%;
  text-align: center;
  background-color: #206c2b;
  color: #fff;
  font-family: sans-serif;
  padding: 2px 0;
  margin: 0 3.5% 7px 0;
}

.type_list_green li:nth-child(3n) {
  margin: 0 0 7px 0;
}

.type_list_brown {
  display: flex;
  flex-wrap: wrap;
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 18px;
}

.type_list_brown li {
  width: 31%;
  text-align: center;
  background-color: #8f6439;
  color: #fff;
  font-family: sans-serif;
  padding: 2px 0;
  margin: 0 3.5% 7px 0;
}

.type_list_pink li {
  width: 31%;
  text-align: center;
  background-color: #b94a3f;
  color: #fff;
  font-family: sans-serif;
  padding: 2px 0;
  margin: 0 3.5% 7px 0;
}

.type_list1 h2 span,
.type_list2 h2 span,
.type_list3 h2 span {
  font-size: 80%;
}

@media screen and (min-width: 768px) {
  .Main__MainMsg__Heading {
    font-size: 4rem;
  }
  .Main__MainMsg__Txt {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .Main__MainMsg__Heading {
    font-size: 6rem;
  }
  .Main__MainMsg__Txt {
    font-size: 3rem;
    line-height: 2;
    margin: 6rem auto 0;
  }
  .Main__MainMsg__Txt2 {
    font-size: 2.6rem;
    width: 80%;
  }
  .Main__MainMsg__Txt3 {
    font-size: 2.6rem;
    width: 80%;
  }
  .Main__MainMsg__Txt4 {
    font-size: 1.6rem;
    width: 80%;
  }
  .flow {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
  }
  .Test__Unit {
    display: flex;
    justify-content: space-between;
  }
  .Test__Item {
    flex-basis: 48%;
  }
  .flow .contet_left {
    width: 35%;
    position: sticky;
    top: 0;
    margin: 0;
  }
  .flow .contet_right {
    width: 60%;
    margin-top: 0;
  }
  ul.list_line li:after {
    width: 20px;
    height: 20px;
    left: -35px;
    top: 20px;
  }
  ul.list_line li:first-child:after {
    top: 20px;
  }
  ul.list_line li:first-child:before {
    top: 20px;
  }
  ul.list_line li:before {
    left: -25px;
  }
  .Sub2 .Main__MainMsg {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 auto;
    height: 90vh;
  }
  .Sub2 .Main__MainMsg__Heading {
    font-size: 6rem;
  }
  .Test__Img {
    flex-basis: 40%;
  }
}
/* ===================================================
   attract
   ===================================================*/
.is-2.title .-min {
  font-size: 60%;
}

.attract_wrap .Test__Unit {
  margin-bottom: 7rem;
}

#develop .Test__Unit100 {
  margin: 0 0 5rem 0;
}

.develop_color .Test__Item {
  margin-top: 30px;
}

dl.develop_list dt {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
}

dl.develop_list dd {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #000;
}

.business_btn {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  dl.develop_list dt {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .develop_color {
    flex-direction: row-reverse;
  }
  .develop_color .Test__Img {
    margin: 10rem 0 0 0;
  }
  .business_btn {
    max-width: 300px;
    margin: 3rem auto 0 auto;
  }
}
/* ===================================================
   company
   ===================================================*/
.Credo_logo img {
  width: 100%;
  height: auto;
}

.Credo_logo {
  width: 35%;
  max-width: 150px;
  margin: 0 auto 30px auto;
}

.credo_wrap {
  margin: 30px 0;
  padding: 5% 5% 1px 5%;
  background-color: #EFEFEF;
}

.credo_wrap .credo_list {
  margin: 0 0 30px 0;
}

.credo_wrap .credo_list h3 {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 600;
}

.company_right {
  margin-top: 50px;
  padding-bottom: 30px;
}

.company1 {
  font-family: "Noto Sans JP", sans-serif;
}

.company1 dt {
  font-weight: bold;
}

.company1 dd {
  padding-bottom: 15px;
}

.company2 {
  font-family: "Noto Sans JP", sans-serif;
}

.company2 dt {
  font-weight: bold;
}

.company2 dd {
  padding-bottom: 15px;
}

.human_wrap {
  padding: 0 0 5% 0;
}

.human_wrap h4 {
  margin-top: 5%;
  font-family: serif;
}

.human_signature {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .human_wrap h4 {
    margin-top: 3%;
  }
}
@media screen and (min-width: 1000px) {
  .credo {
    max-width: 1200px;
    margin: 0 auto;
  }
  .credo h2 {
    text-align: center;
  }
  .credo_wrap {
    padding: 5% 5% 3% 5%;
  }
  .company {
    display: flex;
    padding: 50px 0;
    justify-content: space-between;
  }
  .company_left {
    width: 47%;
  }
  .company_right {
    width: 47%;
    margin-top: 0;
    padding-bottom: 0;
  }
  .company1 {
    display: flex;
    flex-wrap: wrap;
  }
  .company1 dt {
    width: 20%;
  }
  .company1 dd {
    width: 80%;
    padding-bottom: 25px;
  }
  .company2 dd {
    margin: 0 0 10px 5%;
  }
  .human_wrap {
    padding: 0 0 0 5%;
  }
  .human_wrap h4 {
    margin-top: 3%;
  }
  .human p {
    margin-left: 2%;
  }
  .human_signature {
    margin-top: 5%;
  }
}
/* ===================================================
   History
   ===================================================*/
.history h2.is-2.title {
  margin-bottom: 0;
}

.history h3.is-2.title {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.history h4.is-2.title {
  font-size: 1.4rem;
  margin-bottom: 5px;
  font-weight: bold;
}

.history ul.list_line li .list_line_wrap {
  padding-bottom: 40px;
}

.history ul.list_line li:last-child .list_line_wrap {
  padding-bottom: 0;
}

.history_box_right {
  width: 40%;
  margin: 20px auto 40px auto;
}

.list_line_wrap p {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .history h3.is-2.title {
    font-size: 2.4rem;
  }
  .history h4.is-2.title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .history {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 0 auto;
  }
  ul.list_line {
    width: 65%;
    margin-left: 35%;
  }
  .history h2.is-2.title {
    position: absolute;
    width: 33%;
    top: 0;
    left: -41%;
    font-size: 2.7rem;
    text-align: right;
    padding-top: 10px;
  }
  .list_line_wrap p {
    margin-bottom: 40px;
  }
  .history h3.is-2.title {
    font-size: 2.4rem;
    padding-top: 10px;
  }
  .history_box_flex {
    display: flex;
    justify-content: space-between;
  }
  .history_box_left {
    width: 75%;
  }
  .history_box_right {
    width: 20%;
    margin: 40px 0 0 0;
  }
}
/* ===================================================
   public
   ===================================================*/
#biotope img {
  width: 100%;
  height: auto;
}

.biotope {
  background-color: #88BF42;
  color: #fff;
  padding-bottom: 50px;
}
.biotope_map {
    position: relative;
}
.biotope_point {
    position: absolute;
    text-align: center;
    width: 35%;
    font-family: sans-serif;
    font-weight: bold;
}
.biotope_point span {
    background-color: rgba(255, 255, 255, 90%);
    color: #88bf42;
    font-size: 1.4rem;
    padding: 0.2rem 0.5rem;
}
.biotope_point p {
    font-size: 2rem;
    letter-spacing: 0rem;
}
#biotope img.point_icon {
    width: 20%;
    display: block;
    margin: 0.5rem auto 0 auto;
}
.point1 {
    bottom: 23vw;
}
.point2 {
    left: 12vw;
    top: 30vw;
}
.point3 {
    left: 45vw;
    top: -3vw;
}
.point4 {
    left: 30vw;
    top: 20vw;
}
.point5 {
    right: 2vw;
    bottom: 40vw;
}
.point6 {
    right: 19vw;
    bottom: 50vw;
}
.biotope_body {
  width: 90%;
  margin: 0 auto;
}

.biotope_body h3.is-2 {
  font-size: 1.7rem;
}

.biotope_body p {
  margin: 0 0 20px 0;
}

p.biotope_ttl {
  font-size: 1.3rem;
  color: #639622;
}

.biotope2 {
  background-color: #fff;
}

.biotope2_wrap {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}

.biotope2_right {
  margin: 20px 0 0 0;
}

.biotope3 {
  background-color: #fff;
}

.biotope3_wrap {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}

.biotope3_right {
  margin: 20px 0 0 0;
}

.biotope3 .bio_list h2.is-2.title {
  margin-top: 20px;
  margin-bottom: 0;
}

.biotope3 .bio_list:first-of-type h2.is-2.title {
  margin-top: 0;
}

.bio1:before {
  content: "01";
  font-family: serif;
  display: block;
  width: auto;
  height: auto;
  font-size: 4rem;
  font-style: italic;
  color: #639622;
  line-height: 130%;
}

.bio2:before {
  content: "02";
  font-family: serif;
  display: block;
  width: auto;
  height: auto;
  font-size: 4rem;
  font-style: italic;
  color: #639622;
  line-height: 130%;
}

.bio3:before {
  content: "03";
  font-family: serif;
  display: block;
  width: auto;
  height: auto;
  font-size: 4rem;
  font-style: italic;
  color: #639622;
  line-height: 130%;
}

.bio_btn {
  width: 90%;
  margin: 0 auto;
}

.report {
  padding: 0;
  border-top: solid 1px #000;
  width: 90%;
  margin: 0 auto;
}

.report h2.is-2.title {
  margin-top: 50px;
  margin-bottom: 0.3rem;
}

.report h3.is-2.title {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}

.award h2.is-3.title {
  margin-bottom: 0.3rem;
}
.award .Test__Img {
  margin: 2rem auto 5rem auto;
}

.award_btn {
  margin: 20px 0 10px 0;
}
@media (max-width: 540px) {
	.biotope_point span {
		font-size: 1.2rem;
	}
	.biotope_point p {
		font-size: 1.4rem;
	}
}
@media (min-width: 750px) {
	.point4 {
		left: 30vw;
		top: 27vw;
	}
}
@media screen and (min-width: 1000px) {
    .biotope {
        position: relative;
		background-image: url(../img/public/biotope_pc.svg);
        background-size: 70% auto;
        background-position: center left;
    }
	.biotope_wrap {
		width: 40%;
		position: relative;
		margin-left: 58%;
	}
    .biotope_map {
        width: 58vw;
        top: 0;
        position: absolute;
        height: 100%;
        left: -58vw;
        display: block;
    }
    .biotope_map img {
        display: none;
    }
    #biotope img.point_icon {
        max-width: 30px;
    }
    .biotope_point p {
        font-size: 1.6rem;
    }
	body:not(.english) .biotope_point p {
		 font-size: 2rem;
		letter-spacing: 0.4rem;
	}
    .point1 {
        bottom: 26%;
        left: 0;
    }
	.point2 {
		left: 10%;
		top: 36%;
	}
	.point3 {
        left: 32%;
        top: 5%;
    }
    .point4 {
        left: 24%;
        top: 27%;
    }
	.point5 {
		right: 15%;
		bottom: 43%;
	}
	.point6 {
		left: 36%;
		bottom: 49%;
	}
	.biotope_body h3.is-2 {
		font-size: 2rem;
	}
	.biotope2_wrap {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 7rem 0;
	}
	.biotope2_left {
		width: 35%;
		margin: 0 3.5% 0 5%;
	}
	.biotope2_right {
		margin: 0;
		width: 55%;
	}
	.biotope3_wrap {
		width: 80%;
		display: flex;
		justify-content: space-between;
	}
	.biotope3_left {
		width: 45%;
	}
	.biotope3_right {
		width: 50%;
	}
	.biotope3 .bio_list h2.is-2.title {
		font-size: 2.6rem;
		box-sizing: border-box;
		padding-left: 5%;
	}
	.biotope3 .bio_list p {
		padding-left: 5%;
		box-sizing: border-box;
	}
	.bio1:before,
	.bio2:before,
	.bio3:before {
		margin-left: -6%;
	}
	.bio_btn {
		max-width: 300px;
		margin: 3rem auto 0 auto;
	}
	.report h2.is-2.title {
		font-size: 2.6rem;
	}
	.report .Test__Img {
		margin: 6rem auto 0;
	}
	.award_btn {
		max-width: 300px;
		margin: 20px auto 10px auto;
	}
	.award .Test__Unit {
		margin: 0 0 70px 0;
	}
	.award h2.is-3.title {
		font-size: 2.6rem;
		font-weight: normal;
	}
	.award .Test__Img {
		margin: 2rem 0 0 0;
	}
}
@media screen and (min-width: 1500px) {
	.point1 {
		bottom: 22%;
		left: -2%;
	}
	.point3 {
		left: 32%;
		top: 0;
	}
	.point4 {
		left: 24%;
		top: 25%;
	}
}
/* ===================================================
   NEWS
   ===================================================*/
.Template2_back_News {
  background-image: url(../img/news/main_back_sp.jpg);
  background-size: cover;
  background-position: center;
}

.Template2 .Template2_ttl {
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 130px 0 80px 0;
}
.Template2 .Main__ttl {
  color: #fff;
  font-size: 2.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  letter-spacing: 0.5rem;
  text-shadow: 0 0 0.9rem #333;
  padding: 0 5%;
}

#News_wrap {
  width: 90%;
  margin: 0 auto 100px auto;
}

.News_list_Title {
  color: #A5813D;
  text-align: left;
  margin: 0 0 2.4rem 0;
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
}
.News_list_Title .-sub {
  font-size: 1rem;
  font-weight: normal;
  display: block;
}

ul.News_List__Unit li.News_List__Item {
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 0.1rem solid #000;
}
ul.News_List__Unit li.News_List__Item:first-child {
  border-top: 0.1rem solid #000;
}
ul.News_List__Unit a.News_List__Item__Link {
  display: block;
  padding: 1.8rem 3rem 1.8rem 0;
  position: relative;
}
ul.News_List__Unit a.News_List__Item__Link::after {
  content: "";
  border-top: 0.2rem solid #707070;
  border-right: 0.2rem solid #707070;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  transform: rotate(45deg);
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
ul.News_List__Unit .-date {
  font-size: 1.2rem;
}

ul.pager {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  max-width: 400px;
}
ul.pager li {
  width: 14.2857142857%;
  text-align: center;
}

#News_Detil_wrap {
  margin-top: 80px;
}
#News_Detil_wrap .News_Left {
  width: 90%;
  margin: 0 auto;
}
#News_Detil_wrap .News_right {
  font-family: "Noto Sans JP", sans-serif;
}
#News_Detil_wrap .News_date {
  width: 90%;
  margin: 0 auto;
}
#News_Detil_wrap .News_Title {
  width: 90%;
  margin: 0 auto;
}

#News_Body {
  padding: 20px 5%;
  background-color: #efefef;
  margin: 20px 0 40px 0;
}
#News_Body img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#News_Body h1,
#News_Body h2,
#News_Body p,
#News_Body table {
  margin-bottom: 20px;
  line-height: 160%;
}
#News_Body table {
  background-color: #fff;
  overflow-x: scroll;
  border-spacing: 0;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  display: block;
}
#News_Body tbody {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
#News_Body td {
  padding: 10px;
  box-sizing: border-box;
  border-top: solid 1px #999;
  border-left: solid 1px #999;
}

.News_Detil_wrap {
  margin: 0 0 80px 0;
}

.News_btn {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #News_Body {
    width: 90%;
    margin: 30px auto;
    border-radius: 10px;
    padding: 30px 5%;
  }
  .News_btn {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .Template2_back_News {
    background-image: url(../img/news/main_back_pc.jpg);
  }
  #News_wrap {
    width: 85%;
    display: flex;
    justify-content: space-between;
  }
  .News_list_Title .-sub {
    font-size: 1.4rem;
    margin: 0.5rem 0 0 0;
  }
  .Template2 .Template2_ttl {
    padding: 120px 0;
    margin: 0 auto 70px auto;
  }
  .Template2 .Main__ttl {
    font-size: 4.5rem;
  }
  .News_right {
    width: 67%;
  }
  .News_Left {
    width: 28%;
  }
  #News_Detil_wrap {
    width: 85%;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #News_Detil_wrap .News_Left {
    width: 27%;
    margin: 0;
  }
  #News_Detil_wrap .News_right {
    width: 70%;
  }
  #News_Body tbody {
    white-space: initial;
  }
  #News_Body h1 {
    font-size: 1.8rem;
  }
  #News_Body h2 {
    font-size: 1.7rem;
  }
}
/* ===================================================
   CONTACT
   ===================================================*/
.Template2_back_Contact {
  background-image: url(../img/contact/main_back_sp.jpg);
  background-size: cover;
  background-position: center;
}

#Contact {
  font-family: sans-serif;
}
#Contact .Contact_Left {
  width: 90%;
  margin: 0 auto 40px auto;
}
#Contact .Contact_Left ul.Contact_Unit {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #000;
}
#Contact .Contact_Left ul.Contact_Unit li.Contact_Type {
  width: 100%;
  border-bottom: solid 1px #000;
}
#Contact .Contact_Left ul.Contact_Unit li.Contact_Type.-active {
  width: 100%;
  padding: 15px 0;
  color: #61A60E;
}
#Contact .Contact_Left ul.Contact_Unit a.Contact_Type__Link {
  padding: 15px 0;
  display: block;
  position: relative;
}
#Contact .Contact_Left .Contact_Left__Tel {
  margin: 20px 0 0 0;
}
#Contact .Contact_Right {
  width: 90%;
  margin: 0 auto 100px auto;
}
#Contact .Contact_Right .Contact_Right__ttl {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
#Contact .Contact_Right .Contact_Right__ttl span {
  font-size: 1.5rem;
  display: block;
  font-family: "Noto Sans JP";
  margin-bottom: 5px;
}
#Contact .Contact_Right .Contact_Right__ttl .contact-grayback {
  background-color: #999;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
}
#Contact .Contact_Right .Contact_Flow {
  display: flex;
  justify-content: space-around;
  margin: 50px auto 30px auto;
}
#Contact .Contact_Right .Contact_Flow .Contact_Flow_List {
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #999;
}
#Contact .Contact_Right .Contact_Flow .Contact_Flow_List::before {
  content: "";
  display: block;
  width: 6vw;
  height: 6vw;
  background-color: #999;
  border-radius: 999em;
  margin: 0 auto 3px auto;
  z-index: 1;
  position: relative;
}
#Contact .Contact_Right .Contact_Flow .Contact_Flow_List:nth-child(n+2):after {
  content: "";
  display: block;
  position: absolute;
  width: 30vw;
  height: 2px;
  background-color: #999;
  top: 3vw;
  left: -22.5vw;
  z-index: 0;
}
#Contact .Contact_Right .Contact_Flow .Contact_Flow_List.-active {
  color: #61A60E;
}
#Contact .Contact_Right .Contact_Flow .Contact_Flow_List.-active::before {
  background-color: #61A60E;
}
#Contact .Contact_Right .Contact_Flow .Contact_Flow_List.-active:nth-child(n+2):after {
  background-color: #61A60E;
}
#Contact .Contact_Right .Contact_Flow .Contact_Flow_List.-active p::before {
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  display: inline-block;
  height: 0.8rem;
  width: 1.35rem;
  transform: rotate(140deg);
  right: 0;
  top: 13%;
  margin: auto;
  z-index: 1;
}
#Contact .Contact_Right .Conact_Txt {
  margin-bottom: 30px;
}
#Contact .Contact_Right .Conact_Txt p {
  margin-bottom: 15px;
}
#Contact .Contact_Right .Conact_Txt .Tel_call p {
  margin-bottom: 0;
}
#Contact .Contact_Right .Conact_Txt .Tel_call p.Tel_Number {
  margin-bottom: 15px;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block {
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-weight: bold;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block:last-of-type {
  border-bottom: none;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___Q {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A {
  font-size: 1.6rem;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A input[type=text],
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A input[type=email],
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A input[type=tel],
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A input[type=url],
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A input[type=password],
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A textarea {
  font-weight: normal;
  border: solid 1px #000;
  background: #fff;
  transition: all 0.3s;
  width: 100%;
  padding: 7px 10px;
  border-radius: 0.5rem;
  margin-bottom: 15px;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A input[type=number] {
  font-weight: normal;
  border: solid 1px #000;
  background: #fff;
  transition: all 0.3s;
  width: 30%;
  padding: 7px 10px;
  border-radius: 0.5rem;
  margin-bottom: 15px;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A input[type=checkbox] {
  display: inline-block;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A.recruitbtn {
  padding: 0 0 10px 0;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A.recruitbtn input[type=checkbox],
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A.recruitbtn input[type=radio] {
  display: none;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A.recruitbtn input[type=checkbox]:checked + label,
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A.recruitbtn input[type=radio]:checked + label {
  background: #61A60E;
  color: #fff;
  border: 2px solid #61A60E;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A.recruitbtn .label {
  display: block;
  margin: 9px 0;
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
  border: 2px solid #999;
  border-radius: 5px;
  padding: 8px 0;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A textarea {
  height: 300px;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A select {
  font-size: 1.3rem;
  width: 100%;
  padding: 8px;
  border: solid 1px #000;
  border-radius: 0.5rem;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  margin-bottom: 15px;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A .margin-top {
  margin-top: 15px;
  display: inline-block;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A .Contact_Attentionarea {
  font-size: 1.3rem;
  margin: 12px 0 0 0;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A .attention {
  background-color: #999;
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A .recruit_select {
  width: 100%;
  display: flex;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A .recruit_select select {
  width: 31%;
  max-width: 150px;
  font-size: 1.6rem;
  margin-right: 1%;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A .width100 {
  width: 100%;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .-hissu::before {
  content: "必須";
  font-size: 1.2rem;
  background-color: #C74141;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 3px;
}
#Contact .Contact_Right .Contact_Form .Contact_Form__Block .-nini::before {
  content: "任意";
  font-size: 1.2rem;
  background-color: #555;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 3px;
}
#Contact .Contact_Right .Contact_Form .Contact_SendBtn button {
  width: 100%;
  background-color: #61A60E;
  padding: 10px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  border-radius: 999em;
}
#Contact .Contact_Right .Contact_Form .Contact_SendBtn .button {
  width: 100%;
  background-color: #61A60E;
  padding: 10px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  border-radius: 999em;
  text-align: center;
}
#Contact .Contact_Right .Contact_Form .Contact_SendBtn .button a {
  color: #fff;
}
#Contact .Green_txt {
  color: #61A60E;
  border-bottom: solid 2px #61A60E;
  padding-bottom: 3px;
  font-weight: bold;
}
#Contact.Confirm .Contact_Left {
  display: none;
}
#Contact.End .Contact_Left {
  display: none;
}
#Contact .Tel_Number {
  font-size: 3.5rem;
  line-height: 120%;
  letter-spacing: 0.1em;
  margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
  .Template2_back_Contact {
    background-image: url(../img/contact/main_back_pc.jpg);
  }
  a.Contact_Type__Link:after {
    content: "";
    border-top: 0.2rem solid #707070;
    border-right: 0.2rem solid #707070;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    transform: rotate(45deg);
    position: absolute;
    right: 0.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #Contact .Contact_Right .Contact_Right__ttl {
    text-align: center;
  }
  #Contact .Contact_Right .Contact_Flow {
    max-width: 500px;
  }
  #Contact .Contact_Right .Contact_Flow .Contact_Flow_List {
    width: 33.3333333333%;
  }
  #Contact .Contact_Right .Contact_Flow .Contact_Flow_List::before {
    width: 30px;
    height: 30px;
  }
  #Contact .Contact_Right .Contact_Flow .Contact_Flow_List:nth-child(n+2):after {
    left: -50%;
    top: 15px;
    width: 100%;
  }
  #Contact .Contact_Right .Contact_Flow .Contact_Flow_List.-active p::before {
    top: 16%;
  }
  #Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A.recruitbtn {
    display: flex;
    flex-wrap: wrap;
  }
  #Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A.recruitbtn .label {
    width: 32%;
    margin: 0 1% 20px 0;
  }
  #Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A .width100 {
    width: 100%;
  }
  #Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A .Flex_2nd {
    display: flex;
    flex-wrap: wrap;
  }
  #Contact .Contact_Right .Conact_Txt {
    margin-bottom: 60px;
    text-align: center;
    padding-top: 10px;
  }
  #Contact .Contact_Right .Contact_SendBtn {
    max-width: 300px;
    width: 40%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  #Contact {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
  }
  #Contact.contact-recruit {
    margin: 60px auto 0 auto;
  }
  #Contact .Contact_Left {
    width: 22%;
    margin: 0;
  }
  #Contact .Contact_Left ul.Contact_Unit li.Contact_Type {
    width: 100%;
  }
  #Contact .Contact_Right {
    width: 70%;
    margin: 0 0 100px 0;
  }
  #Contact .Contact_Right .Contact_Right__ttl {
    font-size: 1.7rem;
    margin-bottom: 15px;
    letter-spacing: 0.2rem;
  }
  #Contact .Contact_Right .Contact_Right__ttl {
    text-align: left;
  }
  #Contact .Contact_Right .Contact_Form .Contact_Form__Block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___Q {
    width: 30%;
  }
  #Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A {
    width: 65%;
  }
  #Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A.recruitbtn .label {
    width: 49%;
    margin: 0 1% 10px 0;
  }
  #Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A select {
    font-size: 1.6rem;
  }
  #Contact .Contact_Right .Contact_Form .Contact_Form__Block .Contact_Form__Block___A .Contact_Attentionarea {
    margin: 12px 0 15px 0;
  }
  #Contact.Confirm .Contact_Left {
    display: block;
  }
  #Contact.Confirm .Contact_Right .Contact_Flow {
    margin: 0 auto 30px auto;
  }
  #Contact.End .Contact_Left {
    display: block;
  }
  #Contact.End .Contact_Right .Contact_Flow {
    margin: 0 auto 30px auto;
  }
  #Contact.End .Contact_Right .Conact_Txt {
    text-align: left;
  }
}
/* ===================================================
   RECRUIT
   ===================================================*/
.Recruit_category {
  width: 90%;
  margin: 0 auto 6rem auto;
}
.Recruit_category a {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  letter-spacing: 0.2rem;
}
.Recruit_category li {
  margin: 20px 0 0 0;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  border-top: solid 1px #61A60E;
  border-bottom: solid 1px #61A60E;
}
.Recruit_category li .Recruit_type {
  display: block;
  width: 100%;
  padding: 30px 0;
  color: #fff;
  font-size: 2.3rem;
  letter-spacing: 0.2rem;
}
.Recruit_category li .Recruit_type ._type_small {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.Recruit_category li .Recruit_type ._type_span {
  font-size: 1.3rem;
}

._RecruitAll {
  width: 90%;
  margin: 0 auto;
  padding: 4rem 0 0 0;
}
._RecruitAll img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.Recruit_List {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Recruit_List ._type__List {
  width: 47%;
  margin: 0 0 5rem 0;
}
.Recruit_List ._type__List ._List_detail:before {
  display: block;
  font-size: 1rem;
  margin: 12px 0;
}
.Recruit_List ._type__List ._List_detail ._List_ttl {
  font-size: 1.8rem;
  margin-bottom: 5px;
  letter-spacing: 0.1rem;
}
.Recruit_List ._type__List ._List_detail ._List_ttl span {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 10px;
}
.Recruit_List ._type__List ._List_detail ._List_sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}
.Recruit_List ._type__List:nth-child(1) ._List_detail::before {
  content: "1";
}
.Recruit_List ._type__List:nth-child(2) ._List_detail::before {
  content: "2";
}
.Recruit_List ._type__List:nth-child(3) ._List_detail::before {
  content: "3";
}
.Recruit_List ._type__List:nth-child(4) ._List_detail::before {
  content: "4";
}
.Recruit_List ._type__List:nth-child(5) ._List_detail::before {
  content: "5";
}
.Recruit_List ._type__List:nth-child(6) ._List_detail::before {
  content: "6";
}
.Recruit_List ._type__List:nth-child(7) ._List_detail::before {
  content: "7";
}
.Recruit_List ._type__List:nth-child(8) ._List_detail::before {
  content: "8";
}
.Recruit_List ._type__List:nth-child(9) ._List_detail::before {
  content: "9";
}
.Recruit_List ._type__List:nth-child(10) ._List_detail::before {
  content: "10";
}

._RecruitPresident {
  padding: 0 0 13rem 0;
}
._RecruitPresident .president_wrap {
  background-color: #F7F7F7;
  padding: 3rem 5%;
}
._RecruitPresident .president_wrap a.recruit_btn {
  position: relative;
  display: inline-block;
  margin: 30px 0 0 0;
}
._RecruitPresident .president_wrap a.recruit_btn:after {
  content: ">";
  width: 10vw;
  height: 10vw;
  position: absolute;
  right: -12vw;
  top: -2.5vw;
  bottom: 0;
  border: solid 1px #000;
  border-radius: 999em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: bold;
}

.president_img {
  display: none;
}

.Recruit_Voice {
  margin-top: -90px;
}

/*新卒・中途・パート*/
/*テンプレート3のベース*/
.template-3 {
  width: 90%;
  margin: 11rem auto 0 auto;
  border-bottom: solid 1px #000;
}

.template-3header .is-2.title {
  font-size: 3rem;
}

.recruit_type_summary {
  margin-bottom: 4rem;
}
.recruit_type_summary .midashi {
  font-size: 2rem;
  font-weight: bold;
}
.recruit_type_summary .midashi-sub {
  font-size: 1.4rem;
  margin-top: 10px;
}

.Recruit_description {
  margin: 10rem 0 13rem 0;
  background-color: #efefef;
  padding: 8% 5%;
}
.Recruit_description ._Recruit_point_wrap {
  margin-bottom: 4rem;
}
.Recruit_description p.recruit_txt_center {
  text-align: center;
}

.__recruit_point {
  font-family: sans-serif;
  font-size: 1.4rem;
}
.__recruit_point dl {
  margin-bottom: 15px;
}
.__recruit_point dl dt {
  font-weight: bold;
}

ul.Recruit_Flow li {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  font-family: sans-serif;
}
ul.Recruit_Flow li:before {
  width: 10vw;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #61a60e;
  border-radius: 999em;
  color: #fff;
  margin-right: 3%;
}
ul.Recruit_Flow li:nth-child(1):before {
  content: "1";
}
ul.Recruit_Flow li:nth-child(2):before {
  content: "2";
}
ul.Recruit_Flow li:nth-child(3):before {
  content: "3";
}
ul.Recruit_Flow li:nth-child(4):before {
  content: "4";
}
ul.Recruit_Flow li:nth-child(5):before {
  content: "5";
}
ul.Recruit_Flow li:after {
  content: "";
  display: block;
  width: 2px;
  height: 2rem;
  position: absolute;
  top: 10vw;
  left: 5vw;
  background-color: #61a60e;
}
ul.Recruit_Flow li:last-child:after {
  display: none;
}

ul.parttime_type {
  padding: 30px 5%;
  display: flex;
}
ul.parttime_type li {
  margin-right: 5%;
}

.parttime_base {
  padding: 0 5%;
  position: relative;
}

.type_base {
  padding: 0 5%;
  position: relative;
  margin: 30px auto 0 auto;
}

.sub_wrap {
  margin-bottom: 20px;
}
.sub_wrap .sub_ttl {
  font-size: 1.6rem;
}
.parttime_wrap .sub_wrap .sub_ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.sub_wrap .sub_txt {
  font-family: sans-serif;
  font-size: 1.2rem;
}

.parttime_description {
  margin: 30px 0;
}
.parttime_description .discription_ttl {
  font-size: 2rem;
  margin-bottom: 5px;
}

.__recruit_point {
  font-family: sans-serif;
}
.__recruit_point dl {
  margin-bottom: 20px;
}
.__recruit_point dl dt {
  font-weight: bold;
}

.parttime_img {
  margin: 0 auto 30px auto;
}
.parttime_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.parttime_summary h2 span {
  margin-left: 10px;
}

ul.parttime_gallery {
  margin: 50px 0 100px 0;
}
ul.parttime_gallery li {
  margin-bottom: 20px;
}
ul.parttime_gallery li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 10px;
}

._Voice_wrap {
  width: 90%;
  margin: 0 auto;
}
._Voice_wrap img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
._Voice_wrap ._Voice_inner {
  margin: 40px 0;
}
._Voice_wrap ._Voice_inner ._Voice_main {
  margin: 15px 0 30px 0;
}
._Voice_wrap ._Voice_inner ._Voice_main ._Voice_ttl {
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 10px;
}
._Voice_wrap ._Voice_inner ._Voice_main .Voice_name {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
}
._Voice_wrap ._Voice_inner ._Voice_main .Voice_name span {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}
._Voice_wrap ._Voice_inner ._Voice_body ._Voice_body_contents {
  margin-bottom: 40px;
}
._Voice_wrap ._Voice_inner ._Voice_body ._Voice_body_contents:before {
  content: "";
  width: 10%;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 0 0 15px 0;
}
._Voice_wrap ._Voice_inner ._Voice_body ._Voice_body_contents ._contents_ttl {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 10px;
}
._Voice_wrap ._Voice_inner ._Voice_body ._Voice_body_contents ._contents_txt {
  font-family: sans-serif;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .Recruit_category ul {
    display: flex;
    justify-content: space-between;
  }
  .Recruit_category ul li {
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Recruit_category ul li .Recruit_type {
    margin-right: 0;
  }
  .Recruit_category ul li .Recruit_type ._type_small {
    font-size: 1.4rem;
  }
  .Recruit_category ul li .Recruit_type ._type_span {
    font-size: 1.1rem;
    letter-spacing: 0em;
  }
  .Recruit_List {
    justify-content: flex-start;
  }
  .Recruit_List ._type__List {
    width: 30%;
    margin-right: 5%;
  }
  .Recruit_List ._type__List:nth-child(3n) {
    margin-right: 0;
  }
  ._RecruitPresident .president_wrap {
    background-color: #F7F7F7;
    padding: 3rem 5%;
    margin: 0 auto;
    width: 90%;
    border-radius: 20px;
  }
  ._RecruitPresident .president_wrap a.recruit_btn:after {
    width: 40px;
    height: 40px;
    right: -50px;
    top: -10px;
  }
  /*新卒・中途・パート*/
  /*テンプレート3のベース*/
  .template-3header .is-2.title {
    font-size: 4rem;
  }
  .Recruit_description ._Recruit_Flow_wrap ul.Recruit_Flow li:before {
    width: 60px;
    height: 60px;
  }
  .Recruit_description ._Recruit_Flow_wrap ul.Recruit_Flow li:after {
    height: 60px;
    top: 60px;
    left: 30px;
  }
  .Recruit_wrap {
    padding-bottom: 100px;
  }
  #parttime_aiya:before {
    content: "Shop STAFF";
    position: absolute;
    top: 1.5%;
    left: 1%;
    writing-mode: vertical-rl;
    font-size: 1rem;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  #parttime_office:before {
    content: "Office Work";
    position: absolute;
    top: 1.5%;
    left: 1%;
    writing-mode: vertical-rl;
    font-size: 1rem;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  ul.parttime_gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 100px auto;
    padding: 0 5%;
  }
  ul.parttime_gallery li {
    width: 48%;
  }
  .type_base:before {
    position: absolute;
    top: 1.5%;
    left: 1%;
    writing-mode: vertical-rl;
    font-size: 1rem;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 1000px) {
  .Recruit_category {
    max-width: 1220px;
    margin: 0 auto 15rem auto;
  }
  .Recruit_category ul li {
    width: 30%;
  }
  ._RecruitAll {
    max-width: 1220px;
    padding: 100px 0 0 0;
  }
  .Recruit_List ._type__List {
    width: 18.5%;
    margin-right: 1.8%;
    cursor: pointer;
  }
  .Recruit_List ._type__List:nth-child(3n) {
    margin-right: 1.8%;
  }
  .Recruit_List ._type__List:nth-child(5n) {
    margin-right: 0;
  }
  ._RecruitPresident {
    padding: 10rem 0 20rem 0;
  }
  ._RecruitPresident .president_wrap {
    max-width: 1220px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0;
  }
  ._RecruitPresident .president_wrap a.recruit_btn:after {
    top: 0px;
  }
  ._RecruitPresident .president_wrap .president_summary {
    width: 60%;
    margin: 6rem 5% 6rem 0;
    line-height: 4rem;
  }
  ._RecruitPresident .president_wrap .president_img {
    display: block;
    width: 30%;
    margin-top: 5rem;
  }
  ._RecruitPresident .president_wrap .president_img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border-radius: 0 0 0 20px;
  }
  .Recruit_Voice {
    margin-top: -40px;
  }
  .template-3header .is-2.title {
    font-size: 6rem;
  }
  .recruit_type_summary .midashi {
    font-size: 3rem;
  }
  .recruit_type_summary .midashi-sub {
    font-size: 1.8rem;
  }
  ._RecruitAll .m-btn,
  .Recruit_description .m-btn {
    max-width: 400px;
    margin: 1rem auto 0 auto;
    display: block;
  }
  .Recruit_description {
    max-width: 1220px;
    margin: 10rem auto 13rem auto;
    padding: 3% 4%;
    border-radius: 20px;
  }
  .Recruit_description ._Recruit_Flow_wrap ul.Recruit_Flow {
    display: flex;
    margin-top: 10rem;
    margin-bottom: 5rem;
  }
  .Recruit_description ._Recruit_Flow_wrap ul.Recruit_Flow li {
    width: 18%;
    margin-right: 2.5%;
    display: block;
    text-align: center;
  }
  .Recruit_description ._Recruit_Flow_wrap ul.Recruit_Flow li:before {
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    top: -60px;
  }
  .Recruit_description ._Recruit_Flow_wrap ul.Recruit_Flow li:after {
    top: -35px;
    position: absolute;
    width: 96%;
    height: 2px;
    left: initial;
    right: -55%;
  }
  ul.parttime_type {
    justify-content: center;
    text-align: center;
    padding: 60px 5%;
  }
  ul.parttime_type li:last-child {
    margin-right: 0;
  }
  .parttime_base {
    display: flex;
    width: 90%;
    margin: 0 auto 200px auto;
    padding: 0;
  }
  .parttime_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .parttime_wrap .parttime_summary {
    width: 43%;
    margin-left: 7%;
  }
  .parttime_wrap .parttime_img {
    width: 40%;
    margin: 0 5% 0 0;
  }
  .parttime_wrap .parttime_summary .m-btn {
    max-width: 300px;
  }
  .__recruit_point dl {
    display: flex;
  }
  .__recruit_point dl dt {
    width: 15%;
  }
  .__recruit_point dl dd {
    width: 85%;
  }
  .type_base {
    width: 90%;
    margin: 50px auto 100px auto;
    padding: 0;
  }
  .Recruit_Voice {
    background-color: #efefef;
    padding: 80px 0;
  }
  .Recruit_Voice ._Voice_wrap {
    max-width: 1220px;
  }
  .Recruit_Voice ._Voice_wrap ._Voice_inner {
    margin: 60px 0;
    background-color: #fff;
    padding: 5%;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .Recruit_Voice ._Voice_wrap ._Voice_inner ._Voice_img {
    width: 50%;
  }
  .Recruit_Voice ._Voice_wrap ._Voice_inner ._Voice_main {
    width: 47%;
  }
  .Recruit_Voice ._Voice_wrap ._Voice_inner ._Voice_main ._Voice_ttl {
    font-size: 3.5rem;
    margin-bottom: 30px;
  }
  .Recruit_Voice ._Voice_wrap ._Voice_inner ._Voice_main .Voice_name {
    font-size: 2.6rem;
    letter-spacing: 1rem;
  }
  .Recruit_Voice ._Voice_wrap ._Voice_inner ._Voice_main .Voice_name span {
    letter-spacing: 0.1rem;
  }
  .Recruit_Voice ._Voice_wrap ._Voice_inner ._Voice_body {
    margin: 60px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Recruit_Voice ._Voice_wrap ._Voice_inner ._Voice_body ._Voice_body_contents {
    width: 31%;
    margin: 0;
  }
  .Recruit_Voice ._Voice_wrap ._Voice_inner ._Voice_body ._Voice_body_contents:before {
    margin: 0 0 20px 0;
  }
  .Recruit_Voice ._Voice_wrap ._Voice_inner ._Voice_body ._Voice_body_contents ._contents_ttl {
    margin-bottom: 20px;
  }
}
/* ===================================================
   PRESIDENT VOICE
   ===================================================*/
#president img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#president .template-3 {
  border-bottom: none;
}
#president .president {
  background-color: #F7F7F7;
  padding: 30px 5%;
}
#president .president .presixent_txt {
  margin-bottom: 15px;
  font-family: sans-serif;
}
#president .president .president_photo {
  text-align: center;
}
#president .president .president_photo img {
  width: 50%;
}
#president .president .president_photo .president_name {
  font-size: 1.2rem;
}
#president .company_about {
  width: 90%;
  margin: 40px auto 0 auto;
  padding: 0 0 70px 0;
}
#president .company_about .about_content:before {
  content: "";
  width: 10%;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 50px 0 15px 0;
}
#president .company_about .about_content p {
  font-family: sans-serif;
  margin-bottom: 15px;
  font-size: 1.3rem;
}
#president .recruit_company {
  margin: 30px auto 0 auto;
}

@media screen and (min-width: 768px) {
  #president .president {
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
  }
  #president .president .is-2.title {
    font-size: 2.4rem;
  }
  #president .president .president_photo img {
    width: 40%;
  }
  #president .company_about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #president .company_about .about_content {
    width: 48%;
    margin-right: 2%;
  }
  #president .company_about .about_content:nth-child(2n) {
    margin-right: 0;
  }
  #president .company_about .about_content .is-2.title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  #president .president {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 50px;
    width: 80%;
    flex-direction: row-reverse;
  }
  #president .president .is-2.title {
    text-align: right;
  }
  #president .president .president_comment {
    width: 65%;
  }
  #president .president .president_photo {
    width: 30%;
    margin-bottom: 15px;
  }
  #president .president .president_photo img {
    width: 100%;
    max-width: 250px;
  }
  #president .president .president_photo .president_name {
    margin-top: 10px;
  }
  #president .president .presixent_txt {
    font-size: 1.3rem;
  }
  #president .company_about {
    width: 80%;
    padding: 0 0 150px 0;
  }
  #president .company_about .about_content {
    width: 30%;
    margin-right: 5%;
  }
  #president .company_about .about_content:nth-child(2n) {
    margin-right: 5%;
  }
  #president .company_about .about_content:nth-child(3n) {
    margin-right: 0;
  }
  #president .recruit_list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 70px 0;
  }
}
/* ===================================================
   PRIVACY
   ===================================================*/
.Template2_back_Privacy {
  background-image: url(../img/privacy/main_back_sp.jpg);
  background-size: cover;
  background-position: center;
}

#Privacy {
  margin-bottom: 50px;
}
#Privacy .Privacy_wrap {
  margin: 50px auto 0 auto;
}
#Privacy .Privacy_wrap .Privacy_Left {
  width: 90%;
  margin: 0 auto;
}
#Privacy .Privacy_wrap .Privacy__Txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}
#Privacy .Privacy_wrap ul.list_line li ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 1em;
}
#Privacy .Privacy_wrap ul.list_line li ol li {
  display: list-item;
  list-style-type: lower-alpha;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}
#Privacy .Privacy_wrap ul.list_line li ol li::before {
  display: none;
}
#Privacy .Privacy_wrap ul.list_line li ol li::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .Template2_back_Privacy {
    background-image: url(../img/privacy/main_back_pc.jpg);
  }
}
@media screen and (min-width: 1000px) {
  #Privacy {
    margin-bottom: 100px;
  }
  #Privacy .Privacy_wrap {
    display: flex;
    width: 90%;
    margin: 100px auto 0 auto;
    justify-content: space-between;
    position: relative;
  }
  #Privacy .Privacy_wrap .Privacy_Left {
    width: 35%;
    margin: 0;
    position: sticky;
    top: 0;
    margin: 0;
  }
  #Privacy .Privacy_wrap .Privacy_Right {
    width: 65%;
    margin: 0;
  }
  #Privacy .Privacy_wrap .Privacy_Right ul.list_line {
    width: 100%;
    margin: 0;
  }
}
/*追加*/
/*矢印が右に移動する*/
.page_link a.btn_arrow {
  position: relative;
  display: inline-block;
  color: #FFF;
  padding: 5px 2%;
  border: solid 1px #FFF;
  border-radius: 999em;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}

/*矢印と下線の形状*/
.page_link a.btn_arrow::before {
  content: ">";
  position: relative;
  top: 0;
  bottom: 0;
  left: -5%;
  margin: auto;
  width: auto;
  height: auto;
  color: #fff;
  transition: all 0.3s;
}

/*hoverした際の移動*/
.page_link a.btn_arrow:hover::before {
  left: 110%;
  color: #000;
}

.page_link a.btn_arrow:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  border: solid 1px #000;
}

/*== ボタン共通設定 */
.btn {
  position: relative;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 15px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  background-color: rgba(0, 0, 0, 0.6);
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #fff;
}

.btn:hover span {
  color: #000;
}

.btn:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  /*色や形状*/
  background: #fff; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover {
  opacity: 1 !important;
}

.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*矢印が右に移動する*/
.page_link a.btnarrow4 {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  outline: none;
}

/*矢印と下線の形状*/
.page_link a.btnarrow4::before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: -8px;
  left: 15%;
  /*下線の形状*/
  width: 85%;
  height: 1px;
  background: #fff;
  /*アニメーションの指定*/
  transition: all 0.3s;
}

.page_link a.btnarrow4::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: -3px;
  right: 0;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}

/*hoverした際の移動*/
.page_link a.btnarrow4:hover::before {
  left: 20%;
}

.page_link a.btnarrow4:hover::after {
  right: -5%;
}/*# sourceMappingURL=contents.css.map */