
/*
* cmn_layout.css
*
*/

body {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-size: 16px;
  color: #3C3C3C;
  text-align: center;
  line-height: 1;
  word-wrap: break-word;
}


@media all and (-ms-high-contrast:none) {
  body {
    font-family: 'Noto Sans JP',"メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

#wrapper {
  position: relative;
  width: 100%;
  margin:0 auto;
  padding:0;
}

a{
  color: #000000;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}


/*===============================================
●画面の横幅が667px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 667px) {

  #wrapper{
    min-width: 1160px;
  }

  /* !共通
  ---------------------------------------------------------- */
  .sp-only{
    display:none !important;
  }

  a:hover{
    opacity: 0.8;
  }

  a {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    zoom: 1;
    transition: opacity 0.5s ease;
  }

  h2 {
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.3em;
    text-align: left;
  }
  .title_en {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #005334;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .title_bg {
    font-family: "Josefin Sans", sans-serif;
    position: absolute;
    z-index: 1;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1425px;
    font-size: 150px;
    font-weight: 700;
    color: #005334;
    opacity: 0.05;
    text-align: left;
  }

  /* ヘッダー
  ---------------------------------------------------------- */
  header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 65px;
  }
  header > div {
    position: relative;
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
  }
  header > div > h1 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 145px;
  }
  header > div > h1 > a.logo {
    display: block;
  }
  header #menu {
    position: absolute;
    top: 0;
    right: 0;
  }
  header #menu > ul {
    display: inline-block;
  }
  header #menu > ul > li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
  }
  header #menu > ul > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 4px;
  }
  header #menu > ul > li:hover::before {
    background-color: #005334;
  }
  header #menu > ul > li > a {
    position: relative;
    display: block;
    height: 50px;
    padding-top: 32px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
  }
  header #menu > ul > li > a::before,
  header #menu > ul > li > a::after {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 5px;
    width: 2px;
    height: 8px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: 50% calc(100% - 1px);
  }
  header #menu > ul > li > a::before {
    transform: rotate(45deg);
  }
  header #menu > ul > li > a::after {
    transform: rotate(-45deg);
  }
  header #menu > ul > li > a:hover {
    color: #005334;
  }
  header #menu > ul > li > a:hover::before,
  header #menu > ul > li > a:hover::after {
    background-color: #005334;
  }
  header #menu > a {
    display: inline-block;
    width: 168px;
    height: 50px;
    padding-top: 16px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.1em;
    background-color: #005334;
    border-radius: 100vh;
  }


  /* メイン画像
  ---------------------------------------------------------- */
  #kv {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #kv > img {
    position: relative;
    z-index: 3;
  }
  #kv > .kv01_slider {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 0;
    left: 10%;
    width: 23%;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  #kv > .kv02_slider {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 30%;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  #kv > .kv03_slider {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 51%;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  #kv > .scroll {
    position: absolute;
    z-index: 4;
    bottom: 26%;
    left: 5%;
    width: 2%;
  }


  /* コンテンツ部分
  ---------------------------------------------------------- */

  /* 企業理念 */
  .bg01 {
    position: relative;
    padding: 180px 0 160px;
    background: url(../images/bg01.webp) top center no-repeat;
    background-size: cover;
  }
  #philosophy {
    position: relative;
    margin: 0 auto;
  }
  #philosophy > div {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }
  #philosophy > div > p.txt01 {
    position: relative;
    width: 480px;
    margin: 30px 0;
    font-size: 25px;
    font-weight: 700;
    text-align: right;
    letter-spacing: 0.1em;
  }
  #philosophy > div > p.txt01::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 130px;
    height: 2px;
    background-color: #3D3D3D;
  }
  #philosophy > div > p.txt02 {
    width: 480px;
    line-height: 2.2;
    text-align: left;
    letter-spacing: 0.1em;
  }
  #philosophy > div > img {
    position: absolute;
    top: 0;
    right: -96px;
    width: 506px;
  }

  /* メッセージ */
  #message {
    position: relative;
    margin: 190px auto 0;
    overflow: hidden;
  }
  #message > div:nth-of-type(1) {
    width: 960px;
    margin: 0 auto;
  }
  #message .wrap_message_slider {
    position: relative;
    width: 1060px;
    height: 540px;
    margin: 50px auto 0;
  }
  #message .message_slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1800px;
  }
  #message .slick-track {
    display: flex;
  }
  #message .slick-slide {
    position: relative;
    height: auto !important;
    text-align: left;
    padding-bottom: 4% !important;
    padding-right: 50px !important;
    padding-left: 50px !important;
    border-right: 1px solid #707070;
  }
  #message ul li > p:nth-of-type(1) {
    position: relative;
    padding-left: 40px;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  #message ul li > p:nth-of-type(1) span {
    font-family: "Cossette Texte", sans-serif;
    display: inline-block;
    position: absolute;
    top: 1.5px;
    left: 0;
    font-size: 25px;
    letter-spacing: 0.05em;
  }
  #message ul li > p:nth-of-type(2) {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
  }
  #message ul li > p:nth-of-type(3) {
    margin-top: 10px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  #message ul li > p:nth-of-type(3) span {
    color: #B10F0F;
  }
  #message ul li img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 85%;
  }
  .wrap_arrow {
    position: absolute;
    width: 960px;
    height: 15px;
    bottom: 0;
    left: 40px;
  }
  .dot-arrow {
    position: absolute;
    z-index: 9999;
    top: -18px;
    left: 0;
    width: 24px;
    height: 28px;
    transform: translateX(-50%);
    transition: left 1s ease;
    background: #005334;
    clip-path: polygon(0 31%, 63.2% 31%, 63.2% 0, 100% 50%, 63.2% 100%, 63.2% 69%, 0 69%);
  }

  /* 事業紹介 */
  #business {
    position: relative;
    margin: 0 auto;
    padding: 150px 0 20px;
    background: url(../images/business_bg.webp) top center no-repeat;
    background-size: cover;
  }
  #business > .title_bg {
    top: 125px;
    color: #ffffff;
  }
  #business > div {
    width: 960px;
    margin: 0 auto;
  }
  #business > div > h2,
  #business > div > .title_en {
    color: #ffffff;
  }

  #business div.wrap {
    display: flex;
    margin-top: 60px;
  }
  #business div.col01 {
    width: 435px;
    margin: 0;
    padding-top: 20px
  }
  #business div.col01 div.box {
    height: 83%;
    position: relative;
  }
  #business div.col01 div.item1 {
    width: 124px;
    margin: 0 auto;
    top: 35%;
  }
    #business div.col01 div.item2 {
    width: 116px;
    margin: 0 auto;
    top: 27%;
  }
  #business div.col01 div.item3 {
    width: 237px;
    margin: 0 auto;
    top: 32%;
  }
  #business div.col01 .icon {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    transform: scale(.9);
    opacity: 0;
    transition: transform .8s cubic-bezier(.16, 1, .3, 1);
  }
  #business div.col01 .icon.active {
    transform: scale(1);
    opacity: 1
  }

  #business div.col02 {
    width: 525px;
    margin: 0;
  }
  #business div.col02 > ul {
    color: #ffffff;
    text-align: left;
  }
  #business div.col02 ul > li {
    position: relative;
    padding-bottom: 120px
  }
  #business div.col02 > ul > li > p.title {
    font-family: "Josefin Sans", sans-serif;
    position: relative;
    font-size: 25px;
    color: #F7EC70;
    letter-spacing: 0.05em;
  }
  #business div.col02 > ul > li > p.title > span {
    font-family: "Cossette Texte", sans-serif;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: -40px;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0.05em;
  }
  #business div.col02 > ul > li > p.txt01 {
    margin-top: 20px;
    color: rgba(242,242,242,0.6);
    letter-spacing: 0.1em;
  }
  #business div.col02 > ul > li > p.txt02 {
    width: 440px;
    margin-top: 20px;
    line-height: 2.2;
  }

  /* 会社概要 */
  .bg02 {
    position: relative;
    padding: 190px 0 100px;
    background: url(../images/bg02.webp) top center no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .bg02 > img.img {
    position: absolute;
    top: -150px;
    left: -11px;
    width: 264px;
  }
  #company {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #company > div {
    width: 960px;
    margin: 0 auto;
  }
  #company table {
    width: 735px;
    margin: 30px 0 0 224px;
    font-size: 18px;
    text-align: left;
    line-height: 1.8;
    border-top: #D5D5D5 1px solid;
  }
  #company table th {
    width: 135px;
    padding: 20px 0;
    font-weight: 700;
    vertical-align: middle;
    border-bottom: #D5D5D5 1px solid;
  }
  #company table td {
    padding: 20px 0;
    border-bottom: #D5D5D5 1px solid;
  }
  #company table td p.title {
    position: relative;
    margin-top: 20px;
    padding-left: 25px;
    line-height: 1.6;
  }
  #company table td p.title::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    border: #005334 2px solid;
  }
  #company table td p.title > a {
    display: inline-block;
    width: 40px;
    margin: -5px 0 0 15px;
    vertical-align: top;
  }
  #company table td p.txt {
    line-height: 1.6;
  }
  #company table td span.tel {
    margin-left: 20px;
  }

  /* 沿革 */
  #history {
    position: relative;
    width: 100%;
    margin: 230px auto 0;
  }
  #history > div {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }
  #history > div > img.img {
    position: absolute;
    top: -390px;
    right: -260px;
    width: 271px;
  }
  #history table {
    width: 735px;
    margin: 30px 0 0 224px;
    font-size: 18px;
    text-align: left;
    line-height: 1.8;
    border-top: #D5D5D5 1px solid;
    border-bottom: #D5D5D5 1px solid;
  }
  #history table th {
    width: 135px;
    padding: 10px 0;
    font-weight: 700;
    vertical-align: middle;
  }
  #history table td {
    padding: 10px 0;
  }
  #history table td span {
    margin-left: 20px;
    font-size: 14px;
  }

  /* 採用情報 */
  .bg03 {
    padding-top: 100px;
    background: url(../images/bg03.webp) top center no-repeat;
    background-size: cover;
  }
  #recruit01 {
    position: relative;
    margin: 0 auto;
  }
  #recruit01 > div {
    position: relative;
    width: 960px;
    height: 430px;
    margin: 0 auto;
  }
  #recruit01 > div > p.txt {
    width: 400px;
    margin-top: 40px;
    line-height: 2.2;
    text-align: left;
    letter-spacing: 0.1em;
  }
  #recruit01 > div > img {
    position: absolute;
    top: 0;
    right: 0;
    width: 520px;
  }

  #recruit02 {
    position: relative;
    width: 960px;
    height: 395px;
    margin: 100px auto 0;
    padding: 100px 0 0 500px;
    text-align: left;
  }
  #recruit02 > p.txt01 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  #recruit02 > p.txt02 {
    font-family: "Josefin Sans", sans-serif;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 200;
    color: #000000;
    letter-spacing: 0.1em;
  }
  #recruit02 > ul {
    margin-top: 35px;
  }
  #recruit02 > ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  #recruit02 > ul li span {
    font-family: "Cossette Texte", sans-serif;
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 20px;
  }
  #recruit02 > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 475px;
  }

  #recruit03 {
    position: relative;
    width: 960px;
    margin: 140px auto 0;
    text-align: left;
  }
  #recruit03 > p.txt01 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  #recruit03 > p.txt02 {
    font-family: "Josefin Sans", sans-serif;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 200;
    color: #000000;
    letter-spacing: 0.1em;
  }
  #recruit03 > ul {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  #recruit03 > ul > li {
    position: relative;
    width: 300px;
  }
  #recruit03 > ul > li > p:nth-of-type(1) {
    position: relative;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  #recruit03 > ul > li > p:nth-of-type(1) span {
    font-family: "Cossette Texte", sans-serif;
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  #recruit03 > ul > li > p:nth-of-type(2) {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
  }
  #recruit03 > ul > li > p:nth-of-type(3) {
    margin-top: 20px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  #recruit03 > ul > li:nth-of-type(3) > p:nth-of-type(3) {
    letter-spacing: 0.04em;
  }
  #recruit03 > ul > li > img {
    margin-top: 25px;
  }

  #recruit04 {
    margin: 0 auto;
    padding-bottom: 100px;
    text-align: left;
    background: url(../images/bg04.webp) top center no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  #recruit04 > div {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding-top: 200px;
  }
  #recruit04 > div > p.txt01 {
    font-size: 25px;
    font-weight: 700;
    color: #C01A1F;
    letter-spacing: 0.1em;
  }
  #recruit04 > div > p.txt02 {
    margin-top: 40px;
    line-height: 2.2;
    letter-spacing: 0.2em;
  }
  #recruit04 > div > img.img01 {
    position: absolute;
    top: 15px;
    left: -267px;
    width: 229px;
  }
  #recruit04 > div > img.img02 {
    position: absolute;
    top: 174px;
    right: -275px;
    width: 196px;
  }
  #recruit04 .recruit_slider{
    margin: 50px auto 0;
  }
  #recruit04 .recruit_slider li{
    margin: 0 20px;
  }
  #recruit04 .recruit_slider li:nth-of-type(2n-1){
    margin-top: 55px;
  }

  /* お問い合わせ */
  #contact {
    position: relative;
    width: 100%;
    height: 260px;
    margin: 0 auto;
    padding-top: 30px;
    background-color: #ffffff;
  }
  #contact > div {
    position: relative;
    z-index: 3;
    display: flex;
    width: 960px;
    margin: 0 auto;
    text-align: left;
  }
  #contact > div > div:nth-of-type(1) {
    width: 435px;
  }
  #contact > div > div:nth-of-type(1) > p.txt01 {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 700;
    color: #005334;
    letter-spacing: 0.1em;
  }
  #contact > div > div:nth-of-type(1) > p.txt02 {
    margin-top: 20px;
    letter-spacing: 0.1em;
  }
  #contact > div > div:nth-of-type(2) {
    width: 525px;
    padding-top: 80px;
  }
  #contact > div > div:nth-of-type(2) > img {
    width: 493px;
  }
  #contact > div > div:nth-of-type(2) > p {
    margin-top: 10px;
    padding-right: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: right;
  }
  #contact > img.img01 {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 140px;
  }
  #contact > img.img02 {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 300px;
  }

  /* フッター
  ----------------------------------------------------------*/
  footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 90px 0;
    color: #ffffff;
    text-align: left;
    background-color: #005334;
  }
  footer::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    width: 50%;
    height: 50px;
    background-color: #ffffff;
  }
  footer > div {
    position: relative;
    display: flex;
    width: 960px;
    margin: 0 auto;
    background-color: #005334;
  }
  footer > div > div:nth-of-type(1) {
    width: 480px;
  }
  footer > div > div:nth-of-type(1) > a {
    display: block;
    width: 254px;
  }
  footer > div > div:nth-of-type(1) > p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
  }
  footer > div > div:nth-of-type(2) {
    width: 480px;
    padding-top: 45px;
  }
  footer > div > div:nth-of-type(2) > ul {
    display: flex;
    flex-wrap: wrap;
    width: 360px;
    margin: 0;
  }
  footer > div > div:nth-of-type(2) > ul > li {
    width: 120px;
    margin-bottom: 25px;
  }
  footer > div > div:nth-of-type(2) > ul > li > a {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
  }
  footer > div > p.copyright {
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 12px;
    font-weight: 500;
  }

}


/*===============================================
●画面の横幅が666px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 666px) {

  /* !共通
  ---------------------------------------------------------- */
  .pc-only{
    display:none !important;
  }

  h2 {
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.3em;
    text-align: left;
  }
  .title_en {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #005334;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .title_bg {
    font-family: "Josefin Sans", sans-serif;
    position: absolute;
    z-index: 1;
    top: -12px;
    left: -5px;
    font-size: 60px;
    font-weight: 700;
    color: #005334;
    opacity: 0.05;
    text-align: left;
  }

  /*------------------------------------
  clearfix
  --------------------------------------*/
  .clearfix-sp {
    zoom:1;
    overflow:hidden;
  }
  .clearfix-sp:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
  }


  /* メイン画像
  ---------------------------------------------------------- */
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 57px;
    background-color: #ffffff;
  }
  header > div {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  header > div > h1 {
    position: absolute;
    top: 16px;
    left: 0;
    width: 101px;
  }
  header > div > h1 > a.logo {
    display: block;
  }
  header > a.bnt_contact {
    position: absolute;
    z-index: 9;
    top: 16px;
    right: 70px;
    display: block;
    width: 112px;
    height: 31px;
    padding-top: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #005334;
    border-radius: 100vh;
  }
  header > .sp_menu {
    position: absolute;
    z-index: 9;
    top: 16px;
    right: 20px;
    width: 36px;
  }
  header #menu {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 57px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 0 100px 0;
    z-index:99999;
    background: url(../images/menu_bg.webp) top center no-repeat;
    background-size: cover;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header #menu > ul {
    width: 100%;
  }
  header #menu > ul > li {
    position: relative;
    width: 75%;
    margin: 0 auto 20px;
    text-align: left;
  }
  header #menu > ul > li > a {
    position: relative;
    display: inline-block;
    font-size: 10px;
    color: #ffffff;
    letter-spacing: 0.05em;
  }
  header #menu > ul > li > a > span {
    font-family: "Josefin Sans", sans-serif;
    display: block;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
  }
  header #menu > ul > li > a::before {
    content: "";
    position: absolute;
    bottom: 6px;
    right: -20px;
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #ffffff;
    clip-path: polygon(0 31%, 63.2% 31%, 63.2% 0, 100% 50%, 63.2% 100%, 63.2% 69%, 0 69%);
  }
  header #menu > a.tel {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
  header #menu > .menu_close_sp {
    display: block;
    width: 112px;
    height: 31px;
    margin: 10px auto 0;
    padding-top: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #005334;
    background-color: #ffffff;
    border-radius: 100vh;
    cursor: pointer;
  }

  /* メイン画像
  ---------------------------------------------------------- */
  #kv {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #kv > img {
    position: relative;
    z-index: 3;
  }
  #kv > .kv01_slider {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    bottom: 8%;
    right: 0;
    width: 55%;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  #kv > .kv02_slider {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 37%;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  #kv > .kv03_slider {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 66px;
    left: 5%;
    width: 62%;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  #kv > .scroll {
    position: absolute;
    z-index: 4;
    bottom: -8%;
    right: 5%;
    width: 6%;
  }

  /* コンテンツ部分
  ---------------------------------------------------------- */

  /* 企業理念 */
  .bg01 {
    position: relative;
    padding: 60px 0 80px;
    background: url(../images/bg01_sp.webp) top center no-repeat;
    background-size: cover;
  }
  #philosophy {
    position: relative;
    margin: 0 auto;
  }
  #philosophy > div {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  #philosophy > div > p.txt01 {
    position: relative;
    width: 300px;
    margin: 10px 0 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    letter-spacing: 0.1em;
  }
  #philosophy > div > p.txt01::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 2px;
    background-color: #3D3D3D;
  }
  #philosophy > div > p.txt02 {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    letter-spacing: 0.1em;
  }
  #philosophy > div > img {
    width: 88%;
    margin: 15px auto;
  }

  /* メッセージ */
  #message {
    position: relative;
    margin: 60px auto 0;
  }
  #message > div:nth-of-type(1) {
    width: 90%;
    margin: 0 auto;
  }


  #message .wrap_message_slider {
    margin-top: 30px;
  }

  #message .message_slider {
    width: 97%;
    margin: 0;
  }
  #message .slick-list {

  }

  #message .slick-track {
    display: flex;
  }
  #message .slick-slide {
    position: relative;
    height: auto !important;
    text-align: left;
    padding-bottom: 5.5% !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    border-right: 1px solid #707070;
  }
  #message ul li > p:nth-of-type(1) {
    position: relative;
    padding-left: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  #message ul li > p:nth-of-type(1) span {
    font-family: "Cossette Texte", sans-serif;
    display: inline-block;
    position: absolute;
    top: 1.5px;
    left: 0;
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  #message ul li > p:nth-of-type(2) {
    margin-top: 20px;
    font-weight: 700;
    line-height: 1.6;
  }
  #message ul li > p:nth-of-type(3) {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  #message ul li > p:nth-of-type(3) span {
    color: #B10F0F;
  }
  #message ul li img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
  }

  .wrap_arrow {
    position: absolute;
    width: 80%;
    height: 15px;
    bottom: -45px;
    left: 30px;
  }
  .dot-arrow {
    position: absolute;
    z-index: 9999;
    top: -18px;
    left: 0;
    width: 24px;
    height: 26px;
    transform: translateX(-50%);
    transition: left 1s ease;
    background: #005334;
    clip-path: polygon(0 31%, 63.2% 31%, 63.2% 0, 100% 50%, 63.2% 100%, 63.2% 69%, 0 69%);
  }


  /* 事業紹介 */
  #business {
    position: relative;
    margin: 0 auto;
    padding: 70px 0 20px;
    background: url(../images/business_bg_sp.webp) top center no-repeat;
    background-size: cover;
  }
  #business > .title_bg {
    top: 55px;
    color: #ffffff;
  }
  #business > div {
    width: 100%;
    margin: 0 auto;
  }
  #business > div > h2,
  #business > div > .title_en {
    padding-left: 5%;
    color: #ffffff;
  }

  #business div.wrap {
    display: flex;
    margin-top: 40px;
  }
  #business div.col01 {
    width: 30%;
    margin: 0;
    padding-top: 10px;
  }
  #business div.col01 div.box {
    position: relative;
    height: 75%;
  }
  #business div.col01 div.item1 {
    width: 64px;
    top: 40%;
    margin: 0 auto;
  }
  #business div.col01 div.item2 {
    width: 64px;
    top: 35%;
    margin: 0 auto;
  }
  #business div.col01 div.item3 {
    width: 100px;
    top: 38%;
    margin: 0 auto;
  }
  #business div.col01 .icon {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    transform: scale(.9);
    opacity: 0;
    transition: transform .8s cubic-bezier(.16, 1, .3, 1)
  }
  #business div.col01 .icon.active {
    transform: scale(1);
    opacity: 1
  }

  #business div.col02 {
    width: 70%;
    margin: 0;
    padding-right: 5%;
  }
  #business div.col02 > ul {
    color: #ffffff;
    text-align: left;
  }
  #business div.col02 ul > li {
    position: relative;
    min-height: 300px;
    padding-bottom: 30px;
  }
  #business div.col02 > ul > li > p.title {
    font-family: "Josefin Sans", sans-serif;
    position: relative;
    padding-left: 35px;
    font-size: 22px;
    color: #F7EC70;
    letter-spacing: 0.05em;
  }
  #business div.col02 > ul > li > p.title > span {
    font-family: "Cossette Texte", sans-serif;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0.05em;
  }
  #business div.col02 > ul > li > p.txt01 {
    margin-top: 15px;
    font-size: 14px;
    color: rgba(242,242,242,0.6);
    letter-spacing: 0.1em;
  }
  #business div.col02 > ul > li > p.txt02 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 2;
  }

  /* 会社概要 */
  .bg02 {
    position: relative;
    padding: 50px 0 60px;
    background: url(../images/bg02_sp.webp) top center no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .bg02 > img.img {
    position: absolute;
    z-index: 1;
    top: -115px;
    left: -13px;
    width: 147px;
  }
  .bg02 > img.company_sp {
    position: relative;
    z-index: 2;
  }
  #company {
    position: relative;
    width: 100%;
    margin: 50px auto 0;
  }
  #company > div {
    width: 90%;
    margin: 0 auto;
  }
  #company table {
    width: 100%;
    margin: 10px auto 0;
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #company table th {
    width: 70px;
    padding: 15px 0;
    font-weight: 700;
    border-bottom: #D5D5D5 1px solid;
  }
  #company table td {
    padding: 15px 0;
    border-bottom: #D5D5D5 1px solid;
  }
  #company table td p.title {
    position: relative;
    margin-top: 20px;
    padding-left: 20px;
  }
  #company table td p.title::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    border: #005334 2px solid;
  }
  #company table td p.title > a {
    display: inline-block;
    width: 35px;
    margin: -4px 0 0 0;
    vertical-align: top;
  }

  /* 沿革 */
  #history {
    position: relative;
    width: 100%;
    margin: 40px auto 0;
    padding-bottom: 60px;
  }
  #history > div {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  #history > div > img.img {
    position: absolute;
    top: -130px;
    right: -33px;
    width: 147px;
  }
  #history table {
    width: 100%;
    margin: 10px auto 0;
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  #history table th {
    width: 70px;
    padding: 15px 0;
    font-weight: 700;
    vertical-align: middle;
    border-bottom: #D5D5D5 1px solid;
  }
  #history table td {
    padding: 15px 0;
    vertical-align: middle;
    border-bottom: #D5D5D5 1px solid;
  }
  #history table td span {
    display: block;
    font-size: 12px;
  }

  /* 採用情報 */
  .bg03 {
    padding-top: 10px;
    background: url(../images/bg03_sp.webp) top center no-repeat;
    background-size: cover;
  }
  #recruit01 {
    position: relative;
    margin: 0 auto;
  }
  #recruit01 > div {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  #recruit01 > div > p.txt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    letter-spacing: 0.1em;
  }
  #recruit01 > div > img {
    width: 90%;
    margin: 20px auto 0;
  }

  #recruit02 {
    position: relative;
    width: 90%;
    margin: 35px auto 0;
    text-align: left;
  }
  #recruit02 > p.txt01 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  #recruit02 > p.txt02 {
    font-family: "Josefin Sans", sans-serif;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 200;
    color: #000000;
    letter-spacing: 0.1em;
  }
  #recruit02 > ul li {
    position: relative;
    margin-top: 20px;
    padding-left: 35px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  #recruit02 > ul li span {
    font-family: "Cossette Texte", sans-serif;
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 20px;
  }
  #recruit02 > img {
    margin-top: 30px;
  }

  #recruit03 {
    position: relative;
    width: 90%;
    margin: 60px auto 0;
    padding-bottom: 15px;
    text-align: left;
  }
  #recruit03 > p.txt01 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  #recruit03 > p.txt02 {
    font-family: "Josefin Sans", sans-serif;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 200;
    color: #000000;
    letter-spacing: 0.1em;
  }
  #recruit03 > ul {
    margin-top: 20px;
  }
  #recruit03 > ul > li {
    width: 100%;
    margin-top: 30px;
  }
  #recruit03 > ul > li:nth-of-type(1) {
    margin-top: 0;
  }
  #recruit03 > ul > li > p:nth-of-type(1) {
    position: relative;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  #recruit03 > ul > li > p:nth-of-type(1) span {
    font-family: "Cossette Texte", sans-serif;
    display: inline-block;
    margin-right: 15px;
    letter-spacing: 0.05em;
  }
  #recruit03 > ul > li > p:nth-of-type(2) {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
  }
  #recruit03 > ul > li > p:nth-of-type(3) {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  #recruit03 > ul > li:nth-of-type(3) > p:nth-of-type(3) {
    letter-spacing: 0.04em;
  }

  #recruit04 {
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: left;
    background: url(../images/bg04_sp.webp) top center no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  #recruit04 > div {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
  }
  #recruit04 > div > p.txt01 {
    font-size: 20px;
    font-weight: 700;
    color: #C01A1F;
    letter-spacing: 0.1em;
  }
  #recruit04 > div > p.txt02 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
  }
  #recruit04 > div > img.img02 {
    position: absolute;
    top: -15px;
    right: -59px;
    width: 124px;
  }
  #recruit04 .recruit_slider{
    margin: 20px auto 0;
  }
  #recruit04 .recruit_slider li{
    margin: 0 8px;
  }
  #recruit04 .recruit_slider li:nth-of-type(2n-1){
    margin-top: 20px;
  }

  /* お問い合わせ */
  #contact {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    background-color: #ffffff;
  }
  #contact > div {
    position: relative;
    z-index: 3;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  #contact > div > div:nth-of-type(1) {
    width: 100%;
  }
  #contact > div > div:nth-of-type(1) > p.txt01 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #005334;
    letter-spacing: 0.1em;
  }
  #contact > div > div:nth-of-type(1) > p.txt02 {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
  #contact > div > div:nth-of-type(2) {
    width: 100%;
    margin-top: 20px;
  }
  #contact > div > div:nth-of-type(2) > a {
    display: block;
    width: 100%;
    max-width: 400px;
  }
  #contact > div > div:nth-of-type(2) > p {
    width: 100%;
    max-width: 400px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: right;
  }
  #contact > img.img01 {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 101px;
  }
  #contact > img.img02 {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 143px;
  }

  /* フッター
  ----------------------------------------------------------*/
  footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    color: #ffffff;
    text-align: left;
    background-color: #005334;
  }
  footer::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 50%;
    height: 50px;
    background-color: #ffffff;
  }
  footer > div {
    position: relative;
    width: 90%;
    margin: 0 auto;
    background-color: #005334;
  }
  footer > div > div:nth-of-type(1) {
    width: 100%;
  }
  footer > div > div:nth-of-type(1) > a {
    display: block;
    width: 254px;
  }
  footer > div > div:nth-of-type(1) > p {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
  }
  footer > div > div:nth-of-type(2) {
    width: 100%;
    margin-top: 50px;
  }
  footer > div > div:nth-of-type(2) > ul {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    margin: 0;
  }
  footer > div > div:nth-of-type(2) > ul > li {
    margin: 0 35px 30px 0;
  }
  footer > div > div:nth-of-type(2) > ul > li > a {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
  }
  footer > div > p.copyright {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
  }

}


/*===============================================
●画面の横幅が360px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 360px) {



}


