/* CSS Document */

/*==================================================

top-contents
=================================================*/
.top-image {
  width: 100%;
  position: relative;
  background-image: url("../../img/mv-in-01.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding-top: 120px;
  height: 940px;
}

.top-image h1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.top-image h1:after {
  content: "";
  background-image: url("../../img/mv-in-04.png");
  width: 414px;
  height: 651px;
  display: block;
  position: absolute;
  right: -255px;
  top: 170px;
}

.top-image .photo {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 30px auto 0;
}

.top-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.top-navi {
  width: 100%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;

}

.top-navi li {
  width: 25%;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background-color: #111585;
  background-size: auto;
}

.top-navi li:nth-last-of-type(1) {
  border-right: none;
}

/*
.top-navi li a {
    display: block;
    font-size: 1.6rem;
    line-height: 140%;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    
    background-image: url("../../images/arrow.png");
    background-position: left 15px center;
    background-repeat: no-repeat;
    padding: 25px 0 25px 15px;
}
*/
.button_box {
  max-width: 1200px;
  margin: auto;
  display: flex;
  padding: 20px 120px;
  padding: 20px 0;
}

.box-2 .button_box {
  padding: 45px 0;
}
.box-3 .button_box,
.box-4 .button_box {
  padding: 0 0 60px;
  flex-wrap: wrap;
}

.box-4 .button_box .title-05 {
  background: #F47F38;
  color: #fff;
  margin: 25px 0;
  padding: 0 60px;
}

.button_box a {
  width: 100%;
  position: relative;
  text-align: center;
}

.button_box .bg_og_info {
  background: #F47F38 !important;
  color: #fff;
  line-height: 1.4em;
  padding: 0.8em 1em;
  width: 95%;
  text-align: center;
  border-radius: 0.5em;
  position: relative;
  font-size: 1.2em;
  margin: 0.5em auto 0;
}

.button_box .red_info {
  color: #FF0000;
  text-align: center;
  font-size: 2em;
  width: 100%;
  padding: 1.5em 0;
  line-height: 1.4em;
}

.box-4 .button_box p {
  font-size: 1.75rem;
  width: 100%;
  line-height: 1.7em;
}

.box-2 .button_box a img {
  width: 480px;
}

.button_box a b {
  /* position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; */
  display: flex;
  justify-content: center;
  color: #fff;
  padding-top: 22px;
  font-size: 25px;
  letter-spacing: 3px;
  z-index: 1;
}

.box-2 .button_box a b {
  padding-top: 15px;
}

.button_box a b span {
  font-size: 0.7em;
  letter-spacing: 0;
}

.button_box a b .coming_soon {
  position: absolute;
  bottom: 1.6em;
  font-size: 0.6em;
}

.breadcrumb ul {
  max-width: 1200px;
  margin: auto;
  display: flex;
  padding: 14px 0;
}

.breadcrumb ul li,
.breadcrumb ul li a {
  color: #7B7B7B !important;
  text-decoration: none;
  font-size: 17px;
}

.breadcrumb ul li span {
  padding: 0 23px;
}

.section-title {
  color: #004E11;
  text-align: center;
  margin-bottom: 22px;
  font-size: 5.6rem;
  line-height: 1.4em;
  font-weight: 900;
}

.section-title.middle {
  font-size: 3.0rem;
}
@media only screen and (max-width: 480px) {
  .section-title.middle {
    font-size: 1.8rem;
  }
}

.section-title span {
  display: inline-block;
}

.section-stitle {
  font-size: 3rem;
  line-height: 200%;
  color: #005317;
  text-align: center;
}

.tx-ce {
  text-align: center;
}

.block-4-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}

/*
.block-4-item .item {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    
    margin-top: 40px;
}
.block-4-item .item-s {
    width: 30%;
    margin-top: 40px;
}

.st-color {
    color: #F00!important;
    text-align: center;
}
*/
.att {
  width: 360px;
  font-size: 3rem;
  line-height: 180%;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  background-color: #F00;
  margin: 0 auto;
  padding: .5em 1em;
}

.box-1,
.box-2,
.box-3,
.box-4,
.box-5,
.box-6,
.box-7 {
  padding-top: 40px;
}

.top-page .box-4 {
  margin-bottom: 80px;
}

.box-1 p {
  line-height: 1.6em;
  letter-spacing: -0.1em;
}

.table-box-1 dl {
  display: flex;
  margin-bottom: 25px;
}

.table-box-1 dt {
  width: 20%;
  font-size: 3rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1B9332;
}

.table-box-1 dd {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 10px 1em;
  font-size: 2.5rem;
  letter-spacing: 0.081em;
  font-weight: 700;
  position: relative;
}

.table-box-1 dd:after {
  content: "";
  display: block;
  position: absolute;
  width: 99%;
  height: 1px;
  border-bottom: dashed 1px #175F25;
  bottom: 1px;
  left: 16px;
}

.box-2 .table-box-1 dd:last-child:after {
  content: none;
}

.table-box-2 dl {
  width: 86%;
  margin: auto;
  display: flex;
  align-items: center;
  background: #fff;
}

.table-box-2 dt {
  width: 16.5%;
  font-size: 2.5rem;
  line-height: 1.2em;
  padding-left: 40px;
  border-right: dotted 2px;
  color: #1B9332
}

.table-box-2 dd {
  width: 83.5%;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1.4em;
  padding: 20px 10px 20px 27px;
}

.table-box-3 dl {
  margin-bottom: 22px;
  background: #ECF5EC;
}

.table-box-3 dt {
  padding: 47px 40px 10px 55px;
}

.recruit-page .table-box-3 dd .title-03,
.table-box-3 dt .title-03 {
  font-size: 4rem;
  color: #F47F38;
}

.recruit-page .table-box-3 dd .title-03 b,
.table-box-3 dt .title-03 b {
  position: relative;
}

.recruit-page .table-box-3 dd .title-03 b span,
.table-box-3 dt .title-03 b span {
  font-size: 1.4em;
}

.recruit-page .table-box-3 dd .title-03 b .icon-box,
.table-box-3 dt .title-03 b .icon-box {
  background: #F47F38;
  color: #fff;
  border-radius: 1em;
  padding: 0 0.4em 0.2em;
  position: absolute;
  line-height: 1.6em;
  right: -2em;
  bottom: 0;
}
.recruit-page .table-box-3 dd .title-03 b .icon-box.add2,
.table-box-3 dt .title-03 b .icon-box.add2 {
  right: -5em;
  bottom: 2em;
    font-size: 3.5rem;
}
.recruit-page .table-box-3 dd .title-03 b .icon-box.add3,
.table-box-3 dt .title-03 b .icon-box.add3 {
  right: -5.1em;
    bottom: 2em;
    font-size: 3.5rem;
}

.table-box-3 dt .title-03 .icon-box {
  float: right;
  font-size: 0.8em;
  color: #1B9332;
  display: flex;
  align-items: center;
}

.table-box-3 dt .title-03 .icon-box img {
  margin-right: 10px;
}

.table-box-3 dd {
  padding: 28px 40px 45px 55px;
}

.table-box-3 dd .title-04 {
  color: #175F25;
  font-size: 4rem;
  padding-bottom: 28px;
  position: relative;
}

.table-box-3 dd .title-04:before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 2px dashed;
  position: absolute;
  top: -18px;
}

.table-box-3 dd .title-04 span:nth-child(1) {
  background: #175F25;
  color: #fff;
  font-size: 0.8em;
  padding: 0 28px;
  margin-right: 19px;
}

.table-box-3 dd .title-04 span:nth-child(2) {
  letter-spacing: 0.08em;
}

.table-box-3 dd .title-04 span:nth-child(3) {
  color: initial;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-left: 0.5em;
}

.table-box-3 dd p {
  letter-spacing: 0.2em;
}

.section-border {
  text-align: center;
  padding: 35px 0 0;
  font-size: 3rem;
  font-weight: bold;
  background-image: url("../../img/bg-common-01a.png");
  background-repeat: repeat-x;
  background-position: center bottom 13px;
}

.section-border span {
  background: #F4F4F4;
  padding: 0 1em;
}

.recruit-page .section-border span {
  background: #fff;
  padding: 0 0.5em;
}

.map_link {
  text-decoration: none;
  color: #fff !important;
  font-weight: normal;
  font-size: 2rem;
  padding: 0 20px;
  background: #EB677D;
  margin-left: 23px;
}

.access_link {
  text-decoration: none;
  color: #fff !important;
  font-weight: normal;
  font-size: 2rem;
  padding: 0 20px;
  background: #0077CC;
  margin-left: 23px;
}

.txt-box-1 {
  margin: auto;
  font-size: 2.5rem;
  padding-left: 177px;
  line-height: 1.4em;
  letter-spacing: 0.06em;
}

.bg-gray {
  background: #F4F4F4 !important;
  overflow: hidden !important;
}

.bg-orange {
  background: #F47F38 !important;
  overflow: hidden !important;
}

.txt-s {
  font-size: 0.9em !important;
  font-weight: 500 !important;
}

footer .in-box-1 {
  padding-bottom: 70px;
  background-image: url("../../img/bg-footer-01.png");
  background-size: cover;
}

footer .in-box-1 .title-6 {
  font-size: 5rem;
  letter-spacing: 0.1em;
  padding: 75px 0 55px;
  position: relative;
}

footer .in-box-1 .title-6:before {
  content: "FOLLOW UP";
  position: absolute;
  color: rgba(255, 255, 255, 0.2);
  top: 110px;
  left: 0;
  right: 0;
  z-index: -1;
  font-size: 13rem;
  letter-spacing: 0.1em;
  z-index: 0;
  font-weight: bold;
}

footer .in-box-1 .title-6:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 21px;
  margin: auto;
  position: absolute;
}

footer .in-box-1 p {
  font-size: 3rem;
  letter-spacing: 0.2em;
}

footer .in-box-1 a {
  width: 450px;
  background: #fff;
  color: #175F25;
  margin: 47px auto 0;
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 17px 0 23px;
  border-radius: 2em;
  box-shadow: 0 9px 40px #333;
}

footer .pagetop-box {
  position: relative;
  height: 80px;
  background: #fff;
}

footer .pagetop-box a {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100px;
  height: 80px;
  padding-top: 37px;
}

footer .pagetop-box a:after {
  content: "";
  width: 33px;
  height: 33px;
  border-top: 6px solid #1B9332;
  border-right: 6px solid #1B9332;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  display: inline-block;
}

footer .in-box-2 {
  background: #1D1F1F;
}

footer .in-box-2 .title-7 {
  padding: 55px 0 27px;
  font-size: 3rem;
  letter-spacing: 0.15em;
}

footer .in-box-2 .txt-1 {
  letter-spacing: 0.25em;
}

footer .in-box-2 .txt-2 {
  letter-spacing: 0.25em;
}

footer .in-box-2 .txt-2 {
  letter-spacing: 0.1em;
  padding: 66px 0 38px;
  position: relative;
}

footer .in-box-2 .txt-2:after,
footer .in-box-2 .txt-2:before {
  background: #4A4A4A;
  content: "";
  position: absolute;
  max-width: 1200px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  top: 43px;
}
footer .in-box-2 .txt-2:after {
  top: 125px;
}

footer .in-box-2 .txt-3 {
  padding: 0px 0 50px;
  display: flex;
  justify-content: center;
}

footer .in-box-2 .txt-3 a {
  color: #fff;
  text-decoration: none;
}

footer .in-box-2 .txt-3 span {
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
}

footer .in-box-2 .txt-3 span b:before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 17px;
  background-image: url("../../img/img-footer-02.png");
  background-size: 100% 100%;
}

footer .in-box-2 .txt-3 a:first-child {
  padding-right: 51px;
}

footer .in-box-2 .txt-3 a:first-child b:before {
  width: 35px;
  height: 26px;
  background-image: url("../../img/img-footer-01.png");
}

footer .in-box-2 .txt-4 {
  text-align: center;
  color: #1B9332;
  font-size: 1.8rem;
  padding: 14px 0 20px;
  background: #fff;
}

.top-page .top-image {
  background-image: url("../../img/top-mv-in-01.png");
}

.top-page .top-image h1:after {
  content: none;
}

.top-page .top-image h1 img {
  padding: 105px 0 0 50%;
}

.top-page .box-1 {
  background-image: url("../../img/img-top-02.png");
  background-size: auto 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.top-page .box-1 .title-1 {
  display: flex;
  justify-content: center;
}

.top-page .box-1 .title-1 b {
  padding: 15px 60px;
  font-size: 4rem;
  letter-spacing: 0.15em;
  font-weight: 900;
  color: #fff;
  background: #175F25;
}

.top-page .box-1 .title-1 b span {
  color: #FFF800;
}

.top-page .box-1 .title-2 {
  font-size: 5.5rem;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.top-page .box-1 .title-2:after {
  content: "PLATFORM";
  position: absolute;
  color: #F0F2EF;
  top: 25px;
  left: 0;
  right: 0;
  z-index: -1;
  font-size: 13rem;
  letter-spacing: 0.1em;
}

.top-page .box-1 p {
  line-height: 1.65em;
  letter-spacing: 0.28em;
  padding-bottom: 1.8em;
}

.top-page .box-1 p span {
  background: #FFF800;
  color: #175F25;
}

.top-page .in-box {
  margin: 80px 0 0 45px;
  position: relative;
  padding: 80px 2% 60px 22%;
  margin-bottom: 100px;
  background: #EEF6EB;
  position: relative;
}

.top-page .in-box:after {
  content: "QUESTION";
  position: absolute;
  top: 30px;
  right: 7px;
  font-size: 8rem;
  letter-spacing: 0.18em;
  color: #fff;
}

.top-page .box-1 .in-box img {
  position: absolute;
  left: -45px;
  top: -33px;
}

.top-page .box-1 .in-box .title-4 {
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.top-page .title-4:after {
  content: "";
  position: absolute;
  width: 98%;
  display: block;
  height: 1px;
  background: #175F25;
  top: 64px;
  left: 0;
  z-index: 0;
}

.top-page .box-1 .in-box p {
  letter-spacing: 0;
  font-size: 1.8rem;
  line-height: 1.9em;
}

.recruit-page .top-image {
  background-image: url("../../img/img-recruit-01.png");
}

.recruit-page .top-image h1 {
  padding: 0 95px;
}

.recruit-page .top-image h1:after {
  content: none;
}

.recruit-page .top-image .button_box {
  margin-top: -155px;
}

.recruit-page .top-image .button_box a {
  z-index: 1;
  text-decoration: none;
}

.recruit-page .top-image .button_box a img {
  width: auto;
}

.recruit-page .section-title {
  color: #000;
  text-align: center;
  margin: 28px auto 85px;
  font-size: 5.4rem;
  line-height: 1.4em;
  font-weight: 600;
  position: relative;
  z-index: 0;
}

.recruit-page .section-title:after {
  content: "PLATFORM";
  position: absolute;
  color: #E4E8E5;
  top: 5px;
  left: 0;
  right: 0;
  z-index: -1;
  font-size: 13rem;
  letter-spacing: 0.1em;
  z-index: -1;
}

.recruit-page .box-1 {
  padding-bottom: 100px;
}

.recruit-page .box-3 .button_box,
.recruit-page .box-1 .button_box {
  padding: 40px 0;
}

.recruit-page .box-3 .button_box a b,
.recruit-page .box-1 .button_box a b {
  padding-top: 15px;
}

.recruit-page .info_box {
  padding: 30px 30px 0;
  border: 5px solid #FCD476;
  border-radius: 5px;
  background: #fff;
}

.recruit-page .info_box p {
  text-align: center;
  letter-spacing: 0.1em;
}

.recruit-page .info_box ul {
  display: flex;
}

.recruit-page .info_box ul li {
  width: 23%;
  display: flex;
  padding: 38px 0;
  align-items: flex-start;
}

.recruit-page .info_box ul li:nth-child(n+2) {
  width: 25%;
}

.recruit-page .info_box ul li:nth-child(4) {
  width: 27%;
}

.recruit-page .info_box ul li img {
  width: auto;
  margin-right: 2%;
}

.recruit-page .info_box ul li span {
  width: 50%;
  line-height: 1.5em;
  font-size: 1.6rem;
}

.recruit-page .info_box ul li:nth-child(n+2) span {
  width: 55%;
}

.recruit-page .table-box-3 {
  margin-top: 110px;
}

.recruit-page .table-box-3 dl {
  display: flex;
  margin-bottom: 17px;
}

.recruit-page .table-box-3 dt {
  width: 45%;
  padding: 0;
}

.recruit-page .table-box-3 dt iframe {
  width: 100%;
  height: 100%;
}

.recruit-page .table-box-3 dd {
  width: 55%;
  padding: 28px 40px 40px 40px;
}

.recruit-page .table-box-3 dd>.icon-box {
  font-size: 3rem;
  color: #1B9332;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-top: 24px;
  letter-spacing: 0.1em;
}

.recruit-page .table-box-3 dd>.icon-box img {
  margin-right: 17px;
  width: 75px;
  height: auto;
}

.recruit-page .table-box-3 dd .title-03>span {
  display: block;
  line-height: 1em;
}

.recruit-page .table-box-3 dd .title-03>span span {
  color: #1B9332;
  font-size: 3rem;
  display: inline-block;
  line-height: 1.8em;
  padding: 0 35px;
  border: 4px solid;
  border-radius: 2em;
  background: #fff;
}

.recruit-page .table-box-3 dd p {
  letter-spacing: 0.2em;
  line-height: 1.8em;
}

.recruit-page .table-box-3 dd .title-04 {
  color: #175F25;
  font-size: 4rem;
  padding: 20px 0 12px;
  position: relative;
}

.recruit-page .table-box-3 dd .title-04:before {
  top: 8px;
}

.recruit-page .table-box-3 dd>.icon-box span {
  color: #000;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.6em;
}

.recruit-page .box-3 {
  padding-bottom: 65px;
}

.section-border.type-2 {
  background: #175F25;
  color: #fff;
  font-size: 4rem;
  padding: 25px 0;
  letter-spacing: 0.15em;
}

.recruit-page .box-4 {
  padding-bottom: 110px;
}

.recruit-page .box-4 .section-title {
  font-size: 4rem;
  letter-spacing: 0.08em;
  padding: 115px 0 45px;
  margin: 0;
}

.recruit-page .box-4 p {
  line-height: 1.8em;
  padding-bottom: 25px;
  letter-spacing: -0.1em;
}

.txt-green {
  color: #1B9332;
}

.txt-orange {
  color: #FFB000;
}

.recruit-page .box-4 .section-title:after {
  content: "SEMINAR";
  position: absolute;
  color: #F0F2EF;
  top: 80px;
  left: 0;
  right: 0;
  z-index: -1;
  font-size: 13rem;
  letter-spacing: 0.1em;
}

.recruit-page .in-iframe {
  margin: 30px 0 0;
  height: 720px;
}

.in-iframe iframe {
  width: 100%;
  height: 100%;
}

.recruit-page .box-5 {
  padding: 50px 0 75px;
}

.recruit-page .box-5 .title-01 {
  font-size: 4rem;
  padding: 55px 0 22px;
  letter-spacing: 0.1em;
}

.recruit-page .copo-box td,
.recruit-page .copo-box th {
  width: 32%;
  border: 1px solid #CDCDCD;
}
.recruit-page .copo-box td:first-child,
.recruit-page .copo-box th:first-child {
  width: 36%;
  border: 1px solid #CDCDCD;
}
.recruit-page .copo-box td:nth-child(2),
.recruit-page .copo-box th:nth-child(2) {
  width: 41%;
}
.recruit-page .copo-box td:last-child,
.recruit-page .copo-box th:last-child {
  width: 23%;
}
.recruit-page .copo-box th {
  background: #1B9332;
  color: #fff;
}

.recruit-page .copo-box td {
  font-size: 2rem;
  font-weight: normal;
  padding: 17px 32px;
}

.recruit-page .box-6 {
  padding: 60px 0;
}

.recruit-page .box-6 p {
  font-size: 1.8rem;
  line-height: 2em;
}
.in-img-title {
  margin-bottom: 32px;
}
.in-img-title img {
  width: 100%;
  height: auto;
}

.img-box {
  padding-top: 50px;
  position: relative;
}

.img-box [id*="img-box-0"] {
  display: none;
}

.img-box div img {
  width: 30%;
  margin: auto;
  display: block;
}

.img-box input:checked+div {
  position: absolute;
  width: 100vw;
  height: 100vh;
  margin: auto;
  top: 500px;
  bottom: 0;
  left: calc(calc(100vw - 1000px) / -2);
  z-index: 1003;
}

.img-box div label {
  display: none;
}

.img-box input:checked+div label {
  display: block;
  font-size: 20px;
  background: #fff;
  padding: 0.1em 0.6em;
  border-radius: 3em;
  border: 1px solid;
  width: 2.4em;
  right: 21%;
  position: absolute;
  top: 1.1%;
  z-index: 1004;
}

.img-box input:checked+div img {
  width: 60%;
}

.img-box input:checked~.mask-box {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 1002;
  left: 0;
}

.img-box .img-box-button {
  display: block;
  margin: auto;
  text-align: center;
  background: #F00;
  color: #fff;
  font-size: 30px;
  padding: 10px;
  width: 27%;
  border-radius: 10px;
  margin-top: 20px;
  cursor: pointer;
}

.img-box .img-box-button:hover {
  opacity: 0.6;
}

.gmap-in {
  display: flex;
  flex-wrap: wrap;
}

.copo-box {
  width: 100%;
}

.display-off .copo-box {
  position: relative;
  display: block;
  height: 300px;
}
.display-off th {
    border: 0 !important;
}
.display-off .copo-box::after {
  content: 'Coming Soon';
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #005317;
  font-size: 6rem;
  font-weight: bold;
  line-height: normal;
  z-index: 1;
}

.display-off .copo-box::before {
  content: '';
  display:
    block;
  background: #ECF5EC;
  width: 100%;
  height: 100%;
  position: absolute;
}

iframe {
  background: #F4F4F4;
}

@media only screen and (max-width: 1500px) {
  .contents-inner-full {
    width: 100%;
  }

  .txt-box-1 {
    padding-left: 12%;
  }
}

@media only screen and (max-width: 1240px) {

  .breadcrumb ul,
  .contents-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .txt-box-1 {
    padding: 0 0 0 1em;
    width: 85%;
    text-indent: -1em;
  }

  .top-page .in-box {
    padding: 80px 4% 60px 27%;
  }

  .recruit-page .top-image .button_box {
    margin-top: 0;
  }

  .recruit-page .table-box-3 dd {
    padding: 28px 20px 40px 20px;
  }
}

.on-sp {
  display: none !important;
}

footer .in-box-3 {
  display: none;
}

@media only screen and (max-width: 768px) {
  .on-sp {
    display: inherit !important;
  }

  .on-pc {
    display: none !important;
  }

  .header-spmenu {
    display: block;
    right: 0;
    position: absolute;
    height: 16vw;
    top: 0;
    width: 16vw;
    background: #175F25;
    padding: 8vw 4vw;
  }

  .header-spmenu span {
    height: 2px;
    background: #fff;
    display: block;
    position: relative;
  }

  .header-spmenu span:after,
  .header-spmenu span:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 1.8vw;
  }

  .header-spmenu span:after {
    top: -1.8vw;
  }

  .open .header-spmenu span {
    background: transparent;
  }

  .open .header-spmenu span:before {
    transform: rotate(-45deg);
    top: 0;
  }

  .open .header-spmenu span:after {
    transform: rotate(45deg);
    top: 0;
  }

  .box-1 {
    padding-top: 3.516vw;
  }
  nav {
    top: 16vw;
  }
  header {
    height: 16vw;
  }
  .top-image {
    height: 150vw;
    padding-top: 15.625vw;
    background-position: top left 31%;
  }
  
  .partner-page .top-image {
    height: 125vw;
  }

  .top-page .contents-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: none;
  }

  .top-page .box-1 .title-1 b {
    padding: 2.865vw 0;
    font-size: 5.859vw;
    ;
    letter-spacing: 0.2em;
    font-weight: 600;
    text-align: center;
    line-height: 1.3em;
    width: 87%;
  }

  .top-page .box-1 .title-2 {
    font-size: 7.161vw;
    margin-bottom: 6.51vw;
  }

  .top-page .box-1 p {
    line-height: 1.65em;
    letter-spacing: 0.15em;
    font-size: 3.906vw;
    padding: 2.604vw 3% 2.865vw 6%;
    margin: auto;
  }

  .top-page .top-image h1 img {
    padding: 18vw 4% 0 19%;
  }

  .recruit-page .section-title:after,
  .recruit-page .box-4 .section-title:after,
  .top-page .box-1 .title-2:after {
    font-size: 14.5vw;
  }

  .top-page .in-box {
    padding: 41.667vw 6.5% 9.766vw;
    margin: 16.276vw 0 0;
    background-image: url(../../img/bg-img-top-01.png);
    background-size: cover;
  }

  .top-page .in-box:after {
    top: 36.979vw;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 11vw;
  }

  .top-page .box-1 .in-box img {
    left: 0;
    right: 0;
    top: -9.115vw;
    margin: auto;
    width: 53.385vw;
    height: 38.411vw;
    object-fit: cover;
  }

  .top-page .box-1 .in-box .title-4 {
    font-size: 5.469vw;
    margin-bottom: 8.464vw;
    text-align: center;
  }

  .top-page .box-1 .in-box p {
    letter-spacing: 0;
    font-size: 3.516vw;
    line-height: 1.7em;
    padding: 0;
  }

  footer .in-box-1 {
    background-image: url(../../img/bg-footer-01-sp.png);
    padding-bottom: 13.021vw;
  }

  footer .in-box-1 .title-6 {
    font-size: 5.859vw;
    ;
    padding: 11.719vw 0 7.161vw;
  }

  footer .in-box-1 p {
    letter-spacing: 0.05em;
    font-size: 3.906vw;
  }

  footer .in-box-1 a {
    width: 86%;
    margin: 47px auto 0;
    padding: 3.255vw 0 2.995vw;
    font-size: 3.906vw;
  }

  footer .in-box-1 .title-6:before {
    top: 10.156vw;
    font-size: 13.5vw;
  }

  footer .pagetop-box {
    height: 12.109vw;
  }

  footer .pagetop-box a:after {
    width: 4.948vw;
    height: 4.948vw;
    border-top: 1.042vw solid #1B9332;
    border-right: 1.042vw solid #1B9332;
  }

  footer .in-box-2 .title-7 {
    padding: 3.385vw 0 6.771vw;
    font-size: 3.906vw;
  }

  footer .in-box-2 .txt-1 {
    font-size: 3.255vw;
    line-height: 1.8em;
  }

  footer .in-box-2 .txt-2 {
    font-size: 3.255vw;
    line-height: 1.8em;
    padding-bottom: 10.417vw;
  }

  footer .in-box-2 .txt-3 {
    flex-wrap: wrap;
  }

  footer .in-box-2 .txt-3 span {
    color: #175F25;
    font-size: 3.255vw;
    letter-spacing: 0;
    font-weight: 600;
    height: 15vw;
    background: #fff;
    border-radius: 2em;
    margin-bottom: 4.688vw;
    justify-content: center;
  }

  footer .in-box-2 .txt-3 span b {
    font-size: 5.599vw;
    line-height: 1em;
  }

  footer .in-box-2 .txt-4 {
    font-size: 2.604vw;
    padding: 5.208vw 0 20vw;
  }

  footer .in-box-2 .txt-3 a {
    display: block;
    width: 87%;
  }

  footer .in-box-2 .txt-3 a:first-child {
    padding-right: 0;
  }

  footer .in-box-2 .txt-3 a:first-child b:before {
    width: 4.297vw;
    height: 4.297vw;
    background-image: url("../../img/img-footer-01-sp.png");
  }

  footer .in-box-2 .txt-3 a:last-child b {
    font-size: 0;
  }

  footer .in-box-2 .txt-3 a:last-child b:before {
    width: 4.688vw;
    height: 3.906vw;
    background-image: url("../../img/img-footer-02-sp.png");
  }

  footer .in-box-2 .txt-3 a:last-child b:after {
    content: "メールでのお問い合わせ";
    font-size: 4.297vw;
    line-height: 1em;
  }

  footer .in-box-3 {
    display: flex;
    background-image: url("../../img/bg-footer-bottom.png");
    background-size: 100% 100%;
    position: fixed;
    width: 100%;
    bottom: 0;
  }

  footer .in-box-3 a {
    font-size: 3.906vw;
    color: #fff !important;
    padding: 2.474vw 0 4.167vw;
    display: block;
    width: 50%;
    text-decoration: none;
  }

  .top-page .title-4:after {
    top: 12vw;
  }

  footer .pagetop-box a {
    width: 13.021vw;
    height: 10.417vw;
    padding-top: 4.818vw;
  }

  footer .in-box-1 .title-6:after {
    width: 13.021vw;
    height: 0.521vw;
    bottom: 2.734vw;
  }

  .sp-ls {
    letter-spacing: -0.13vw;
  }

  .sp-over {
    overflow-x: scroll;
  }

  .display-off .copo-box {
    width: 100%;
    min-width: auto;
    height: 100px;
  }

  .display-off .copo-box::after {
    font-size: 6vw;
  }

  .recruit-page .box-3 {
    padding-bottom: 8.464vw;
  }

  .recruit-page .box-3 .button_box,
  .recruit-page .box-1 .button_box {
    padding: 5.208vw 0;
  }

  .recruit-page .box-1 .button_box {
    padding: 5.208vw 0;
  }

  .recruit-page .box-3 .button_box a b,
  .recruit-page .box-1 .button_box a b,
  .button_box a b {
    padding-top: 2.7vw;
    font-size: 3.255vw;
    letter-spacing: 0.391vw;
  }

  .recruit-page .top-image h1 {
    padding: 0 0 0 5vw;
  }

  .button_box {
    /* padding: 3vw 23vw; */
    padding: 3vw 0;
  }

  .recruit-page .top-image .button_box {
    margin-top: 0;
  }

  .recruit-page .section-title {
    margin: 3.646vw auto 11.068vw;
    font-size: 6vw;
  }

  .table-box-1 dt {
    font-size: 3.906vw;
  }

  .table-box-1 dd {
    padding: 1.302vw 1em;
    font-size: 3.255vw;
  }

  .table-box-1 dd:after {
    width: 88%;
    left: 2.083vw;
  }

  .recruit-page .info_box p {
    text-align: left;
  }

  .recruit-page .info_box ul li {
    width: 25% !important;
    padding: 4.948vw 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .recruit-page .info_box ul li img {
    margin: auto;
    display: block;
  }

  .recruit-page .info_box ul li span {
    width: 90% !important;
    font-size: 2.083vw;
    display: block;
    padding: 0;
    margin: auto;
  }

  .recruit-page .box-1 {
    padding-bottom: 13.021vw;
  }

  .recruit-page .table-box-3 {
    margin-top: 14.323vw;
  }

  .recruit-page .table-box-3 dl {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .recruit-page .table-box-3 dt {
    order: 1;
    height: 62.5vw;
    width: 100%;
  }

  .recruit-page .table-box-3 dd {
    padding: 5vw;
    width: 100%;
  }

  .recruit-page .table-box-3 dd .title-03,
  .table-box-3 dt .title-03 {
    font-size: 5.208vw;
    color: #F47F38;
  }

  .recruit-page .table-box-3 dd>.icon-box span {
    font-size: 3.255vw;
  }

  .recruit-page .table-box-3 dd .title-03>span span {
    font-size: 3.906vw;
    padding: 0 4.557vw;
  }

  .recruit-page .table-box-3 dd .title-04 {
    font-size: 5.208vw;
    padding: 2.604vw 0 1.563vw;
  }

  .recruit-page .table-box-3 dd .title-04:before {
    top: 1.042vw;
  }

  .table-box-3 dd .title-04 span:nth-child(1) {
    padding: 0 3.646vw;
    margin-right: 2.474vw;
  }

  .recruit-page .table-box-3 dd>.icon-box {
    font-size: 3.906vw;
    margin-top: 3.125vw;
  }

  .recruit-page .table-box-3 dd>.icon-box img {
    margin-right: 2.214vw;
    width: 9.766vw;
  }

  .section-border.type-2 {
    font-size: 5.208vw;
    padding: 3.255vw 0;
  }

  .recruit-page .box-4 {
    padding-bottom: 14.323vw;
  }

  .recruit-page .box-4 .section-title {
    font-size: 5.208vw;
    padding: 14.974vw 0 5.859vw;
  }

  .recruit-page .box-5 {
    padding: 6.51vw 0 9.766vw;
  }

  .copo-box {
    min-width: 140vw;
  }

  .recruit-page .box-5 .title-01 {
    font-size: 5.208vw;
    padding: 7.161vw 0 2.865vw;
  }

  .recruit-page .copo-box th {
    font-size: 3.255vw;
    padding: 0.3em 0;
  }

  .recruit-page .copo-box td {
    font-size: 2.214vw;
    padding: 2.214vw 4.167vw;
  }

  .section-border {
    padding: 4.557vw 0 0;
    font-size: 3.906vw;
    background-position: center bottom 1.693vw;
  }

  .recruit-page .box-6 {
    padding: 7.813vw 0;
  }

  .recruit-page .box-6 p {
    font-size: 2.344vw;
    margin-left: 1.5em;
    text-indent: -1.5em;
  }

  .recruit-page .in-iframe {
    margin: 3.906vw 0 0;
    height: 80vw;
  }

  .breadcrumb ul {
    padding: 1.823vw 0;
  }

  .breadcrumb ul li,
  .breadcrumb ul li a {
    font-size: 2.214vw;
  }

  .section-title {
    margin-bottom: 2.865vw;
    font-size: 5.859vw;
  }

  .txt-box-1 {
    font-size: 3.255vw;
  }

  .box-4 .button_box {
    padding: 0 0 7.813vw;
  }

  .box-4 .button_box a {
    margin-top: 11.068vw;
  }

  .table-box-1 dt {
    width: 35%;
    font-size: 4.27vw;
  }

  .table-box-1 dl {
    margin-bottom: 3.255vw;
  }

  .table-box-3 dt {
    padding: 6.12vw 4.5vw 1.302vw;
  }

  .table-box-3 dd {
    padding: 3.646vw 4.5vw 5.859vw;
  }

  .table-box-3 dd .title-04 {
    font-size: 5.208vw;
    padding-bottom: 3.646vw;
  }

  .table-box-3 dt .title-03 .icon-box img {
    margin-right: 1vw;
    width: 7vw;
    height: auto;
  }

  .txt-s {
    font-size: 3.255vw !important;
  }

  .box-4 .button_box p,
  .box-1 p,
  .table-box-3 dd p {
    font-size: 3.255vw;
  }

  .table-box-3 dd .title-04 span:nth-child(3) {
    font-size: 3.255vw;
    display: block;
    padding: 0;
    line-height: 1em;
    padding-top: 3vw;
  }

  .box-4 .button_box a img {
    width: 100%;
    height: auto;
  }

  .table-box-2 dl {
    flex-wrap: wrap;
  }

  .table-box-2 dt {
    width: 100%;
    margin: 5vw 5vw 0;
    border: 0;
    border-bottom: dotted 2px;
    padding: 0 0 3vw;
    font-size: 4.557vw;
  }

  .table-box-2 dd {
    width: 100%;
    padding: 5vw 5vw;
    font-size: 3.255vw;
  }

  .partner-page .top-image {
    padding-top: 22vw;
  }

  .partner-page .top-image h1:after {
    background-size: cover;
    width: 35vw;
    height: 92vw;
    right: -6vw;
    top: 1vw;
    content: none;
  }

  .partner-page .top-image .button_box {
    padding: 6vw 0 0;
  }
}

.on-ssp {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .on-pc-ssp {
    display: none !important;
  }

  .on-ssp {
    display: inherit !important;
  }

  .breadcrumb ul,
  .contents-inner,
  .contents-inner2 {
    padding-left: 2.604vw !important;
    padding-right: 2.604vw !important;
  }

  .box-2 .button_box a b,
  .button_box a b {
    padding-top: 2.7vw;
  }

  .recruit-page .info_box ul {
    flex-wrap: wrap;
  }

  .recruit-page .info_box ul li {
    width: 50% !important;
  }

  .box-4 .button_box a img,
  .box-2 .button_box a img,
  .recruit-page .box-3 .button_box a img,
  .recruit-page .box-1 .button_box a img {
    width: 88%;
    height: auto;
    margin: auto;
  }

  .headerbg nav>ul>li>a,
  nav>ul>li>a {
    font-size: 4.557vw;
    transition: unset;
  }

  .map_link,
  .access_link {
    text-decoration: none;
    font-size: 1.6rem;
    padding: 0 10px;
    margin-left: 0;
    display: inline-block;
  }

  footer .in-box-2 .title-7,
  .section-border span {
    font-size: 6vw;
  }

  .recruit-page .box-3 .button_box a b,
  .recruit-page .box-1 .button_box a b,
  .button_box a b,
  .recruit-page .copo-box th,
  .top-page .box-1 .in-box p,
  .top-page .box-1 p,
  .recruit-page .box-1 .button_box a b,
  .button_box a b,
  .table-box-3 dd .title-04 span:nth-child(3),
  .table-box-2 dd,
  .box-4 .button_box p,
  .box-1 p,
  .table-box-3 dd p,
  p,
  .txt-box-1,
  .table-box-1 dd {
    font-size: 4.27vw;
  }

  .table-box-1 dt {
    width: 35%;
    font-size: 4.27vw;
  }

  .breadcrumb ul li,
  .breadcrumb ul li a,
  .recruit-page .box-6 p,
  .recruit-page .copo-box td,
  .recruit-page .info_box ul li span,
  footer .in-box-2 .txt-2,
  footer .in-box-2 .txt-1 {
    font-size: 3.6vw;
  }

  .recruit-page .top-image .button_box {
    padding: 20px;
  }

  .recruit-page .top-image .button_box a img {
    width: 62%;
  }

  .recruit-page .box-1 .button_box a b {
    padding-top: 3vw;
  }

  .recruit-page .top-image .button_box a b {
    padding-top: 0.7vw;
  }

  .partner-page .top-image {
    padding-top: 20vw;
  }

  .partner-page .top-image h1:after {
    top: 6.8vw;
  }

  .partner-page .top-image .button_box {
    padding: 2vw 0 0;
  }

  .partner-page .top-image .button_box a img {
    width: 67%;
  }

  .partner-page .top-image .button_box a b {
    padding-top: 2vw;
  }

  footer .in-box-2 {
    padding-bottom: 20px;
  }

  .button_box .bg_og_info {
    font-size: 4vw;
  }

  .button_box .red_info {
    font-size: 4.5vw;
  }

}

/*20221004*/
.cont_link_1 {
  text-align: center;
  padding-top: 60px;
}

.cont_link_1 a {
  color: #fff;
  background: #F47F38;
  font-size: 3rem;
  padding: 0 1em 0.2em;
  text-decoration: none;
  position: relative;
  padding-bottom: 1em;
}

.cont_link_1 a:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(135deg);
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0.4em;
}

.top-page .box-2 .title-1 {
  text-align: center;
}

.top-page .box-2 .title-1 b {
  padding: 15px 60px;
  font-size: 4rem;
  letter-spacing: 0.15em;
  font-weight: 900;
  color: #fff;
  background: #175F25;
  display: block;
}

.top-page .box-2 .inner {
  max-width: 900px;
  margin: auto;

}

.top-page .box-2 table {
  width: 100%;
}

.top-page .box-2 table th {
  background: #92D050;
  border: 1px solid #000;
  color: #fff;
  width: 20%;
  height: 5em;
}

.top-page .box-2 table td {
  border: 1px solid #000;
  border-left: 0;
  width: 80%;
  height: 5em;
  line-height: 1.4em;
  padding-left: 1em;
}

.top-page .box-2 table td a {
  background: #4472C4;
  color: #fff;
  text-decoration: none;
  font-size: 0.7em;
  padding: 0.2em 0.6em;
}

.title-3 {
  background: #002060;
  color: #fff;
  display: inline-block;
  padding: 0 1em;
  margin: 0.8em 0;
}

.bg_cont_dg,
.bg_cont_lg {
  background: #C5E0B4;
  border: 3px solid #000;
  padding: 0 0.8em;
  border-radius: 0.5em;
}

.bg_cont_dg {
  background: #00B050;
  color: #fff;
}

.bg_cont_dg span,
.bg_cont_lg span {
  width: 10em;
  display: inline-block;
}

.p_under {
  padding-left: 15em;
}

.cont_contact {
  width: 80%;
  margin: 0 auto 4em;
}

.cont_contact .cont_link_1 {
  max-width: 25em;
  margin: 1.5em auto;
  line-height: 40px;
  font-size: 1em;
  padding: 0;
}

.cont_contact .cont_link_1 a {
  display: block;
  max-width: 25em;
  margin: auto;
  border-radius: 0.5em;
  background: #48B154;
  padding-bottom: 0.2em;
}

.cont_contact .cont_link_1 a:before {
  content: none;
}

.cont_contact p {
  line-height: 1em;
  font-size: 1.4em;
}

.cont_contact p span {
  font-size: 0.6em;
}

.cont_contact p b {
  font-weight: 900;
}

.indent_1 {
  margin: 0 0 1em 1em;
  text-indent: -1em;
}

.recruit-page .copo-box td:nth-child(2),
.recruit-page .copo-box td:last-child {
  text-align: center;
}
.recruit-page .copo-box td a {
  color: #000;
}
.recruit-page .copo-box td a.pdf_link {
  background-image: linear-gradient(180deg, rgba(83, 176, 90, 1), rgba(42, 162, 45, 1) 50%, rgba(0, 147, 0, 1));
  color: #fff;
  text-decoration: none;
  border-radius: 3em;
  box-shadow: rgb(27 31 35 / 10%) 0 1px 0;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 25px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 2em;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .top-page .box-2 {
    width: 87%;
    margin: auto;
    display: block;
  }

  .cont_link_1 a,
  .cont_contact .cont_link_1 a,
  .top-page .box-2 .title-1 b {
    padding: 2.865vw 0;
    font-size: 5.859vw;
    width: 100%;
  }

  .cont_link_1 a {
    width: 87%;
    margin: auto;
    display: block;
    padding-bottom: 1.5em;
  }

  .top-page .box-2 table th {
    width: 25%;
    height: auto;
  }

  .top-page .box-2 table td {
    width: 75%;
    height: auto;
    padding: 1em;
  }

  .bg_cont_dg span,
  .bg_cont_lg span {
    display: block;
  }

  .p_under {
    padding-left: 1em;
  }

  .cont_contact {
    width: 100%;
  }

  .cont_contact p {
    line-height: 1.4em;
  }

  .cont_contact p span {
    font-size: 0.8em;
    display: block;
    text-align: right;
  }

  .recruit-page .copo-box td a.pdf_link {
    font-size: 3.6vw;
  }
}

/*20221111 - メインビジュアル*/
.recruit-page .top-image .button_box {
  gap: 20px;
    width: 94%;
    max-width: 850px;
    padding: 0 330px 0 0;
    margin-top: -120px;
}

.top-image .button_box a {
  padding: 12px 0;
  border-radius: 3em;
  background: rgb(0, 146, 0);
  background: linear-gradient(0deg, rgba(0, 146, 0, 1) 0%, rgba(0, 161, 48, 1) 50%, rgba(88, 180, 93, 1) 100%);
  box-shadow: 0px 12px 20px 6px #9d9d9d;
}
.top-image .button_box a.orange {
  padding: 12px 0;
  border-radius: 32px;
  background: rgb(249,149,89);
background: linear-gradient(180deg, rgba(249,149,89,1) 0%, rgba(247,142,77,1) 35%, rgba(244,127,56,1) 100%);
}

.top-image .button_box a b {
  padding-top: 0;
  font-size: 20px;
}

@media only screen and (max-width: 1240px) {
  .top-image .button_box {
    gap: 20px;
    width: 100%;
    padding: 20px 160px;
  }

  .top-image .button_box a {
    box-shadow: none;
  }
}

@media only screen and (max-width: 768px) {
  .top-image .button_box {
    padding: 20px 80px;
  }

  .top-image .button_box a b {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .top-image .button_box {
    gap: 10px;
  }

  .top-image .button_box a {
    padding: 10px 0;
    border-radius: 20px;
  }

  .recruit-page .top-image .button_box {
    margin-top: 10px;
  }

  .recruit-page .top-image .button_box a b {
    padding-top: 0;/*8px;*/
    font-size: 14px;
  }
}


/*==================================================

partner 
==================================================*/

.partner-page .top-image .button_box {
    max-width: 800px;
    padding: 24px 0;
    justify-content: space-between;
  }
.partner-page .top-image .button_box .mv_btn {
  width: 100%;
  text-align: center;
}
.partner-page .top-image .button_box .mv_btn > a {
  width: 80%;
}
.partner-page .top-image .button_box .mv_btn .txt {
  font-size: 16px;
  text-shadow: 10px 0 10px #fff;
}


.generation {
    width: 100%;
    margin-top: 5%;
}

.bg-y-bx .generation {
    margin-top: 0;
}

.generation h2 {
    color: #FFF;
    text-align: center;
    background-color: #005317;
    padding: .5em 1em;
}

.generation .inner {
    width: 100%;
    margin: 0 auto;
    padding: 5% 0 0;
}

.generation h3 {
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #FFF;
    border: 5px solid #005317;
    margin-bottom: 50px;
    padding: .5em 1em;
}

.generation h3 span {
    display: block;
    font-size: 3rem;
}

.generation h3::after {
    content: url("../../img/arrow3.png");
    width: 20px;
    height: 16px;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.generation p.infomation {
    color: #005317;
    font-size: 2.4rem;
    line-height: 180%;
    text-align: center;
    font-weight: 700;
    background-color: #ffeeb3;
    padding: 3%;
}

.generation .tag li {
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    background-color: #FFF;
    margin: 3% 10px 0 0;
    padding: .2em .5em;
}

.generation-s {
    width: 100%;
    max-width: 1000px;
    margin: 5% auto 0;
}

.generation-s h3 {
    width: 100%;
    position: relative;
    color: #005317;
    text-align: center;
    background-color: #FFF;
    border: 5px solid #005317;
    padding: .5em 1em;
}

.generation-s h3 span {
    display: block;
    font-size: 3rem;
    line-height: 160%;
}

@media only screen and (max-width: 480px) {
  .partner-page .top-image .button_box {
    max-width: 800px;
    padding: 24px 0;
    flex-wrap: wrap;
  }

  .partner-page .top-image .button_box a {
    padding: 14px 0;
    border-radius: 50px;
    width: 70%;
  }
  .partner-page .top-image .button_box a.orange {
    padding: 14px 0;
  }

  .generation h3 {
    font-size: 1.6rem;
}

.generation h3 span {
    font-size: 1.6rem;
}
.generation-s h3 span {
    font-size: 1.6rem;
}
}


.bg-g-bx {
    width: 100%;
    position: relative;
    background-color: #f0f0f0;
    margin: 0 auto;
    padding: 60px 0;
}

.bg-w-bx {
    width: 100%;
    position: relative;
    background-color: #FFF;
    margin: 0 auto;
    padding: 60px 0;
}

.bg-event-bx {
    width: 100%;
    position: relative;
    background-color: #ffeeb3;
    background-image: url("../../images/cover_top.png"), url("../../images/cover_bottom.png");
    background-position: left top, right bottom -2px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    padding: 0 0 15%;
}

.bg-y-list {
    color: #005317;
    font-weight: 700;
    background-color: #ffeeb3;
    margin: 1em 0;
    padding: 1.5em;
}

.bg-b-list {
    color: #FFF;
    font-weight: 700;
    background-color: #005317;
    padding: 5%;
}

.bg-b-list li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 3rem;
    font-weight: normal;
}

.bg-y-brbx {
    color: #005317;
    text-align: center;
    background-color: #ffeeb3;
    border: 5px solid #005317;
    border-radius: 16px;
    padding: 3%;
}

.bg-y-brbx h2 span {
    display: inline-block;
}

.bg-y-brbx p {
    text-align: center;
    margin-top: 5%;
}

.bg-y-brbx p span {
    display: inline-block;
}

.bg-y-bx {
    background-color: #ECF5EC;
    padding: 5%;
}

.bg-y-crbx {
    width: 100%;
    color: #005317;
    text-align: center;
    background-color: #ECF5EC;
    border: 5px solid #005317;
    margin: 5% 0 0;
    padding: 5%;
}

.bg-y-crbx dl {
    margin-top: 3%;
}

.bg-y-crbx dt {
    font-weight: 700;
    background-color: #FFF;
    padding: .5em 1em;
}

.bg-y-crbx dd {
    margin-top: 3%;
}

.bg-y-crbx dd figure {
    max-width: 372px;
    margin: 3% auto;
}

.bg-y-crbx dd figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 480px) {
  .bg-b-list li {
    font-size: 1.6rem;
}
}

.box-7 {
  margin-bottom: 80px;
}
.box-7 h2 {
  text-align: center;
  margin-bottom: 24px;
}
.sinsei-wrap {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.sinsei-wrap .sinsei-box {
  width: 49%;
  padding: 10px;
  background-color: #ECF5EC;
}
.sinsei-wrap .ttl{
  font-size: 2.4rem;
  color: #005317;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}

@media only screen and (max-width: 480px) {
	.sinsei-wrap {
  display: block;
}
.sinsei-wrap .sinsei-box {
  width: 100%;
}
.sinsei-wrap .sinsei-box + .sinsei-box {
  margin-top: 18px;
}	
.sinsei-wrap .ttl{
  font-size: 2.0rem;
}
}

/* .box-4 {
  margin-bottom: 80px;
} */
.cont_helpdesk {
  margin-top: 60px;
  border: 3px solid #005317;
  padding: 3% 5%;
  position: relative;
  box-sizing: border-box;
}
.cont_helpdesk .txt,
.cont_helpdesk .floating-txt {
  font-size: 2.8rem;
  text-align: center;
}
.cont_helpdesk .floating-txt {
  color: #fff;
  background-color: #00B050;
  position: absolute;
  display: inline-block;
  padding: 10px;
  top: -30px;
  left: -30px;
}

.cont_helpdesk .cont_helpdesk-box01 a {
  margin-top: 16px;
}

.cont_helpdesk .cont_helpdesk-box01 + .cont_helpdesk-box01 {
  margin-top: 2em;
}

@media only screen and (max-width: 480px) {
  .desc-txt {
  margin-right: 10px;
  margin-left: 10px;
}
  .cont_helpdesk {
  padding: 10% 3% 3%;
  margin-right: 6.5%;
  margin-left: 6.5%;
}
.cont_helpdesk .txt,
.cont_helpdesk .floating-txt {
  font-size: 1.6rem;
  font-weight: normal;
}
.cont_helpdesk .floating-txt {
  padding: 3px;
  top: -10px;
  left: -10px;
}
}


.supply_box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.supply_box > div {
    color: #fff;
    background-color: #005317;
    font-weight: 700;
    padding: 18px;
    line-height: 1.2;
    margin-right: 24px;
}
.supply_box > div > span {
    display: block;
    font-size: 3.2rem;
    line-height: 1.2;
}
.supply_box > p {
    font-size: 12rem;
    font-weight: 900;
}
.supply_box > p > span {
    font-size: 4.8rem;
}

@media only screen and (max-width: 480px) {
  .supply_box {
    padding: 20px 0;
}
  .supply_box > div {
    padding: 12px;
  }
  .supply_box > div > span {
    font-size: 3.2rem;
  }
  .supply_box > p {
    font-size: 8rem;
  }
  .supply_box > p > span {
    font-size: 3.5rem;
  }
}
/*20230723*/
.txt-center {
  text-align: center;
}
.display-off2.mt-space3p {
    position: relative;
}
.display-off2 .copo-box::before {
    content: 'Coming Soon';
    display: block;
    background: #ECF5EC;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 8rem;
    font-weight: bold;
    text-align: center;
    color: #005317;
    padding: 0.8em 0 0;
}
.display-off2 .copo-box::after {
    content: '（2024年1月中旬公開予定）';
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0.8em;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #005317;
    font-size: 4rem;
    font-weight: bold;
    z-index: 1;
}
.txt-fgreen a,
.txt-fgreen {
    color:#005317;
}
.cont_helpdesk.box-2 .txt {
    font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .display-off2 .copo-box {
    width: 100%;
    min-width: auto;
  }
  .display-off2 .copo-box::before {
    font-size: 3rem;
    padding-top: 1.5em;
  }
  .display-off2 .copo-box::after {
    font-size: 2rem;
    bottom: 1.5em;
  }
  .cont_helpdesk.sp-box {
    padding: 10% 0 3%;
  }
  .cont_helpdesk.box-2 {
    margin: 2rem auto;
    padding: 0;
  }
  .cont_helpdesk.box-2 .txt {
    font-size: 5.208vw;
    padding: 3.255vw 0;
  }
}

.recruit-page .cont_voice-wrap {
  margin-top: 80px;
}
.recruit-page .cont_voice-wrap .anot_txt {
  text-align: right;
  font-size: 16px;
}
.recruit-page .cont_voice-wrap .voice {
    margin: 5% 5% 0;
    background-color: #ECF5EC;
    padding: 16px;
}

@media only screen and (max-width: 768px) {
  .recruit-page .cont_voice-wrap .anot_txt {
  font-size: 10px;
  }
  .top-image.add4 img {
    padding-left: 5%;
  }
  .recruit-page .top-image .button_box {
    padding: 0;
/*    margin-top: 5vw;*/
    width: 38%;
  }
  .recruit-page .top-image .button_box a b {
    padding: 12px;
  }
}

@media only screen and (max-width: 640px) {
  .recruit-page .table-box-3 dd .title-03 b .icon-box.add3, .table-box-3 dt .title-03 b .icon-box.add3 {
/*    right: -8.5rem;*/
    bottom: 9vw;
    font-size: 2rem;
  }
  .recruit-page .table-box-3 dd .title-03 b .icon-box.add2, .table-box-3 dt .title-03 b .icon-box.add2 {
    right: -10rem;
    bottom: 9vw;
    font-size: 2rem;
  }
  .recruit-page .top-image {
    height: 139vw;
  }
  .recruit-page .top-image .button_box {
    margin-top: -20vw;
    width: 80%;
  }
  .top-image .button_box a {
    border-radius: 3em;
  }
  .recruit-page .top-image .button_box a b {
    padding: 0;
    margin: 1vw auto;
  }
}

.tokusetu-cntent ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1em;
  padding-top: 1em;
  margin-bottom: 10px;
  border-bottom: 2px dotted #ededed;
}
.tokusetu-cntent ul li .youtube-box {
  width: 46%;
}
.tokusetu-cntent ul li .youtube-box iframe {
  width: 100%;
}
.tokusetu-cntent ul li .text-box {
  width: 52%;
}
.tokusetu-cntent .text-company-name a {
  color: #000;
  background: url(../../img/company-link.png) no-repeat bottom 18% right/auto 60%;
  padding-right: 1em;
}
.tokusetu-cntent .text-category span {
    background: #175F25;
    color: #fff;
    padding: 5px 28px;
    margin-right: 19px;
    font-size: 0.9em;
}
.tokusetu-cntent hr {
  margin: 0;
}
.tokusetu-cntent .text-info2 {
    background-color: #f5f5f5;
    padding: 5px;
    margin-top: 10px;
}

.tokusetu-link {
    background: #F47F38;
    color: #fff;
    font-size: 1.6em;
    display: block;
    text-align: center;
    margin: 0 auto 2em;
    padding: 0.5em;
    max-width: 50%;
    width: 50%;
    border-radius: 10px;
}
.tokusetu-link a {
    color: #fff;
    text-decoration: none;
    line-height: 1.6em;
}
.tokusetu-link b {
    margin-right: 0.5em;
}
.kyuzin_link {
    padding: 3em 0;
    text-align: center;
    background-color: #EEF6EB;
    margin-top: 10px;
}
.kyuzin_link a {
    color: blue;
}
.kyuzin_link .sp {
    display: none;
}
@media only screen and (max-width: 768px) {
	footer .in-box-2 .txt-2:after,
	footer .in-box-2 .txt-2:before {
		content: none;
	}
  .tokusetu-cntent ul li {
    display: block;
		width: 90%;
		margin: auto;
  }
  .tokusetu-cntent ul li .youtube-box,
  .tokusetu-cntent ul li .text-box {
  width: 100%;
  }
  .tokusetu-cntent ul li .youtube-box {
    position: relative;
    padding-top: 56.25%;
  }
  .tokusetu-cntent ul li .youtube-box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .tokusetu-cntent .text-category {
    padding: 1em 0;
  }
  .tokusetu-link {
    font-size: 16px;
    padding: 10px 0;
    width: 87%;
    max-width: 100%;

  }
  .tokusetu-link a br {
    display: block;
  }
  .kyuzin_link {
    width: 90%;
    margin: auto;
    padding-bottom: 0;
    padding: 20px;
  }
  .kyuzin_link .pc {
    display: none;
  }
  .kyuzin_link .sp {
    display: block;
  }
}
/*20240729*/
.e-learning .in-box-1 {
    padding: 70px 0;
    background-image: url(../../img/bg-elarning-01.png);
    background-size: cover;
    background-position-x: center;
}
.e-learning .in-box-1 .title-1 {
    text-align: center;
    background: rgba(244,127,56,0.9);
    max-width: 900px;
    margin: auto;
    color: #fff;
}
.e-learning .in-box-1 .title-2 {
    font-size: 5rem;
    letter-spacing: 0.1em;
    padding: 10px 0 55px;
    position: relative;
    text-align: center;
    color: #fff;
}
.e-learning .in-box-1 .text-1 {
    color: #fff;
    text-align: center;
}
.e-learning .in-box-1 .title-2:before {
    content: "E-LEARNING";
    position: absolute;
    color: rgba(255, 255, 255, 0.2);
    top: 50px;
    left: 0;
    right: 0;
    z-index: -1;
    font-size: 13rem;
    letter-spacing: 0.1em;
    z-index: 0;
    font-weight: bold;
}
.e-learning .in-box-1 .title-2:after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 21px;
    margin: auto;
    position: absolute;
}
.e-learning .in-box-2 {
    margin: 5% 5% 0;
    background-color: #ECF5EC;
    padding: 16px;
}
.e-learning .in-box-2 p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005317;
}
.icon-check {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid;
    margin-right: 0.5em;
    position: relative;
}
.icon-check::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.9em;
    height: 0.5em;
    border-left: 3px solid #005317;
    border-bottom: 3px solid #005317;
    transform: rotate(-45deg);
}
.e-learning .section-border.type-2 {
    margin: 5% 0;
    padding: 0;
}
.e-learning .in-box-3 table {
    width: 100%;
}
.e-learning .in-box-3 th,
.e-learning .in-box-3 td {
    width: calc(100% / 3);
    border-bottom: 6px solid #fff;
    font-weight: bold;
    padding: 4rem 0 4rem 2rem;
    text-align: left;
}
.e-learning .in-box-3 th {
    background: #1B9332;
    color: #fff;
    font-size: 2.5rem;
}
.e-learning .in-box-3 td {
    background-color: #ECF5EC;
}
.e-learning .in-box-3 th .flex-inner {
    display: flex;
    align-items: center;
}
.e-learning .in-box-3 th img {
    margin-right: 0.5rem;
}
.e-learning .in-box-3 td:nth-child(2) {
    border-right: 1px dotted #1B9332;
}
.e-learning .in-box-3 td span {
    font-size: 1.6rem;
    line-height: 1em;
}
.e-learning .in-box-3 td b {
    color: #F47F38;
    display: block;
    font-size: 2.5rem;
    line-height: 1.2em;
}
.e-learning .text-2 {
    text-align: center;
    padding: 4rem 0;
    font-weight: bold;
    font-size: 2.3rem;
}
.e-learning .in-box-4 {
    background-color: #ECF5EC;
    padding-bottom: 4rem;
}
.e-learning .in-box-4 .flex-box {
    display: flex;
    justify-content: center;
}
.e-learning .in-box-4 ul {
    padding: 0 0 0 6rem;
    width: 62%;
}
.e-learning .in-box-4 ul li {
    padding: 2.7rem 2rem 2.7rem 2.7rem;
    background-color: #fff;
    margin-bottom: 2rem;
}
.e-learning .in-box-4 ul li span:nth-child(1) {
    font-size: 3.5rem;
    display: block;
    border-bottom: 2px solid #265D2B;
    font-weight: bold;
    color: #265D2B;
    margin-bottom: 1.5rem;
    line-height: 1.4em;
}
.e-learning .in-box-4 ul li:nth-child(2) span:nth-child(1) {
    border-color: #388F3D;
    color: #388F3D;
}
.e-learning .in-box-4 ul li:nth-child(3) span:nth-child(1) {
    border-color: #7BB363;
    color: #7BB363;
}
.e-learning .in-box-4 ul li span:nth-child(2) {
    font-size: 2.5rem;
    line-height: 1.4em;
    font-weight: bold;
}
.tab {
    display: none;
}
@media only screen and (max-width: 1200px) {
    .tab {
        display: block;
    }
    .e-learning .in-box-1 .title-2:before {
        font-size: 9rem;
    }
    .e-learning .in-box-1 .title-1 {
        width: 80%;
        padding: 0.5rem;
    }
}
@media only screen and (max-width: 640px) {
    .e-learning .in-box-1 .title-2 {
        font-size: 5.859vw;
        padding: 11.719vw 0 7.161vw;
    }
    .e-learning .in-box-1 .title-2::after {
        width: 13.021vw;
        height: 0.521vw;
        bottom: 2.734vw;
    }
    .e-learning .in-box-1 .title-2::before {
        font-size: 13.5vw;
    }
    .e-learning .in-box-2 p {
        align-items: flex-start;
    }
    .e-learning .in-box-2 p .icon-check {
        margin-top: 0.4em;
    }
    .e-learning .in-box-2 p .text {
        width: 90%;
    }
    .e-learning .in-box-3 th,
    .e-learning .in-box-3 td {
        display: block;
        width: 100%;
        padding: 1rem 0 1rem 2rem;
    }
    .e-learning .in-box-3 th br,
    .e-learning .in-box-3 td br {
        display: none;
    }
    .e-learning .in-box-3 th {
        border: 0;
        font-size: 5.208vw;
    }
    .e-learning .in-box-3 th img {
        width: 3rem;
        height: auto;
    }
    .e-learning .in-box-3 td b {
        font-size: 5.208vw;
    }
    .e-learning .in-box-3 td:nth-child(2) {
        border: 0;
        border-bottom: 1px dotted #1B9332;
    }
    .e-learning .text-2 {
        font-size: 1.8rem;
    }
    .e-learning .in-box-4 .flex-box {
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .e-learning .in-box-4 .flex-box img {
        width: 95%;
        height: 8rem;
        margin-bottom: 1rem;
    }
    .e-learning .in-box-4 ul {
        padding: 0 4%;
        width: 100%;
    }
    .e-learning .in-box-4 ul li {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    .e-learning .in-box-4 ul li span:nth-child(1) {
        font-size: 2rem;
        margin-bottom: 1rem;
        line-height: 1.2em;
    }
    .e-learning .in-box-4 ul li span:nth-child(2) {
        font-size: 1.6rem;
        line-height: 1.4em;
        display: inline-block;
    }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
    .recruit-page .top-image .button_box {
        width: 68vw;
        margin-top: -10vw;
        padding-right: 29vw;
    }
    .top-image .button_box a b {
        font-size: 18px;
    }
}

/*20241213*/
[id*="area-id-"] {
    padding-top: 100px !important;
    margin-top: -100px !important;
    border: 0 !important;
    width: 100% !important;
}
[id*="area-id-"] span {
    width: 100%;
    display: block;
    background: #005317;
    color: #fff;
    padding: 1rem 2rem;
}
#area-id-top {
    text-align: center;
    font-size: 3rem;
}
.tokusetu-cntent .anchor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 6rem;
}
.tokusetu-cntent .anchor li {
    width: 49%;
    text-align: center;
    border: 0 !important;
    padding-bottom: 0 !important;
}
.tokusetu-cntent .anchor li a {
    width: 100%;
    color: #000;
    border: 1px solid #005317;
    text-decoration: none;
    position: relative;
    text-align: left;
    padding: 1rem 2rem;
    line-height: 1.4em;
}
.tokusetu-cntent .anchor li a::after {
    content: "▼";
    position: absolute;
    margin: auto;
    right: 3rem;
    color: #005317;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;

}
.tokusetu-cntent .anchor li a:hover {
    color: #fff;
    border-color: #005317;
    background: #005317;
    opacity: 1;
}
.tokusetu-cntent .anchor li a:hover::after {
    color: #fff;
}
.tokusetu-cntent ul .li-button {
    width: 100% !important;
    border: 0 !important;
    text-align: right;
    z-index: 1;
}
.tokusetu-cntent ul .li-button a {
    color: #F47F38;
    text-decoration: none;
}
.tokusetu-cntent .ul-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tokusetu-cntent .ul-data li {
    width: 49%;
    display: block;
}
.tokusetu-cntent .ul-data li .youtube-box {
    width: 100%;
}
.tokusetu-cntent .ul-data li .text-box {
    padding: 2rem 0 0 0;
    width: 100%;
}
.tokusetu-cntent .ul-data li .text-box h3 {
    font-size: 2.9rem;
}
.tokusetu-cntent .ul-data li .text-box .text-info {
    min-height: 4em;
    text-align: justify;
}
#area-id-top span {
    display: flex;
    justify-content: center;
    align-items: center;
}
#area-id-top span img {
    margin-right: 1rem;
}
.index-1 {
    padding-left: 1em;
    display: inline-block;
}
@media screen and (max-width: 768px) {
  #area-id-top {
    font-size: 2rem;
  }
  .tokusetu-cntent .ul-data,
  .tokusetu-cntent .anchor {
    width: 90%;
    margin: auto;
  }
  .tokusetu-cntent .anchor li {
    width: 100%;
    display: flex;
  }
  .tokusetu-cntent .ul-data li {
    width: 100%;
  }
  .tokusetu-cntent .ul-data li .text-box {
    padding-left: 0;
  }
  .tokusetu-cntent .ul-data li .text-box h3 {
    font-size: 2rem;
  }
  #area-id-top span img {
    position: absolute;
    left: 3rem;
  }
  .on-sp-add {
    display: block;
    text-align: right;
    padding-right: 8%;
  }
  .tokusetu-cntent .anchor li a {
    padding: 1rem 5rem 1rem 1rem;
  }
  .tokusetu-cntent .anchor li a::after {
    right: 1rem;
  }
  [id*="area-id-"] span {
    padding: 1rem;
  }

}

/*add20250710*/
.mv_in_button {
  max-width: 1400px;
  margin: auto;
}
.mv_in_button .inner {
  width: 52%;
  display: flex;
  margin: 7rem 3% 0 auto;
  padding: 2rem 1rem;
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #175F25;
  border-radius: 2rem;
}
.mv_in_button a {
    margin: 0 1rem;
}
.contents_in_button {
    padding: 5rem 0 0;
    text-align: center;
}
.contents_in_button a {
  margin: 2rem auto 0;
  max-width: 600px;
  text-align: left;
  padding-left: 6rem;
  border-color: #772801;
  background: #772801;
  color: #fff;
  border-radius: 2rem;
}
.contents_in_button a:hover {
  color: #772801;
}
.contents_in_button .button::before {
  color: #fff;
  right: 4rem;
  padding: 1rem 0.1rem 1rem 0.5rem;
  font-size: 1.4rem;
  border-radius: 50%;
}
.contents_in_button .button:hover::before {
  color: #772801;
}
.contents_in_button.in_company {
  padding: 1rem 0 6rem;
}
.contents_in_button.in_company a {
  border: 0;
  padding: 1rem 6rem;
  background: linear-gradient(180deg,#b53908, #7b2900);
  text-align: center;
  box-shadow: 5px 5px 10px #999;
}
.contents_in_button.in_company .button::before {
  border: 0;
  font-size: 1.8rem;
}
.contents_in_button.in_company a:hover {
  background: #fff;
  color: #b53908;
}
.contents_in_button.in_company .button:hover::before {
  color: #b53908;
}
#service {
  padding-top: 2rem;
  margin-top: -9rem;
  display: block;
}
#seminar,
#information,
#make_movie {
  padding-top: 10rem;
  margin-top: -10rem;
  display: block;
}
#header-logo {
  max-width: 340px;
  background: #fff;
  top: 0;
  transform: none;
  height: 80px;
  padding-left: 1rem;
}
#header-logo img {
  width: 160px;
}
#header-logo a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
#header-logo a span {
  display: block;
  line-height: 1em;
}
.headerbg #header-logo {
    max-width: 42vw;
}
.course-point-list {
  text-align: left;
}
.course-point-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.course-point-list li::before {
  color: #005317;
  content: "●";
  font-size: 10px;
  margin: 0 0.5em;
}
.text-indent-01 {
    margin-left: 1.5em;
    text-indent: -1.5em;
}
@media only screen and (max-width: 768px) {
  .mv_in_button .inner {
    width: 78%;
    flex-wrap: wrap;
    margin: 13px 3% 0 auto;
    justify-content: center;
  }
  .contents_in_button {
    padding: 1.5rem 1rem 0;
  }
  .contents_in_button a {
    padding: 1rem 1rem 1rem 2rem;
  }
  .contents_in_button .button::before {
    right: -1rem;
  }
  .contents_in_button.in_company {
    padding: 1rem 1rem 6rem;
  }
  #header-logo {
    padding: 1vw 0 0 1vw;
    width: auto;
    height: auto;
    max-width: none;
  }
  #header-logo img {
    width: 29vw;
  }
  #header-logo a {
    font-size: 3vw;
  }
  #header-logo a span {
    padding: 0 0 0 1vw;
    margin: 0;
  }
  .headerbg #header-logo {
    max-width: none;
  }
}
