@charset "utf-8";
/* CSS Information =========================================
   pages.css
========================================================= */

/* =========================================================
   pages.css
========================================================= */
/* index ===================================================
   template
   common
   home
   privacypolicy
   company
   job_infolist
   life
   contact
   thanks
========================================================= */

/* template
----------------------------------------------- */
@media (max-width: 833px) {
}
@media (min-width: 834px) {
}
@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}


/* common
----------------------------------------------- */
.home .heading-1,
.home .sec-lv-2 > .inner-sec {
  padding-bottom: 4em;
}

.home .sec-lv-2 {
  width: 100%;
}


.home .sec-recruitment > .inner-sec {
  background-color: var(--main-color);
}

.home .heading-2 {
  margin-bottom: 3em;
  padding-top: 4em;
  text-align: center;
}

.home .sec-home > .inner-sec > .heading-1 > ._pt,
.home .heading-2 ._pt {
  font-size: min(12vw, 4em);
  line-height: 1.2;
  animation: fadeIn linear;
  animation-timeline: view();
  animation-range: entry 0% cover 50%;
}

.home .sec-home > .inner-sec > .heading-1 > ._jp,
.home .heading-2 ._jp {
  font-size: 1.25em;
  margin-top: 0.5rem;
}

.home .sec-strongpoint .heading-2 {
  color: var(--main-color);
}

.home .sec-recruitment .heading-2 {
  color: #fff;
}

.home .sec-home > .inner-sec > ._top_image ._line_btn > a {
  background-color: var(--a1-color);
  border-radius: 1.5em;
  border-bottom: 4px solid #1e5937;
  color: #fff;
  display: block;
  font-weight: normal;
  text-align: center;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  position: absolute;
    top: 50%;
    right:  calc(50% - 120px);
    width: 240px;
  transition: .4s;
}

.home .sec-home > .inner-sec > ._top_image ._line_btn > a:hover {
  margin-top: 2px;
  border-bottom: 2px solid #1e5937;
}

._ptpage_btn > a,
._homepage_btn > a,
._btn > p > input {
  background-color: var(--a2-color);
  border-radius: 1.5em;
  border-bottom: 4px solid #c1511e;
  color: #fff;
  display: block;
  font-weight: normal;
  margin: 2em auto 0;
  text-align: center;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
    width: 240px;
  transition: .4s;
}

._ptpage_btn > a:hover,
._homepage_btn > a:hover,
._btn > p > input:hover {
  margin-top: calc(2em + 2px);
  border-bottom: 2px solid #c1511e;
}

.lower-page .heading-1 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 4em;
  position: relative;
}

.lower-page .heading-1 .heading_en {
  color: #efefef;
  font-family: "Futura", "Trebuchet MS", Arial, sans-serif;
  font-weight: 900;
  position: absolute;
    top: 50%; 
    left: 50%; 
  transform: translate(-50%, -50%);
  z-index: -1;
}

.lower-page .heading-1 .heading_jp_main {
  display: block;
  font-size: 3em;
}

.lower-page .heading-1 .heading_jp_sub {
  display: block;
  font-size: 1em;
}

.lower-page .heading-1 .heading_jp_sub::before {
  content: '';
  border-top: solid 1px var(--main-color);
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  height: 8px;
}

.company .heading-2,
.job_info .heading-2,
.sec-life .heading-2 {
  color: var(--main-color);
  display: flex; 
    align-items: center;
    text-align: center;
  font-size: 1.5em;
  margin-bottom: 2em;
  margin-top: 2em;
  width: 100%;
}

.company .heading-2 > span,
.job_info .heading-2 > span,
.sec-life .heading-2 > span {
  padding: 0 0.5em;
}

.company .heading-2::before,
.company .heading-2::after,
.job_info .heading-2::before,
.job_info .heading-2::after,
.sec-life .heading-2:before,
.sec-life .heading-2::after {
  content: '';
  flex-grow: 1;
  height: 2px;
  background: var(--main-color);
}

.company .sec-lv-3 {
  margin-bottom: 4em;
}

._job_type::before {
  content: '雇用形態：';
  color: var(--a1-color);
  font-size: 0.75em;
  margin-top: 0.5em;
}

._job_pay::before {
  content: '給与：';
  color: var(--a1-color);
  font-size: 0.75em;
  margin-top: 0.5em;
}

.job_point_cat {
  border: solid 1px var(--a1-color);
  border-radius: 4px;
   box-sizing: border-box;
  color: var(--a1-color);
  display: inline-block;
  font-size: 0.5em;
  padding: 1px 4px;
  margin-right: 4px;
  margin-top: 4px;
}

.company .sec-profile ._profile_list > dt,
.company .sec-profile ._profile_list > dd,
.job_info .sec-job_info_dat ._job_base_list > dt,
.job_info .sec-job_info_dat ._job_base_list > dd,
.job_info .sec-job_info_dat ._job_dat_list > dt,
.job_info .sec-job_info_dat ._job_dat_list > dd,
.company .sec-marginratelist ._actual_list > dt,
.company .sec-marginratelist ._actual_list > dd,
.company .sec-marginratelist ._career_list > dt,
.company .sec-marginratelist ._career_list > dd,
.company .sec-marginratelist ._legal_list > dt,
.company .sec-marginratelist ._legal_list > dd {
  border-top: solid 1px #ccc;
}

.company .sec-profile ._profile_list > dt:nth-child(1),
.company .sec-profile ._profile_list > dd:nth-child(2),
.job_info .sec-job_info_dat ._job_base_list > dt:nth-child(1),
.job_info .sec-job_info_dat ._job_base_list > dd:nth-child(2),
.job_info .sec-job_info_dat ._job_dat_list > dt:nth-child(1),
.job_info .sec-job_info_dat ._job_dat_list > dd:nth-child(2),
.company .sec-marginratelist ._actual_list > dt:nth-child(1),
.company .sec-marginratelist ._actual_list > dd:nth-child(2),
.company .sec-marginratelist ._career_list > dt:nth-child(1),
.company .sec-marginratelist ._career_list > dd:nth-child(2),
.company .sec-marginratelist ._legal_list > dt:nth-child(1),
.company .sec-marginratelist ._legal_list > dd:nth-child(2) {
  border-top: solid 0px #ccc;
}

@media (max-width: 833px) {
  .lower-page .heading-1 .heading_en {
    font-size: 3.5em;
  }

  .lower-page .heading-1 .heading_jp_main {
    font-size: 2em;
  }

  .lower-page .heading-1 .heading_jp_sub {
    font-size: 0.75em;
  }

}

@media (min-width: 834px) {
  .lower-page .heading-1 .heading_en {
    font-size: 6em;
  }
}

/* home
----------------------------------------------- */
.home .heading-1 > h1 {
  font-size: 5.5vw;
  padding: 2em 0;
}

.home .sec-home > .inner-sec > ._top_image {
  background-image: url(../img/home/topimage.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 560px;
}

.home .sec-home > .inner-sec > .heading-1::before {
  content: '';
  background-image: url(../img/home/backlineimage.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  margin-top: -100px;
  position: revert;
  width: 100%;
  height: 100px;
}

.home .sec-home > .inner-sec > .heading-1 {
  background: linear-gradient(180deg,rgba(255, 255, 255, 0) 90px, rgba(0, 61, 136, 1) 90px, rgba(0, 61, 136, 1) 100%);
  color: #fff;
  text-align: center;
}

.home .sec-strongpoint ._straonpoint_list {
  overflow: hidden;
}

.home .sec-strongpoint ._straonpoint_list > li {
  display: flex;
    flex-wrap: wrap;
    align-items: start;
  margin-top: 2em;
}

.home .sec-strongpoint ._straonpoint_list > li ._num {
  color: var(--a3-color);
  font-size: 4em;
  font-weight: 700;
  margin-top: -0.25em;
}

.home .sec-strongpoint ._straonpoint_list > li ._textarea {
  padding-left: 1em;
  width: calc(100% - 5em);
}

.home .sec-strongpoint ._straonpoint_list > li ._title {
  font-size: 1.25em;
}

.home .sec-about .inner-sec_contents ._textarea strong {
  background: #0404ba;
  background: linear-gradient(90deg,rgba(1, 1, 145, 1) 40%, rgba(44, 191, 49, 1) 100%);
  color: #fff;
  display: block;
  font-size: clamp( 1.2em, 4vw, 1.5em);
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 1em;
  text-align: center;
  width: 90%;
}

.home .sec-about .inner-sec_contents ._textarea > p {
  padding-bottom: 1em;
}

.home .slick-prev, .slick-next {
  z-index: 1;
}
.home .slick-prev:before, .slick-next:before {
  color: #000;
}
.home .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.home .slick-active {
  opacity: 1;
}
.home .slick-current {
  opacity: 1;
}

.home .slick-inner > a {
  border-radius: 8px;
  display: block;
  background-color: #fff;
  box-shadow: 0px 2px 8px #aaa ;
  margin: 0 1em;
  padding: 1em;
}

.home .slick-inner > a > .image {
  width: 100%;
  height: 24vw;
}

.home .slick-inner > a > .image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home .slick-inner > a ._title {
  margin-top: 1em;
}

.home .slick-prev {
  left: 8px;
}

.home .slick-next {
  right: 8px;
}

.home .slick-prev:before {
  content: '◀︎';
}

.home .slick-next:before {
  content: '▶︎';
}

.home .slick-prev:before,
.home .slick-next:before {
  color: var(--main-color);
  background-color: #fff;
  border-radius: 100%;
  display: block;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  text-align: center;
  width: 32px;
  height: 32px;
  z-index: 2;
}

@media (max-width: 833px) {
  .home .sec-about .inner-sec {
    animation: bg_move 40s linear infinite;
    background: url("../img/home/about_slide_sp.webp") repeat-x;
    background-size: 1528px 120px;
    background-position: bottom;
  }

  @keyframes bg_move {
    from { background-position-x: 0; }
    to { background-position-x: -1528px; }
  }

  .home .sec-about .inner-sec_contents ._textarea > p:nth-last-child(1) {
    padding-bottom: 120px;
  }
  
}

@media (min-width: 834px) {
  .home .sec-about .inner-sec {
    animation: bg_move 40s linear infinite;
    background: url("../img/home/about_slide.webp") repeat-y;
    background-size: 240px ;
  }

  @keyframes bg_move {
    from { background-position-y: 0; }
    to { background-position-y: -2032px; }
  }

  .home .sec-about {
    animation: bg_move_re 40s linear infinite;
    background: url("../img/home/about_slide.webp") repeat-y;
    background-size: 240px ;
    background-position: right;
    display: block;
  }

  @keyframes bg_move_re {
    from { background-position-y: -2032; }
    to { background-position-y: 0; }
  }

  .home .sec-about .inner-sec_contents ._textarea {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 8px #fff;
    margin: 1em auto;
    padding: 4em 1em;
    width: 540px;

  }

}
@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}

/* privacypolicy
----------------------------------------------- */
.privacypolicy .sec-privacypolicylist ._atention {
  margin-bottom: 2em;
}

.privacypolicy .sec-privacypolicylist ._privacypolicy_list {
  margin-left: 2em;
}

.privacypolicy .sec-privacypolicylist ._privacypolicy_list > li {
  list-style-type: decimal;
  margin-bottom: 3em;
}

.privacypolicy .sec-privacypolicylist ._privacypolicy_list > li h2 {
  background-color: #efefef;
  margin-bottom: 1em;
  margin-left: -2em;
  padding: 0.25em 1em 0.25em 2em ;
}

.privacypolicy .sec-privacypolicylist ._privacypolicy_list > li > ul {
  list-style: disc;
  margin-left: 1em;
  margin-top: 0.5em;
}

.privacypolicy .sec-privacypolicylist ._privacypolicy_list > li > ul > li {
  line-height: 1.8;
}

.privacypolicy .sec-privacypolicylist ._date {
  line-height: 1.5;
  text-align: right;
}

.privacypolicy .sec-privacypolicylist ._date ._atention {
  font-size: 0.75em;
}

.privacypolicy .sec-privacypolicylist .representative {
  margin-top: 3em;
  text-align: right;
}

.privacypolicy .sec-privacypolicylist {
  margin-bottom: 4em;
}


@media (max-width: 833px) {
}
@media (min-width: 834px) {
}
@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}


/* company
----------------------------------------------- */
.company .sec-profile ._profile_list,
.company .sec-marginratelist ._actual_list,
.company .sec-marginratelist ._career_list,
.company .sec-marginratelist ._legal_list {
  border: solid  1px #aaa;
  box-sizing: border-box;
  display: flex;
    flex-wrap: wrap;
  margin-bottom: 4em;
}

.company .sec-profile ._profile_list > dt,
.company .sec-marginratelist ._actual_list > dt,
.company .sec-marginratelist ._career_list > dt,
.company .sec-marginratelist ._legal_list > dt {
  background-color: #efefef;
  padding: 1em;
  width: 10em;
}

.company .sec-profile ._profile_list > dd,
.company .sec-marginratelist ._actual_list > dd,
.company .sec-marginratelist ._career_list > dd,
.company .sec-marginratelist ._legal_list > dd {
  padding: 1em;
  width: calc( 100% - 10em);
}

.company .sec-marginratelist .inner-sec_contents > ._text,
.company .sec-marginratelist .inner-sec_contents > ._date {
  margin-bottom: 1em;
}

.company .sec-marginratelist ._marginrate_list {
  margin-left: 1.5em;
}

.company .sec-marginratelist ._marginrate_list ._title {
  margin-bottom: 0.5em;
}

.company .sec-marginratelist ._marginrate_list > li > dl {
  margin-left: -1.5em;
}

.company .sec-philosophy strong,
.company .sec-philosophy ._messagearea > p ._pt {
  background: #0057da linear-gradient( var(--main-color), #499bcf);
  background-clip: text;
  color: transparent;
}

.company .sec-philosophy strong {
  display: block;
  font-size: clamp( 1.75em, 4vw, 2.5em );
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}

.company .sec-philosophy ._messagearea > p {
  margin-top: 2em;
  line-height: 1.3;
}

.company .sec-philosophy ._messagearea > p ._pt {
  font-size: 1.25em;
}

.company .sec-company {
  background: url("../img/company/rinen.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 833px) {
  .company .sec-company {
    padding-bottom: 144px;
  }
}

@media (min-width: 834px) {
  .company .sec-company {
    padding-bottom: 240px;
  }
}
@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}


/* job_infolist
----------------------------------------------- */

.job_infolist ._job_infolist_list {
  margin-bottom: 4em;
}

.job_infolist ._job_infolist_list > li {
  border: double 4px #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 2em;
}

.job_infolist ._job_infolist_list > li > a {
  display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.job_infolist ._job_infolist_list > li > a ._image {
  flex: 1;
    max-width: 320px;
}

.job_infolist ._job_infolist_list > li > a ._image img {
  object-fit: cover;
  width: 100%;
  height: 100%; 
}

.job_infolist ._job_infolist_list > li > a ._textarea {
  flex: 3;
  padding: 1em;
}


@media (max-width: 833px) {
  .job_infolist ._job_infolist_list > li > a ._textarea {
    flex: 1.6;
    padding: 1em;
  }
}
@media (min-width: 834px) {
}
@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}


/* job_info
----------------------------------------------- */
.job_info .sec-job_info_dat ._job_base {
  border: double 4px #aaa;
  display: flex;
    flex-wrap: wrap;
}

.job_info .sec-job_info_dat ._image {
  flex: 1;
  max-width: 240px;
}

.job_info .sec-job_info_dat ._job_base_list {
  box-sizing: border-box;
  display: flex;
    flex-wrap: wrap;
  flex: 3;
}

.job_info .sec-job_info_dat ._job_base_list > dt {
  background-color: #efefef;
  padding: 1em;
  width: 6em;
}

.job_info .sec-job_info_dat ._job_base_list > dd {
  padding: 1em;
  width: calc( 100% - 6em);
}

.job_info .sec-job_info_dat ._job_dat_list {
  border: solid  1px #aaa;
  box-sizing: border-box;
  display: flex;
    flex-wrap: wrap;
  margin-bottom: 4em;
}

.job_info .sec-job_info_dat ._job_dat_list > dt {
  background-color: #efefef;
  padding: 1em;
  width: 10em;
}

.job_info .sec-job_info_dat ._job_dat_list > dd {
  padding: 1em;
  width: calc( 100% - 10em);
}

.job_info .sec-job_info_dat .widget-title {
  margin-top: 3em;
}

.job_info .sec-job_info_dat .widget-title,
.sec-job_info .job-sidebar .widget-title {
  background-color: var(--main-color);
  border-radius: 2px;
  color: #fff;
  display: block;
  padding: 0.25em ;
  text-align: center;
  margin-bottom: 2em;
  width: 100%;
}

.sec-job_info .job-sidebar .sidebar-job-list > li {
  border-bottom: 1px dotted #aaa;
  margin-top: 1em;
  padding-bottom: 1em;
}

.sec-job_info .job-sidebar .sidebar-job-list .main_contents {
  display: flex;
    flex-wrap: wrap;
}

.sec-job_info .job-sidebar .sidebar-job-list ._image {
  box-shadow: 0px 1px 4px #ccc;
  flex: 1;
  padding: 4px;
}

.sec-job_info .job-sidebar .sidebar-job-list ._image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec-job_info .job-sidebar .sidebar-job-list .sidebar-job-text {
  flex: 1.4;
  line-height: 1.2;
  margin-left: 0.5em;
}

.sec-job_info .job-sidebar .sidebar-job-pay {
  font-size: 0.75em;
  margin: 0.5em 0;
}

.sec-job_info .job-sidebar .sidebar-widget.sidebar-cta {
  background-color: var(--a2-color);
  border-radius: 1em;
  color: #fff;
  font-size: 0.75em;
  margin: 2em auto;
  padding: 4px;
  text-align: center;
}

@media (max-width: 833px) {
  .sec-job_info .job-sidebar .sidebar-job-list ._image {
    flex: 1;
  }

  .sec-job_info .job-sidebar .sidebar-job-list .sidebar-job-text {
    flex: 4;
  }
}
@media (min-width: 834px) {
  .sec-job_info .inner-sec .inner-sec_contents {
    display: flex;
      flex-wrap: wrap;
  }

  .sec-job_info .inner-sec .sec-job_info_dat {
    width: calc( 100% - 320px);
  }

  .sec-job_info .inner-sec .job-sidebar {
    padding-left: 1em;
    padding-right: 1em;
    width: 320px;
  }
}
@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}


/* life
----------------------------------------------- */
.sec-life ._translation {
  display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sec-life ._translation::after {
  content: '';
  background-color: var(--main-color);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
}

.sec-life ._translation > li {
  background-color: var(--main-color);
  border-radius: 8px 8px 0 0;
  color: #fff;
  opacity: 0.5;
  padding: 4px;
  text-align: center;
  width: calc((100% - 1em) / 2 );
    max-width: 320px;
}

.sec-life ._translation > ._active {
  opacity: 1;
}

.sec-life ._translation > li > a {
  width: 100%;
  height: 100%;
}

.sec-life .heading-3 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 2em 0;
  text-align: center;
}

.sec-life .point-list {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.sec-life .point-list > li {
  line-height: 1.3;
}

.sec-life .point-list > li > ._title {
  color: var(--main-color);
  font-size: 1.25em;
  text-align: center;
}

.sec-life .point-list > li > p {
  margin-bottom: 0.5em;
}

.sec-life ._job_des-list {
  display: flex;
    flex-wrap: wrap;
}

.sec-life ._job_des-list > dt {
  border-radius: 50%;
  background-color: var(--main-color);
  color: #fff;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  font-size: clamp( 0.8em, 3vw, 2.5em);
  margin-bottom: 2em;
  position: relative;
  text-align: center;
}

.sec-life ._job_des-list > dt::before {
  content: '';
  background-color: var(--main-color);
  display: block;
  position: absolute;
    left: calc( 50% - 2px);
    bottom: -100px;
  width: 4px;
  height: 144px;
  z-index: -1;
}

.sec-life ._job_des-list > dt._fin::before {
  width: 0;
  height: 0;
}

.sec-life ._job_des-list > dd {
  display: flex;
    align-items: center;
}

.sec-life ._job_des-list > dd ._image {
  padding: 2em;
  height: 320px;
}

.sec-life ._job_des-list > dd ._image > img {
  object-fit: contain;
  height: 100%;
}

.sec-life ._message-list {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  margin-bottom: 4em;
}

.sec-life ._message-list > li {
  margin-top: 2em;
}

.sec-life ._message-list > li ._image {
  text-align: center;
  margin: auto;
  width: 40%;
}

.sec-life ._message-list > li ._image > img {
  object-fit: contain;
}

.sec-life ._message-list > li ._staff {
  color: var(--main-color);
  font-size: 0.75em;
  margin: 0.5em auto;
  text-align: center;
}


@media (max-width: 833px) {
  .sec-life ._job_des-list > dd ._image {
    padding: 0.5em;
  }

  .sec-life ._job_des-list > dt {
    width: 30vw;
    height: 30vw;
      max-width: 144px;
      max-height: 144px;
  }

  .sec-life ._job_des-list > dd {
    width: calc( 100% - 30vw - 1em);
      min-width: calc( 100% - 144px - 1em);
    height: 144px;
  }

  .sec-life .point-list > li {
    width: 40%;
  }

  .sec-life ._job_des-list > dd ._image {
    height: 144px;
  }

  .sec-life ._message-list > li {
    width: 45%;
  }

}

@media (min-width: 834px) {
  .sec-life .point-list > li {
    width: 22%;
  }

  .sec-life ._job_des-list > dt {
    width: 320px;
    height: 320px;
  }

  .sec-life ._job_des-list > dd {
    width: calc( 100% - 320px - 1em);
    height: 320px;
  }

  .sec-life ._job_des-list > dd ._image {
    height: 320px;
  }

  .sec-life ._message-list > li {
    width: 30%;
  }

}

@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}


/* contact
----------------------------------------------- */
.sec-contact ._definitions_list {
  margin-top: 2em;
}

.sec-contact {
  margin-bottom: 4em;
}

.sec-contact ._required {
  background-color: var(--main-color);
  border-radius: 4px;
  color: #fff;
  font-size: 0.5em;
  margin: auto 0.5em;
  padding: 0.25em 0.5em;
}

.sec-contact ._definitions_list > dl > dd {
  margin-bottom: 2em;
  margin-top: 0.5em;
}

.sec-contact ._definitions_list > dl > dd > input,
.sec-contact ._definitions_list > dl > dd > textarea {
  border: 1px solid var(--main-color);
  box-shadow: 0 2px 3px 2px rgba(144, 144, 144, 0.2) ;
  box-sizing: border-box;
  padding: 0.5em 0.5em ;
  width: 100%;
}

.sec-contact ._definitions_list > dl > dd ._list > ul {
  display: flex;
    flex-wrap: wrap;
}

.sec-contact ._definitions_list > dl > dd ._list > ul > li {
  margin-right: 4em;
  margin-bottom: 1em;
}

@media (max-width: 833px) {
}
@media (min-width: 834px) {
}
@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}


/* thanks
----------------------------------------------- */
.thanks .sec-thanksmess .inner-sec_contents > p {
  margin-bottom: 1em;
}

.thanks .sec-thanksmess .inner-sec_contents ._homepage_btn {
  margin: 4em auto;
}


@media (max-width: 833px) {
}
@media (min-width: 834px) {
}
@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}


/* aaa
----------------------------------------------- */
@media (max-width: 833px) {
}
@media (min-width: 834px) {
}
@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}


/* aaa
----------------------------------------------- */
@media (max-width: 833px) {
}
@media (min-width: 834px) {
}
@media (hover: hover) {
/* hover指定できるPCを想定したスタイル */
}
@media (hover: none) {
/* hoverが使えないタッチ端末を想定した装飾 */
}






/* end of file */