/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.benefit {
  margin-bottom: 153px;
}
@media screen and (min-width: 768px) {
  .benefit {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 768px) {
  .benefit_heading_sp {
    display: none;
  }
}
.benefit_heading_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .benefit_heading_pc {
    display: block;
  }
}
.benefit_heading .c_title01 {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .benefit_heading .c_title01 {
    position: relative;
    left: 3px;
    margin-bottom: 35px;
  }
}
.benefit_heading .c_title01_item {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .benefit_heading .c_title01_item {
    padding: 0 10px;
  }
}
.benefit_heading .c_title01_item::before {
  left: 2px;
  top: calc(50% + 2px);
  rotate: -2.21deg;
}
@media screen and (min-width: 768px) {
  .benefit_heading .c_title01_item::before {
    left: -3px;
    top: calc(50% + 0px);
    width: calc(100% + 18px);
  }
}
.benefit_heading .c_title01_item::after {
  top: calc(50% + 1px);
  left: -5px;
  rotate: -177.79deg;
}
@media screen and (min-width: 768px) {
  .benefit_heading .c_title01_item::after {
    top: calc(50% + 2px);
    width: calc(100% + 24px);
    left: -23px;
  }
}
.benefit_heading .c_title01_item:nth-child(2)::before {
  rotate: -177.79deg;
}
.benefit_heading .c_title01_item:nth-child(2)::after {
  left: 7px;
  rotate: -2.21deg;
}
.benefit_main {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .benefit_main {
    position: relative;
    left: 2px;
    flex-direction: row;
    justify-content: center;
    gap: 28px;
    width: 100%;
    margin-left: 0;
  }
}
.benefit_item {
  padding: 20px 0;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .benefit_item {
    max-width: 464px;
    padding: 19px;
  }
}
.benefit_item_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  border-top: 2px dashed #FFC567;
  border-bottom: 2px dashed #FFC567;
  position: relative;
}
@media screen and (min-width: 768px) {
  .benefit_item_wrap {
    padding: 30px 30px 17px 30px;
    border: none;
    border-radius: 20px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .benefit_item_wrap .border_top_radius {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    background: #FFF url(../images/iwatsuki/icon_border_02.svg) no-repeat;
    background-size: cover;
    background-position: top left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .benefit_item_wrap .border_right_radius {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    background: #FFF url(../images/iwatsuki/icon_border_02.svg) no-repeat;
    background-size: cover;
    background-position: top left;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .benefit_item_wrap .border_bottom_radius {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    background: #FFF url(../images/iwatsuki/icon_border_02.svg) no-repeat;
    background-size: cover;
    background-position: top left;
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  .benefit_item_wrap .border_left_radius {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    background: #FFF url(../images/iwatsuki/icon_border_02.svg) no-repeat;
    background-size: cover;
    background-position: top left;
    transform: rotate(270deg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .benefit_item_wrap .border_top {
    position: absolute;
    width: calc(100% - 160px);
    height: 2px;
    left: 89px;
    top: 0;
    border: none;
    background-image: linear-gradient(to right, #FFC567 50%, transparent 50%);
    background-size: 20px 12px;
    background-position: top left;
    background-repeat: repeat;
  }
  .benefit_item_wrap .border_right {
    position: absolute;
    width: 2px;
    height: calc(100% - 160px);
    bottom: 86px;
    right: 0;
    border: none;
    background-image: linear-gradient(0deg, #FFC567 50%, transparent 50%);
    background-size: 12px 20px;
    background-position: top left;
    background-repeat: repeat;
  }
  .benefit_item_wrap .border_bottom {
    position: absolute;
    width: calc(100% - 160px);
    height: 2px;
    left: 86px;
    bottom: 0;
    border: none;
    background-image: linear-gradient(to right, #FFC567 50%, transparent 50%);
    background-size: 20px 12px;
    background-position: top left;
    background-repeat: repeat;
  }
  .benefit_item_wrap .border_left {
    position: absolute;
    width: 2px;
    height: calc(100% - 160px);
    left: 0;
    top: 74px;
    border: none;
    background-image: linear-gradient(0deg, #FFC567 50%, transparent 50%);
    background-size: 12px 20px;
    background-position: top left;
    background-repeat: repeat;
  }
}
.benefit_item_ttl {
  position: relative;
  left: 51%;
  transform: translateX(-50%);
  width: 102%;
  margin-bottom: 30px;
  padding-bottom: 27px;
  border-bottom: 3px solid #FF9C45;
  color: #FF9C45;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3846153846;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px) {
  .benefit_item_ttl {
    position: initial;
    transform: translateX(0);
    width: calc(100% - 24px);
    padding-bottom: 24px;
    font-size: 1.625rem;
    z-index: 3;
  }
}
.benefit_item_txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px) {
  .benefit_item_txt {
    font-size: 1.125rem;
    line-height: 2;
    position: relative;
    z-index: 3;
  }
}

.package {
  position: relative;
  margin-bottom: 136px;
  padding: 51px 0 64px;
  background-color: #FFE7CF;
}
@media screen and (min-width: 768px) {
  .package {
    margin-bottom: 190px;
    padding: 58px 0 60px;
  }
}
.package::before, .package::after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .package::before, .package::after {
    left: 50%;
  }
}
.package::before {
  top: -61px;
  width: 100%;
  height: 62px;
  background: url(../images/iwatsuki/img_wave_01_sp.svg) no-repeat left top/cover;
}
@media screen and (min-width: 768px) {
  .package::before {
    top: -95px;
    width: 100%;
    height: 96px;
    background: url(../images/iwatsuki/img_wave_01.svg) no-repeat center top/cover;
  }
}
.package::after {
  bottom: -66px;
  height: 67px;
  background: url(../images/iwatsuki/img_wave_02_sp.svg) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  .package::after {
    bottom: -95px;
    height: 96px;
    background: url(../images/iwatsuki/img_wave_02.svg) no-repeat center bottom/cover;
  }
}
.package .c_title01 {
  margin-bottom: 107px;
}
@media screen and (min-width: 768px) {
  .package .c_title01 {
    position: relative;
    left: 5px;
    margin-bottom: 104px;
  }
}
.package .c_title01_item {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .package .c_title01_item {
    padding: 0 25px;
  }
}
.package .c_title01_item::before {
  top: calc(50% + 1px);
  left: 5px;
  rotate: -6.33deg;
  transform: skewX(-8deg);
  width: 94%;
  background-color: #ffd2d2;
}
@media screen and (min-width: 768px) {
  .package .c_title01_item::before {
    top: calc(50% + 1px);
    left: 2px;
    rotate: -3.97deg;
    transform: skewX(0deg);
    width: 98%;
  }
}
.package .c_title01_item::after {
  top: calc(50% - 1px);
  left: -4px;
  rotate: -173.67deg;
  transform: skewX(8deg);
  width: 92%;
}
@media screen and (min-width: 768px) {
  .package .c_title01_item::after {
    top: calc(50% - 1px);
    left: -17px;
    rotate: -176.03deg;
    transform: skewX(0deg);
    width: 100%;
  }
}
.package_main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .package_main {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 30px;
    padding: 0 15px;
    position: relative;
    left: 3px;
  }
}
.package_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px 50px 30px;
  border-radius: 50px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .package_item {
    min-height: 319px;
    padding: 0 30px 58px 30px;
  }
}
.package_item_img {
  width: 150px;
  margin-top: -54px;
}
@media screen and (min-width: 768px) {
  .package_item_img {
    margin-top: -54px;
  }
}
.package_item_ttl {
  margin-top: -47px;
  margin-bottom: 11px;
  color: #FF8C27;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.77;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .package_item_ttl {
    margin-top: -44px;
    margin-bottom: 10px;
  }
}
.package_item_txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px) {
  .package_item_txt {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.package_item_note {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.company {
  margin-bottom: 150px;
}
.company .c_title01 {
  margin-bottom: 28px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .company .c_title01 {
    position: relative;
    left: 3px;
    margin-bottom: 58px;
  }
}
.company .c_title01_item {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .company .c_title01_item {
    padding: 0 25px;
  }
}
.company .c_title01_item::before {
  top: calc(50% + 1px);
  left: -5px;
  rotate: -3.97deg;
}
@media screen and (min-width: 768px) {
  .company .c_title01_item::before {
    left: -11px;
  }
}
.company .c_title01_item::after {
  top: calc(50% + 1px);
  left: 2px;
  rotate: -176.03deg;
}
@media screen and (min-width: 768px) {
  .company .c_title01_item::after {
    left: -3px;
    width: 103%;
  }
}
.company_tbl {
  max-width: 450px;
  margin: 0 auto 150px;
}
@media screen and (min-width: 768px) {
  .company_tbl {
    margin: 0 auto 180px;
  }
}
.company_tbl_row:not(:last-child) {
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 30px;
}
.company_tbl_row:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: url(../images/iwatsuki/img_border_tbl.svg) no-repeat left bottom/cover;
}
.company_tbl_row:last-child {
  width: calc(100% + 20px);
  margin-left: -10px;
}
@media screen and (min-width: 768px) {
  .company_tbl_row:last-child {
    width: 100%;
    margin-left: 0;
  }
}
.company_tbl_head {
  margin-bottom: 9px;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.company_tbl_body {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.company_tbl_body .note {
  font-size: 1rem;
}
.company_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .company_btn {
    flex-direction: row;
    gap: 100px;
  }
}
.company_btn .c_btn01_txt {
  position: relative;
  left: -4px;
}
@media screen and (min-width: 768px) {
  .company_btn .c_btn01_txt {
    left: -8px;
  }
}
.company_btn .c_btn01:nth-child(2) .c_btn01_link {
  background-color: #FFBE45;
}
.company_btn .c_btn01:nth-child(2) .c_btn01_icon::after {
  border-top-color: #FFBE45;
  border-right-color: #FFBE45;
}

.map {
  margin-bottom: 150px;
}
.map_main {
  width: calc(100% + 40px);
  margin-left: -20px;
  position: relative;
  height: 245px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .map_main {
    width: 100%;
    margin-left: 0;
    height: 639px;
  }
}
.map_main iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 200%;
}

.c_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.p_top .c_recruit {
  margin-top: 103px;
}
@media screen and (min-width: 768px) {
  .p_top .c_recruit {
    margin-top: 155px;
  }
}
.p_top .c_recruit .c_title01_item {
  letter-spacing: 0.18em;
  padding: 0 8px;
}
.p_top .c_recruit .c_title01_item::before {
  top: calc(50% + 1px);
  left: 0;
}
.p_top .c_recruit .c_title01_item::after {
  rotate: -173.71deg;
  top: calc(50% + 2px);
  left: 7px;
}
.p_top .c_info .c_title01_item {
  padding: 0 clamp(0.3125rem, 27.2727272727vw + -5.1420454545rem, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p_top .c_info .c_title01_item {
    padding: 0 18px;
  }
}
.p_top .c_info .c_title01_item::before {
  width: calc(100% + 15px);
  left: -10px;
}
@media screen and (min-width: 768px) {
  .p_top .c_info .c_title01_item::before {
    width: 100%;
    left: -10px;
  }
}
.p_top .c_info .c_title01_item::after {
  left: -15px;
  width: calc(100% + 15px);
}
@media screen and (min-width: 768px) {
  .p_top .c_info .c_title01_item::after {
    width: 100%;
    left: 13px;
  }
}
.p_top .c_info .c_title01_item_rs01.c_title01_item::before {
  padding: 0 10px;
  width: calc(100% - 35px);
  left: 23px;
}
@media screen and (min-width: 768px) {
  .p_top .c_info .c_title01_item_rs01.c_title01_item::before {
    left: 20px;
    width: calc(100% - 24px);
  }
}
.p_top .c_info .c_title01_item_rs01.c_title01_item::after {
  width: calc(100% - 33px);
  left: 15px;
}
@media screen and (min-width: 768px) {
  .p_top .c_info .c_title01_item_rs01.c_title01_item::after {
    width: calc(100% - 25px);
    left: 9px;
  }
}
@media screen and (min-width: 768px) {
  .p_top .c_info_item_02 {
    padding: 52px 36px 55px;
  }
}
.p_top .c_info_item_02 .c_info_item_inner .contentarea .title {
  letter-spacing: 0.06em;
  margin-right: clamp(-1.375rem, -40vw + 8rem, 0rem);
}
@media screen and (min-width: 768px) {
  .p_top .c_info_item_02 .c_info_item_inner .contentarea .title {
    letter-spacing: 0.18em;
    margin-right: clamp(-2.1875rem, -5.2083333333vw + 2.5rem, 0rem);
  }
}

/*# sourceMappingURL=top.css.map */
