<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* CSS Document */
/*------------------------------------------------------
header
------------------------------------------------------*/
/* .to header {
  background: #018dc5;
}
.to .hamburger span {
  background: #fff;
}
.to #header.fixed .hamburger span {
  background: #018dc5;
}
.to .nav_li.mypage a {
  background: #fff;
  padding: 4px 16px;
  border-radius: 50px;
  color: #d18b00 !important;
  box-sizing: border-box; 	
  white-space: nowrap;	
}
.to .nav_li.mypage a img {
  margin-right: 4px;	
}
.to .h_nav .nav_li.mypage a{
padding: 4px 40px;
}

@media screen and (max-width:768px){
.to #header.fixed .hamburger.show span {
    background: #fff;
}
.to .nav_li.mypage a {
    padding: 6px 10px;
    font-size: 16px;
}	
} */
.bread_list {
  margin-top: 80px;
}

/*------------------------------------------------------
layout
------------------------------------------------------*/
.section {
  padding: 64px 0;
}

.section_inner {
  max-width: 1040px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.page_h1_title {
  font-size: min(4.5vw, 50px);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  margin-bottom: 72px;
  color: #018dc5;
}

.page_h1_title span {
  font-size: 18px;
  color: #018dc5;
  display: block;
  font-weight: normal;
  margin-top: -6px;
  padding-bottom: 4px;
}

.page_h1_title h1 {
  font-size: 18px;
  color: #018dc5;
  display: block;
  font-weight: normal;
  margin-top: -6px;
  padding-bottom: 4px;
}

.page_h1_title::after {
  content: "";
  width: 40px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #018dc5;
  border: solid 1px #018dc5;
}

.attention {
  /* border: 1px solid #1b1b1b; */
  /* background-color: rgb(247, 220, 220); */
  color: #333;
  padding: 20px 15px;
  border-radius: 8px;
  /* 半径8pxの角丸 */
  margin-bottom: 40px;
}

.attention p,.attention-befor p {
  font-size: 14px;
}

.attention h3,.attention-befor h3  {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.attention-befor{
  border: 1px solid #1b1b1b;
  color: #333;
  padding: 20px 15px;
  border-radius: 8px;
  /* 半径8pxの角丸 */
  margin-bottom: 40px;
}
#sec01 .section_inner {
  max-width: 100%;
}

.page_mv {
  display: flex;
  background-image: url("../../from/img/img_kv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 60px 0 70px 0;
  margin-bottom: 20px;
  z-index: 1;
  border-bottom: solid 12px #75dff1;
}

.page_mv::after {
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/img_kv.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  z-index: -1;
}

.page_mv_l {
  width: 43%;
  max-width: 510px;
}

.page_kv_lead {
  font-size: min(2.3vw, 28px);
  font-weight: 500;
  line-height: 1.8;
}

.kv_btn_wrap a {
  font-size: 15px;
  max-width: 320px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background-color: #d18b00;
  display: block;
  margin: 0 auto;
  border-radius: 100px;
  color: #fff;
  border: solid 2px #fff;
  text-decoration: none;
  background-image: url(../../img/arrow_btn_wh_r.png);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: 30px 9px;
  text-align: center;
}

.kv_btn_wrap a:hover {
  background-color: #fff;
  color: #d18b00;
  border: solid 2px #d18b00;
  background-image: url(../../img/arrow_btn_or_r.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 30px 9px;
  transition: 0.5s;
}

.kv_btn_wrap {
  margin-top: 22px;
}

.kv_btn_wrap a:last-child {
  margin-top: 10px;
}

.page_mv_r {
  width: 57%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  box-sizing: border-box;
}

.h1_page_title {
  position: absolute;
  top: 60px;
  left: 0;
  text-align: left;
}

.h1_page_title img {
  width: min(42.5vw, 510px);
}

.h2_title::after {
  content: "";
  width: 40px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #018dc5;
  border: solid 1px #018dc5;
}

.link_btn_wrap.col_wh a {
  background-color: #fff;
  color: #018dc5;
  background-image: url(../../img/arrow_btn_bl_r.png);
  border: solid 2px #fff;
}

.link_btn_wrap.col_wh a:hover {
  background-color: #018dc5;
  color: #fff;
  background-image: url(../../img/arrow_btn_wh_r.png);
  border: solid 2px #fff;
  transition: 0.5s;
}

.s_pickup .section {
  max-width: 1040px;
  margin: 0 auto;
}

.pickup .section {
  max-width: 1040px;
  margin: 0 auto;
}

.event .section {
  max-width: 1040px;
  margin: 0 auto;
}

.s_event .section {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (min-width:1300px) {
  .page_kv_lead {
    font-size: min(3.6vw, 36px);
    font-weight: 500;
    line-height: 1.8;
  }

  .page_mv_r {
    padding-right: 10%;
  }
}

@media screen and (max-width:1040px) {
  .section {
    padding: 64px 20px;
  }
}

@media screen and (max-width:768px) {
  .section {
    padding: 60px 20px;
  }

  #simulator {
    padding: 60px 20px 160px 20px;
  }

  #joblist {
    padding: 60px 20px 160px 20px;
  }

  .pickup #sec01 {
    padding: 60px 20px 160px 20px;
  }

  .event #sec01 {
    padding: 60px 20px 160px 20px;
  }

  .page_mv {
    display: block;
  }

  .page_mv {
    padding: 60px 30px 70px 0;
  }

  .page_kv_lead {
    font-size: 21px;
  }

  .h1_page_title {
    top: 40px;
    left: 0;
  }

  .page_h1_title {
    font-size: 40px;
    letter-spacing: 0.05em;
  }

  .page_mv_r {
    justify-content: center;
    max-width: 100%;
  }

  .page_kv_lead {
    font-size: 23px;
  }
}

@media screen and (max-width:414px) {
  .h1_page_title img {
    width: 80%;
  }

  .page_mv::after {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 221% auto;
  }

  .page_mv {
    padding: 120px 10px 70px 10px;
    text-align: center;
  }

  .page_mv_r {
    justify-content: center;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
  }

  .page_h1_title {
    font-size: 32px;
    margin-bottom: 37px;
    line-height: 1.2;
  }

  .page_h1_title span {
    font-size: 15px;
    margin-top: 5px;
  }

  .page_h1_title h1 {
    font-size: 15px;
    margin-top: 5px;
  }

  #simulator .page_h1_title {
    font-size: 30px;
  }
}


/*------------------------------------------------------
sec01
------------------------------------------------------*/
#sec01{
  font-family: "LINE Seed JP_OTF";
}

#sec01 .page_h1_title{
  font-family: "Montserrat";
  color: #018DC5;
}

.col02_wrap {
  margin-bottom: 40px;
}

.col02_li {
  margin-bottom: 150px;
  position: relative;
}

.col02_li_in {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}

.col02_li:nth-child(2) .col02_li_in {
  justify-content: flex-start;
}

/*.col02_li:nth-child(1)::before {
  content: "";
  width: 60%;
  height: 120%;
  background: #018dc5ed;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  margin: auto;
}
.col02_li:nth-child(2)::before {
  content: "";
  width: 60%;
  height: 120%;
  background: #018dc5ed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
  margin: auto;
}
.col02_li:nth-child(3)::before {
  content: "";
  width: 60%;
  height: 120%;
  background: #018dc5ed;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  margin: auto;
}*/
.col02_li:last-child {
  margin-bottom: 0;
}

/*.col02_img {
	position: relative;
}*/
/*.col02_li:nth-child(1) .col02_img {
  position: relative;
}

.col02_li:nth-child(2) .col02_img {
  position: relative;
}
.col02_li:nth-child(3) .col02_img {
  position: relative;
}*/
.col02_title img {
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  margin: auto;
}

.col02_title {
  font-size: min(1.9vw, 21px);
  color: #fff;
  line-height: 1.7;
  font-weight: 500;
  text-align: left;
  position: relative;
  padding-left: 110px;
  margin-bottom: 46px;
  letter-spacing: 0.04em;
}

.col02_txt {
  font-size: 16px;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.04em;
  margin-bottom: 31px;
}

.col02_txt span {
  color: #fff;
}

.col02_img {
  width: 38%;
  /*margin-right: 20px;*/
  position: absolute;
  right: 62%;
}

.col02_li:nth-child(2) .col02_img {
  /*margin-right: 20px;	*/
  right: inherit;
  left: 62%;
}

/*.col02_li:nth-child(2) .col02_img {
  margin-right: 0;	
  margin-left: 0;	
}*/
/*.col02_li:nth-child(3) .col02_img {
  margin-right: 20px;	
}*/
.col02_details {
  /*width: 52%;*/
  width: 72%;
  box-sizing: border-box;
  background: #018dc5;
  padding: 80px 40px 40px 20%;
}

.col02_li:nth-child(2) .col02_details {
  /*width: 52%;*/
  width: 72%;
  box-sizing: border-box;
  background: #018dc5;
  padding: 80px 20% 40px 40px;
}

/*.col02_li:nth-child(1) .col02_details {
  padding-right: 7%;
}
.col02_li:nth-child(2) .col02_details {
  padding-right: 0;
  padding-left: 7%;	
}
.col02_li:nth-child(3) .col02_details {
  padding-right: 7%;
}*/
.logo_ul {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #f7f7f7;
}

@media screen and (max-width:768px) {
  .col02_li:nth-child(1) {
    padding-left: 0;
  }

  .col02_li:nth-child(2) {
    padding-right: 0;
  }

  .col02_li:nth-child(3) {
    padding-left: 0;
  }

  .col02_title img {
    width: 80px;
  }

  .col02_title {
    font-size: 21px;
    padding-left: 80px;
    margin-bottom: 38px;
  }

  .col02_li_in {
    display: flex;
    flex-wrap: wrap;
  }

  .col02_img {
    width: 100%;
  }

  .col02_img img {
    width: 100%;
    height: auto;
  }

  .col02_details {
    width: 100%;
  }

  .col02_li .col02_details {
    /*padding-right: 4%;*/
    width: 100%;
    box-sizing: border-box;
    background: #018dc5;
    padding: 40px 30px 40px 30px;
  }

  .col02_li .col02_img {
    margin: 0 auto 0 auto;
    margin-right: auto;
    position: relative;
    right: 0;
  }

  .col02_li:nth-child(2) .col02_img {
    right: inherit;
    left: 0;
  }

  .col02_li:nth-child(2) .col02_details {
    width: 100%;
    box-sizing: border-box;
    background: #018dc5;
    padding: 40px 30px 40px 40px;
  }

  /*.col02_li_in {
  padding: 20px 20px 0 20px;
}	*/
  .col02_li {
    margin-bottom: 40px;
  }

  .col02_li:nth-child(2) .col02_li_in {
    flex-direction: column-reverse;
  }

  /*.col02_li:nth-child(2) .col02_details {
  padding-left: 4%;
}	
.col02_li:nth-child(3) .col02_details {
  padding-right: 4%;
}	*/
}

@media screen and (max-width:414px) {

  /*.col02_li:nth-child(1) .col02_details {
  padding-right: 0;
}	
.col02_li:nth-child(1) .col02_img {
  margin-right: 0;
}
.col02_li:nth-child(3) .col02_img {
  margin-right: 0;
}	*/

  /*.col02_li:nth-child(1)::before,
.col02_li:nth-child(2)::before,
.col02_li:nth-child(3)::before{
  content: "";
  width: 100%;
  height: 100%;
  background: #018dc5ed;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  margin: auto;
  left: 0;
}	*/
  .col02_li:nth-child(1) {
    padding-left: 0;
  }

  .col02_li:nth-child(2) {
    padding-right: 0;
  }

  .col02_li:nth-child(3) {
    padding-left: 0;
  }

  .col02_title img {
    width: 64px;
  }

  .col02_title {
    padding-left: 60px;
    margin-bottom: 24px;
  }

  .col02_wrap:last-child {
    margin-bottom: 0;
  }
}



/*------------------------------------------------------
sec02
------------------------------------------------------*/
.col02_bl_img img {
  width: 100%;
  height: auto;
}

.col02_bl_ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.col02_bl_li a {
  text-decoration: none;
  color: #000;
}

.col02_bl_li {
  width: calc((100% - 80px)/3);
  margin-right: 40px;
  margin-bottom: 70px;
}

.col02_bl_li:last-child {
  margin-right: 0;
}

.col02_bl_li:nth-child(3n) {
  margin-right: 0;
}

.col02_bl_li:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.date_hide {
  display: none;
}

.col02_bl_contant_wrap {
  background: #018dc5;
  padding: 20px 20px;
  color: #fff;
}

.col02_bl_title.col_wh {
  color: #fff;
}

.col02_bl_img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.col02_bl_title {
  font-size: min(1.73vw, 18px);
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  margin-bottom: 19px;
  letter-spacing: 0.04em;
}

#sec04 .col02_bl_title {
  color: #fff;
}

.col02_bl_txt {
  font-size: min(1.34vw, 14px);
  line-height: 1.6;
  text-align: left;
}

.link_btn_wrap:hover a {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 100px;
  color: #018dc5;
  border: solid 2px #018dc5;
  text-decoration: none;
  background-image: url(../../img/arrow_btn_bl_r.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 33px 9px;
  transition: 0.5s;
}

.link_btn_wrap a {
  font-size: 16px;
  width: 240px;
  height: 50px;
  line-height: 50px;
  background-color: #018dc5;
  display: block;
  margin: 0 auto;
  border-radius: 100px;
  color: #fff;
  border: solid 2px #018dc5;
  text-decoration: none;
  background-image: url(../../img/arrow_btn_wh_r.png);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: 33px 9px;
}

.col02_bl_details_wrap {
  display: flex;
  background: #018dc5;
  padding: 16px 10px;
}

.col02_bl_date {
  text-align: center;
  font-size: min(1.73vw, 18px);
  font-weight: 500;
  margin-right: 12px;
}

.month {
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  background: #018dc5;
  border: solid 1px #fff;
}

.day {
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  color: #018dc5;
  background: #fff;
  border: solid 1px #fff;
  margin-top: -1px;
}

.col02_bl_dl {
  text-align: left;
  display: flex;
  margin-bottom: 5px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.col02_bl_dt {
  white-space: nowrap;
}

.col02_p_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col02_p_li {
  width: calc((100% - 40px)/2);
  text-align: left;
  display: flex;
  justify-content: space-between;
  border: solid 1px #018dc5;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.col02_p_img {
  margin-right: 12px;
  width: 110px;
}

.col02_p_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
}

.col02_p_title_wrap {
  display: flex;
  justify-content: space-between;
}

.joblist_btn_li {
  text-align: center;
}

.joblist_btn {
  display: flex;
  align-items: center;
}

.single .h2_title_page_event.type_job {
  margin-bottom: 20px;
}

.single .joblist_btn {
  justify-content: end;
  margin-bottom: 20px;
}

.joblist_btn_li {
  margin-right: 10px;
}

.joblist_btn_li:last-child {
  margin-right: 0;
}

.popup {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  display: flex;
  z-index: -2;
  opacity: 0;
}

.popup.show {
  z-index: 10;
  opacity: 1;
}

.popup02 {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  display: flex;
  z-index: -2;
  opacity: 0;
}

.popup02.show {
  z-index: 10;
  opacity: 1;
}

.popup_error {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  display: flex;
  z-index: -2;
  opacity: 0;
}

.popup_error.show {
  z-index: 10;
  opacity: 1;
}

.popup_like {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  display: flex;
  z-index: -2;
  opacity: 0;
}

.popup_like.show {
  z-index: 4;
  opacity: 1;
}

.popup_like .popup_wrap {
  background: #fff;
  padding: 60px 50px 50px 50px;
  position: relative;
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #018dc5;
  ;
}

.popup_like .popup_title {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}

.popup_like .popup_txt {
  color: #d18b00;
  font-size: 15px;
  text-align: left;
  line-height: 1.6;
}

#pop_login {
  text-align: center;
}

.input_dl {
  display: flex;
  border-bottom: solid 2px #bfbfbf;
  padding-bottom: 13px;
  text-align: left;
  margin-bottom: 33px;
}

.input_dl:last-child {
  margin-bottom: 0;
}

.input_dt {
  width: 26%;
}

.input_dt {
  font-size: 18px;
  color: #626262;
  letter-spacing: 0.05em;
}

.input_dd {
  width: 74%;
}

.input_dd input {
  width: 100%;
  font-size: 20px;
  border: none;
}

.login_note {
  font-size: 15px;
  color: #1b1b1b;
  margin-top: 20px;
  text-align: left;
  margin-bottom: 58px;
}

.submit_btn input {
  font-size: 16px;
  color: #fff;
  background-color: #018dc5;
  border: solid 2px #018dc5;
  background-image: url(../../img/arrow_btn_wh_r.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 30px 9px;
  transition: 0.5s;
  width: 320px;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
}

.login_note a {
  color: #018dc5;
}


.popup_wrap {
  background: #018dc5;
  padding: 60px 50px 50px 50px;
  position: relative;
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
}

.popup02 .popup_wrap {
  background: #ff99cc;
  padding: 60px 50px 50px 50px;
  position: relative;
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
}

.popup_error .popup_wrap {
  background: #fff;
  padding: 60px 50px 50px 50px;
  position: relative;
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #ccc;
}

.popup_title span {
  font-size: 28px;
  color: #018dc5;
  background: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
}

.popup02 .popup_title span {
  font-size: 28px;
  color: #ff99cc;
  background: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
}

.popup_error .popup_title {
  font-size: 21px;
  color: #000;
}

.popup_error .popup_txt {
  font-size: 16px;
  color: #000;
}



.popup_close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.popup_error .popup_close {
  position: relative;
  right: inherit;
  top: inherit;
  font-size: 15px;
  background: #fff;
  max-width: 140px;
  margin: 0 auto;
  line-height: 32px;
  height: 32px;
  border-radius: 50px;
  color: #018dc5;
  border: solid 2px #018dc5;
}

.popup_txt {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 24px;
}

.popup_title {
  margin-bottom: 10px;
}

.apply_btn a {
  width: 230px;
  font-size: 16px;
  color: #018dc5;
  text-decoration: none;
  background: #fff;
  display: block;
  line-height: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  border: solid 2px #fff;
}

.apply_btn a:hover {
  width: 230px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background: #018dc5;
  display: block;
  line-height: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  border: solid 2px #fff;
  transition: 0.5s;
}

.report_btn a {
  width: 230px;
  font-size: 16px;
  color: #ff99cc;
  text-decoration: none;
  background: #fff;
  display: block;
  line-height: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  border: solid 2px #fff;
}

.report_btn a:hover {
  width: 230px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background: #ff99cc;
  display: block;
  line-height: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  border: solid 2px #fff;
  transition: 0.5s;
}

.popup_result {
  opacity: 0;
  height: 0;
}

.popup_result.show {
  opacity: 1;
  height: auto;
  transition: 0.5s;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
  color: #fff;
}

.popup_result02 {
  opacity: 0;
  height: 0;
}

.popup_result02.show {
  opacity: 1;
  height: auto;
  transition: 0.5s;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
  color: #fff;
}

.report_btn.off a {
  color: #fff;
  background: #ccc;
  border: solid 2px #ccc;
  pointer-events: none;
}

.apply_btn.off a {
  color: #fff;
  background: #ccc;
  border: solid 2px #ccc;
  pointer-events: none;
}

.col02_p_details {
  width: calc(100% - 130px);
}

.txt_bl {
  font-size: 13px;
  color: #018dc5;
  margin-bottom: 9px;
  margin-top: 10px;
}

.txt01 {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
}

.txt_gy {
  font-size: 13px;
  line-height: 1.6;
  color: #a0a0a0;
  margin-top: 5px;
}

.col02_p_ul {
  margin-bottom: 60px;
}

.col02_p_li a {
  width: 100%;
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

.view_more a {
  width: 140px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  color: #018dc5;
  background: #fff;
  margin: 0 0 0 auto;
  border: solid 1px #018dc5;
  text-align: center;
  display: block;
  border-radius: 50px;
}

@media screen and (max-width:768px) {
  #sec02 {
    padding: 64px 20px;
  }

  #sec03 {
    padding: 64px 20px;
  }

  #sec04 {
    padding: 64px 20px;
  }

  .to #sec04 {
    padding: 64px 20px 160px 20px;
  }

  .col02_bl_ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .col02_bl_li {
    width: calc((100% - 20px)/2);
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .col02_bl_li:nth-child(2n) {
    margin-right: 0;
  }

  .col02_bl_title {
    font-size: 18px;
  }

  .col02_bl_txt {
    font-size: 15px;
  }

  .col02_p_li {
    width: calc((100% - 20px)/2);
  }

  .col02_p_li a {
    display: block;
  }

  .col02_p_img {
    margin-right: 0;
    margin: 0 auto 20px auto;
  }

  .txt_bl {
    font-size: 15px;
  }

  .txt01 {
    font-size: 15px;
  }

  .txt_bl {
    font-size: 15px;
  }

  .popup_title span {
    font-size: 19px;
  }

  .popup_close img {
    width: 40px;
  }

  .popup_close {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .popup_wrap {
    padding: 60px 10px 20px 10px;
    margin: 0 20px;
  }

  .popup02 .popup_title span {
    font-size: 18px;
  }

  .popup02 .popup_wrap {
    padding: 60px 10px 20px 10px;
    box-sizing: border-box;
  }

  .popup_txt {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .popup_like .popup_title {
    font-size: 18px;
  }

  .popup_like .popup_wrap {
    padding: 50px 10px 20px 10px;
    box-sizing: border-box;
  }

  #joblist .submit_btn input {
    width: 230px;
  }

  #joblist .kv_btn_wrap a {
    max-width: 230px;
  }

  #joblist .input_dl {
    display: block;
    margin-bottom: 20px;
  }

  #joblist .input_dt {
    width: 100%;
    font-size: 16px;
  }

  #joblist .input_dd {
    width: 100%;
  }

  .input_dt {
    width: 100%;
  }

  .login_note {
    margin-bottom: 20px;
  }

  .popup_like .popup_wrap {
    border: none;
  }

  .popup_close {
    right: 0;
    top: 30px;
  }
}

@media screen and (max-width:414px) {
  .col02_p_details {
    width: 100%;
  }

  .view_more a {
    margin: 0 auto;
  }
}

@media screen and (max-width:414px) {
  .col02_p_ul {
    display: block;
  }

  .col02_p_li {
    width: 100%;
  }

  .col02_p_li {
    width: 100%;
    text-align: left;
    display: block;
  }

  .col02_p_img {
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .col02_p_img img {
    width: 80%;
    max-width: 100px;
    margin: 0 auto 20px auto;
  }

  .col02_p_ul {
    margin-bottom: 40px;
  }

  .col02_bl_ul {
    display: block;
  }

  .col02_bl_li {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .col02_bl_title {
    height: auto !important;
  }

  .col02_bl_txt {
    height: auto !important;
  }

  .col02_p_li a {
    display: block;
  }

  .col02_p_img {
    width: 100%;
  }

  .col02_p_details {
    width: 100%;
  }

  .month {
    font-size: 16px;
  }

  .day {
    font-size: 16px;
  }
}


/*------------------------------------------------------
バナー
------------------------------------------------------*/
/*.sp_scroll_c {
  display: none;
}
.wrapper.to .link_from {
  display: none;
}
.wrapper.from .link_to {
  display: none;
}
@media screen and (max-width:768px){
#page-top {
  display: none !important;
}		
#scroll_follow {
  display: none !important;
}	

.sp_scroll_c {
  position: fixed;
  bottom: 0;
  z-index: 2;	
}
.page_top_sp {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 56px;
}
}*/


/*------------------------------------------------------
login
------------------------------------------------------*/
#login .page_h1_title {
  text-align: left;
  display: block;
}

#login .page_h1_title span {
  position: relative;
  padding-top: 30px;
}

#login .page_h1_title span::after {
  content: "";
  width: 40px;
  height: 5px;
  position: absolute;
  top: 16px;
  left: 0;
  right: inherit;
  background: #018dc5;
  border: solid 1px #018dc5;
}

#login .page_h1_title h1 {
  position: relative;
  padding-top: 30px;
}

#login .page_h1_title h1::after {
  content: "";
  width: 40px;
  height: 5px;
  position: absolute;
  top: 16px;
  left: 0;
  right: inherit;
  background: #018dc5;
  border: solid 1px #018dc5;
}

#login .page_h1_title::after {
  display: none;
}

#login .col02_wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

#login .login_area {
  width: 53%;
}

#login .login_r_area {
  width: 40%;
  background: #f8f8f8;
  padding: 32px;
  box-sizing: border-box;
  margin-bottom: -32px;
}

#login .error_txt {
  font-size: 14px;
  color: #e60012;
  margin-top: -20px;
}

#login .input_dl {
  display: flex;
  border-bottom: solid 2px #bfbfbf;
  padding-bottom: 13px;
  text-align: left;
}

#login .input_dl:nth-child(1) {
  margin-bottom: 33px;
}

#login .input_dt {
  font-size: 18px;
  color: #626262;
  letter-spacing: 0.05em;
}

#login .input_dt {
  width: 26%;
}

#login .input_dd {
  width: 74%;
}

#login .input_dd input {
  width: 100%;
  font-size: 20px;
  border: none;
}

/*#login input[type="text"]:focus {
  border-bottom: solid 1px #018dc5;
}*/
#login .submit_btn input {
  font-size: 16px;
  color: #fff;
  background-color: #018dc5;
  border: solid 2px #018dc5;
  background-image: url(../../img/arrow_btn_wh_r.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 30px 9px;
  transition: 0.5s;
  width: 320px;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
}

#login .login_note {
  font-size: 15px;
  color: #1b1b1b;
  margin-top: 20px;
  text-align: left;
  margin-bottom: 58px;
}

#login .login_note a {
  color: #018dc5;
}

#login .login_r_h2 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 25px;
}

#login .login_r_lead {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}

#login .login_r_ul {
  color: #d18b00;
}

#login .login_r_li {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width:768px) {
  #login .col02_wrap {
    display: block;
  }

  #login .login_area {
    width: 100%;
  }

  #login .input_dl {
    display: block;
  }

  #login .input_dt {
    width: 100%;
    font-size: 16px;
  }

  #login .input_dd {
    width: 100%;
  }

  #login .login_note {
    margin-bottom: 24px;
  }

  #login .login_r_area {
    width: 100%;
    padding: 24px 20px;
    margin-bottom: 0;
  }

  #login .login_r_h2 {
    font-size: 21px;
    margin-bottom: 16px;
  }
}




/*------------------------------------------------------
register
------------------------------------------------------*/
/*common*/
.txt_error {
  font-size: 12px;
  color: #e60012;
  text-align: left;
}

.form_title {
  font-size: 26px;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: solid 2px #018dc5;
  margin-bottom: 20px;
}

.img_step {
  margin-bottom: 33px;
}

#register {
  padding: 64px 0 120px 0;
}

#register .login_r_lead_wrap {
  text-align: center;
}

#register .login_r_lead {
  font-size: min(1.9vw, 20px);
  line-height: 1.6;
  text-align: left;
  margin: 0 auto 64px auto;
  display: inline-block;
}

#register .login_r_ul {
  color: #d18b00;
}

#register .login_r_li {
  text-indent: -1em;
  padding-left: 1em;
}

#register input[name="new_pw"] {
  padding: 10px 20px;
  border: solid 1px #ccc;
  border-radius: 50px;
  margin-bottom: 10px;
  font-size: 15px;
}

#register input[name="old_pw"] {
  padding: 10px 20px;
  border: solid 1px #ccc;
  border-radius: 50px;
  margin-bottom: 10px;
  font-size: 15px;
}

#passwordchange input[name="new_pw"] {
  padding: 10px 20px;
  border: solid 1px #ccc;
  border-radius: 50px;
  margin-bottom: 10px;
  font-size: 15px;
}

#passwordchange input[name="old_pw"] {
  padding: 10px 20px;
  border: solid 1px #ccc;
  border-radius: 50px;
  margin-bottom: 10px;
  font-size: 15px;
  background: #ffc;
}

#register .form_wrap p {
  font-size: 16px;
  margin-bottom: 10px;
}

#register .submit input[type="submit"] {
  pointer-events: visible;
  font-size: 16px;
  color: #fff;
  background-color: #018dc5;
  border: solid 2px #018dc5;
  background-size: 30px 9px;
  transition: 0.5s;
  width: 320px;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
}

#passwordchange .submit input[type="submit"] {
  pointer-events: visible;
  font-size: 16px;
  color: #fff;
  background-color: #018dc5;
  border: solid 2px #018dc5;
  background-size: 30px 9px;
  transition: 0.5s;
  width: 320px;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
}

#register .from_wrap {
  max-width: 900px;
  margin: 0 auto;
}

#register .form_dl {
  width: 100%;
  text-align: left;
}

#register .form_dt {
  font-size: 18px;
  margin-bottom: 6px;
}

#register .form_dt.required::after {
  content: "必須";
  font-size: 12px;
  background: #018dc5;
  color: #fff;
  padding: 2px 6px;
  border-radius: 2px;
  margin-left: 10px;
}

#register .form_dt.required {
  position: relative;
}

#register .form_dd input {
  width: 100%;
  border: solid 1px #ccc;
  font-size: 18px;
  padding: 10px 12px;
  border-radius: 4px;
  box-sizing: border-box;
}

#register .form_dd span {
  font-size: 14px;
  color: #626262;
  display: block;
}

#register .form_dl {
  margin-bottom: 30px;
}

#register .form_dd {
  display: flex;
}

#register .b_input:nth-child(2n) {
  margin-left: 10px;
}

#register .form-select-wrap select {
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 4px;
  padding: 10px 40px 10px 20px;
  font-size: 18px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../../to/img/icn_arrow_bl_d.png");
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: 13px 8px;
}

#register textarea {
  width: 100%;
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
  box-sizing: border-box;
}

#register .w_100 {
  width: 100%;
}

#register .form_dd {
  font-size: 16px;
  margin-bottom: 10px;
}

#register .d_flex {
  display: flex;
  align-items: center;
}

#register .radio-label .label-check {
  position: relative;
  display: block;
  padding-left: 35px;
  cursor: pointer;
}

#register .radio-label .label-check:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 24px;
  height: 24px;
}

#register .radio-label .label-check.round:before {
  border: 1px solid #ddd;
  border-radius: 50%;
}

#register .radio-label .label-check.square:before {
  border: 1px solid #ddd;
  transform: rotate(45deg);
}

#register .radio-label .label-check.check:before {
  border: 1px solid #ddd;
}

#register .radio-label input[type=radio].radio {
  display: none;
}

#register .radio-label input[type=radio].radio:checked+.label-check:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  display: block;
  margin: auto;
}

#register .radio-label input[type=radio].radio:checked+.label-check.round:after {
  width: 16px;
  height: 16px;
  background-color: #018dc5;
  border-radius: 50%;
}

#register .form_dt.border {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 12px !important;
}

#register label:nth-child(1) {
  margin-right: 20px;
}

#register .form_dd.mb_20 {
  margin-bottom: 20px;
}


/* 元々のチェックボックス（非表示） */
#register .b_check input[type="checkbox"] {
  display: none;
}

/* チェックボックスの代わりを成すラベル */
#register .b_check input[type="checkbox"]+label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}

/* ラベルの左に表示させる正方形のボックス□ */
#register .b_check input[type="checkbox"]+label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #ccc;
  background-color: #FFF;
  border-radius: 4px;
}

/* チェックが入った時のレ点 */
#register .b_check input[type="checkbox"]:checked+label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 9px;
  margin-top: -6px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #018dc5;
}

#register .b_check.d_flex {
  padding-left: 16px;
}

#register input[type="file"] {
  border: none;
}

#register .form_dd.file label {
  padding: 10px 40px;
  color: #018dc5;
  background-color: #fff;
  cursor: pointer;
  border: solid 2px #018dc5;
  width: 130px;
  text-align: center;
  display: block;
}

#register input[type="file"] {
  display: none;
}


/** チェックボックス横にラベル表示 */
#register [type="checkbox"].toggle {
  position: relative;
}

#register [type="checkbox"].toggle:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 20px;
  padding-left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#register .submit_btn input {
  font-size: 16px;
  color: #fff;
  background-color: #018dc5;
  border: solid 2px #018dc5;
  background-size: 30px 9px;
  transition: 0.5s;
  width: 320px;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
}

/** チェックOFFなら非表示 */
#register .submit_btn input {
  background-color: #ccc;
  border: solid 2px #ccc;
  pointer-events: none;
}

/** チェックONなら表示 */
#register input:checked~.submit_btn input {
  background-color: #018dc5;
  border: solid 2px #018dc5;
  pointer-events: visible;
}

#register .submit_hidden a {
  color: #018dc5;
}

#register .submit_hidden {
  font-size: 16px;
  line-height: 2;
  margin-top: 16px;
}

#register .submit_btn {
  margin-top: 12px;
}

#register .form-select-wrap {
  text-align: left;
}

#register input[name="passchange"] {
  padding: 10px 20px;
  border: solid 1px #ccc;
  border-radius: 50px;
  margin-bottom: 10px;
  font-size: 15px;
}

#register.passchange .submit {
  margin-top: 20px;
}



@media screen and (max-width:1080px) {
  #register {
    padding: 64px 20px 120px 20px;
  }
}

@media screen and (max-width:768px) {
  #register .form_dd span {
    text-align: left;
  }

  #register .form_dd {
    display: block;
  }

  #register .b_input:nth-child(2n) {
    margin-left: 0;
  }

  #register .b_check.d_flex {
    padding-left: 0;
  }

  #register .d_flex {
    display: block;
    margin-top: 10px;
  }

  #register .form_dt.border {
    border-bottom: none;
  }

  #register .submit_hidden {
    font-size: 14px;
    text-align: left;
  }

  #register .submit_btn {
    text-align: center;
  }

  .form_title {
    font-size: 21px;
  }

  #register .login_r_lead {
    font-size: 16px;
  }

  #register input[name="passchange"] {
    width: 100%;
    box-sizing: border-box;
  }
}


@media screen and (max-width:414px) {
  #register .submit_btn input {
    width: 240px;
    height: 50px;
    line-height: 50px;
  }

  #register .login_r_lead {
    font-size: 15px;
  }

  #register .form-select-wrap select {
    padding: 10px 30px 10px 20px;
  }
}


/*------------------------------------------------------
register 確認
------------------------------------------------------*/
#register_com {
  padding: 64px 0 120px 0;
}

#register_com .form_dl {
  display: flex;
  font-size: 18px;
  line-height: 1.6;
  padding: 12px 24px;
  text-align: left;
}

#register_com .form_dl {
  background: #eaf9fb;
}

#register_com .form_dl:nth-child(2n) {
  background: #fff;
}

#register_com .form_dt {
  width: 25%;
}

#register_com .form_dd {
  width: 75%;
}

#register_com .submit_btn input#submit {
  font-size: 16px;
  color: #fff;
  background-color: #018dc5;
  border: solid 2px #018dc5;
  background-size: 30px 9px;
  transition: 0.5s;
  width: 320px;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
}

#register_com .submit_btn input#back {
  font-size: 16px;
  color: #018dc5;
  background-color: #fff;
  border: solid 2px #018dc5;
  background-size: 30px 9px;
  transition: 0.5s;
  width: 320px;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
  text-align: center;
  margin-right: 20px;
}

#register_com .submit_btn {
  margin-top: 70px;
}

#register_com .lead {
  font-size: 17px;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 80px;
}

#register_com .to_top a {
  font-size: 17px;
  color: #018dc5;
}


@media screen and (max-width:1080px) {
  #register_com {
    padding: 64px 20px 120px 20px;
  }
}

@media screen and (max-width:768px) {
  #register_com .form_dl {
    display: block;
  }

  #register_com .form_dt {
    width: 100%;
  }

  #register_com .form_dd {
    width: 100%;
  }

  #register_com .form_dl {
    font-size: 16px;
    padding: 10px;
  }

  #register_com .form_dd .b_input {
    text-align: left;
  }

  #register_com .submit_btn input#back {
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #register_com .submit_btn input#submit {
    width: 240px;
    height: 50px;
    line-height: 50px;
  }
}

/*------------------------------------------------------
退会
------------------------------------------------------*/
.swal2-popup.swal2-modal.deleteModel.swal2-show {
  border-radius: 0 !important;
}

.swal2-title {
  font-size: 1.6em !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  color: #000 !important;
}

.deleteModel h3 {
  margin-bottom: 24px !important;
  font-size: 15px !important;
  line-height: 1.6;
}

#confirmPassword {
  padding: 10px 20px;
  border: solid 1px #ccc;
  border-radius: 50px;
  margin-bottom: 10px;
  font-size: 15px;
}

.swal2-checkbox label,
.swal2-radio label {
  font-size: 14px !important;
  line-height: 1.6;
}

.swal2-confirm.swal2-styled {
  font-size: 14px !important;
  width: 120px;
  text-align: center;
  justify-content: center;
  height: 40px;
  line-height: 40px;
  padding: 0;
}

.swal2-cancel.swal2-styled {
  width: 120px;
  font-size: 14px !important;
  padding: 0;
  height: 40px;
  line-height: 40px;
}




/*------------------------------------------------------
job info
------------------------------------------------------*/
#joblist {
  font-family: "LINE Seed JP_OTF";
}

#joblist .page_h1_title{
  font-family: "Montserrat";
  color: #018DC5;
}

#joblist .search_model {
  padding: 32px 40px;
  background: #f8f9fa;
}

#joblist .search_hd {
  font-size: 18px;
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}

#joblist .search {
  text-align: left;
  margin-bottom: 40px;
}

#joblist .search.type01 {
  position: relative;
}

#joblist .search.type03 {
  margin-bottom: 64px;
}

#joblist input[type="search"] {
  width: 75%;
  box-sizing: border-box;
  padding: 10px 40px 10px 20px;
  font-size: 18px;
  border: solid 1px #ccc;
  border-radius: 4px;
  /* background-image: url("../../to/img/img_loupe.png"); */
  background-repeat: no-repeat;
  background-position: 99% center;
  background-size: 37px;
}

#joblist .search_model {
  display: flex;
  justify-content: space-between;
}

#joblist .search_model_li {
  width: calc((100% - 80px) / 5);
  text-align: center;
}

#joblist .search_model_li a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

#joblist .search_model_li a:hover {
  opacity: 0.7;
  transition: 0.54s;
}

#joblist .model_title {
  font-size: 16px;
  margin-bottom: 5px;
}

#joblist .model_title span {
  font-size: 13px;
  font-weight: normal;
  display: block;
}

#joblist .model_age,
#joblist .model_income {
  font-size: 14px;
  margin-bottom: 5px;
}

#joblist .model_income span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

#joblist .model_txt {
  font-size: 12px;
  font-weight: normal;
  margin-top: 16px;
}

#joblist .search_detail_bl {
  width: 100%;
  justify-content: space-between;
  position: relative;
}

#joblist .search_detail_bl label {
  font-size: 16px !important;
}

#joblist .b_check.d_flex.check_list_w25 label {
  width: 30%;
}

#joblist .search_q_title {
  width: 28%;
  font-size: min(2vw, 18px);
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  /*padding-right: 32px;	*/
  white-space: nowrap;
}

#joblist .search_q_select {
  width: 71%;
}

#joblist .search_q_title_in {
  display: flex;
  align-items: center;
}

/*#joblist .search_q_icn {
  position: absolute;
  right: 0;
}*/
#joblist .search_q_icn {
  position: relative;
  padding-right: 10px;
  width: 28px;
  min-width: 28px;
}

#joblist .search_q_hidden {
  font-size: 15px;
  line-height: 1.6;
  background: #fff;
  border: solid 2px #018dc5;
  padding: 10px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  /* left: calc(25% + 14px);	*/
  left: 32px;
  display: none;
  z-index: 1;
  width: 60vw;
  max-width: 720px;
  box-sizing: border-box;
}

#joblist .search_q_hidden.show {
  display: block;
}

#joblist .search_q_hidden_in {
  white-space: break-spaces;
}

#joblist .search_detail_li.show .search_q_hidden::before {
  content: "";
  width: 17px;
  height: 15px;
  background: url("../img/icn_baloon_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -17px;
}

#joblist .search_detail_bl {
  width: 100%;
  background: #e8f3f8;
  display: flex;
  align-items: baseline;
  padding: 10px;
  box-sizing: border-box;
}

#joblist .search_detail_li .btn_acd {
  width: 110px;
  min-width: 110px;
  height: 24px;
  background-image: url("../img/icn_hint_o.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110px 24px;
  margin: 0 5px;
}

#joblist .search_detail_li.show .btn_acd {
  width: 110px;
  height: 24px;
  background-image: url("../img/icn_hint_c.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110px 24px;
  /*  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;*/
  margin: 0 5px;
}

#joblist .radio-label .label-check {
  position: relative;
  display: block;
  padding-left: 24px;
  cursor: pointer;
}

#joblist .radio-label .label-check:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
}

#joblist .radio-label .label-check:before {
  /*border: 1px solid #d18b00;*/
  background: #fff;
  border: solid 1px #bbb;
  border-radius: 50px;
}

#joblist .radio-label .label-check.square:before {
  border: 1px solid #ddd;
  transform: rotate(45deg);
}

#joblist .radio-label .label-check.check:before {
  border: 1px solid #ddd;
}

#joblist .radio-label input[type=radio].radio {
  display: none;
}

#joblist .radio-label input[type=radio].radio:checked+.label-check:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  display: block;
  margin: auto;
}

#joblist .radio-label input[type=radio].radio:checked+.label-check:after {
  width: 10px;
  height: 10px;
  background-color: #d18b00;
  border-radius: 50px;
}

#joblist .b_input.d_flex {
  display: flex;
}

#joblist .radio-label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
}

#joblist .radio-label:last-child {
  margin-bottom: 0;
}

#joblist .search_detail_li .search_detail_hidden {
  height: 0;
  opacity: 0;
  transition: 0.5s;
  padding: 0 0 0 calc(26% + 4px);
  background: #fff;
  pointer-events: none;
}

#joblist .search_detail_li.show .search_detail_hidden {
  height: 100%;
  opacity: 1;
  padding: 20px 10px 20px calc(26% + 4px);
  pointer-events: auto;
}

#joblist .search_detail_hidden_in {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  background: #fff;
}

/* 元々のチェックボックス（非表示） */
#joblist .b_check input[type="checkbox"] {
  display: none;
}

/* チェックボックスの代わりを成すラベル */
#joblist .b_check input[type="checkbox"]+label {
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.search_hint_select label {
  display: block !important;
}

#joblist .b_check input[type="checkbox"]+label:last-child {
  margin-bottom: 0;
}

/* ラベルの左に表示させる正方形のボックス□ */
#joblist .b_check input[type="checkbox"]+label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  left: 0;
  top: 4px;
  border: 1px solid;
  border-color: #d18b00;
  background-color: #FFF;
}

/* チェックが入った時のレ点 */
#joblist .b_check input[type="checkbox"]:checked+label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 11px;
  height: 7px;
  margin-top: -6px;
  top: 14px;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #d18b00;
}

#joblist .hint_txt {
  margin-bottom: 10px;
  font-size: min(17.6vw, 16px);
  line-height: 1.6;
}

#joblist .search_detail {
  margin-bottom: 32px;
}

#joblist .search_detail_li {
  margin-bottom: 10px;
}

#joblist .search_detail_li:last-child {
  margin-bottom: 0;
}

#joblist .search_detail_li:nth-child(6) .btn_acd {
  display: none;
}

#joblist .search_detail {
  padding: 24px;
  background: #f8f9fa;
  box-sizing: border-box;
}

#joblist .btn_area {
  display: flex;
  justify-content: center;
}

#joblist .submit_btn.clear input {
  pointer-events: visible;
  font-size: 16px;
  color: #018dc5;
  background-color: #fff;
  border: solid 2px #018dc5;
  background-size: 30px 9px;
  transition: 0.5s;
  width: 230px;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
}

#joblist .submit_btn.search {
  margin: 0 10px;
}

#joblist .submit_btn.search input {
  pointer-events: visible;
  font-size: 16px;
  color: #fff;
  background-color: #018dc5;
  border: solid 2px #018dc5;
  background-size: 30px 9px;
  transition: 0.5s;
  width: 230px;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
}

#joblist .submit_btn.save input {
  pointer-events: visible;
  font-size: 16px;
  color: #fff;
  background-color: #d18b00;
  border: solid 2px #d18b00;
  background-size: 30px 9px;
  transition: 0.5s;
  width: 230px;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
}

#joblist .submit_btn input:hover {
  opacity: 0.6;
  transition: 0.5s;
}

#joblist .col02_p_ul {
  display: block;
}

#joblist .col02_p_li {
  width: 100%;
  margin-bottom: 10px;
}

#joblist .col02_p_li:last-child {
  margin-bottom: 0;
}

#joblist .result_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #018dc5;
  padding: 8px 20px;
  color: #fff;
}

#joblist select.sort {
  border: none;
  background: #fff;
  border-radius: 4px;
  padding: 10px 40px 10px 20px;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../../to/img/icn_arrow_bl_d.png");
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: 13px 8px;
  width: 240px;
}

#joblist .result_numb {
  width: 40%;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.04em;
}

#joblist .b_input_like {
  font-size: 14px;
}

#joblist .result_wrap .b_check input[type="checkbox"]+label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-top: -7px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #fff;
  background: #018dc5;
}

#joblist .result_wrap .b_check input[type="checkbox"]+label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}

#joblist .result_wrap .b_check input[type="checkbox"]:checked+label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 11px;
  height: 7px;
  margin-top: -4px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #fff;
}

#joblist .result_wrap {
  max-width: 960px;
  margin: 0 auto;
}

#joblist .pager {
  display: flex;
  justify-content: center;
}

#joblist .pager_li a {
  font-size: 16px;
  color: #018dc5;
  text-decoration: none;
  border: solid 1px #018dc5;
  ;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50px;
  background: #fff;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#joblist .pager_li.active a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border: solid 1px #018dc5;
  ;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: block;
  border-radius: 50px;
  background: #018dc5;
}

#joblist .pager_li {
  padding: 0 5px;
}

#joblist .pager_li.previos a {
  border: none;
}

#joblist .pager_li.next a {
  border: none;
}

#joblist .btn_hidden {
  font-size: 16px;
  background: #d18b00;
  padding: 3px 25px;
  color: #fff;
  border: solid 1px #d18b00;
  margin: 10px auto;
  position: relative;
}

#joblist .btn_hidden::before {
  content: "";
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-top: solid 8px #fff;
  position: absolute;
  top: 6px;
  right: 10px;
  bottom: 0;
  margin: auto;
}

#joblist .hidden_bl {
  opacity: 0;
  height: 0;
  padding: 0 20px;
}

#joblist .hidden_bl.show {
  opacity: 1;
  transition: 0.5s;
  padding: 0 20px 10px 20px;
  height: auto;
}

#joblist .hidden_bl.show .btn_hidden::before {
  content: "";
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-top: solid 8px #fff;
  position: absolute;
  top: 6px;
  right: 10px;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  transition: 0.5s;
}


@media screen and (max-width:900px) {
  #joblist .search_q_title {
    width: 24%;
    display: block;
  }

  #joblist .search_q_select {
    width: 75%;
  }

  #joblist .search_detail_li.show .search_detail_hidden {
    padding: 20px 10px 20px calc(25% + 4px);
  }

  #joblist .search_detail_li .btn_acd {
    margin: 0 5px 0 0;
  }
}


@media screen and (max-width:768px) {
  #joblist .search_model {
    padding: 32px 20px;
  }

  #joblist .search_detail {
    padding: 0;
    background: #fff;
  }

  #joblist .search_detail_bl {
    width: 100%;
    padding: 16px;
    display: block;
  }

  #joblist .search_q_icn {
    padding-right: 0;
  }

  #joblist .search_q_select {
    width: 100%;
  }

  #joblist .hint_txt {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
  }

  #joblist .search_detail_li .btn_acd {
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
  }

  #joblist .search_q_icn {
    margin-left: 10px;
  }

  #joblist .search_detail_li .search_detail_hidden {
    padding: 0 16px;
  }

  #joblist .search_detail_li.show .search_detail_hidden {
    padding: 16px;
  }

  #joblist .search_q_title {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.04em;
    position: relative;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-right: 0;
    margin-bottom: 12px;
  }

  #joblist .search_detail_bl label {
    font-size: 14px !important;
  }

  #joblist .search_model {
    flex-wrap: wrap;
  }

  #joblist .search_model_li {
    width: calc((100% - 40px) / 2);
    margin-bottom: 32px;
  }

  #joblist .search_model_li:last-child {
    margin-bottom: 0;
  }

  #joblist .b_check.d_flex.check_list_w25 label {
    width: 49%;
  }

  #joblist .btn_area {
    display: block;
  }

  .submit_btn.clear {
    text-align: center;
    margin-bottom: 10px;
  }

  #joblist .submit_btn.search {
    text-align: center;
    margin: 0 auto 10px auto;
  }

  .submit_btn.save {
    text-align: center;
  }

  #joblist .result_head {
    display: block;
  }

  .b_input {
    text-align: center;
    margin: 5px 0;
  }

  #joblist .result_numb {
    width: 100%;
  }

  #joblist .col02_p_title_wrap {
    display: block;
    margin-bottom: 16px;
  }

  #joblist .col02_p_title {
    font-size: 18px;
  }

  #joblist .joblist_btn {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  #joblist input[type="search"] {
    width: 100%;
    padding: 10px 40px 10px 20px;
    font-size: 15px;
  }

  #joblist .search_q_hidden {
    font-size: 13px;
    top: 35px;
    left: 0;
    display: none;
    z-index: 1;
    width: 70vw;
  }
}

@media screen and (max-width:414px) {

  /*#joblist .b_check input[type="checkbox"] + label {
  display: none;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  padding-right: 0;
  box-sizing: border-box;
}*/
  #joblist .search_q_hidden {
    width: 65vw;
    max-width: 250px;
  }
}




/*------------------------------------------------------
myapage
------------------------------------------------------*/
#mypage .page_title_wrap {
  text-align: left;
  border-bottom: solid 3px #018dc5;
  padding-bottom: 5px;
  margin-bottom: 32px;
}

#mypage .page_h1_title_mypage {
  font-size: 32px;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}

#mypage .login_active {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#mypage .greeting {
  font-size: 18px;
  color: #d18b00;
}

#mypage .login_date {
  font-size: 14px;
  display: flex;
}

#mypage .logout .logoutBtn {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: #d18b00;
  padding: 4px 12px;
  border-radius: 50px;
  margin-left: 10px;
  border: solid 1px #d18b00;
}

#mypage .logout .logoutBtn:hover {
  font-size: 14px;
  text-decoration: none;
  color: #d18b00;
  background: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  margin-left: 10px;
  border: solid 1px #d18b00;
  transition: 0.5s;
}

#mypage .tab_list {
  display: flex;
  justify-content: center;
}

#mypage .tab_list_li {
  width: 100%;
  max-width: 260px;
  font-size: min(1.5vw, 15px);
  color: #018dc5;
  border-radius: 50px;
  border: solid 2px #018dc5;
  padding: 7px;
  box-sizing: border-box;
  background: #fff;
  margin-right: 12px;
  cursor: pointer;
}

#mypage .tab_list_li:last-child {
  margin-right: 0;
}

#mypage .tab_list_li.active {
  color: #fff;
  border: solid 2px #018dc5;
  background: #018dc5;
}

#mypage .tab_content_title {
  font-size: 24px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

#mypage .tab_wrap {
  margin-bottom: 42px;
}

#mypage .tab_content {
  display: none;
}

#mypage .tab_content.show {
  display: block;
}

#mypage .col02_p_ul {
  display: block;
}

#mypage .col02_p_li {
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
}

#mypage .txt_note {
  font-size: 18px;
}

#mypage .col02_p_wrap {
  padding: 40px;
  background: #f8f9fa;
  box-sizing: border-box;
}

#mypage .save_p_tab {
  margin-top: 30px;
}

#mypage .pager {
  display: flex;
  justify-content: center;
}

#mypage .pager_li a {
  font-size: 16px;
  color: #018dc5;
  text-decoration: none;
  border: solid 1px #018dc5;
  ;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50px;
  background: #fff;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#mypage .pager_li.active a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border: solid 1px #018dc5;
  ;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: block;
  border-radius: 50px;
  background: #018dc5;
}

#mypage .pager_li {
  padding: 0 5px;
}

#mypage .pager_li.previos a {
  border: none;
  background: inherit;
}

#mypage .pager_li.next a {
  border: none;
  background: inherit;
}

#mypage .save_search_content table {
  width: 100%;
  font-size: 16px;
  border-spacing: 5px;
}

#mypage .save_search_th {
  width: 180px;
  font-weight: 500;
  background: #caeff5;
  padding: 10px;
  vertical-align: middle;
  box-sizing: border-box;
}

#mypage .save_search_td {
  width: auto;
  background: #fff;
  padding: 10px;
  vertical-align: middle;
  box-sizing: border-box;
}

#mypage .save_search_secondary_wrap {
  padding: 40px;
  background: #f8f9fa;
  box-sizing: border-box;
}

#mypage .save_search_ul {
  margin-bottom: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
}

#mypage .save_search_content {
  padding: 24px 40px 40px 40px;
  background: #f8f9fa;
  box-sizing: border-box;
  margin-bottom: 100px;
}

#mypage .save_search_tab {
  display: flex;
  justify-content: end;
}

#mypage .save_search_tab_li {
  font-size: 15px;
  padding: 6px 10px;
  background: #f8f9fa;
  border-radius: 8px 8px 0 0;
  margin-right: 4px;
  border-bottom: solid 4px #f8f9fa;
  cursor: pointer;
}

#mypage .save_search_tab_li.active {
  color: #018dc5;
  background: #caeff5;
  border-bottom: solid 4px #caeff5;
}

#mypage .save_search_tab_li:last-child {
  margin-right: 0;
}

#mypage .link_btn a {
  background-color: #018dc5;
  border: solid 2px #018dc5;
  pointer-events: visible;
  font-size: 16px;
  color: #fff;
  background-size: 30px 9px;
  transition: 0.5s;
  max-width: 320px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
  display: block;
  margin: 30px auto 0 auto;
  text-decoration: none;
}

#mypage .save_search_content {
  display: none;
  border-top: solid 4px #caeff5;
}

#mypage .save_search_content.show {
  display: block;
}

#mypage .table_title {
  text-align: left;
  font-size: 16px;
  padding-left: 10px;
  color: #f8f9fa;
  margin-bottom: 10px;
}

#mypage .register_content {
  padding: 40px;
  background: #f8f9fa;
  box-sizing: border-box;
}

#mypage .register_content table {
  width: 100%;
  border-spacing: 5px;
  font-size: 16px;
}

#mypage .cancel {
  margin-top: 40px;
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width:768px) {
  #mypage .page_h1_title_mypage {
    font-size: 21px;
  }

  #mypage .login_active {
    display: block;
  }

  #mypage .greeting {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #mypage .login_date {
    font-size: 14px;
  }

  #mypage .login_date {
    font-size: 12px;
    text-align: right;
    position: relative;
  }

  #mypage .logout {
    position: absolute;
    right: 0;
    bottom: 5px;
  }

  #mypage .tab_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #mypage .tab_list_li {
    font-size: 16px;
    width: calc((100% - 12px)/2);
    margin-bottom: 12px;
  }

  #mypage .tab_list_li:nth-child(2n) {
    margin-right: 0;
  }

  #mypage .tab_list_li:nth-child(n + 3) {
    margin-bottom: 0;
  }

  #mypage .col02_p_wrap {
    padding: 0;
    background: #fff;
  }

  #mypage .col02_p_title_wrap {
    display: block;
  }

  #mypage .col02_p_title {
    font-size: 16px;
  }

  #mypage .joblist_btn {
    justify-content: end;
  }

  #mypage .save_search_content {
    padding: 16px 10px 32px 10px;
    margin-bottom: 50px;
  }

  #mypage .btn_wrap {
    margin-bottom: 30px;
  }

  #mypage {
    padding: 60px 20px 120px 20px;
  }
}

@media screen and (max-width:414px) {
  #mypage .save_search_tab {
    display: flex;
    justify-content: flex-start;
  }

  #mypage .tab_list_li {
    width: 100%;
    margin-right: 0;
  }

  #mypage .tab_list_li:nth-child(n+3) {
    margin-bottom: 12px;
  }

  #mypage .save_search_th {
    width: 100%;
    display: block;
  }

  #mypage .save_search_td {
    width: 100%;
    display: block;
  }

  #mypage .register_content {
    padding: 10px;
  }

  #mypage .txt_note {
    font-size: 16px;
  }
}


/* 再検索 もっと見るボタン */
#mypage .moreBtn input {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: #018dc5;
  padding: 4px 12px;
  border-radius: 50px;
  margin-left: 10px;
  border: solid 1px #018dc5;
}

#mypage .moreBtn {
  margin-top: 50px;
}


/* モーダルウィンドウ*/
#mypage .deleteButton {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: #f00606;
  padding: 4px 12px;
  border-radius: 50px;
  margin-left: 10px;
  border: solid 1px #f00606;
  cursor: pointer;
}

#mypage .deleteButton:hover {
  font-size: 14px;
  text-decoration: none;
  color: #f00606;
  background: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  margin-left: 10px;
  border: solid 1px #f00606;
  transition: 0.5s;
}

#mypage .changeButton {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: #018dc5;
  padding: 4px 12px;
  border-radius: 50px;
  margin-left: 10px;
  border: solid 1px #018dc5;
}

#mypage .changeButton:hover {
  font-size: 14px;
  text-decoration: none;
  color: #018dc5;
  background: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  margin-left: 10px;
  border: solid 1px #018dc5;
  transition: 0.5s;
}

#mypage .btn_wrap {
  display: flex;
  justify-content: flex-end;
}

#mypage .change_btn {
  margin-top: 20px;
  text-align: right;
}

#mypage .searchDeleteBtn {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: #018dc5;
  padding: 4px 12px;
  border-radius: 50px;
  margin-left: 10px;
  border: solid 1px #018dc5;
}

#mypage .searchDeleteBtn:hover {
  font-size: 14px;
  text-decoration: none;
  color: #018dc5;
  background: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  margin-left: 10px;
  border: solid 1px #018dc5;
  transition: 0.5s;
}

#mypage .search_btn {
  margin-top: 20px;
  text-align: right;
}

#mypage .searchBtn {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: #018dc5;
  padding: 4px 12px;
  border-radius: 50px;
  margin-left: 10px;
  border: solid 1px #018dc5;
}

#mypage .searchBtn:hover {
  font-size: 14px;
  text-decoration: none;
  color: #018dc5;
  background: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  margin-left: 10px;
  border: solid 1px #018dc5;
  transition: 0.5s;
}


/* 退会機能 モーダルウィンドウ */
div.deleteModel .swal2-radio {
  align-items: flex-start !important;
  flex-direction: column !important;
}

.deleteModel h3 {
  margin-bottom: 15px !important;
}


/* 登録情報の修正 モーダルウィンドウ */
/*common*/
.customizable .txt_error {
  font-size: 12px;
  color: #e60012;
  text-align: left;
}

div.customizable .form_title {
  font-size: 26px;
  text-align: left;
  padding-bottom: 8px;
  border-bottom: solid 2px #018dc5;
  margin-top: 5px;
}

.customizable dl {
  text-align: left;
}

.customizable dd {
  display: flex;
}

.customizable .form_dt.required::after {
  content: "必須";
  font-size: 12px;
  background: #018dc5;
  color: #fff;
  padding: 2px 6px;
  border-radius: 2px;
  margin-left: 10px;
}

.customizable .form_dt.required {
  position: relative;
}

.customizable .form_dd input {
  width: 100%;
  border: solid 1px #ccc;
  font-size: 18px;
  padding: 10px 12px;
  border-radius: 4px;
  box-sizing: border-box;
}

.customizable .form_dd span {
  font-size: 14px;
  color: #626262;
  display: block;
}

.customizable .form_wrap p {
  font-size: 16px;
}

.customizable .from_wrap {
  max-width: 900px;
  margin: 0 auto;
}

.customizable .form_dd {
  display: flex;
}

.customizable .form_dl {
  text-align: left;
}

.customizable .form_dt {
  font-size: 18px;
}

.customizable .b_input:nth-child(2n) {
  margin-left: 10px;
}

.customizable .form-select-wrap select {
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 4px;
  padding: 10px 40px 10px 20px;
  font-size: 18px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../../to/img/icn_arrow_bl_d.png");
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: 13px 8px;
}

.customizable textarea {
  width: 100%;
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 4px;
  font: 16px;
  line-height: 1.6;
  box-sizing: border-box;
}

.customizable .w_100 {
  width: 100%;
}

.customizable .form_dd {
  font-size: 16px;
  margin-bottom: 5px;
}

.customizable .d_flex {
  display: flex;
  align-items: center;
}

.customizable .form_dt.border {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 12px !important;
}

.customizable label:nth-child(1) {
  margin-right: 20px;
}

.customizable .form_dd.mb_20 {
  margin-bottom: 20px;
}

.customizable .radio-label .label-check {
  position: relative;
  display: block;
  padding-left: 35px;
  cursor: pointer;
}

.customizable .radio-label .label-check:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 24px;
  height: 24px;
}

.customizable .radio-label .label-check.round:before {
  border: 1px solid #ddd;
  border-radius: 50%;
}

.customizable .radio-label .label-check.square:before {
  border: 1px solid #ddd;
  transform: rotate(45deg);
}

.customizable .radio-label .label-check.check:before {
  border: 1px solid #ddd;
}

.customizable .radio-label input[type=radio].radio {
  display: none;
}

.customizable .radio-label input[type=radio].radio:checked+.label-check:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  display: block;
  margin: auto;
}

.customizable .radio-label input[type=radio].radio:checked+.label-check.round:after {
  width: 16px;
  height: 16px;
  background-color: #018dc5;
  border-radius: 50%;
}

.customizable .form_dt.border {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 12px !important;
}

.customizable label:nth-child(1) {
  margin-right: 20px;
}

.customizable .form_dd.mb_20 {
  margin-bottom: 20px;
}

/* 元々のチェックボックス（非表示） */
.customizable .b_check input[type="checkbox"] {
  display: none;
}

/* チェックボックスの代わりを成すラベル */
.customizable .b_check input[type="checkbox"]+label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}

/* ラベルの左に表示させる正方形のボックス□ */
.customizable .b_check input[type="checkbox"]+label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #ccc;
  background-color: #FFF;
  border-radius: 4px;
}

/* チェックが入った時のレ点 */
.customizable .b_check input[type="checkbox"]:checked+label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 9px;
  margin-top: -6px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #018dc5;
}

.customizable .b_check.d_flex {
  padding-left: 16px;
}

.customizable input[type="file"] {
  border: none;
}

.customizable .form_dd.file label {
  padding: 10px 40px;
  color: #018dc5;
  background-color: #fff;
  cursor: pointer;
  border: solid 2px #018dc5;
  width: 130px;
  text-align: center;
  display: block;
}

.customizable input[type="file"] {
  display: none;
}

.customizable .form-select-wrap {
  text-align: left;
}

.customizable .submit_btn {
  text-align: center;
  margin-top: 5px;
}

.customizable .submit_btn input {
  font-size: 16px;
  color: #fff;
  background-color: #018dc5;
  border: solid 2px #018dc5;
  background-size: 30px 9px;
  transition: 0.5s;
  width: 250px;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
  margin-top: 20px;
}

.customizable .swal2-styled.swal2-confirm {
  background-color: #fff;
  font-size: 0;
}

.customizable .swal2-confirm swal2-styled {
  display: none;
}

.swal2-popup.swal2-modal.customizable.swal2-show {
  height: 1000px;
  width: 1000px;
}

.customizable .modalScroll {
  background: #fff;
  height: 95%;
  width: 95%;
  max-height: 900px;
  padding: 20px;
  border-radius: 10px;
}

.customizable .modalScroll,
.ScrollContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.customizable .modal_content {
  padding-right: 10px;
}

.customizable .ScrollContent {
  overflow-y: scroll;
  height: 90%;
  width: 90%;
  border-radius: 20px;
}

.customizable ::-webkit-scrollbar {
  border-radius: 10px;
  width: 10px;
}

.customizable ::-webkit-scrollbar-thumb {
  background-color: #b6b6b6;
  border-radius: 10px;
}


/* 確認画面  モーダルウィンドウ   */
.customizable .form_dl_confirm {
  display: flex;
  font-size: 18px;
  line-height: 1.6;
  padding: 12px 24px;
  text-align: left;
}

.customizable .form_dl_confirm {
  background: #eaf9fb;
}

.customizable .form_dl_confirm:nth-child(2n) {
  background: #fff;
}

.customizable .form_dt_confirm {
  width: 25%;
}

.customizable .form_dd_confirm {
  width: 75%;
}

.customizable .submit_confirm_btn .btnReturn {
  font-size: 16px;
  color: #018dc5;
  background-color: #fff;
  border: solid 2px #018dc5;
  background-size: 30px 9px;
  transition: 0.5s;
  width: 250px;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
  text-align: center;
  margin-right: 20px;
}

.customizable .submit_confirm_btn .btnRegist {
  font-size: 16px;
  color: #fff;
  background-color: #018dc5;
  border: solid 2px #018dc5;
  background-size: 30px 9px;
  transition: 0.5s;
  width: 250px;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
  margin-right: 20px;
}

.customizable .submit_confirm_btn .btnCancel {
  font-size: 16px;
  color: #018dc5;
  background-color: #fff;
  border: solid 2px #018dc5;
  background-size: 30px 9px;
  transition: 0.5s;
  width: 250px;
  height: 55px;
  line-height: 55px;
  border-radius: 50px;
  text-align: center;
}

.customizable .submit_confirm_btn {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width:1080px) {
  .form_wrap_confirm {
    padding: 64px 20px 120px 20px;
  }

  .swal2-popup.swal2-modal.customizable.swal2-show {
    height: 1000px;
    width: 800px;
  }

  .customizable .submit_confirm_btn .btnReturn {
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .customizable .submit_confirm_btn .btnRegist {
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .customizable .submit_confirm_btn .btnCancel {
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
  }
}

@media screen and (max-width:800px) {
  .customizable .form_dd {
    display: block;
  }

  .swal2-popup.swal2-modal.customizable.swal2-show {
    height: 700px;
    width: 500px;
  }

  .customizable .form_dl_confirm {
    display: block;
  }

  .customizable .form_dt_confirm {
    width: 100%;
  }

  .customizable .form_dd_confirm {
    width: 100%;
  }

  .customizable .form_dl_confirm {
    font-size: 16px;
    padding: 10px;
  }

  .customizable .form_dd_confirm .b_input {
    text-align: left;
  }

  .customizable .submit_confirm_btn .btnReturn {
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .customizable .submit_confirm_btn .btnRegist {
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .customizable .submit_confirm_btn .btnCancel {
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
  }
}

@media screen and (max-width:414px) {
  .swal2-popup.swal2-modal.customizable.swal2-show {
    height: 700px;
    width: 300px;
  }
}

.alertModel .swal2-content {
  font-weight: bold;
  font-size: x-large;
}



/*------------------------------------------------------
simulator
------------------------------------------------------*/
#simulator {
  font-family: "LINE Seed JP_OTF";
}

#simulator .section {
  padding: 64px 0 120px 0;
}

#simulator .page_h1_title::after {
  display: none;
}

#simulator .page_h1_title span {
  margin-top: 3px;
}

#simulator .d_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#simulator .radio-label .label-check {
  position: relative;
  display: block;
  cursor: pointer;
}

#simulator .radio-label .label-check:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
}

/*#simulator .radio-label .label-check.round:before {
  border: 1px solid #ddd;
  border-radius: 50%;
}
#simulator .radio-label .label-check.square:before {
  border: 1px solid #ddd;
  transform: rotate(45deg);
}
#simulator .radio-label .label-check.check:before {
  border: 1px solid #ddd;
}*/
#simulator .radio-label input[type=radio].radio {
  display: none;
}

#simulator .radio-label input[type=radio].radio:checked+.label-check:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  display: block;
  margin: auto;
}

/*#simulator .radio-label input[type=radio].radio:checked + .label-check.round:after {
  width: 100%;
  height: 100%;
  background-color: #018dc5;
  border-radius: 50px;
  left: 0;
  color: #fff;	
}*/


#simulator .radio-label {
  width: calc((100% - 40px) / 4);
  border-radius: 50px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background: #fff;
  margin-right: 12px;
  text-align: center;
  box-sizing: border-box;
}

#simulator label.radio-label.item2 {
  width: calc((100% - 40px) / 2.5);
  border-radius: 50px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background: #fff;
  margin-right: 12px;
  text-align: center;
  box-sizing: border-box;
}

#simulator .radio-label:nth-child(4n) {
  margin-right: 0;
}

#simulator .radio-label:nth-child(5) {
  margin-top: 10px;
}

#simulator .radio-label:nth-child(6) {
  margin-top: 10px;
}

#simulator .simulator_dl:nth-child(4) .radio-label:nth-child(n+3) {
  margin-top: 10px;
}

#simulator .radio-label.active {
  background: #018dc5 !important;
  color: #fff;
}

#simulator .col_gray .radio-label {
  background: #ccc !important;
  color: #fff;
  pointer-events: none;
  opacity: 0.4;
}

#simulator .radio-label:last-child {
  margin-right: 0;
}

#simulator .simulator_dl {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}

#simulator .simulator_dl:last-child {
  margin-bottom: 0;
}

#simulator .simulator_dt {
  font-size: 18px;
  background: #018dc5;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  width: 220px;
  padding: 18px;
  box-sizing: border-box;
  position: relative;
  margin-right: 20px;
    text-align: left;
}

#simulator .simulator_dt span {
  display: block;
  font-size: 12px;
}

#simulator .in_title {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin: -5px 0 5px 5px;
  text-align: left;
}

#simulator .lead {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}

#simulator .simulator_dt.required:before {
  content: "※必須";
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 8px;
  right: 7px;
  letter-spacing: normal;
}

#simulator .simulator_dd {
  width: calc(100% - 230px);
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding: 0 16px;
  box-sizing: border-box;
}

#simulator .simulator_dd .txt {
  margin-top: 5px;
  letter-spacing: 0.4rm;
}

#simulator .simulator_dd label.family {
  margin-right: 10px;
}

#simulator .b_input {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

#simulator .b_input:last-child {
  margin-bottom: 0;
}

#simulator .b_input label {
  font-size: 16px;
  font-weight: 500;
}

#simulator .simulator_dl.col_gray .in_title {
  display: none;
}

#simulator .num {
  width: 37px;
  height: 34px;
  border-radius: 50px;
  background: #fff;
  font-size: 24px;
  text-align: center;
  color: #018dc5;
  line-height: 32px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: normal;
  padding-top: 3px;
    /* margin-right: 8px; */
}

#simulator .simulator_wrap {
  background: #f8f9fa;
  padding: 52px 40px 40px 40px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 40px;
  letter-spacing: 0.01em;
}

#simulator .simulator_dl .title {
  display: inline-block;
  width: calc(100% - 37px);
  letter-spacing: 0.04em;
}

#simulator .simulator_dt .dt_inner {
  display: flex;
  align-items: center;  /* ←上下中央にするキモ */
  gap: 12px;
}

#simulator .simulator_wrap:after {
  content: "";
  width: 0;
  height: 0;
  border: solid 24px transparent;
  border-top: solid 24px #f8f9fa;
  position: absolute;
  bottom: -48px;
  left: 0;
  right: 0;
  margin: auto;
}

#simulator .simulator_wrap:last-child {
  width: 0;
}

#simulator .form-select-wrap select {
  background: #fff;
  border-radius: 50px;
  padding: 10px 40px 10px 20px;
  border: solid 1px #fff;
  font-size: 18px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../../to/img/icn_arrow_bl_d.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 13px 8px;
}

#simulator .form-select-wrap span {
  padding: 10px 40px 10px 20px;
  font-size: 18px;
  color: #fd0000;
}

#simulator .col_gray .form-select-wrap select {
  background: #ccc;
  border: solid 1px #ccc;
  opacity: 0.4;
  pointer-events: none;
}

#simulator .calc_btn {
  background: #018dc5;
  font-size: 16px;
  color: #fff;
  width: 280px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background-image: url("../img/icn_yen02.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 36px;
  margin-top: 36px;
}

#simulator .calc_result {
  background: #018dc5;
  color: #fff;
  box-sizing: border-box;
  padding: 40px 50px;
  margin-bottom: 56px;
  letter-spacing: 0.01em;
}

#simulator .calc_result .result_general,
#simulator .calc_result .result_manager {
  display: none;
}

#simulator .calc_result .result_general.show,
#simulator .calc_result .result_manager.show {
  display: block;
}

#simulator .result {
  font-size: 32px;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#simulator .result span.calc_data,#simulator .result span.calc4 {
  background: #fff;
  color: #018dc5;
  padding: 5px 40px;
  border-radius: 8px;
  font-size: 48px;
  margin: 0 10px;
  font-weight: 500;
}

#simulator .calc span {
  font-size: 21px;
  padding: 0 10px;
}

#simulator .calc {
  font-size: 16px;
  margin-bottom: 16px;
}

#simulator .result_txt {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
}

#simulator .result_txt:last-child {
  margin-bottom: 0;
}

#simulator .result_dl {
  margin-bottom: 10px;
  padding-left: 68px;
  position: relative;
  color: #fff;
}

#simulator .result_dl:before {
  content: "";
  background: url("../img/icn_yen03.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 52px;
  height: 52px;
  position: absolute;
  left: 0;
  top: 0;
}

#simulator .result_dl.attention:before {
  content: "";
  background: url("../img/icn_exclamation.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 15px;
}

#simulator .result_dl:last-child {
  margin-bottom: 0;
}

#simulator .result_dt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
  text-align: left;
}

#simulator .result_dd {
  font-size: 16px;
  text-align: left;
}

#simulator .result_dl.nenshu .result_li {
  margin-bottom: 10px;
}

#simulator .result_dl.nenshu .result_li:last-child {
  margin-bottom: 0;
}

#simulator .result_dl.attention .result_li {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
  /* text-indent: -2em;
  padding-left: 1em; */
}

#simulator .result_dl.attention .result_li a{
  color: white;
  text-decoration: none;
}

@media screen and (max-width:768px) {
  #simulator .page_h1_title span {
    margin-top: 8px;
  }

  #simulator .simulator_wrap {
    padding: 24px 20px 40px 20px;
  }

  #simulator .simulator_dl {
    width: 100%;
    display: block;
  }

  #simulator .simulator_dt {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 16px;
    margin-right: 0;
    text-align: left;
  }

  #simulator .simulator_dd {
    width: 100%;
    display: block;
    padding: 10px;
  }

  #simulator .txt {
    margin-top: 10px;
  }

  #simulator .radio-label {
    margin-top: 10px;
  }

  #simulator .radio-label {
    width: 48%;
    margin-right: 0;
  }

  #simulator label.radio-label.item2 {
  width: calc((100% - 20px) / 2);
  margin-right: 0px;
}

  #simulator .radio-label:nth-child(2n) {
    margin-right: 0;
  }

  #simulator .simulator_dl:nth-child(5) .b_input.d_flex div {
    display: block;
    width: 100%;
    text-align: left;
  }

  #simulator .simulator_dl .title {
    width: 48%;
  }

  #simulator .num {
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
  }

  
#simulator .in_title {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0 5px 5px;
  text-align: center;
}

  #simulator .d_flex {
    justify-content: space-between;
  }

  #simulator .calc_result {
    padding: 20px;
    margin-bottom: 40px;
  }

  #simulator .result {
    font-size: 24px;
    margin-bottom: 10px;
  }

  #simulator .result span:nth-child(1) {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }

  #simulator .result span.calc1,#simulator .result span.calc4 {
    font-size: 36px;
  }

  #simulator .result_dl::before {
    width: 40px;
    height: 40px;
  }

  #simulator .result_dl {
    padding-left: 52px;
  }

  #simulator .attention {
    padding: 20px 15px 0px;
    /* margin-bottom: 40px; */
  }

  #simulator .result_dl.attention::before {
    width: 40px;
    height: 40px;
  }

  #simulator .simulator_wrap::after {
    bottom: -58px;
  }

  #simulator .sp_w39 .radio-label {
    width: 38% !important;
    align-items: center;
  }
}

@media screen and (max-width:414px) {
  #simulator .simulator_wrap {
    padding: 10px;
  }

  #simulator .result_dt {
    padding-left: 26px;
    margin-bottom: 5px;
  }

  #simulator .result_dl.attention .result_li {
    /* text-indent: -2em; */
    padding-left: 2em;
  }

  #simulator .result_dl::before {
    width: 32px;
    height: 32px;
  }

  #simulator .result_dl {
    padding-left: 10px;
  }

  #simulator .result_dl.attention::before {
    width: 26px;
    height: 26px;
    top: 22px;
    left: 5px;
  }

  #simulator .calc_result {
    padding: 20px 10px;
  }

  #simulator .calc span {
    font-size: 16px;
    padding: 0 4px;
  }

  .b_input div:nth-child(1) {
    margin-right: 10px;
  }

  #simulator .sp_center {
    justify-content: center;
  }

  #simulator .b_input label {
    font-size: 15px;
  }
  
  #simulator .b_input label.radio-label.item2 {
    font-size: 15px;
  }

  #simulator .form-select-wrap select {
    font-size: 15px;
  }
}


/*------------------------------------------------------
service
------------------------------------------------------*/
#service {
  text-align: center;
}

/*#service #sec01 {
  padding: 64px 0;
}*/
#service .page_title_wrap {
  height: 320px;
  background: #018dc5;
  padding: 72px 0 0 0;
  position: relative;
  box-sizing: border-box;
}

#service .col02_bl_ul {
  margin-bottom: 40px;
}

#service .page_title_in {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#service .page_title_l {
  font-size: min(3vw, 32px);
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
}

#service .page_title_l img {
  margin-right: 16px;
}

#service .page_title_r {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

#service #sec01 .page_title_r {
  background-image: url("../../to/img/img_service_sec01.png");
}

#service #sec02 .page_title_r {
  background-image: url("../../to/img/img_service_sec02.png");
}

#service #sec03 .page_title_r {
  background-image: url("../../to/img/img_service_sec03.png");
}

#service .section_inner {
  max-width: 920px !important;
  background: #fff;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
}

#service .section_inner.mt_m {
  margin: -100px auto 0 auto;
}

#service .section_inner.bg_gy {
  background: #f8f9fa;
}

#service .service_bl_li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}

/*#service #sec02 .section_inner:last-child .service_bl_li{
  margin-bottom: 0;	
}*/
/*#sec01 .service_bl_li:nth-child(1) {
  align-items: flex-start;
}*/
#service .service_bl_h2 {
  font-size: 20px;
  font-weight: 500;
  color: #018dc5;
  line-height: 1.6;
  margin-bottom: 33px;
}

#service .service_bl_h2 span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #000;
}

#service .service_bl_img {
  width: 40%;
}

#service .service_bl_details {
  width: 55%;
}

#service .banner {
  margin-top: 40px;
}

#service .service_in_list_wrap {
  text-align: left;
}

#service .service_in_list_wrap {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

#service .service_txt {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

#service .service_dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

#service .service_dl:last-child {
  margin-bottom: 0;
}

#service .service_dt {
  width: 90px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 5px 0;
  box-sizing: border-box;
  line-height: 1.6;
  background: #018dc5;
  letter-spacing: 0.04em;
}

#service .service_dd {
  margin-left: 20px;
  font-size: 18px;
  text-align: left;
  width: calc(100% - 90px);
}

#service .service_dl_wrap {
  margin: 40px 0;
}

#service .section_inner.mt {
  margin-top: 80px;
}

#service .col02_bl_li {
  width: calc((100% - 40px)/3);
  margin-right: 20px;
  margin-bottom: 0;
}

#service .col02_wrap {
  margin-top: 80px;
}

#service .col02_bl_ul {
  margin-bottom: 40px;
}

#service .service_dd_li {
  text-indent: -1em;
  padding-left: 1em;
}

#service .col02_bl_li:nth-child(3) {
  margin-right: 0;
}

#service .service_baloon_wrap {
  position: relative;
  border: solid 1px #000;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 36px 60px;
  margin-top: 15px;
}

#service .service_baloon_title {
  font-size: 16px;
  position: absolute;
  top: -15px;
  left: 6px;
  background: #f8f9fa;
  padding: 0 24px;
}

#service .baloon {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 12px;
  position: relative;
}

#service .baloon::before {
  content: "";
  width: 0;
  height: 0;
  border: solid 8px transparent;
  border-right: solid 16px #fff;
  position: absolute;
  left: -23px;
  top: 16px;
}

#service .service_baloon_li {
  margin-bottom: 20px;
}

#service .service_baloon_li:last-child {
  margin-bottom: 0;
}

#service #sec02 .service_bl_li {
  margin-bottom: 0;
}

#service .service_baloon_li {
  padding: 0 0 0 140px;
  position: relative;
  background-image: url("../../to/img/img_service_person01.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 110px;
}

#service .service_baloon_li:nth-child(2) {
  padding: 0 0 0 140px;
  position: relative;
  background-image: url("../../to/img/img_service_person02.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 110px;
}



@media screen and (max-width:920px) {
  #service .section_inner.mt_m {
    margin: -100px 20px 0 20px;
  }

  #service .section_inner.mt {
    margin: 80px 20px 0 20px;
  }
}


@media screen and (max-width:768px) {
  #service #sec02 {
    padding: 64px 0;
  }

  #service #sec03 {
    padding: 64px 0 160px 0;
  }

  #service .page_title_r {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 80%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.3;
  }

  #service .page_title_in {
    justify-content: center;
  }

  #service .page_title_l {
    font-size: 28px;
    position: relative;
    z-index: 1;
  }

  #service .service_bl_li {
    display: block;
    margin-bottom: 80px;
  }

  #service .service_bl_img {
    width: 100%;
    margin-bottom: 17px;
  }

  #service .service_bl_details {
    width: 100%;
  }

  #service .service_bl_h2 {
    margin-bottom: 17px;
  }

  #service .section_inner.mt_m {
    margin: -100px 20px 0 20px;
  }

  #service .section_inner.mt {
    margin-top: 80px;
    margin: 80px 20px 0 20px;
  }

  #service .section_inner {
    padding: 24px;
  }

  #service .col02_bl_li {
    width: calc((100% - 20px)/2);
    margin-bottom: 40px;
    margin-right: 20px;
  }

  #service .col02_bl_li:nth-child(2) {
    margin-right: 0;
  }

  #service .col02_bl_li:nth-child(3) {
    margin-right: 20px;
  }

  #service .service_baloon_wrap {
    padding: 36px 20px;
  }

  #service .banner {
    padding: 0 20px;
  }

  #service .service_dd {
    margin-left: 16px;
    font-size: 16px;
    width: calc(100% - 70px);
  }

  #service .service_dt {
    width: 70px;
  }

  #service .baloon::before {
    content: "";
    width: 0;
    height: 0;
    border: solid 8px transparent;
    border-right: solid 16px #fff;
    position: absolute;
    left: 0;
    top: -18px;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
  }

  #service .service_baloon_li {
    padding: 120px 0 0 0;
    position: relative;
    background-image: url("../../to/img/img_service_person01.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100px;
  }

  #service .service_baloon_li:nth-child(2) {
    padding: 120px 0 0 0;
    position: relative;
    background-image: url("../../to/img/img_service_person02.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100px;
  }
}


@media screen and (max-width:414px) {

  #service .page_title_wrap {
    height: 230px;
  }

  #service .page_title_l {
    font-size: 24px;
  }

  #service .page_title_l img {
    margin-right: 10px;
    width: 56px;
  }

  #service .page_title_wrap {
    padding: 50px 0 0 0;
  }

  #service .service_bl_h2 {
    font-size: 18px;
  }

  #service .service_dl {
    display: block;
  }

  #service .service_dd {
    margin-left: 0;
    text-align: left;
    width: 100%;
  }

  #service .service_baloon_title {
    font-size: 16px;
    position: absolute;
    top: -15px;
    left: 16px;
    background: #f8f9fa;
    padding: 0 5px;
    right: 16px;
    margin: auto;
  }

  #service .col02_bl_li {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 20px;
  }

  #service .banner {
    padding: 0;
  }
}


@media screen and (max-width:768px) {
  .f_banner div {
    width: calc((100% - 10px)/2);
  }

  .f_banner {
    display: flex;
    justify-content: space-between;
  }

  .f_banner {
    background: #d18b00;
    padding: 10px;
    box-sizing: border-box;
  }
}

/*------------------------------------------------------
　ピックアップ：カテゴリ
------------------------------------------------------*/
.pickup-category__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.pickup-category__list-item {
  margin: 0 14px 13px 0;
}

.pickup-category__list-item-link {
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding: 12px;
  color: #333;
  background-color: #e2e6eb;
  border: 1px solid #ccd8dc;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.pickup-category__list-item-link.is-active {
  background-color: #018dc5;
  color: #fff;
}



</pre></body></html>