html { font-size: 10px;}
body{
  counter-reset: number;
  font-family: 'ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN Pro', 'Hiragino Kaku Gothic Pro','‚l‚r ‚oƒSƒVƒbƒN','MS P Gothic', system-ui, sans-serif;
  font-weight: 300;
  font-size: 13px;
  overflow-x: hidden;
}
a[href^="tel:"] { pointer-events: none; }
p {
  margin-bottom: 1em;
  line-height: 1.5;
}
img { max-width: 100%;}

.br_pc:before {
  content: "\A" ;
  white-space: pre ;
}
.br_sp:before {
  content: none;
}

.mb10{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}

.bg-wt{ background: #fff; }
.bg-beige{ background: #f3f3f2; }
.bg-d-blue{ background: #1c236d; }

.txt_bold {
  font-weight: bold;
}

.f_left{ float: left;}
.f_right{ float: right;}
.clr{ clear: both;}

.f1{ font-size: 9px;}

.movie{
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.movie iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

hr{ border-top: 1px dashed #727171;}

#page {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}

.text_red{ color: #e60012;}
.text_purple{ color: #88318d;}
.border_red_double{
  border-bottom: 4px double #e60012;
  padding-bottom: 2px;
}

main {
  margin-top: 0; }

section {
  width: 100%;
  padding: 0;
  margin: 0;
}
section h2 {
  font-size: 27px;
  font-size: 2.7rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
  margin-bottom: 55px;
}
section h3 {
  font-size: 27px;
  font-size: 2.7rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
  margin-bottom: 55px;
}
section h4 {
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7; }
section p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  /*letter-spacing: .05em;*/ }
section p.lead {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}

section .content{
  margin-bottom: 50px;
  padding-top: 30px;
}
section .content h4,
section .content p{
  width: 42%;
  text-align: left;
  letter-spacing: 0;
}
section .content h4{
  font-size: 17px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 30px;
}
section .content p{
  min-height: 108px;
  font-size: 13px;
  line-height: 1.4;
}
section div.content:nth-of-type(1) h4,
section div.content:nth-of-type(1) p,
section div.content:nth-of-type(3) h4,
section div.content:nth-of-type(3) p{ margin-left: auto;}

/* btn */
article .btn{ text-align: center;}
article .btn a{
  display: block;
  background: #1c236d;
  width: 464px;
  padding: 13px 18px;
  font-size: 25px;
  color: #fff;
  text-decoration: none;
  position: relative;
  margin: 0 auto 10px;
  box-sizing: border-box;
}
.btn_gray a.gray {
  background: #FFF;
  color: #333;
  border: #333 1px solid;
  /*margin-top: 40px;*/
  background: url(/beginner/img/arrow_gray.png) right 10px center/25px no-repeat;
}
.btn_gray a {
  display: block;
  font-size: 20px;
  font-size: 1.95rem;
  line-height: 1;
  width: 490px;
  height: 60px;
  padding: 20px 0;
  margin: 0 auto 40px;
  margin-top: 0px;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
}

/* table */
.table,
table.gaiyou{
  width: 100%;
  border-right: 1px solid #727171;
  border-bottom: 1px solid #727171;
  border-collapse: collapse;
  line-height: 1.4;
}
.table th,
.table td,
table.gaiyou th,
table.gaiyou td{
  border-top: 1px solid #727171;
  border-left: 1px solid #727171;
  padding: 12px;
  text-align: left;
}
.table th,
table.gaiyou th{
  background-color: #ddd;
  width: 20%;
  font-weight: normal;
}
.table td,
table.gaiyou td{ background-color: #fff;}
.table td a,
table.gaiyou td a{ text-decoration: none;}
.table td a:hover,
table.gaiyou td a:hover{ text-decoration: underline;}

@media screen and (min-width: 1025px) {
  .pc { display: block !important; }
  .tab { display: none; }
  .sp { display: none; }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .pc { display: none; }
  .tab { display: block !important; }
  .sp { display: none; }
}
@media screen and (max-width: 1024px) {
  main{ margin-top: 60px;}
  section article {
    padding: 65px 10%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 599px) {
  .pc { display: none; }
  .tab { display: none; }
  .sp { display: block !important; }

  body{ font-size: 14px;}
  a[href^="tel:"] { pointer-events: visible; }

  .br_pc:before { content: none;}
  .br_sp:before {
    content: "\A" ;
    white-space: pre ;
  }
  p{ font-size: 14px;}

  article .btn a{
    width: 100%;
    font-size: 18px;
  }
  .btn_gray a {
    display: block;
    font-size: 1.65rem;
    width: 100%;
    height: auto;
    min-height: 60px;
    padding: 20px 30px;
    margin: 0 auto 40px;
    margin-top: 0px;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    text-align:left;
  }
  @media screen and (max-width: 599px) {
    .table th,
    .table td,
    table.gaiyou th,
    table.gaiyou td { padding: 8px;}
  }
}

/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
#intro
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°*/
#intro .mv {
  width: 100%;
  height: 380px;
  margin: 0 auto;
  background: url(/image/info_job/cover_movie.png) center center/cover no-repeat;
  padding-top: 80px;
  box-sizing: border-box;
  position: relative;
}
#intro .mv h1 {
  font-family: 'Josefin Slab', serif;
  font-size: 5rem;
  color: #1c236d;
  position: relative;
  padding: 30px 40px;
  display: inline-block;
  font-weight: normal;
  letter-spacing: .1em;
}
#intro .mv h1:before,
#intro .mv h1:after,
#intro .mv h1 .inner:before,
#intro .mv h1 .inner:after {
  content:"";
  position:absolute;
  width:20px;
  height:20px;
  border-top: 5px solid;
  border-left: 5px solid;
}
#intro .mv h1:before {
  top:-1px;
  left:-1px;
}
#intro .mv h1:after {
  top:-1px;
  right:-1px;
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  transform:rotate(90deg);
}
#intro .mv .bg_movie{
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: -1;
  max-width: 130%;
  width: 100%;
}
#intro .mv h1 .inner:before {
  bottom:-1px;
  left:-1px;
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  transform:rotate(-90deg);
}
#intro .mv h1 .inner:after {
  bottom:-1px;
  right:-1px;
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  transform:rotate(180deg);
}#intro .mv h1 .none{ display: none;}

#intro .mv p {
  font-size: 1.7rem;
  color: #1c236d;
  text-align: center;
  margin-top: 50px;
  letter-spacing: .2em; }

#intro #nav_guidance {
  background-color: #1c236d;
  margin-bottom: 0;
}
#intro #nav_guidance ol{
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
#intro #nav_guidance li{
  border-left: 1px solid #fff;
  width: 20%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  position: relative
}
#intro #nav_guidance li:first-child{ border-left: none;}
#intro #nav_guidance li a{
  text-decoration: none;
  color: #fff;
}
#intro #nav_guidance li:hover::before{
  content: "\025bc";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  color: rgba(255, 255, 255, .3);
  font-size: 10px;
  font-weight: 600;
}

.contents{
  background: #f3f3f2;
  padding-top: 90px;
  padding-bottom: 5px;
}
.text_top{
  padding-bottom: 30px;
  font-size: 19px;
  letter-spacing: .1em;
  line-height: 2;
  margin-bottom: 0;
}
.text_sub{
  padding-bottom: 70px;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .text_sub{
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  #intro .mv { height: 420px;}
}
@media screen and (max-width: 599px) {
  #intro .mv{
    height: 195px;
    padding-top: 26px;
  }
  #intro .mv h1{
    font-size: 32px;
    padding: 15px 20px;
  }
  #intro .mv h1:before,
  #intro .mv h1:after,
  #intro .mv h1 .inner:before,
  #intro .mv h1 .inner:after{
    width: 12px;
    height: 12px;
    border-top: 3px solid;
    border-left: 3px solid;
  }
  #intro .mv h1:after {
    top: -1px;
    right: -1px;
  }
  #intro .mv p{
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.8;
  }

  #intro #nav_guidance{ height: 1em;}
  #intro #nav_guidance ol{ display: none;}

  .contents{ padding-top: 30px;}

  .text_top{
    text-align: left;
    font-size: 16px;
    margin-left: 5%;
    padding-bottom: 25px;
  }
  .text_sub{
    text-align: left;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 40px;
    width: 90%;
  }
}
@media screen and (max-width: 320px) {
  #intro .mv {
    height: 180px;
    padding-top: 33px;
  }
}


/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
#ar00  common
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°*/
article[id^="ar0"]{ padding-bottom: 50px;}
article[id^="ar0"]:nth-child(odd){ background: #fff;}
article[id^="ar0"] .inner{
  width: 95%;
  max-width: 740px;
  margin: 0 auto;
/*    padding: 115px 50px 55px;*/
  box-sizing: border-box;
}

article[id^="ar0"] h2{
  padding-left: 20px;
  padding-top: 60px;
  font-size: 23px;
  letter-spacing: .25em;
  font-weight: normal;
  text-align: left;
  border-left: 8px solid #1c236d;
  line-height: .7;
  margin-bottom: 85px;
  position: relative;
}
article[id^="ar0"] h2::before{
  content: '0' counter(number);
  counter-increment: number;
  font-family: 'Josefin Slab', serif;
  font-size: 64px;
  color: #1c236d;
  padding-right: 30px;
  letter-spacing: 0;
}
article[id^="ar0"] h2::after{
  font-family: 'Josefin Slab', serif;
  position: absolute;
  left: -8px;
  bottom: -40px;
  font-size: 20px;
  letter-spacing: 0;
}

article[id^="ar0"] .category dt{
  border-top: 1px dashed;
  margin: 30px 0;
  position: relative;
  text-align: center;
  letter-spacing: .15em;
}
article[id^="ar0"] .category dt span{
  background: #fff;
  color: #1c236d;
  position: absolute;
  top: -10px;
  font-size: 17px;
  font-weight: 600;
  left: 0;
  right: 0;
  margin: 0 240px;
}
article[id^="ar0"]:nth-child(even) .category dt span{ background: #f3f3f2;}
article[id^="ar0"] .category .caution{ margin-bottom: 30px;}
article[id^="ar0"] .category .caution li{
  padding-left: 10px;
  font-size: 10px;
}
article[id^="ar0"] .category .caution li::before{ content: "\203b";}
article[id^="ar0"] .morebtn{ display: none;}
@media screen and (max-width: 599px) {
  .close{ display: none;}
  .open{ display: block;}
  article[id^="ar0"] .morebtn{
    display: inherit;
    background: #1c246c;
    color: #fff;
    text-align: center;
    width: 40%;
    margin: 0 auto;
    font-size: 13px;
    letter-spacing: .15em;
    padding: 5px;
  }
  article[id^="ar0"] .morebtn.up{
    background: none;
    color: #333;
  }
  article[id^="ar0"] .morebtn.up::before{
    content: "\02227";
    display: block;
    padding-bottom: 10px;
    font-size: 20px;
  }

  article[id^="ar0"] {
    padding-bottom: 10px;
    width: 90%;
    margin: 0 auto 25px;
    background: #fff;
  }
  article[id^="ar0"] .inner{ width: 100%;}
  article[id^="ar0"] h2{
    padding-top: 16px;
    padding-left: 5%;
    font-size: 18px;
    border-left: 6px solid #1c236d;
    margin-bottom: 55px;
  }
  article[id^="ar0"] h2::before{
    font-size: 46px;
  }
  article[id^="ar0"] h2::after {
    left: 7%;
    bottom: auto;
    top: 60px;
    font-size: 17px;
  }
  article[id^="ar0"] h2 + div{ width: 90%; margin: 0 auto;}
  article[id^="ar0"] .text_top{
    text-align: center;
    margin-left: 0;
  }
  article[id^="ar0"] .category dt span{
    margin: 0 12%;
    font-size: 16px;
  }
  article[id^="ar0"]:nth-child(even) .category dt span{ background: #fff;}
}


/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
#ar01
Our Company
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°*/
article #ar01 h2::after{ content: "Our Company";}
article #ar01 .inner{
  background: url(/image/info_job/img_ar01.jpg) right 40px/327px no-repeat;
  text-align: left;
}
article #ar01 .btn a{ font-size: 16px;}
@media screen and (max-width: 599px) {
  article #ar01 .inner{ background: none;}
  article #ar01 .text_top + p{padding-top: 0;}
  article #ar01 .text_top::after{
    content: "";
    display: block;
    padding-top: 70%;
    background: url(/image/info_job/img_ar01.jpg) center/cover no-repeat;
    margin: 1em auto 0;
  }
}
@media screen and (max-width: 320px) {
  article #ar01 .text_top + p{ padding-top: 170px;}
}


/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
#ar02
Company Profile
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°*/
article #ar02 h2::after{ content: "Company Profile";}

article #ar02 .inner { background: url(/image/info_job/img_company_profile.jpg) right 40px/327px no-repeat;}
article #ar02 .gaiyou{
  margin-top: 200px;
  margin-bottom: 25px;
}
article #ar02 .gyomu{
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
}
article #ar02 .gyomu + ul{
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: left;
}
article #ar02 .grow{
  text-align: center;
  color: #0092d8;
  letter-spacing: .15em;
  padding-top: 50px;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article #ar02 .grow dt,
article #ar02 .grow dd{
  width: 46%;
  margin-bottom: 55px;
}
article #ar02 .grow dt{
  font-size: 22px;
  box-sizing: border-box;
  line-height: 2;
}
article #ar02 .grow dt div{
  border: 2px solid #0092d8;
  padding: 3.5em 20px;
}

article #ar02 .grow dt span {
font-size: 13px;
}

article #ar02 .grow figcaption{
  font-size: 17px;
  padding-bottom: 20px;
}
article #ar02 .grow figure .w96{ max-width: 96%;}
article #ar02 .flex > .movie{
  width: 50%;
  position: relative;
  padding-top: 28.125%;
}

#ar02 > div > div.close > dl > dt > div > span {
  font-size: 13px;
}
@media screen and (max-width: 599px) {
/*     article #ar02 .inner { background: url(/image/info_job/img_company_profile.jpg) center 146px/90% no-repeat;} */
  article #ar02 .gaiyou{ margin-top: 0;}
  article #ar02 .inner { background: none;}
  article #ar02 .open::before {
    content: "";
    display: block;
    padding-top: 70%;
    background: url(/image/info_job/img_company_profile.jpg) center/cover no-repeat;
    margin: 2em auto;
  }
  article #ar02 .gyomu + ul{ margin-bottom: 15px;}
  article #ar02 .grow{ padding-top: 15px;}
  article #ar02 .grow dt,
  article #ar02 .grow dd { width: 100%;}
  article #ar02 .grow dt{
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  article #ar02 .grow dt div{ padding: 35px;}
  article #ar02 .flex > .movie{
    width: 100%;
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 320px) {
  article #ar02 .gaiyou { margin-top: 280px;}
  article #ar02 .grow dt div{ padding: 45px 10px;}
}


/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
#ar03
Environment to work
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°*/
article #ar03 h2::after{ content: "Environment to work";}

article #ar03 .inner{ text-align: left;}
article #ar03 nav.list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
article #ar03 nav.list ul li{
  width: 30%;
  position: relative;
}
article #ar03 nav.list ul li:first-child{
 background: url(/image/info_job/img_ar05_01.jpg?240802) left 35px/contain no-repeat;
}
article #ar03 nav.list ul li:nth-child(2){
 background: url(/image/info_job/img_ar05_02.jpg) left 35px/contain no-repeat;
}
article #ar03 nav.list ul li:nth-child(3){
 background: url(/image/info_job/img_ar05_03.jpg) left 35px/contain no-repeat;
}
article #ar03 nav.list ul li:last-child{
 background: url(/image/info_job/img_ar05_03_2.jpg) left 35px/contain no-repeat;
}
article #ar03 nav.list ul li .ttl{
  width: 86%;
  background: #1c236d;
  color: #fff;
  font-size: 15px;
  padding: 8px;
  text-align: center;
  box-sizing: border-box;
}
article #ar03 nav.list ul li a{
  display: block;
  margin-top: 140px;
  text-decoration: none;
  font-size: 15px;
  color: #333;
}
article #ar03 nav.list ul li a::after{
  content: "";
  width: 36px;
  height: 23px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_65%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2065%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.8%22%20height%3D%2226.8%22%20viewBox%3D%220%200%2026.8%2026.8%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_517%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20517%22%20width%3D%2226.8%22%20height%3D%2226.8%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_64%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2064%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_10%22%20data-name%3D%22%E3%83%91%E3%82%B9%2010%22%20d%3D%22M13.4.5A12.9%2C12.9%2C0%2C1%2C1%2C.5%2C13.4%2C12.9%2C12.9%2C0%2C0%2C1%2C13.4.5%22%20fill%3D%22%23fff%22%2F%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_6%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%206%22%20cx%3D%2212.9%22%20cy%3D%2212.9%22%20r%3D%2212.9%22%20transform%3D%22translate(0.5%200.5)%22%20fill%3D%22none%22%20stroke%3D%22%231c236d%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011%22%20d%3D%22M9.8%2C19.5V6.8l11.1%2C6.3Z%22%20fill%3D%22%231c236d%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right top/contain no-repeat;
  display: inline-block;
  vertical-align: -5px;
}
article #ar03 nav.list ul li a:hover::after{ width: 38px;}
article #ar03 article{ margin-bottom: 80px;}
article #ar03 article h4{
  border-top: 2px solid #1c236d;
  margin-bottom: 30px;
  font-weight: normal;
}
article #ar03 article h4 div{
  width: 20%;
  background: #1c236d;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

article #ar03 article#li04 > h4 > div {
  width: 30%;
}

#li04 > p {
  font-size: 13px;
  margin-top: 1em;
}

#li04 > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

#li04 > ul li {
  width: 30%;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
}

#li04 > ul > li figure {
  margin-bottom: 10px;
}

article #ar03 article .img{
  width: 40%;
  margin-bottom: 35px;
}

article #ar03 article .text_left{
  float: left;
  width: 57%;
  padding-right: 3%;
}
article #ar03 article .text_right{
  float: right;
  width: 57%;
  padding-left: 3%;
}
article #ar03 article .text_top + .text_left{
  float: none;
  width: auto;
  padding-right: 0;
  margin-right: 42%;
}
article #ar03 #li01{
  background: url(/image/info_job/img_ar05_04.jpg?240802) right 110px/40% no-repeat;
  overflow: hidden;
}
/*article #ar03 #li01 */.books{
  background: #ecf5fc;
  padding: 25px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
  font-size: .95em;
}
article #ar03 #li01 .books dl{
  clear: both;
  width: 48%;
}
article #ar03 #li01 .books .book_img{
  float: left;
  width: 23%;
}
article #ar03 #li01 .books dt,
article #ar03 #li01 .books dd:not(.book_img){ margin-left: 25%;}
article #ar03 #li01 .books dt{
  font-size: 15px;
  margin-bottom: 10px;
}
article #ar03 #li01 .books .author{ margin-bottom: 25px;}
article #ar03 #li01 .books .date{ line-height: 1.3;}

article #ar03 #li02 .flow{ text-align: center;}
article #ar03 #li02 .flow > li{
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px dashed #adadad;
  margin-bottom: 60px;
}
article #ar03 #li02 .flow > li:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}
article #ar03 #li02 .flow > li::before{
  content: "";
  display: block;
  border: 2px solid #0092d8;
  border-bottom: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  height: 20px;
  margin-bottom: 20px;
}
article #ar03 #li02 .flow > li::after{
  content: "";
  border: 10px solid transparent;
  border-top: 18px solid #0092d8;
  position: absolute;
  bottom: -20px;
  left: 49%;
  display: block;
  background: #fff;
}
article #ar03 #li02 .flow > li:last-child::after{ content: none;}
article #ar03 #li02 .flow > li h5{
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: normal;
  letter-spacing: .15em;
}
article #ar03 #li02 .flow > li h5::before{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 5px 20px;
  background: #0092d8;
  color: #fff;
  text-align: center;
  width: 12%;
  top: -13px;
  font-family: 'Josefin Slab', serif;
  font-size: 17px;
  letter-spacing: 0.1em;
}
article #ar03 #li02 .flow > li:first-child h5::before{ content: "Step 1";}
article #ar03 #li02 .flow > li:nth-child(2) h5::before{ content: "Step 2";}
article #ar03 #li02 .flow > li:last-child h5::before{ content: "Step 3";}
article #ar03 #li02 .flow > li .point{
  width: 56%;
  background: #cde3f6;
  color: #0092d8;
  padding: 5px;
  margin: 0 auto 20px;
  font-size: 18px;
  position: relative;
  letter-spacing: .15em;
}
article #ar03 #li02 .flow > li .point span{
  position: absolute;
  top: -25px;
  font-size: 14px;
  left: 0;
  right: 0;
}
article #ar03 #li02 .flow > li .list_point{
  display: flex;
  margin-top: 80px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #adadad;
  margin-bottom: 60px;
  justify-content: space-between;
}
article #ar03 #li02 .flow > li .list_point li + li{ position: relative;}
article #ar03 #li02 .flow > li .list_point li + li::before{
  content: "\ff0b";
  position: absolute;
  left: -25px;
  font-size: 28px;
  color: #0091d8;
}
article #ar03 #li02 .flow > li .list_point::after{
  content: "";
  border: 10px solid transparent;
  border-top: 18px solid #0092d8;
  position: absolute;
  bottom: 78px;
  left: 49%;
  display: block;
  background: #fff;
}
article #ar03 #li02 .flow > li .list_point li{ width: 48%;}
article #ar03 #li02 .flow > li .list_point .point{ width: 83%;}
article #ar03 #li02 .flow > li .list_point + .point{
  color: #d7063a;
  background: #f5cfc7;
}

article #ar03 #li03 dd ul{
  display: flex;
  flex-direction: column;
  height: 150px;
  flex-wrap: wrap;
}
article #ar03 #li03 dl li{
  width: 46%;
  list-style: disc outside;
  margin-left: 20px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  article #ar03 #li02 .flow > li .list_point::after{ bottom: 78px;}
}
@media screen and (max-width: 599px) {
  article #ar03 .text_top{ text-align: left;}
  article #ar03 nav.list ul{ margin-bottom: 25px;}
  article #ar03 nav.list ul li{
    width: 46.5%;
    margin-bottom: 25px;
  }
  article #ar03 nav.list ul li:first-child,
  article #ar03 nav.list ul li:nth-child(2),
  article #ar03 nav.list ul li:nth-child(3),
  article #ar03 nav.list ul li:last-child{ background-position: left 1.5em;}

  article #ar03 nav.list ul li .ttl{
    width: 85%;
    font-size: 13px;
    padding: 4%;
  }

  article #ar03 nav.list ul li:last-child .ttl{
    width: 85%;
    font-size: 12px;
    padding: 4%;
  }

  article #ar03 nav.list ul li a{
    margin-top: 8em;
    font-size: 14px;
  }
  article #ar03 nav.list ul li a::after{
    width: 20px;
    height: 13px;
    vertical-align: -2px;
  }
  article #ar03 article { margin-bottom: 40px;}
  article #ar03 article h4 div{
    width: 43%;
    font-size: 16px;
    padding: 3%;
  }
  article #ar03 article .text_left{
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 15px;
  }
  article #ar03 article .text_right{
    float: none;
    width: 100%;
    padding-left: 0;
    padding-bottom: 15px;
  }
  article #ar03 article .img{
    width: 100%;
    margin-bottom: 15px;
  }

  article #ar03 #li01{ background: none;}
  article #ar03 #li01 .text_top::after{
    content: "";
    display: block;
    padding-top: 70%;
    background: url(/image/info_job/img_ar05_04.jpg?240802) center/cover no-repeat;
    margin: 2em auto;
  }
  article #ar03 article .text_top + .text_left{
    margin-right: 0;
    margin-top: 0;
  }
  article #ar03 #li01 .books{ padding: 10px 8px 0;}
  article #ar03 #li01 .books dl{
    width: 100%;
    margin-bottom: 12px;
    font-size: 12px;
  }
  article #ar03 #li01 .books dt{ font-size: 14px;}
  article #ar03 #li01 .books .author{ margin-bottom: 10px;}
  article #ar03  #li01 .img + .f_left{ display: none;}
  article #ar03  #li01 .f_left + .text_right{
    background: url(/image/info_job/img_ar05_06.jpg) center bottom/100% no-repeat;
    padding-bottom: 240px;
  }

  article #ar03 #li02 .flow > li{
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  article #ar03 #li02 .flow > li::before{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 10px;
  }
  article #ar03 #li02 .flow > li::after{
    border: 5px solid transparent;
    border-top: 8px solid #0092d8;
    bottom: -10px;
  }
  article #ar03 #li02 .flow > li h5::before{ width: 21%;}
  article #ar03 #li02 .flow > li h5{
    font-size: 12px;
    margin-bottom: 20px;
  }
  article #ar03 #li02 .flow > li .point{
    width: 85%;
    font-size: 14px;
    margin: 0 auto 12px;
  }
  article #ar03 #li02 .flow > li .point span{ font-size: 14px;}
  article #ar03 #li02 .flow > li .list_point{
    margin-top: 50px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  article #ar03 #li02 .flow > li .list_point::after{
    border: 5px solid transparent;
    border-top: 8px solid #0092d8;
    bottom: 100px;
  }
  article #ar03 #li02 .flow > li .list_point .point span{
    letter-spacing: 0;
    top: -35px;
  }
  article #ar03 #li02 .flow > li .list_point li + li::before{
    left: -.8em;
    font-size: 20px;
    line-height: 2;
  }
  article #ar03 #li02 .flow > li .list_point li:first-child .point{
    margin-top: .5em;
    margin-bottom: 2em;
  }
  article #ar03 #li02 .flow > li .list_point li:first-child .point span{ top: -41px;}


  article #ar03 #li03 dd ul {
    flex-direction: inherit;
    height: auto;
  }
  article #ar03 #li03 dl li{ width: 100%;}

  article #ar03 article#li04 > h4 > div { width: fit-content;}

  #li04 > p {
    font-size: 14px;
    margin-top: 1em;
  }

  #li04 > ul {
    display: block;
    width: auto;
  }
  #li04 > ul li {
    width: auto;
    display: grid;
    grid-template-columns: 40% 60%;
    column-gap: 10px; 
    font-size: 14px;
    line-height: 1.4;
  }
  #li04 > ul li + li { margin-top: 10px;}
}
@media screen and (max-width: 320px) {
  article #ar03 article .text_top + .text_left{ margin-top: 200px;}
  article #ar03 nav.list ul li a{ margin-top: 7em;}
  article #ar03  #li01 .f_left + .text_right{ padding-bottom: 200px;}
}


/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
#ar04
Entry
°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°*/
article #ar04 h2::after{ content: "Entry";}

article #ar04 .inner{ text-align: left;}
article #ar04 .category .text_top{
  letter-spacing: 0;
  font-size: 16px;
}
article #ar04 .category .books{ align-items: center;}
article #ar04 .category .books > p{
  width: 60%;
  font-size: 15px;
}
article #ar04 .category .books > img{ width: 11%;}

article #ar04 .category dd{ margin-bottom: 60px;}
article #ar04 .category dd .list_work{
  border-top: 1px solid #727171;
  margin-bottom: 1em;
}
article #ar04 .category dd .list_work li{
  border: 1px solid #727171;
  border-top: none;
  padding: 20px;
  box-sizing: border-box;
}
article #ar04 .category dd .list li::before{
  content: "\025cf";
  margin-right: 5px;
}
article #ar04 .category dd .list_work h4{
/*    position: relative;*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}
article #ar04 .category dd .list_work h4 .ttl{
  font-size: 16px;
  width: 50%;
}
article #ar04 .category dd .list_work h4 .slide,
article #ar04 .category dd .list_work a.link{
/*    position: absolute;
  right: 0;*/
  color: #0091d8;
  cursor: pointer;
  text-decoration: underline;
  font-size: 13px;
  font-weight: normal;
}
article #ar04 .category dd .list_work h4 .slide::after{ content: "\0bb";}
article #ar04 .category dd .list_work h4 .slide.up::after{
  transform: rotate(-90deg);
  display: inline-block;
  border-left: 1px solid;
  padding-left: 2px;
  padding-right: 4px;
}
article #ar04 .category dd .list_work h4 + .none{ display: none;}
article #ar04 .category dd .list_work h4 + p{ padding-top: 20px;}
article #ar04 .category dd .frame{
  border: 2px solid #0092d8;
  padding: 30px 0 30px 135px;
  box-sizing: border-box;
}
article #ar04 .category dd .list_work a.link{
  text-align: right;
  display: block;
}

#ar04 > div > div.close > dl > dd:nth-child(3) > div {
line-height: 1.4;
}

#ar04 > div > div.close > dl > dd:nth-child(3) > div > span {
font-size: 12px;
}

#ar04 > div > div.close > dl > dd:nth-child(3) > div > strong a
 {
  color: #0091d8;
  text-decoration: underline;
  font-size: 13px;
  font-weight: normal;
}

article #ar04 .category dd .frame li{
  font-size: 17px;
  line-height: 2;
}
article #ar04 .category dd .income{
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  color: #0092d8;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  align-items: center;
}
article #ar04 .category dd .income li{
  width: 30%;
  border: 2px solid #0092d8;
  padding: 30px 5px;
  box-sizing: border-box;
  position: relative;
}
article #ar04 .category dd .income li:first-child{ padding: 18px 5px;}
article #ar04 .category dd .income li span.caution{
  position:absolute;
  left: 0;
  bottom: -50px;
  color: #333;
  font-size: 10px;
}
article #ar04 .category dd p.caution{
  background: #d8e9f8;
  padding: 20px;
  font-size: 13px;
  margin-bottom: 40px;
}
article #ar04 .category dd p.bold{
  color: #1c236d;
  font-weight: 600;
  line-height: 2;
  font-size: 20px;
  text-align: center;
}

article .poricy{
  margin-bottom: 25px;
  width: 100%;
  height:180px;
  border: 1px solid #231815;
  padding: 10px;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling:touch;
}
article .poricy::-webkit-scrollbar {
  background:#ccc;
  width:10px;
}
article .poricy::-webkit-scrollbar-thumb {
  background:#888;
  width:10px;
}
article .poricy::-webkit-scrollbar-track-piece {
  background: #fff;
}
article .poricy iframe{
  width:100%;
  height:100%;
  border:none;
  display:block;
}
article .poricy ul {
  margin-bottom: 1em;
}
article .poricy .heading-02 {
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  article #ar04 .category dd .list_work a.link{ font-size: 14px;}

  article #ar04 .category .text_top{
    font-size: 14px;
    padding-bottom: 0;
  }
  article #ar04 .category .books > p{
    width: 100%;
    font-size: 12px;
  }
  article #ar04 .category .books > img{ width: 23%;}
  article #ar04 .category dd { margin-bottom: 35px;}
  article #ar04 .category dd .frame{ padding: 15px;}
  article #ar04 .category dd .frame li{ font-size: 14px;}
  article #ar04 .category dd .income{
    width: 100%;
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 35px;
  }
  article #ar04 .category dd .income li{ padding: 15px 5px;}
  article #ar04 .category dd .income li:first-child{ padding: 8px 5px;}
  article #ar04 .category dd .income li span.caution{ bottom: -62px;}
  article #ar04 .category dd .list_work li{ padding: 8px 10px;}
  article #ar04 .category dd .list_work h4 .ttl{ width: 65%; font-size: 16px;}
  article #ar04 .category dd .list_work h4 .closed{font-size: 12px;padding-top: 5px;}
  article #ar04 .category dd .list_work h4 .slide{
    width: 35%;
    font-size: 12px;
    text-align: right;
  }
  article #ar04 .category dd p.caution{ margin-bottom: 30px;}
  article #ar04 .category dd p.bold{ font-size: 15px;}

  #ar04 > div > div.open > dl > dd:nth-child(3) > div {
  line-height: 1.4;
  }

  #ar04 > div > div.open > dl > dd:nth-child(3) > div > span {
  font-size: 12px;
  }

  #ar04 > div > div.open > dl > dd:nth-child(3) > div > strong a
  {
    color: #0091d8;
    text-decoration: underline;
    font-size: 13px;
    font-weight: normal;
  }

  article .poricy{ height: 120px;}
}
@media screen and (max-width: 320px) {
  article #ar04 .category dd .income li:last-child{ padding: 22px 5px;}
}

