@charset "utf-8";

/* --------------------------------------------
common
-----------------------------------------------*/
:root {
  --base-green: #5cb5aa;
  --base-dark-green: #3eb370;
  --base-orange: #e77400;
  --base-blue: #72a1c7;
  --base-dark-blue: #215787;
  --base-white: #fff;
  --base-light-gray: #efefef;
  --base-dark-gray: #4c4948;
  --base-black: #000;
  --base-orange: #e77400;
  --base-red: #e60012;
  --base-deep-red: #c13932;
  --base-purple: #9c7399;
  --base-brown: #784d23;
  --base-warm-gray: #aaa282;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
  --fontsize11: min(calc(11/1280*100vw), 11px);
  --fontsize12: min(calc(12/1280*100vw), 12px);
  --fontsize13: min(calc(13/1280*100vw), 13px);
  --fontsize14: min(calc(14/1280*100vw), 14px);
  --fontsize15: min(calc(15/1280*100vw), 15px);
  --fontsize16: min(calc(16/1280*100vw), 16px);
  --fontsize12_16: min(calc(16/1280*100vw), 16px);
  --fontsize13_16: min(calc(16/1280*100vw), 16px);
  --fontsize17: min(calc(17/1280*100vw), 17px);
  --fontsize18: min(calc(18/1280*100vw), 18px);
  --fontsize19: min(calc(19/1280*100vw), 19px);
  --fontsize20: min(calc(20/1280*100vw), 20px);
  --fontsize21: min(calc(21/1280*100vw), 21px);
  --fontsize22: min(calc(22/1280*100vw), 22px);
  --fontsize23: min(calc(23/1280*100vw), 23px);
  --fontsize24: min(calc(24/1280*100vw), 24px);
  --fontsize25: min(calc(25/1280*100vw), 25px);
  --fontsize26: min(calc(26/1280*100vw), 26px);
  --fontsize27: min(calc(27/1280*100vw), 27px);
  --fontsize28: min(calc(28/1280*100vw), 28px);
  --fontsize29: min(calc(29/1280*100vw), 29px);
  --fontsize30: min(calc(30/1280*100vw), 30px);
  --fontsize31: min(calc(31/1280*100vw), 31px);
  --fontsize32: min(calc(32/1280*100vw), 32px);
  --fontsize34: min(calc(34/1280*100vw), 34px);
  --fontsize35: min(calc(35/1280*100vw), 35px);
  --fontsize36: min(calc(36/1280*100vw), 36px);
  --fontsize38: min(calc(38/1280*100vw), 38px);
  --fontsize40: min(calc(40/1280*100vw), 40px);
  --fontsize41: min(calc(41/1280*100vw), 41px);
  --fontsize42: min(calc(42/1280*100vw), 42px);
  --fontsize43: min(calc(43/1280*100vw), 43px);
  --fontsize44: min(calc(44/1280*100vw), 44px);
  --fontsize45: min(calc(45/1280*100vw), 45px);
  --fontsize46: min(calc(46/1280*100vw), 46px);
  --fontsize48: min(calc(48/1280*100vw), 48px);
  --fontsize50: min(calc(50/1280*100vw), 50px);
  --fontsize52: min(calc(52/1280*100vw), 52px);
  --fontsize55: min(calc(55/1280*100vw), 55px);
  --fontsize56: min(calc(56/1280*100vw), 56px);
  --fontsize65: min(calc(65/1280*100vw), 65px);
  --fontsize70: min(calc(70/1280*100vw), 70px);
  --fontsize100: min(calc(100/1200*100vw),100px);
  --fontsize120: min(calc(120/1200*100vw),120px);
  --fontsize150: min(calc(150/1200*100vw),150px);
}

@media screen and (max-width: 767px) {
  :root {
    --fontsize11: min(calc(11/390*100vw), 11px);
    --fontsize12: min(calc(12/390*100vw), 12px);
    --fontsize13: min(calc(13/390*100vw), 13px);
    --fontsize14: min(calc(14/390*100vw), 14px);
    --fontsize15: min(calc(15/390*100vw), 15px);
    --fontsize16: min(calc(16/390*100vw), 16px);
    --fontsize12_16: min(calc(16/390*100vw), 16px);
    --fontsize13_16: min(calc(16/390*100vw), 16px);
    --fontsize17: min(calc(17/390*100vw), 17px);
    --fontsize18: min(calc(18/390*100vw), 18px);
    --fontsize19: min(calc(19/390*100vw), 19px);
    --fontsize20: min(calc(20/390*100vw), 20px);
    --fontsize21: min(calc(21/390*100vw), 21px);
    --fontsize22: min(calc(22/390*100vw), 22px);
    --fontsize23: min(calc(23/390*100vw), 23px);
    --fontsize24: min(calc(24/390*100vw), 24px);
    --fontsize25: min(calc(25/390*100vw), 25px);
    --fontsize26: min(calc(26/390*100vw), 26px);
    --fontsize27: min(calc(27/390*100vw), 27px);
    --fontsize28: min(calc(28/390*100vw), 28px);
    --fontsize29: min(calc(29/390*100vw), 29px);
    --fontsize30: min(calc(30/390*100vw), 30px);
    --fontsize31: min(calc(31/390*100vw), 31px);
    --fontsize32: min(calc(32/390*100vw), 32px);
    --fontsize34: min(calc(34/390*100vw), 34px);
    --fontsize35: min(calc(35/390*100vw), 35px);
    --fontsize36: min(calc(36/390*100vw), 36px);
    --fontsize38: min(calc(38/390*100vw), 38px);
    --fontsize40: min(calc(40/390*100vw), 40px);
    --fontsize41: min(calc(41/390*100vw), 41px);
    --fontsize42: min(calc(42/390*100vw), 42px);
    --fontsize43: min(calc(43/390*100vw), 43px);
    --fontsize44: min(calc(44/390*100vw), 44px);
    --fontsize45: min(calc(45/390*100vw), 45px);
    --fontsize46: min(calc(46/390*100vw), 46px);
    --fontsize48: min(calc(48/390*100vw), 48px);
    --fontsize50: min(calc(50/390*100vw), 50px);
    --fontsize52: min(calc(50/390*100vw), 52px);
    --fontsize55: min(calc(55/390*100vw), 55px);
    --fontsize56: min(calc(56/390*100vw), 56px);
    --fontsize65: min(calc(65/390*100vw), 65px);
    --fontsize70: min(calc(70/390*100vw), 70px);
}
}

body{
  font-size: var(--fontsize18);
  position: relative;
  /* opacity: 0; */
  /* transition: opacity 0.2s; */
}

/* body.loaded {
  opacity: 1;
} */

body.active{
  overflow: hidden;
}

main{
  overflow-x: hidden;
}

/* インナー幅 */
.inner{
  position: relative;
  max-width: 1200px;
  width: 90%;
  /* margin-inline: auto; */
  margin: 0 auto;
  z-index: 5;
}

.middle-inner{
  max-width: 1600px;
  width: 90%;
  /* margin-inline: auto; */
  margin: 0 auto;
}

/* 背景 */
.main-bg{
  position: relative;
  background : url(img/common/main-bg.webp) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
  background-repeat: repeat;
  background-size: contain;
  background-position: top left;
  padding-bottom: 202px;
  background-color: #f2f2f2;
}

.page-main{
  padding: 62px 0 0;
  margin-bottom: 120px;
  background : url(img/common/page-main-bg.webp) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: max(300px,50%);
}

@media screen and (max-width: 1199px) {
  .main-bg{
    padding-bottom: 412px;
  }
}

@media screen and (max-width: 767px) {
  .page-main{
    padding: 22px 0 0;
    margin-bottom: 70px;
    background : url(img/common/page-main-bg.png) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: max(300px,50%);
  }
}

/* --------------------------------------------
header
-----------------------------------------------*/
header{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header-pc_wrap{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr min(18.75vw, 278px);
  max-width: 1840px;
  width: 95%;
  /* margin-inline: auto; */
  margin: 0 auto;
  padding: 20px 0 5px;
  gap: 0px 1vw;
}

.header-pc-fixed_wrap{
  display: none;
}

@media screen and (min-width: 1500px) {
  .header-pc_wrap {
    gap: 0px min(3vw, 80px);
  }
}

/* ヘッダーロゴ */

.header-pc__logo{
  width: min(29.1667vw, 570px);
  padding-top: 15px;
}

/* ナビゲーション */
.header-pc__nav{
  padding-top: 15px;
}

.header-pc__nav ul {
  display: flex;
  align-items: center;
  gap: min(1.5vw, 30px);
}

.header-pc__nav a{
  position: relative;
  display: block;
  font-size: clamp(15px, calc(18 / 1600 * 100vw), 18px);
  font-weight: 800;
  letter-spacing: 0.04em;
  transform: skewX(-10deg);
  white-space: nowrap;
}

.header-pc__nav a:hover {
  opacity: 1;
}

.header-pc__nav a::after{
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--base-green);
  position: absolute;
  bottom: -13px;
  left: 0;
  transform: skewX(10deg);
  transform-origin: left;
  scale: 0;
  transition: all 0.3s;
}

.header-pc__nav a:hover::after {
  scale: 1;
  transition: all 0.3s;
}

/* エントリー＆採用イベントボタン */
.header-pc__btn-wrap{
  position: absolute;
  max-width: 243px;
  /* width: 100%; */
  width: 17%;
  /* top: 90px; */
  top: 80px;
  /* right: 50px; */
  right: 60px;
}

.header-pc__btn{
  position: relative;
  display: block;
  width: 100%;
  background: var(--base-white);
  transform: skewX(-30deg);
  padding: 15px 42px 15px 10px;
  text-align: center;
  box-shadow: 0px 0px 15px 0px #00000040;
}

.header-pc__btn:hover{
  box-shadow: 0 0 0 0;
}

.header-pc__btn::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 42px;
  translate: 0 -50%;
  width: 1px;
  height: calc(100% - 15px);
  background: var(--base-green);
}

.header-pc__btn::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
  background : url(img/common/green-right-arw.webp) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: 16px 14px;
  width: 16px;
  height: 14px;
  transform: skewX(30deg);
}

.header-pc__btn span{
  display: block;
  font-size: var(--fontsize20);
  font-weight: 600;
  color: var(--base-green);
  transform: skewX(20deg);
  line-height: 1;
}

.header-pc__btn:hover {
  opacity: 1;
}

.header-pc__btn--entry{
  margin-bottom: 10px;
}

.header-pc__btn--recruit {
  translate: -30px;
}

/* スクロール時処理 */
header.fixed{
  position: fixed;
  background: white;
  transform: translateY(0);
  transition: all 0.8s;
}

.header-pc-fixed_wrap{
  display: none;
  transform: translateY(-100%);
  transition: all 0.8s;
}

header.fixed .header-pc__logo {
  width: min(29.1667vw, 458px);
  padding-top: initial;
}

header.fixed .header-pc_wrap{
  grid-template-columns: auto 1fr auto;
  padding: 25px 0;
}

header.fixed .header-pc__nav {
  padding-top: initial;
  display: flex;
  align-items: center;
  justify-content: end;
}

header.fixed .header-pc__nav ul {
  gap: min(1vw, 30px);
}

header.fixed .header-pc__nav a {
  font-size: clamp(13px, calc(16 / 1550 * 100vw), 16px);
  transform: skewX(0);
}

header .header-pc__sub-logo{
  margin-top: -20px;
}

header.fixed .header-pc__sub-logo{
  display: none;
}

header.fixed .header-pc__btn-wrap{
  position: relative;
  top: initial;
  right: initial;
  display: flex;
  gap: 3px;
  max-width: initial;
  width: 100%;
}

header.fixed .header-pc__btn{
  position: relative;
  width: 100%;
  background: var(--base-green);
  padding: 0;
  margin: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(130px, 10vw, 150px);
  border: 1px solid var(--base-green);
}

header.fixed .header-pc__btn:hover {
  background: var(--base-white);

}

header.fixed .header-pc__btn:hover span {
  color: var(--base-green);
}

header.fixed .header-pc__btn::before,
header.fixed .header-pc__btn::after{
  content: none;
}

header.fixed .header-pc__btn span{
  font-size: clamp(12px, calc(16 / 1500 * 100vw), 16px);
  color: var(--base-white);
  padding: 15px 0;
}

header.fixed .header-pc__btn--recruit {
  translate: initial;
}

.header-sp__wrap{
  display: none;
}

@media screen and (max-width: 1199px) {
  .header-pc_wrap{
    display: none;
  }

  header{
    position: fixed;
    top: 0;
    left: 0;
    background: var(--base-white);
    height: 100px;
  }

  .header-sp__wrap{
    width: 95%;
    /* margin-inline: auto; */
  margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .header-sp__logo {
    width: min(75vw, 482px);
  }

  .hmb-menu{
    position: relative;
    width: 60px;
    height: 45px;
    cursor: pointer;
  }

  .hmb-menu span{
    width: 100%;
    height: 2px;
    background: var(--base-green);
    position: absolute;
  }

  .hmb-menu::after{
    content: "MENU";
    font-size: 19px;
    font-weight: 600;
    font-family: Arial, Helvetica, "Liberation Sans", "Nimbus Sans L", sans-serif;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    white-space: nowrap;
  }

  .hmb-menu span:nth-child(1){
    bottom: 0;
    left: 0;
  }

  .hmb-menu span:nth-child(2){
    bottom: 15px;
    left: 0;
  }

  .hmb-menu.active span:nth-child(1){
    rotate: 15deg;
    bottom: 7px;
  }

  .hmb-menu.active span:nth-child(2){
    rotate: -15deg;
    bottom: 7px;
  }

  .header-sp__nav{
    display: none;
    position: fixed;
    top: 100px;
    right: 0;
    width: 100vw;
    max-width: 350px;
    padding: min(20 / 384 * 100vw, 20px) min(30 / 384 * 100vw, 30px);
    min-height: 100vh;
    height: 100%;
    overflow: auto;
    background: var(--base-green)
  }

  .header-sp__nav ul {
    display: grid;
    gap: min(15 / 384 * 100vw, 15px);
  }

  .header-sp__nav ul a{
    font-size: var(--fontsize20);
    font-weight: 600;
    color: var(--base-white);
  }
}

@media screen and (max-width: 768px) {
  header{
    height: 80px;
  }

  .header-sp__nav{
    top: 80px;
    max-width: initial;
  }

  .hmb-menu{
    width: 45px;
    height: 35px;
  }

  .hmb-menu span:nth-child(2){
    bottom: 10px;
    left: 0;
  }

  .hmb-menu::after{
    font-size: 14px;
  }
}

/* --------------------------------------------
parts
-----------------------------------------------*/

/* ------------------見出し------------------ */
.heading{
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: min(20/1200*100vw,20px);
  z-index: 4;
  padding-top: 100px;
  margin-top: -100px;
}

.heading .title-en{
  position: relative;
  font-size: var(--fontsize14);
  color: var(--base-green);
  font-weight: 600;
  font-family: Arial, Helvetica, "Liberation Sans", "Nimbus Sans L", sans-serif;
  padding-left: 25px;
  letter-spacing: 0;
}

.heading .title-en::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: var(--base-green);
  transform: skewX(-30deg);
  position: absolute;
  left: 1px;
  top: 50%;
  translate: 0 -50%;
}

.heading .title-jp{
  font-size: var(--fontsize46);
  font-weight: 600;
  line-height: 1.48;
}

.heading .title-jp::first-letter {
  color: var(--base-green);
}

@media screen and (max-width: 767px) {
  .heading{
    margin-bottom: min(10/384*100vw,10px);
    z-index: 5;
    padding-top: 80px;
    margin-top: -80px;
  }

  .heading .title-jp {
    font-size: var(--fontsize26);
  }

  .heading .title-en{
    padding-left: 18px;
    font-size: var(--fontsize12);
  }

  .heading .title-en::before{
    width: 7px;
    height: 7px;
  }
}

/* ------------------サブ見出し------------------ */
.sub-heading{
  position: relative;
  padding-left: 37px;
  font-size: var(--fontsize32);
  font-weight: 600;
  margin-bottom: min(25/1200*100vw,25px);
  padding-top: 100px;
  margin-top: -100px;
}

.sub-heading::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: var(--base-green);
  transform: skewX(-30deg);
  position: absolute;
  left: 1px;
  top: calc(1em + 100px);
  translate: 0 -50%;
}

@media screen and (max-width: 767px) {
  .sub-heading{
    padding-left: 25px;
    font-size: var(--fontsize20);
    margin-bottom: 15px;
    padding-top: 80px;
    margin-top: -80px;
  }

  .sub-heading::after {
    top: calc(1em + 80px);
    }
}

/* ------------------h5見出し------------------ */
h5{
  font-size: var(--fontsize28);
  font-weight: 600;
  color: var(--base-green);
  margin-bottom: min(20/1200*100vw,20px);
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: var(--fontsize18);
  }
}

/* ------------------メニューボタン--------------- */
.widget-btn{
  display: flex;
  flex-direction: column;
  gap: 1px;
  z-index: 10;
}

.widget-btn__item{
  position: relative;
  max-width: 376px;
  width: 100%;
  background: rgb(255, 255, 255, 0.8);
  padding: 40px 50px 40px 65px;
  font-size: var(--fontsize20);
  font-weight: 600;
  z-index: 5;
}

.widget-btn__item::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  width: 6px;
  height: 6px;
  translate: 0 -50%;
  background: var(--base-green);
  border-radius: 2px;
}

.widget-btn__item::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 22px;
  height: 20px;
  translate: 0 -50%;
  background : url(img/common/black-right-arw.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: 22px 20px;
  border-radius: 2px;
  pointer-events: none;
  transition: all 0.3s;
}

.widget-btn__item.widget-btn__external::after{
  background : url(img/common/external-icon.webp) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}

.widget-btn__item.widget-btn__external:hover::after{
  right: 32px;
  transition: all 0.3s;
}

.widget-btn__item:hover::after{
  right: 25px;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .widget-btn__item{
    padding: 16px 30px 17px 45px;
    max-width: initial;
  }

  .widget-btn__item::before{
    left: 20px;
  }
  
  .widget-btn__item::after{
    right: 18px;
    width: 14px;
    height: 12px;
    background : url(img/common/black-right-arw.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 14px 12px;
}
}

/* ------------------テーブル 2カラム------------------ */
.page-main .table-column2 {
  margin-bottom: min(80/1200*100vw,80px);
}

.page-main .table-column2 tr{
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
}

.page-main .table-column2 th{
  font-size: var(--fontsize20);
  font-weight: 600;
  vertical-align: baseline;
}

.page-main .table-column2 th,
.page-main .table-column2 td{
  padding: 35px 0;
}

.page-main .table-column2 td{
  font-size: var(--fontsize16);
  line-height: 2;
  padding: 35px 40px 35px 20px;
}

.page-main .table-column2 th{
  font-size: var(--fontsize20);
  font-weight: 600;
  vertical-align: baseline;
  padding-left:  min(55/1200*100vw,55px);
  text-align: left;
  width: min(412/1200*100vw,412px);
  min-width: 110px;
}

.page-main .table-column2 td dt{
  font-weight: 600;
}

/* テーブルリスト */
.page-main .table-column2 td ul li{
  position: relative;
  padding-left: 15px;
}

.page-main .table-column2 td ul li::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  background: var(--base-green);
}

.table-column2__txt-red{
  color: #e60012;
}

/* テーブル番号付きリスト */
.page-main .table-column2  td ol {
  counter-reset: count-item;
}

.page-main .table-column2 td ol li{
  counter-increment: count-item;
  position: relative;
  padding-left: 1.5em;
}

.page-main .table-column2 td ol li::after{
  content: counter(count-item) ". "; 
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .page-main .table-column2  {
    margin-bottom: min(50/384 * 100vw, 50px);
  }

  .page-main .table-column2 th{
    font-size: var(--fontsize16);
    padding: 15px 5px 5px 10px;
  }

  .page-main .table-column2 td{
    font-size: var(--fontsize12);
    line-height: 1.8;
    padding: 15px 0px 15px 0px;
    word-break: break-all;
  }

  .page-main .table-column2 td ul li{
    position: relative;
    padding-left: 10px;
  }

  .page-main .table-column2 td ul li::after{
    width: 3px;
    height: 3px;
  }
}


/* ------------------テーブル 3カラム------------------ */
.table-column3 {
  margin-bottom: min(80/1200*100vw,80px);
}

.table-column3 tr{
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
}

.table-column3 th{
  font-size: var(--fontsize20);
  font-weight: 600;
  vertical-align: baseline;
}

.table-column3 thead th {
  vertical-align: center;
}

.table-column3 th,
.table-column3 td{
  padding: 35px 0;
}

.table-column3 td{
  font-size: var(--fontsize16);
  line-height: 2;
  padding: 35px 0px 35px 50px;
}

.table-column3 th{
  font-size: var(--fontsize20);
  font-weight: 600;
  vertical-align: baseline;
  padding: 35px min(55/1200*100vw,55px);
  text-align: left;
}


@media screen and (max-width: 767px) {
  .table-column3   {
    margin-bottom: min(50/384 * 100vw, 50px);
  }

  .table-column3 th{
    font-size: var(--fontsize12);
    padding: 10px 5px 10px 5px;
    min-width: 110px;
  }

  .table-column3 td{
    font-size: var(--fontsize11);
    line-height: 1.8;
    padding: 15px 5px 15px 5px;
  }
}

/* ------------------ボタン------------------ */
.page-btn {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.page-btn__item{
  position: relative;
  display: block;
  font-size: var(--fontsize20);
  font-weight: 600;
  padding: 27px 40px;
  max-width: 560px;
  width: 100%;
  /* margin-inline: auto; */
  margin: 0 auto;
  background: var(--base-white);
  text-align: center;
  border: 1px solid #909090;
}

.page-btn__item::after{
  content:"";
  background : url(img/common/green-right-arw.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: 21px 22px;
  width: 21px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  transition: all 0.3s;
}

.page-btn__item:hover::after{
  right: 10px;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .page-btn {
    flex-direction: column;
    gap: 20px;
  }

  .page-btn__item{
    font-size: var(--fontsize12);
    padding: 15px 25px 15px 20px;
  }

  .page-btn__item::after{
    background-size: 11px 12px;
    width: 11px;
    height: 12px;
    right: 10px;
  }
}

/* ------------------外部リンクボタン------------------ */
.external-btn{
  position: relative;
  display: block;
  font-size: var(--fontsize20);
  font-weight: 600;
  padding: 27px 60px;
  max-width: 560px;
  width: 100%;
  text-align: left;
  /* margin-inline: auto; */
  margin: 0 auto;
  background: var(--base-white);
  line-height: 2;
}

.external-btn::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  translate: 0 -50%;
  width: 6px;
  height: 6px;
  background: var(--base-green);
  border-radius: 2px;
}

.external-btn::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  translate: 0 -50%;
  background : url(img/common/external-icon.webp) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .external-btn{
    font-size: var(--fontsize12);
    padding: 10px 25px 10px 20px;
  }

  .external-btn::before{
    left: 10px;
    width: 4px;
    height: 4px;
  }

  .external-btn::after{
    background-size: 11px 12px;
    width: 11px;
    height: 12px;
    right: 10px;
  }
}

/* ------------------黒ボタン------------------ */
.black__btn-wrap a{
  position: relative;
  display: inline-block;
  background: var(--base-black);
  color: var(--base-white);
  padding: 30px 95px 30px 80px;
  font-size: var(--fontsize20);
  font-weight: 600;
  z-index: 5;
  border: 1px solid #000;
  transition: all 0.3s;
}

.black__btn-wrap a::after{
  content: "";
  background : url(img/common/white-right-arw.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: 20px 22px;
  width: 20px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
}

@media screen and (max-width: 767px) {
  .black__btn-wrap a{
    padding: 15px 65px 15px 50px;
    font-size: var(--fontsize16);
  }

  .black__btn-wrap a::after{
    background-size: 13px 15px;
    width: 13px;
    height: 15px;
    }
}

/* ------------------白背景テキスト------------------ */
.white__block{
  padding: 37px 40px;
  background: var(--base-white);
  margin-bottom: min(80/1200*100vw,80px);
}
.white__block p{
  font-size: var(--fontsize16);
  line-height: 2;
  letter-spacing: 0.04em;
}

.white__block-flex {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .white__block{
    padding: 27px 20px;
  }
}


/* ------------------白ボタン------------------ */
.white__btn-wrap a{
  position: relative;
  display: block;
  font-size: var(--fontsize20);
  font-weight: 600;
  padding: 30px 40px;
  width: 100%;
  margin: 0 auto;
  background: rgb(255, 255, 255, 0.9);
  text-align: center;
  z-index: 6;
}

.white__btn-wrap a::after{
  content: "";
  background : url(img/common/green-right-arw.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: 21px 22px;
  width: 21px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .white__btn-wrap a{
    padding: 17px 40px 17px 45px;
  }

  .white__btn-wrap a::after{
    right: 22px;
    width: 15px;
    height: 13px;
    background-size: 15px 13px;
  }
}

/* --------------------------------------------
footer
-----------------------------------------------*/
footer{
  position: relative;
  background: var(--base-black);
}

/* 新卒採用＆キャリア採用 */
.footer__recruit{
  position: absolute;
  top: -205px;
  left: 50%;
  translate: -50%;
  padding: 58px min(60/1600 * 100vw, 60px) 40px;
  background: var(--base-green);
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); */
  display: flex;
  flex-wrap: wrap;
}

.footer__recruit::after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 1px;
  height: 100%;
  background: var(--base-white);
}

.footer__graduate, .footer__career{
  width: 50%;
}

/* 見出し */
.footer__recruit .heading-white{
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  z-index: 5;
}

.footer__recruit .heading-white .title-en{
  position: relative;
  font-size: var(--fontsize14);
  color: var(--base-white);
  font-weight: 600;
  font-family: Arial, Helvetica, "Liberation Sans", "Nimbus Sans L", sans-serif;
  padding-left: 25px;
}

.footer__recruit .heading-white .title-en::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: var(--base-white);
  transform: skewX(-30deg);
  position: absolute;
  left: 1px;
  top: 50%;
  translate: 0 -50%;
}

.footer__recruit .heading-white .title-jp{
  font-size: var(--fontsize36);
  font-weight: 600;
  line-height: 1.48;
  color: var(--base-white);
}

.footer__graduate-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px min(48/1600 * 100vw, 48px);
}

.footer__graduate-column li{
  position: relative;
  padding-right: min(48/1600 * 100vw, 48px);
}

.footer__graduate-column li::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  translate: 0 -50%;
  background : url(img/common/white-right-arw.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: 20px 22px;
  width: 20px;
  height: 23px;
  pointer-events: none;
}

.footer__graduate-column li a{
  position: relative;
  padding: 20px;
  padding-left: 0;
  font-size: var(--fontsize20);
  font-weight: 600;
  color: var(--base-white);
  display: flex;
  align-items: center;
  height: 100%;
}

.footer__graduate-column li:nth-child(2) a{
  padding: 0 20px 0 0;
}

/* 横線 */
.footer__graduate-column li:nth-child(1) a::before,
.footer__graduate-column li:nth-child(2) a::before{
  content: "";
  width: 100%;
  height: 1px;
  background: var(--base-white);
  position: absolute;
  bottom: -17px;
  left: 0;
}

/* 縦線 */
.footer__graduate-column li:nth-child(odd) a::after{
  content: "";
  width: 1px;
  height: 100%;
  background: var(--base-white);
  position: absolute;
  top: 0;
  right: calc(-1 * min(48/1600 * 100vw, 48px));
}

/* キャリア採用 */
.footer__career {
  padding-left: min(60/1600 * 100vw, 60px);
  display: flex;
  flex-direction: column;
}

.footer__career-column{
  height: 100%;
  display: flex;
  align-items: center;
}

.footer__career-column a{
  position: relative;
  font-size: var(--fontsize20);
  color: var(--base-white);
  font-weight: 600;
  padding-right: 80px;
}

.footer__career-column a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  background : url(img/common/white-right-arw.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: 20px 22px;
  width: 20px;
  height: 23px;
  pointer-events: none;
}

/*------------- フッター------------- */
.footer__wrap{
  padding-top: 277px;
}

.footer__contain {
  border-bottom: 1px solid var(--base-white);
}

.footer__logo{
  width: 50%;
}

.footer__logo a{
  display: block;
  color: var(--base-white);
  font-weight: 600;
  font-size: var(--fontsize22);
}

.footer__logo p{
  font-size: var(--fontsize16);
  padding-top: min(35/1200*100vw,35px);
  font-weight: 600;
  color: var(--base-white);
  font-family: Arial, Helvetica, "Liberation Sans", "Nimbus Sans L", sans-serif;
}

.footer__contain{
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); */
  padding-bottom: 102px;
  gap: 5px;
  display: flex;
}

.footer__nav{
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); */
  display: flex;
  width: 50%;
}

.footer__nav-wrap{
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 33.33%;
}

.footer__nav-item {
  display: flex;
  flex-direction: column;
}

.footer__nav-label{
  color: var(--base-green);
  font-size: var(--fontsize14);
  font-family: Arial, Helvetica, "Liberation Sans", "Nimbus Sans L", sans-serif;
  font-weight: 600;
}

.footer__nav-link{
  color: var(--base-white);
  font-weight: 600;
  font-size: var(--fontsize18);
}

/* サブメニュー */
.footer__nav-submenu{
  padding-top: 15px;
}

.footer__nav-submenu-item a{
  position: relative;
  font-size: var(--fontsize16);
  color: var(--base-white);
  padding-left: 20px;
}

.footer__nav-submenu-item a::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  translate: 0 -50%;
  width: 5px;
  height: 5px;
  background: var(--base-green);
  border-radius: 1px;
}

/* コピーライト */
.footer__copyright{
  display: block;
  padding: 35px 0;
  font-size: var(--fontsize14);
  color: var(--base-white);
}

.footer__pagetop{
  position: absolute;
  right: calc(5% + 70px);
  bottom: 35px;
  font-size: var(--fontsize14);
  font-weight: 600;
  color: var(--base-white);
}

.footer-link {
  padding: min(60/1200*100vw,60px) 0;
  border-bottom: 1px solid var(--base-white);
}

.footer-link > p{
  font-size: var(--fontsize18);
  font-weight: 600;
  color: var(--base-white);
  margin-bottom: min(25/1200*100vw,25px);
  text-align: center;
}

.footer-link__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 19px;
}

.footer-link__item{
  width: 100%;
  max-width: 250px;
  height: min(94/1200*100vw,94px);
  min-height: 85px;
  border: 1px solid #b5b7b6;
  background: var(--base-white);
}

.footer-link__item a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}


@media screen and (max-width: 1199px) {
  .footer__recruit{
    padding: 0;
    background: none;
    grid-template-columns: repeat(1, 1fr);
    gap: 3px;
    top: calc(-100% + 110px);
  }

  .footer__recruit::after{
    content: none;
  }

  .footer__graduate,
  .footer__career{
    background: var(--base-green);
    padding: 25px 5%;
    width: 100%;
  }

  .footer__recruit .heading-white{
    margin-bottom: 20px;
  }

  .footer__graduate-column {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }

  .footer__graduate-column li{
    border-bottom: 1px solid var(--base-white);
    padding: 0;
  }

  .footer__graduate-column li:last-child{
    border: none;
  }

  .footer__graduate-column li::after,
  .footer__career-column a::after{
    right: 10px;
    background-size: 15px 16px;
    width: 15px;
    height: 16px;
  }

  .footer__graduate-column li:nth-child(2) a {
    padding: initial;
  }

  .footer__graduate-column li:nth-child(odd) a::after{
    content: none;
  }

  .footer__graduate-column li:nth-child(1) a::before,
  .footer__graduate-column li:nth-child(2) a::before{
    content: none;
  }
  
  .footer__graduate-column li a,
  .footer__graduate-column li:nth-child(2) a{
    padding: 20px;
    padding-left: 0;
  }

  /* フッター */
  .footer__wrap{
    padding-top: 125px;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo a {
    font-size: min(calc(20/600*100vw),20px);
  }

  .footer__recruit{
    top: -405px;
  }

  .footer__recruit .heading-white {
    margin-bottom: min(10 / 384 * 100vw, 10px);
  }

  .footer__recruit .heading-white .title-jp {
    font-size: var(--fontsize26);
  }

  .footer__recruit .heading-white .title-en{
    font-size: var(--fontsize12);
    padding-left: 18px;
  }

  .footer__recruit .heading-white .title-en::before{
    width: 7px;
    height: 7px;
  }

  .footer__career-column li{
    width: 100%;
  }

  .footer__graduate-column li a, 
  .footer__graduate-column li:nth-child(2) a,
  .footer__career-column a{
    display: block;
    padding: 15px;
    padding-left: 0;
    font-size: var(--fontsize18);
  }

  /* フッター */
  .footer__wrap{
    padding-top: 155px;
  }

  .footer__logo p {
    font-size: var(--fontsize14);
  }

  .footer__contain{
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 60px;
    gap: 40px;
    flex-wrap: wrap;
  }

  .footer__logo{
    width: 100%;
  }

  .footer__nav{
    /* grid-template-columns: repeat(1, 1fr); */
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
  }

  .footer__nav-wrap{
    gap: 20px;
    width: 100%;
  }

  .footer__nav-submenu-item a::before{
    width: 6px;
    height: 6px;
  }

  .footer-link__list {
    gap: 10px 2%;
  }

  .footer-link__item{
    width: 46%;
    max-width: initial;
    height: min(94/500*100vw,94px);
    min-height: initial;
  }

  .footer-link__item a{
    padding: 0 10px;
  }

  .footer__copyright{
    padding: 30px 0;
    font-size: 0.7rem;
  }
}

/* --------------------------------------------
drawer
-----------------------------------------------*/
.top-scroll{
  position: relative;
  position: fixed;
  right: 5%;
  bottom: 20px;
  box-shadow: 5px 5px 15px 0px rgb(0, 0, 0, 0.3);
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  transform: translateY(100px);
}

.top-scroll a{
  display: block;
  width: 60px;
  height: 60px;
  background-color: white;
}

.top-scroll a::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background : url(img/common/black-right-arw.png) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
  rotate: -90deg;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}

/*　上に上がる動き　*/

.top-scroll.UpMove {
  animation: UpAnime 0.8s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

.top-scroll.DownMove {
  animation: DownAnime 0.8s;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

@media screen and (max-width: 767px) {
  .top-scroll{
    right: 15px;
    bottom: 15px;
  }

  .top-scroll a{
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }

  .top-scroll a::after{
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
  }
}


/*------------- フローティングバナー -------------*/
.floating__btn{
  display: none;
}

.floating__btn-item{
  position: relative;
  padding: 10px 35px;
  padding-left: 40px;
  background: var(--base-green);
  font-weight: 600;
  transform: skewX(-30deg);
  width: 100%;
  display: flex;
  align-items: center;
  transform-origin: bottom;
  box-shadow: 0px 0px 15px 0px #00000040;
}

.floating__btn-item span {
  color: var(--base-white);
  font-size: var(--fontsize14);
  transform: skewX(20deg);
}

.floating__btn-entry {
  translate: 30px;
}

.floating__btn-entry::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  translate: 0 -50%;
  background : url(img/common/entry-icon.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  transform: skewX(30deg);
}

.floating__btn-recruit::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  translate: 0 -50%;
  background : url(img/common/recruit-icon.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  transform: skewX(30deg);
}

@media screen and (max-width: 1199px) {
  .floating__btn{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 20;
  }
}

@media screen and (min-width: 768px) {
  .floating__btn-item span {
    font-size: var(--fontsize20);
  }
}

.header-drawer{
  display: none;
  position: fixed;
  top: 97px;
  left: 50%;
  translate: -50%;
  max-width: 960px;
  width: 100%;
  background: var(--base-white);
  padding: 30px 170px 22px 40px;
  z-index: 10;
}

.header-drawer__wrap {
  display: flex;
  gap: 35px;
}

.header-drawer__image{
  height: 100%;
}

.header-drawer__image img{
  width: auto;
  height: 100%;
}

.header-drawer__txt .heading {
  margin-bottom: min(25/1200*100vw,25px);
}

.header-drawer__txt  .title-jp {
  font-size: var(--fontsize24);
}

.header-drawer__txt ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px 55px;
}

.header-drawer__txt li{
  position: relative;
  font-size: var(--fontsize16);
  padding-left: 30px;
  white-space: nowrap;
}

.header-drawer__txt li::before{
  content: "";
  width: 6px;
  height: 6px;
  background: var(--base-green);
  position: absolute;
  top: 0.5em;
  left: 7px;
  border-radius: 2px;
}


/* --------------------------------------------
animation
-----------------------------------------------*/
.initial-animation {
  opacity: 0;
}


/* 下から上にフェード */
.up-fade {
  opacity: 0;
  animation: Up_Fade 0.7s ease-in-out 0.5s forwards;
}

@keyframes Up_Fade{
  from {
    opacity: 0;
	  transform: translateY(100px);
  }

  to {
    opacity: 1;
	  transform: translateY(0);
  }
}

/* 左から右にフェード */
.left-fade {
  opacity: 0;
  animation: Left_Fade 0.7s ease-in-out 0.5s forwards;
}

@keyframes Left_Fade{
  from {
    opacity: 0;
	  transform: translateX(-100px);
  }

  to {
    opacity: 1;
	  transform: translateY(0);
  }
}

/* スライド表示 */
.up-img {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  animation: Img_Up_Slide 1s cubic-bezier(0.16, 0.5, 0.43, 1) forwards;
}

@keyframes Img_Up_Slide {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  }
}