@charset "utf-8";

/* CSS Document */


/* ==========================================================================//
//
//　PC
//
// ========================================================================== */
.js-section {
  /*border: 1px solid #f00;*/ /*構築時の目印用*/
  height: auto !important;
}
/* scrollify pager
--------------------------------- */
.section-pager{
  padding: 20px 10px;
  position: fixed;
  right: 0;
  top: 30%;
}
.section-pager li{
  list-style-type: none;
  margin-bottom: 20px;
}
.section-pager a{
  display: block;
  width: 15px;
  height: 15px;
  background: #ddd;
  border-radius: 50%;
  border: 2px solid #fff;
}
.section-pager a.active{
  background: #e7a400;
}
/* scrollify pagination
--------------------------------- */
.pagination {
  position:fixed;
  right:20px;
  top: 50%;
  transform: translateY(-50%);
  font-size:1.4em;
  z-index: 10;
}
.pagination a {
  display:block;
  height:20px;
  margin-bottom:5px;
  color:#666;
  position:relative;
  padding:4px;
}
.pagination a.active:after {
  box-shadow:inset 0 0 0 5px;
}
.pagination a .hover-text {
  position:absolute;
  right:15px;
  top:7px;
  opacity:0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px;
}
.pagination a:hover .hover-text {
  opacity: 1;
}
.pagination a:after {
  -webkit-transition:box-shadow 0.5s ease;
  transition:box-shadow 0.5s ease;
  width:10px;
  height:10px;
  display: block;
  border:1px solid;
  border-radius:50%;
  content:'';
  position: absolute;
  margin:auto;
  top:0;
  right:4px;
  bottom:0;
}


/* area_top_logo
---------------------------------------------------------- */
.area_top_logo_pc {
    height: 190px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 100px 0 140px;
    position: relative;
    text-align: center;
}
.area_top_logo_pc a {
    text-align: center;
}
.area_top_logo_pc video {
    width: 90%;
    filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
    outline: none !important;
    border: none;
    margin: 0 auto;
}
.area_top_logo_pc .box_btn_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}
.area_top_logo_pc .box_btn_img img {
    width: 100%;
    height: auto;
}
.area_top_logo_sp {
    /*text-align: center;
    margin: 150px 0 180px;*/
    display: none;
}


/* area_ttlimg area_top
---------------------------------------------------------- */
.area_ttlimg.area_top {
    background: url('/img/top_mainimg_01.jpg') center top no-repeat;
}


/* area_news
---------------------------------------------------------- */
.area_news {
    margin: 0 auto;
    padding: 100px 0;
}
.area_news .ttl_01 {
    margin: 0 0 60px;
}
.area_news dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.area_news dl dt {
    width: 15%;
}
.area_news dl dd {
    width: 85%;
}
.area_news dl dt,
.area_news dl dd {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px dotted #ccc;
    line-height: 1.4;
}
.area_news dl dd a {
    color: #000;
}
.area_news .box_link {
    font-size: 1em;
    text-align: center;
    transform: skewX(-20deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #899FA7;
    width: 200px;
    margin: 20px auto;
}
.area_news .box_link:hover {
    opacity: 0.7;
}
.area_news .box_link a {
    color: #fff;
    display: block;
    padding: 15px 0;
    transform: skewX(20deg);
}


/* area_about
---------------------------------------------------------- */
.area_about{
    padding: 150px 0 120px;
}
.area_about p{
    margin-bottom: 0;
}
.area_about .ttl{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0 40px;
    margin: 0 auto 40px;
    position: relative;
    max-width: 780px;
    z-index: 1;
    box-sizing: border-box;
}
.area_about .ttl:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    content: "";
    box-sizing: border-box;
    border-left: 8px solid #d4a725;
    border-right: 8px solid #d4a725;
    z-index: 0;
    transform: skew(-20deg);
}
.area_about .ttl__sp-only{
    display: none;
}
.area_about .ttl__lead-l,
.area_about .ttl__lead-s{
    text-align: center;
    position: relative;
    z-index: 1;
}
.area_about .ttl__lead-l{
    margin: 0 0 10px;
    font-size: 35px;
    line-height: 1.5;
}
.area_about .ttl__lead-s{
    font-size: 28px;
}

/* リスト */
.area_about .list_l{
    display: flex;
    flex-direction: column;
    gap: 18px 0;
    max-width: max-content;
    margin: 0 auto 90px;
}
.area_about .list_l__ttl{
    margin: 0 0 10px;
    padding-left: 30px;
    position: relative;
    font-size: 35px;
}
.area_about .list_l__ttl::before{
    background: #d4a725;
    position: absolute;
    inset: 0 auto 0 0;
    content: "";
    margin: auto 0;
    display: block;
    width: 6px;
    height: calc(100% - 12px);
}
.area_about .list_l__txt{
    padding-left: 30px;
    font-size: 16px;
}
.area_about .list_l__sp-only{
    display: none;
}
.area_about .list_s{
    margin: 25px 0 0;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.area_about .list_s__item{
    display: grid;
    grid-template-columns: 115px 1fr;
    gap: 0 10px;
}
.area_about .list_s__ttl-in{
    display: block;
    padding: 7px 5px;
    text-align: center;
    border-radius: 100vmax;
    border: 1px solid #d4a725;
    font-size: 20px;
}
.area_about .list_s__txt{
    padding: 0.5em 0 0;
    line-height: 1.4;
    font-size: 16px;
}

/* ボタン */
.area_about .btn_link{
    font-size: 1em;
    text-align: center;
    transform: skewX(-20deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #d19e5f;
    width: 230px;
    margin: 20px auto;
}
.area_about .btn_link a{
    color: #fff;
    display: block;
    padding: 15px 0;
    transform: skewX(20deg);
    font-size: 16px;
}
/* area_info
---------------------------------------------------------- */
.area_info {
    background: url(/assets/img/bg_01.png) 30px top no-repeat;
    background-size: 30%;
    margin: 0 0 100px;
}
.area_info .box_newname {
    margin: 0 auto 100px;
}
.area_info .box_newname .box_newname_txt_01 {
    width: 660px;
    margin: 0 0 90px auto;
    padding-top: 80px;
}
.area_info .box_newname .box_newname_txt_01 .ttl_01 {
  margin-bottom: 30px;
}
.area_info .box_newname .box_newname_txt_01 .txt_02 {
    font-size: 14px;
}
.area_info .box_newname ul.box_newname_img {
    display: flex;
    justify-content: space-between;
    width: 70%;
    /*max-width: 1520px;*/
    margin: 0 auto;
}
.area_info .box_newname ul.box_newname_img li {
    width: 23%;
}
.area_info .box_newname ul.box_newname_img li img {
    width: 100%;
    height: auto;
}
.area_info .box_about .ttl_01 {
    text-align: center;
    margin-bottom: 70px;
    text-shadow: 2px 2px 3px #ffffff;
}
.area_info .box_about .box_about_jigyoubu {
    display: flex;
    justify-content: space-between;
}
.area_info .box_about .box_about_jigyoubu dl {
    width: 23%;
}
.area_info .box_about .box_about_jigyoubu dl dt {
    color: #fff;
    font-size: 1.4em;
    transform: skewX(-20deg);
    text-align: center;
}
.area_info .box_about .box_about_jigyoubu dl dt a {
    color: #fff;
}
.area_info .box_about .box_about_jigyoubu dl dt span {
    padding: 20px 0;
    display: block;
    transform: skewX(20deg);
}
.area_info .box_about .box_about_jigyoubu dl:nth-of-type(1) dt {
    background-color: #ac9849;
}
.area_info .box_about .box_about_jigyoubu dl:nth-of-type(2) dt {
    background-color: #90a6ae;
}
.area_info .box_about .box_about_jigyoubu dl:nth-of-type(3) dt {
    background-color: #809865;
}
.area_info .box_about .box_about_jigyoubu dl:nth-of-type(4) dt {
    background-color: #a1805d;
}
.area_info .box_about .box_about_jigyoubu dl dd {
    padding: 20px 0 0;
    line-height: 1.4;
    margin: 0 0 0 -20px;
    text-shadow: 1px 1px 5px #ffffff;
}
.area_info .box_about .box_about_jigyoubu dl dd p {
    text-align: center;
    font-size: 1.3em;
}
.area_info .box_about .box_about_jigyoubu dl:nth-of-type(1) dd p,
.area_info .box_about .box_about_jigyoubu dl:nth-of-type(1) dd ul li::before {
    color: #ac9849;
}
.area_info .box_about .box_about_jigyoubu dl:nth-of-type(2) dd p,
.area_info .box_about .box_about_jigyoubu dl:nth-of-type(2) dd ul li::before {
    color: #90a6ae;
}
.area_info .box_about .box_about_jigyoubu dl:nth-of-type(3) dd p,
.area_info .box_about .box_about_jigyoubu dl:nth-of-type(3) dd ul li::before {
    color: #809865;
}
.area_info .box_about .box_about_jigyoubu dl:nth-of-type(4) dd p,
.area_info .box_about .box_about_jigyoubu dl:nth-of-type(4) dd ul li::before {
    color: #a1805d;
}
.area_info .box_about .box_about_jigyoubu dl dd ul {
    margin: 0 10px;
}
.area_info .box_about .box_about_jigyoubu dl dd ul li::before {
    content: "■";
    margin: 0 2px 0 0;
}


/* area_recruit
---------------------------------------------------------- */
.area_ttlimg.recruit {
    background: url('/img/top_mainimg_02.jpg') center top no-repeat;
}
.area_recruit {
    margin: 0 0 50px;
}
.area_recruit .box_recruit {
  padding: 100px 0;
}
.area_recruit .box_recruit_txt_01 {
    background: url('/assets/img/bg_01.png') left top no-repeat;
    background-size: 150px;
    background-position: 55px 0;
    margin: 50px auto 0;
}
.area_recruit .box_recruit_txt_01 .ttl_01 {
  margin-bottom: 30px;
}
.area_recruit .box_recruit_txt_01 p {
    margin-left: 270px;
}
.area_recruit .btn_recruit {
    display: flex;
    justify-content: space-around;
    margin: 130px 0 0;
}
.area_recruit .btn_recruit li {
    width: 46%;
    font-size: 1.2em;
    text-align: center;
    transform: skewX(-20deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.area_recruit .btn_recruit li:first-child {
    background-color: #80aaa4;
}
.area_recruit .btn_recruit li:last-child {
    background-color: #969019;
}
.area_recruit .btn_recruit li:hover {
    opacity: 0.7;
}
.area_recruit .btn_recruit li a {
    color: #fff;
    display: block;
    padding: 25px 0 20px;
    transform: skewX(20deg);
}


/* area_company
---------------------------------------------------------- */
.area_company {
    padding: 50px 0 0;
}
.area_company .contents_inner {
    background: url('/assets/img/bg_01.png') left top no-repeat;
    background-size: 150px;
    background-position: 55px 0;
}
.area_company .box_company .ttl_01 {
  margin-bottom: 30px;
}

.area_company p {
    margin-left: 270px;
}
.area_company .btn_company {
    margin: 70px 0 70px;
    position: relative;
    z-index: 10;
}
.area_company .btn_company ul {
    display: flex;
    justify-content: center;
}
.area_company .btn_company ul li {
    transform: skewX(-20deg);
    text-align: center;
    margin: 0 0 30px 20px;
    background-color: #D4D5D5;
    width: 210px;
}
.area_company .btn_company ul li:first-child {
    border-left: #AE9A49 35px solid;
}
.area_company .btn_company ul li:nth-child(2) {
    border-left: #91A8B1 35px solid;
}
.area_company .btn_company ul li:last-child {
    border-left: #809A65 35px solid;
}
.area_company .btn_company ul li:hover {}
.area_company .btn_company ul li a {
    color: #1A1311;
    font-weight: 700;
    display: inline-block;
    padding: 15px 0;
    transform: skewX(20deg);
}
.area_company .btn_company ul li a:hover {
    opacity: 1;
}
.area_company .btn_company ul li {
    line-height: 1.4;
}

.area_company ul.list {
    margin: 0 0 70px 270px;
}
.area_company ul.list li {
    margin-left: 24px;
    text-indent: -24px;
    line-height: 1.6;
}
.area_company ul.list li::before {
    content: "□";
    margin: 0 5px 0 0;
}
.area_company .box_figure {
    width: 90%;
    margin: 0 auto;
}


/* area_sdgs
---------------------------------------------------------- */
.area_sdgs {
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid #000000;
    padding: 100px 0;
}
.area_sdgs a {
 color: #11a0f2;
}
.area_sdgs .ttl_01 {
    margin: -10px 0 20px;
}
.area_sdgs .box_sdgs_01,
.area_sdgs .box_sdgs_02,
.area_sdgs .box_sdgs_03 {
    margin: 0 0 100px;
}
.area_sdgs .box_sdgs_01 {
    display: flex;
}
.area_sdgs .box_sdgs_01 .box_img {
    width: 50%;
    order: 1;
}
.area_sdgs .box_sdgs_01 img {
    width: 100%;
}
.area_sdgs .box_sdgs_01 .box_txt {
    padding: 0px 0 0 30px;
    width: 50%;
    order: 2;
}
.area_sdgs .box_sdgs_01 .ttl_01 span {
    font-size: 24px;
}
.area_sdgs .box_sdgs_01 .txt_01 {
    margin: 0 0 50px;
}

.area_sdgs .box_sdgs_01 .txt_02 a {
    color: #4ab4fc;
    font-size: 0.8em;
    text-decoration: underline;
    display: inline-block;
    line-height: 1.3;
}
.area_sdgs .box_sdgs_03 table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #e7a400;
}
.area_sdgs .box_sdgs_03 table tr th {
    text-align: center;
    color: #e7a400;
    font-weight: 700;
    background-color: #e7a6001c;
}
.area_sdgs .box_sdgs_03 table tr td img {
    width: 100px;
}
.area_sdgs .box_sdgs_03 table tr th,
.area_sdgs .box_sdgs_03 table tr td {
    border: 2px solid #e7a400;
    vertical-align: middle;
    padding: 10px;
}
.area_sdgs .box_sdgs_03 table tr td {
    line-height: 1.4;
    letter-spacing: 0.05em;
}
.area_sdgs .box_sdgs_03 table tr:nth-child(2) td:first-child {
    width: 28%;
}
.area_sdgs .box_sdgs_03 table tr td:first-child {
    text-align: center;
}