@charset "utf-8";

/* reset css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1.5;
}
p, img, strong, dl, dt, dd, ol, ul, li, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  color: #4171A8;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
a:hover {
  text-decoration: none;
  transition: .3s;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/* /reset css */

/* common */
img {
  max-width: 100%;
  height: auto;
}
body {
  letter-spacing: 1px;
  font-family: 'Noto Sans JP', sans-serif;
  color: rgba(51, 62, 72, 1);
  background: #fff;
}

@media all and (-ms-high-contrast:none) {
  body {
    font-family: 'Noto Sans JP', sans-serif;
  }
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
/* /common */

/* header */
div#logo {
  max-width: 965px;
  height: 80px;
  padding-top: 18px;
  margin: auto;

}
div#logo img {
  height: 56px;
}
header {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
div#head {
  display: block;
  width: 100%;
  height: 500px;
  background: url(../img/main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
div#headin {
  max-width: 965px;
  width: 100%;
  padding: 65px 0 0;
  margin: auto;
  position: relative;
}
div#headin h1 {
  color:  #fff;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.25;
  padding: 25px 0;
  filter: drop-shadow(0px 0px 30px #232F3E);
}
div#headin h1 span {
  font-size: 30px;
}
.headline {
  max-width: 570px;
  background: #fff;
  font-weight: bold;
  padding: 15px 0;
  margin: auto;
  position: relative;
}
.headline .point {
  background: #FF6201;
  color: #fff;
  font-size: 20px;
  padding: 0 5px 2px;
  transform: rotate(-15deg);
  position: absolute;
  top: -10px;
  left: -35px;
}
.headline p:not(.point) {
  font-size: 30px;
}
.headline p:not(.point) span {
  display: block;
  font-size: 36px;
  text-decoration: underline;
  text-decoration-color: rgba(255, 172, 46, 0.5);
  text-decoration-thickness: 10px;
  text-underline-offset: -5px;
}
/* /header */

/* footer */
footer {
  display: flex;
  justify-content: space-between;
  max-width: 965px;
  padding: 0 0 130px;
  margin: 80px auto 0;
}
footer .copyringt {
    font-size: 11px;
}
footer .hours {
    font-size: 12px;
}
/* /footer */

/* btn */
.btn_cv {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 965px;
  margin: 15px auto;
}
.btn_cv li {
  width: calc(( 100% - 25px )/2);
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
  text-decoration: none;
  text-align: center;
  margin: auto;
  filter: drop-shadow(0px 5px 5px rgba(30, 30, 30, 0.1));
  position: relative;
}
.btn.h70 {
  height: 70px;
  font-size: 26px;
}
.btn.h80 {
  width: 100%;
  max-width: 470px;
  height: 80px;
  font-size: 30px;
}
.btn.search:hover,
.btn.entry:hover {
  background: #fff;
}
.btn.search {
  background: linear-gradient(180deg, #3D96FF 0%, #007AFF 64%, #005EDC 100%);
}
.btn.search:hover {
  border: 2px solid #007AFF;
  color: #007AFF;
}
.btn.entry {
  background: linear-gradient(180deg, #FF8801 0%, #FF7501 64%, #FF6102 100%);
}
.btn.entry:hover {
  border: 2px solid #FF6102;
  color: #FF6102;
}
.btn.entry span span {
  display: block;
  font-size: 20px;
}
.btn.h80.search {
  padding-left: 50px;
}
.btn.h80.search::after {
  width: 75px;
  height: 75px;
  background: url(../img_n/ico_search.png) no-repeat;
  background-size: contain;
  left: 15px;
}
.btn.h80.search:hover:after {
  background: url(../img_n/ico_search_h.png) no-repeat;
  background-size: contain;
}
.btn.h80.search::after,
.btn.entry::after {
  content: "";
  display: block;
  position: absolute;
}
.btn.entry::after {
  background: url(../img_n/ico_entry.png) no-repeat;
  background-size: contain;
  left: 40px;
}
.btn.h80.entry:after {
  width: 60px;
  height: 60px;
}
.btn.h70.entry:after {
  width: 50px;
  height: 50px;
}
.btn.entry {
  padding-left: 30px;
}
/* /btn */

h2 {
  display: block;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  padding: 100px 0 50px;
}
.lead {
  font-weight: bold;
}
.attention {
  font-size: 15px;
}
section {
  max-width: 965px;
  margin: auto;
}

.wrapper_about .intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper_about .intro p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background: #FED57F;
  font-size: 30px;
  line-height: 1.25;
  text-align: center;
}
.wrapper_about .intro::after {
  content: "";
  display: block;
  width: 100px;
  height: 20px;
  background: #FED57F;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.wrapper_about .comments {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.wrapper_about .comments dl {
  width: calc(( 100% - 15px )/2);
  background: #F5F3EF;
  border-radius: 20px;
  padding: 15px 25px 25px 25px;
}
.wrapper_about .comments dl img {
  margin-left: 5px;
}
.wrapper_about .comments dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FF6201;
  font-size: 30px;
  line-height: 1.25;
}
.wrapper_about .comments dd {
  font-size: 20px;
}
.wrapper_about .feature {
  margin: 0 20px 100px;
}
.wrapper_about .feature .lead {
  background: url(../img_n/ico03.png) no-repeat center left;
  background-size: 60px;
  font-size: 36px;
  padding: 15px 0 15px 75px;
}
.wrapper_about .feature .attention {
  margin-top: 20px;
}
.wrapper_about .label {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 15px;
}
.wrapper_about .label li {
  display: inline-block;
  background: #fff;
  border: 2px solid #FFAC2E;
  font-weight: bold;
  font-size: 15px;
  padding: 1px 15px 3px;
}

#wrapper_Joblist {
  max-width: 540px;
}
#wrapper_Joblist dt {
  display: flex;
  align-items: center;
  height: 50px;
  background: #D7EBFB;
  border-top: 2px solid #fff;
  padding: 0 20px;
}
#wrapper_Joblist dd {
  padding: 5px 20px 30px;
}
#wrapper_Joblist :last-child dd {
  padding-bottom: 0;
}
#wrapper_Joblist dd a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 15px;
}

/* accordion */
#wrapper_Joblist dd {
  display: none;
}
#wrapper_Joblist dt {
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}
/* ＋ */
#wrapper_Joblist dt::before,
#wrapper_Joblist dt::after {
  content: "";
  position: absolute;
  top: 50%;
  background: #333E48;
}
#wrapper_Joblist dt::before {
  width: 15px;
  height: 2px;
  right: 20px;
  transform: translateY(-50%);
}
#wrapper_Joblist dt::after {
  width: 2px;
  height: 15px;
  right: 26.5px;
  transform: translateY(-50%);
}
/* － */
#wrapper_Joblist .open dt::after {
  display: none;
}

.wrapper_CTA {
  background: #FFF3CC;
  padding: 50px 0;
}
.wrapper_CTA section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.wrapper_CTA .lead {
  font-size: 30px;
}

.wrapper_entry {
  background: #F5F3EF;
  padding-bottom: 100px;
  margin-top: 100px;
}
.wrapper_entry ul {
  display: flex;
  justify-content: space-between;
}
.wrapper_entry li {
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
}
.wrapper_entry .lead.step1 {
  background: url(../img_n/ico01.png) no-repeat;
}
.wrapper_entry .lead.step2 {
  background: url(../img_n/ico02.png) no-repeat;
}
.wrapper_entry .lead.step3 {
  background: url(../img_n/ico03.png) no-repeat;
}
.wrapper_entry .lead.step1,
.wrapper_entry .lead.step2,
.wrapper_entry .lead.step3 {
  background-position: bottom 10px center;
}
.wrapper_entry .lead {
  font-size: 36px;
}
.wrapper_entry .lead span {
  display: block;
  font-size: 20px;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .wrapper_about .comments {
    padding: 25px 0 35px;
  }
  #wrapper_Joblist dt {
    font-size: 22px;
  }
  #wrapper_Joblist dd {
    font-size: 20px;
  }
  .wrapper_entry li {
    width: calc(( 100% - 50px )/3);
    padding: 40px 20px;
  }
  .wrapper_entry .lead {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 240px;
    text-align: center;
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .wrapper {
    width: 100%;
    overflow-x: hidden !important;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  div#logo {
    height: 50px;
    padding: 12px 10px 0;
  }
  div#logo img {
    height: 35px;
  }
  div#head {
    display: block;
    width: 100%;
    height: 320px;
    background: url(../img/main.sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  div#headin {
    width: calc(100% * 355 / 375);
    padding: 40px 0px 0px 0px;
  }
  div#headin h1 {
    font-size: 30px;
    padding: 10px 0 15px;
  }
  div#headin h1 span {
    font-size: 20px;
  }
  .headline {
    max-width: calc(295 / 375 * 100%);
  }
  .headline .point {
    font-size: 14px;
    left: -20px;
  }
  .headline p:not(.point) {
    font-size: 17px;
  }
  .headline p:not(.point) span {
    font-size: 20px;
    text-decoration-thickness: 5px;
    text-underline-offset: -2px;
  }
  footer {
    justify-content: space-between;
    display: block;
    width: 100%;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 15px 0 80px;
    margin: 60px auto 0;
  }
  footer div + div {
    margin-top: 20px;
  }
  footer .copyringt {
    margin-top: 5px;
  }
  footer img {
    margin: 0 auto 10px;
  }

  .btn_wrap {
    width: 100%;
    margin: 5px auto 0;
    }
  .btn_cv {
    margin: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .btn_cv a:hover {
    opacity: 1;
  }
  .btn_cv li {
    width: calc(( 100% - 5px )/2);
  }
  .btn.h70 {
    height: 50px;
    font-size: 14px;
  }
  .btn.h80 {
    max-width: calc(280 / 375 * 100%);
    height: 60px;
    font-size: 18px;
  }
  .btn.entry span span {
    font-size: 11px;
  }
  .btn.h80.search {
    padding-left: 25px;
  }
  .btn.h80.search::after {
    width: 40px;
    height: 40px;
    left: 5px;
  }
  .btn.h80.entry:after {
    width: 45px;
    height: 45px;
    left: 10px;
  }
  .btn.h70.entry:after {
    width: 35px;
    height: 35px;
    left: 5px;
  }
  .btn.entry {
    padding-left: 30px;
  }
  
  h2 {
    font-size: 28px;
    padding: 40px 0 20px;
  }
  .attention {
    font-size: 11px;
  }
  section {
    width: 100%;
  }
  .wrapper_about .intro p {
    font-size: 22px;
  }
  .wrapper_about .intro::after {
    width: 100%;
    height: 15px;
  }
  .wrapper_about .comments {
    padding: 20px 10px 25px;
  }
  .wrapper_about .comments dl {
    width: 100%;
    padding: 10px 15px 20px 20px;
  }
  .wrapper_about .comments dt {
    font-size: 22px;
  }
  .wrapper_about .comments dt img {
    width: 70px;
    height: 70px;
  }
  .wrapper_about .comments dd {
    font-size: 15px;
  }
  .wrapper_about .feature {
    margin: 0 10px 60px;
  }
  .wrapper_about .feature .lead {
    background-size: 45px;
    font-size: 26px;
    padding: 15px 0 15px 55px;
  }
  .wrapper_about .feature .attention {
    margin-top: 15px;
  }
  .wrapper_about .label {
    gap: 5px;
    margin: 8px 0 10px;
  }
  .wrapper_about .label li {
    font-size: 13px;
    padding: 2px 5px 3px;
  }
  #wrapper_Joblist dt {
    padding: 0 15px;
  }
  #wrapper_Joblist dd {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrapper_CTA {
    padding: 30px 0;
  }
  .wrapper_CTA .lead {
    font-size: 22px;
  }
  .wrapper_entry {
    padding: 0 10px 60px;
    margin-top: 60px;
  }
  .wrapper_entry ul {
    flex-direction: column;
    gap: 20px;
  }
  .wrapper_entry li {
    padding-bottom: 30px;
  }
  .wrapper_entry .lead.step1,
  .wrapper_entry .lead.step2,
  .wrapper_entry .lead.step3 {
    background-size: 60px;
    background-position: center left;
  }
  .wrapper_entry .lead {
    font-size: 26px;
    padding: 20px 0 20px 70px;
    margin-left: 15px;
  }
  .wrapper_entry .lead span {
    font-size: 16px;
  }
  .wrapper_entry .lead + p {
    padding: 0 20px;
  }
}

.fixed-btn__area {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 8px #ccc;
}
.fixed-btn__area .btn_wrap {
  margin-top: 0;
  position: relative;
}
#btn_pagetop {
  width: 50px;
  height: 50px;
  background: url(../img_n/ico_arw.png) no-repeat rgba(51, 62, 72, 0.5) center;
  border-radius: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: -100px;
  right: 30px;
  box-shadow: 0px 0px 8px #CCCCCC;
}
#btn_pagetop:hover {
  background-color: rgba(51, 62, 72, 1);
}
@media (max-width: 767px) {
  #btn_pagetop {
    width: 40px;
    height: 40px;
    background-size: 24px;
    top: -60px;
    right: 10px;
  }
}
