/*=============================================*/
/*Font import */
/*=============================================*/
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
}

body {
  margin: auto;
  width: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  overscroll-behavior: none;
  letter-spacing: 0.1em;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*=============================================*/
/*  layout  Base  */
/*=============================================*/
.main_side_nav:before {
  position: absolute;
  left: -5%;
  top: 0;
  content: "";
  width: 50%;
  height: 100%;
  background: url(../img/common/side-bg01.png) no-repeat left center/contain;
  opacity: 0.5;
}
.main_side_nav:after {
  position: absolute;
  right: -10%;
  top: 0;
  content: "";
  width: 50%;
  height: 100%;
  background: url(../img/common/side-bg02.png) no-repeat right center/contain;
  opacity: 0.5;
}

.main_side_nav {
  position: fixed;
  inset: 0;
  background-color: #F3C0C4;
}
.main_side_nav .main_slide_wrapper {
  display: grid;
  grid-template-columns: 1fr 430px 1fr;
  width: min(100%, 1300px);
  height: 100%;
  padding: 0;
  margin: 0 auto;
}
.main_side_nav .side_left {
  position: relative;
  order: 1;
  padding: 40px 40px;
}
.main_side_nav .side_right {
  order: 2;
  grid-column: 3;
  padding: 40px 40px;
}

.main {
  position: relative;
  width: min(100%, 430px);
  min-height: 200vh;
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 2;
  box-shadow: -0.2rem 0 2rem 0 rgba(40, 28, 121, 0.1), 0.2rem 0 2rem 0 rgba(40, 28, 121, 0.1);
}
@media (max-width: 849px) {
  .main {
    width: 100%;
  }
}

.main_width {
  padding-left: 15px;
  padding-right: 15px;
}

.txt_base {
  margin-bottom: 1.5em;
  font-size: 1.4rem;
}
.txt_base p {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.7;
}
.txt_base p:last-child {
  margin-bottom: 0;
}
.txt_base p b {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
}
.txt_base p strong {
  font-size: 1.4em;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

#faq,
#apply,
#salary,
#treatment,
#strengths {
  padding-top: 60px;
  margin-top: -60px;
}

/*=============================================*/
/*  Side  left */
/*=============================================*/
.side_left {
  display: flex;
  flex-direction: column;
}
.side_left .contact_box {
  margin-top: auto;
}

.side_left .logo img {
  width: 100%;
  max-width: 320px;
}

.side_left .contact_box {
  background-color: #fff;
}
.side_left .contact_box .c_inner {
  padding: 10px 12px 15px;
}

.side_left .contact_box .ttl {
  background-color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  padding: 0.5em 1em;
  line-height: 1;
  text-align: center;
  font-size: clamp(1.2rem, 0.82vw, 1.6rem);
}

.side_left .contact_box .tel {
  font-size: clamp(2.4rem, 2.1vw, 3.5rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #E94A6A;
}
.side_left .contact_box .tel a {
  position: relative;
  padding-left: 1em;
  font-size: 1em;
  color: inherit;
}
.side_left .contact_box .tel a:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 0.7em;
  height: 0.7em;
  margin: auto;
  background: url(../img/common/ico-tel.svg) no-repeat center/100%;
}

.side_left .contact_box .line a {
  display: block;
  padding: 1em 1em;
  background: linear-gradient(135deg, #93e39c 0%, #289133 100%);
  border-radius: 150px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2rem, 1.2vw, 2.5rem);
  text-align: center;
  line-height: 1;
}

.side_right .contents_nav {
  position: relative;
  z-index: 3;
}

.side_right .contents_nav .ttl {
  margin-bottom: 0.5em;
  background-color: #333;
  color: #fff;
  padding: 0.2em 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  font-size: clamp(1.2rem, 0.82vw, 1.6rem);
  border-radius: 50px;
}

.side_right .nav_list li {
  margin-bottom: 1em;
}
.side_right .nav_list li a {
  font-size: clamp(2rem, 1.2vw, 2.5rem);
}
.side_right .nav_list li a .en {
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #E94A6A;
}
.side_right .nav_list li a .jp {
  font-size: 0.5em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
}

@media (max-width: 849px) {
  /********************************************/
  /*header */
  /********************************************/
  .main_side_nav {
    position: relative;
  }
  .main_side_nav .side_left {
    display: none;
  }
  .main_side_nav .side_right {
    padding: 0;
  }
  .main_side_nav .side_right .contents_nav .ttl {
    display: none;
  }
}
/********************************************/
/*header */
/********************************************/
.header {
  display: none;
}

@media (max-width: 849px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #CCC;
    background-color: #fff;
    z-index: 10;
  }
  .header .haeder_flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .logo {
    width: 40%;
    max-width: 170px;
    line-height: 1;
  }
  .header .right_nav {
    width: 60%;
    margin-left: auto;
    padding-right: 50px;
  }
  .header .right_nav .right_nav_box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
  }
  .header .right_nav .right_nav_box .item {
    width: 30%;
    max-width: 60px;
    margin-right: 10px;
  }
  .header .right_nav .right_nav_box .item:last-child {
    margin-right: 0;
  }
  /********************************************/
  /*SP MENU */
  /********************************************/
  .sp_menu_trigger,
  .sp_menu_trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
  }
  .sp_menu_trigger {
    position: fixed;
    top: 2px;
    right: 2px;
    width: 50px;
    height: 50px;
    z-index: 9999;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sp_menu_trigger span {
    position: absolute;
    background: #707070;
    width: 27px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sp_menu_trigger span:nth-of-type(1) {
    top: 15px;
  }
  .sp_menu_trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  .sp_menu_trigger span:nth-of-type(3) {
    bottom: 15px;
  }
  .sp_menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-315deg);
  }
  .sp_menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(315deg);
    transform: translateY(-9px) rotate(315deg);
  }
  .sp_menu_trigger.active {
    right: calc(100% - 50px);
  }
  /********************************************/
  /*Hamburger Menu */
  /********************************************/
  #hamburger_menu {
    position: fixed;
    top: 0;
    right: -100%;
    background-color: rgba(255, 255, 255, 0.9);
    width: calc(100% - 50px);
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    z-index: 9998;
    overflow-y: scroll;
    padding: 40px 20px 60px;
    box-sizing: border-box;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: auto;
    overscroll-behavior: contain;
  }
  #hamburger_menu.open {
    right: 0;
  }
}
/*=============================================*/
/*  FV */
/*=============================================*/
.fv_block {
  position: relative;
  padding-top: 10px;
  padding-bottom: 0;
}
.fv_block:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 60%;
  background-color: #FEF1EF;
}

.fv_block .inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
  z-index: 1;
}
.fv_block .inner:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 35px;
  background: url(../img/top/mian-ornament01.svg) no-repeat center/contain;
}
.fv_block .inner:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 70px;
  background: url(../img/top/mian-ornament03.svg) no-repeat center/contain;
}

.fv_block .movie {
  position: relative;
  margin-bottom: 13px;
}
.fv_block .movie video {
  width: 100%;
  border-radius: 18px;
  vertical-align: bottom;
}
.fv_block .movie:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.fv_block .fv_txt {
  position: relative;
}
.fv_block .fv_txt .i_girl {
  position: absolute;
  top: -123px;
  left: 0;
  width: 105px;
  height: 128px;
}
.fv_block .fv_txt .i_character {
  position: absolute;
  right: 0;
  top: -20px;
  width: 89px;
  height: 114px;
}

.fv_block .fv_txt .obi span {
  display: inline-block;
  margin-bottom: 0.3em;
  padding: 0.5em 0.8em;
  background-color: #F3C0C4;
  color: #fff;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

.fv_block .fv_point {
  position: relative;
  width: 100%;
}
.fv_block .fv_point .txt {
  position: relative;
  width: 100%;
  z-index: 1;
}
.fv_block .fv_point .ornament {
  position: absolute;
  right: 5%;
  top: -30%;
}

@media (max-width: 849px) {
  .fv_block {
    padding-top: 60px;
  }
  .fv_block .inner {
    position: relative;
    padding-top: 40px;
  }
  .fv_block .inner:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 35px;
    background: url(../img/top/mian-ornament01.svg) no-repeat center/contain;
  }
}
/*=============================================*/
/*  top_news_block */
/*=============================================*/
.news_base_box .date {
  display: inline-block;
  margin-bottom: 0.3em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
}
.news_base_box .ttl {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}

.top_news_block .base_red_btn {
  margin-top: 20px;
}

/*=============================================*/
/*  strength_block */
/*=============================================*/
.strength_block {
  padding-top: 0;
}

.strength_block .message_box {
  margin-bottom: 40px;
  text-align: center;
  background: url(../img/top/strength-message-bg.jpg) no-repeat center/cover;
}

.strength_block .message_box {
  padding-top: 30px;
  padding-bottom: 30px;
}
.strength_block .message_box p {
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.strength_block .message_box p b {
  font-size: 1.8em;
}

.strength_list li {
  background-color: #FEF1EF;
  padding: 14px 0;
  margin-bottom: 60px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.strength_list li .inner {
  padding-left: 20px;
  padding-right: 20px;
}

.strength_list {
  padding-top: 30px;
}

.strength_list li .ttl {
  position: relative;
  margin-bottom: 1em;
  padding-left: 75px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1A3882;
}
.strength_list li .ttl:before {
  position: absolute;
  left: 10px;
  top: -32px;
  content: "";
  width: 60px;
  height: 60px;
}
.strength_list li .ttl span {
  display: inline-block;
  padding: 0.4em 0.8em;
  background-color: #E94A6A;
  line-height: 1;
  font-size: 0.8em;
  color: #FDF0A9;
}

.strength_list li:first-child .ttl:before {
  background: url(../img/top/strength-num01.svg) no-repeat center/100%;
}
.strength_list li:nth-child(2) .ttl:before {
  background: url(../img/top/strength-num02.svg) no-repeat center/100%;
}
.strength_list li:nth-child(3) .ttl:before {
  background: url(../img/top/strength-num03.svg) no-repeat center/100%;
}
.strength_list li:nth-child(4) .ttl:before {
  background: url(../img/top/strength-num04.svg) no-repeat center/100%;
}
.strength_list li:nth-child(5) .ttl:before {
  background: url(../img/top/strength-num05.svg) no-repeat center/100%;
}

.strength_list li .img {
  margin-bottom: 10px;
}

/*=============================================*/
/*  transfer_block */
/*=============================================*/
.transfer_block {
  padding-top: 0;
}

.bg_txt_box .bg_img {
  position: relative;
}
.bg_txt_box .bg_img:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/treatment-bg.png) no-repeat right top/contain;
  mix-blend-mode: multiply;
}
.bg_txt_box .bg_img:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 180px;
  height: 60px;
  background: url(../img/top/triangle-red.svg) no-repeat left top/contain;
}

.bg_txt_box .bg_img .inner {
  position: relative;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 2rem;
  padding-top: 3em;
  padding-bottom: 1.5em;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.bg_txt_box .bg_img .sub_txt {
  font-size: 1em;
  color: #1A3882;
}
.bg_txt_box .bg_img .main_txt {
  display: block;
  color: #E94A6A;
  font-size: 1.5em;
}

.bg_txt_box .txt_base {
  padding-top: 1em;
}
.bg_txt_box .txt_base p {
  font-size: 1.3em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.check_list {
  margin-bottom: 30px;
}
.check_list li {
  position: relative;
  margin-bottom: 10px;
  padding: 1em 1em 1em 2.7em;
  background-color: #fff;
  font-size: 1.4rem;
}
.check_list li:after {
  position: absolute;
  left: 10px;
  top: 18px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/top/ico-check.svg) no-repeat center/100%;
}

.work_info_box,
.salary_box {
  margin-top: 50px;
  margin-bottom: 50px;
}

.white_shadow_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.salary_box table {
  width: 100%;
  margin-bottom: 20px;
  background: url(../img/top/bg-salary.svg) no-repeat center center;
}
.salary_box table th, .salary_box table td {
  width: 50%;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
  font-size: 2.7rem;
  border-bottom: 1px solid #FEF1EF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.salary_box table th small, .salary_box table td small {
  font-size: 0.6em;
}
.salary_box table th {
  padding-left: 1em;
  color: #1A3882;
  text-align: left;
}
.salary_box table td {
  padding-right: 0.5em;
  color: #F3C0C4;
  text-align: right;
}

.work_info_box .ver_work_txt_box {
  font-size: 1.8rem;
}
.work_info_box .ver_work_txt_box p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*=============================================*/
/*  treatment_block */
/*=============================================*/
.usp_ico_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.usp_ico_list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 10px;
  padding: 1em 0.5em;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.usp_ico_list li:nth-child(2n) {
  margin-right: 0;
}
.usp_ico_list li i {
  display: block;
}
.usp_ico_list li i img {
  max-width: 60px;
}
.usp_ico_list li span {
  display: block;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
}

/*=============================================*/
/*  salary_block */
/*=============================================*/
.salary_block {
  padding-top: 0;
}
.salary_block .bg_txt_box .bg_img:after {
  background: url(../img/top/salary-bg.jpg) no-repeat right top/cover;
  mix-blend-mode: unset;
}
.salary_block .bg_txt_box .bg_img:before {
  z-index: 1;
}

.salary_info_list {
  margin-top: 50px;
}
.salary_info_list li {
  margin-bottom: 40px;
}
.salary_info_list li:last-child {
  margin-bottom: 0;
}

.salary_info_list li .ttl {
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 65px;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1A3882;
  line-height: 1.5;
}
.salary_info_list li .ttl:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 50px;
  height: 50px;
}

.salary_info_list li:first-child .ttl:before {
  background: url(../img/top/date-num01.svg) no-repeat center/100%;
}
.salary_info_list li:nth-child(2) .ttl:before {
  background: url(../img/top/date-num02.svg) no-repeat center/100%;
}
.salary_info_list li:nth-child(3) .ttl:before {
  background: url(../img/top/date-num03.svg) no-repeat center/100%;
}
.salary_info_list li:nth-child(4) .ttl:before {
  background: url(../img/top/date-num04.svg) no-repeat center/100%;
}
.salary_info_list li:nth-child(5) .ttl:before {
  background: url(../img/top/date-num05.svg) no-repeat center/100%;
}

.salary_info_list li .txt_base img {
  display: block;
  margin: auto;
}

/*=============================================*/
/*  salary_voice_block */
/*=============================================*/
.salary_voice_list li {
  margin-bottom: 25px;
}
.salary_voice_list li:last-child {
  margin-bottom: 0;
}
.salary_voice_list li .inner {
  margin-bottom: 5px;
  overflow: hidden;
}

.salary_voice_list li.li01 .inner {
  background: url(../img/top/salary-voice-img01.jpg) no-repeat center/cover;
}
.salary_voice_list li.li02 .inner {
  background: url(../img/top/salary-voice-img02.jpg) no-repeat center/cover;
}
.salary_voice_list li.li03 .inner {
  background: url(../img/top/salary-voice-img03.jpg) no-repeat center/cover;
}
.salary_voice_list li.li04 .inner {
  background: url(../img/top/salary-voice-img04.jpg) no-repeat center/cover;
}
.salary_voice_list li.li05 .inner {
  background: url(../img/top/salary-voice-img05.jpg) no-repeat center/cover;
}

.salary_voice_list li .txt {
  width: 60%;
  float: right;
  padding-top: 20px;
  padding-bottom: 15px;
}
.salary_voice_list li .txt p {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: 1.3rem;
  line-height: 1.4;
  text-shadow: 0px 0px 6px rgb(0, 0, 0);
  letter-spacing: 0.1em;
}
.salary_voice_list li .txt p b {
  font-size: 2.5em;
}

.salary_voice_list li.ver_txt_right .txt {
  width: 75%;
  float: left;
  padding-left: 5%;
}

.salary_voice_list li .reade_more_btn {
  text-align: right;
  font-size: 1.3rem;
}
.salary_voice_list li .reade_more_btn span {
  position: relative;
  display: inline-block;
  font-size: 1em;
  padding-right: 35px;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.salary_voice_list li .reade_more_btn span:after {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  content: "";
  width: 19px;
  height: 19px;
  margin: auto;
  background: url(../img/top/ico-plus.svg) no-repeat center/100%;
}

/*=============================================*/
/*  apply_block */
/*=============================================*/
.flow_list {
  margin-top: 50px;
}
.flow_list li {
  margin-bottom: 40px;
}
.flow_list li .img img {
  margin-bottom: 10px;
}

/*=============================================*/
/*  faq_block */
/*=============================================*/
dl.faq_box {
  margin-bottom: 22px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 25px 10px 20px;
}

dl.faq_box dt, dl.faq_box dd {
  position: relative;
  padding-left: 50px;
}
dl.faq_box dt:before, dl.faq_box dd:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5em;
  text-align: center;
  border-radius: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}
dl.faq_box dt .txt_base, dl.faq_box dd .txt_base {
  margin-bottom: 0;
}
dl.faq_box dt:before {
  content: "Q";
  background-color: #1A3882;
}
dl.faq_box dd:before {
  top: 20px;
  content: "A";
  background-color: #E94A6A;
}
dl.faq_box dt {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-right: 10px;
}
dl.faq_box dt:after {
  position: absolute;
  right: -15px;
  top: 10px;
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/top/ico-faq-plus.svg) no-repeat center/100%;
}
dl.faq_box dt.active:after {
  background: url(../img/top/ico-faq-minus.svg) no-repeat center/100%;
}
dl.faq_box dd {
  display: none;
  border-top: 1px solid #FEF1EF;
  padding-top: 25px;
  padding-bottom: 20px;
}

/*=============================================*/
/*  dekasegi_block */
/*=============================================*/
.dekasegi_block {
  padding-top: 20px;
  padding-bottom: 30px;
}
.dekasegi_block .main_width {
  background: url(../img/top/dekasegi-bg.svg) no-repeat center;
}
.dekasegi_block .center_simple_ttl {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1A3882;
}
.dekasegi_block .txt_base {
  font-size: 2rem;
}
.dekasegi_block .txt_base p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.dekasegi_block .img {
  width: 70%;
  max-width: 250px;
  margin: auto;
  margin-bottom: 15px;
}

/*=============================================*/
/*  kanbu_block */
/*=============================================*/
.kanbu_block {
  padding-top: 0;
  padding-bottom: 30px;
}

.kanbu_block .img {
  position: relative;
}
.kanbu_block .img:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, rgba(26, 56, 130, 0) 0%, rgb(26, 56, 130) 82%);
}

.kanbu_block {
  color: #fff;
}
.kanbu_block .center_simple_ttl {
  position: relative;
  top: -0.8em;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.kanbu_block .txt_base {
  margin-bottom: 0;
}
.kanbu_block .txt_base p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
}
.kanbu_block .txt_base p strong {
  font-size: 1.6em;
}

/*=============================================*/
/*  contact_block */
/*=============================================*/
.contact_block {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.contact_block .ttl {
  margin-bottom: 1.2em;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.contact_block .tel_box .obi {
  display: inline-block;
  margin-bottom: 0.7em;
  padding: 0.4em 1em;
  background-color: #E94A6A;
  border-radius: 50px;
  color: #fff;
  line-height: 1;
}
.contact_block .tel_box .tel {
  margin-bottom: 0.3em;
  font-size: clamp(2.4rem, 2.1vw, 3.5rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #E94A6A;
}
.contact_block .tel_box .tel a {
  position: relative;
  padding-left: 1em;
  font-size: 1em;
  color: inherit;
}
.contact_block .tel_box .tel a:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 0.7em;
  height: 0.7em;
  margin: auto;
  background: url(../img/common/ico-tel.svg) no-repeat center/100%;
}

.contact_block .line_btn a {
  display: block;
  padding: 1em 1em;
  background: linear-gradient(135deg, #93e39c 0%, #289133 100%);
  border-radius: 10px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2rem, 1.2vw, 2.5rem);
  text-align: center;
  line-height: 1;
}

/*=============================================*/
/*  copyright */
/*=============================================*/
.copyright {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*=============================================*/
/*  modal */
/*=============================================*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}

.modal__bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}

.modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width: 800px;
  padding: 40px 30px;
  background: #fff;
  transform: translate(-50%, -50%);
  max-height: 90vh;
}
.modal__content .scroll_inner {
  max-height: 78vh;
  padding-right: 20px;
  overflow-y: scroll;
}

.modal .close_btn {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
}
.modal .close_btn:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/top/ico-close-modal.svg) no-repeat center/100%;
}

.modal .voice_prof {
  margin-bottom: 15px;
  padding: 20px;
  background-color: #FEF1EF;
}
.modal .voice_prof p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.modal .voice_prof .name {
  font-size: 1.6rem;
}
.modal .voice_prof .salary {
  font-size: 1.5rem;
}
.modal .voice_prof .salary b {
  font-size: 1.6em;
}
.modal .voice_prof .info {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .modal__content {
    padding: 30px 20px;
  }
}/*# sourceMappingURL=style.css.map */