@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.5;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

html {
  height: -webkit-fill-available; }

body {
  font-size: 16px;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background: url("../img/temp/bg_logo.png"), url("../img/temp/bg.gif");
  background-size: 600px , cover;
  background-repeat: no-repeat,repeat;
  background-position: right -50px top -200px ,center top;
  color: #414141;
  /*min-width:1100px;
  @include tab {
  	min-width:320px;
  }*/ }
  @media screen and (max-width: 767px) {
    body {
      background: url("../img/temp/bg_logo.png"), url("../img/temp/bg.gif");
      background-size: 300px , cover;
      background-repeat: no-repeat,repeat;
      background-position: right -50px top -50px ,center top;
      overflow-x: hidden;
      font-size: 15px; } }

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.container {
  max-width: 1000px;
  padding: 0 10px;
  margin: auto; }

.narrow-container {
  max-width: 750px;
  padding: 0 10px;
  margin: auto; }

.wide-container {
  max-width: 1180px;
  padding: 0 10px;
  margin: auto;
  overflow-x: hidden; }

.textcenter {
  text-align: center; }

.textright {
  text-align: right; }

@media screen and (max-width: 575px) {
  .spleft {
    text-align: left; } }

.margin--0 {
  margin-top: 0 !important; }

.margin--1x {
  margin-top: 1.5em !important; }

.margin--2x {
  margin-top: 3em !important; }

.margin--3x {
  margin-top: 4.5em !important; }

.margin--4x {
  margin-top: 6em !important; }

.kadomaru {
  border-radius: 10px; }

strong.bold {
  font-weight: bold !important; }

strong.em {
  font-weight: bold !important;
  color: #FF9505; }

span.em {
  color: #FF9505; }

.x-large {
  font-size: 120%; }

.x-small {
  font-size: 70%; }

.w50 {
  width: 50%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .w50 {
      width: 90%;
      margin: 0 auto; } }

.w80 {
  width: 80%;
  margin: 0 auto; }

.w85 {
  width: 85%;
  margin: 0 auto; }

.w90 {
  width: 90%;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .sm-w30 {
    width: 30%;
    margin: 1em auto; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.col-sm-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .col-sm-1 {
      max-width: 100%;
      flex: auto; } }

.col-sm-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .col-sm-2 {
      max-width: 100%;
      flex: auto; } }

.col-sm-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .col-sm-3 {
      max-width: 100%;
      flex: auto; } }

.col-sm-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .col-sm-4 {
      max-width: 100%;
      flex: auto; } }

.col-sm-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .col-sm-5 {
      max-width: 100%;
      flex: auto; } }

.col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .col-sm-6 {
      max-width: 100%;
      flex: auto; } }

.col-sm-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .col-sm-7 {
      max-width: 100%;
      flex: auto; } }

.col-sm-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .col-sm-8 {
      max-width: 100%;
      flex: auto; } }

.col-sm-9 {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .col-sm-9 {
      max-width: 100%;
      flex: auto; } }

.col-sm-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .col-sm-10 {
      max-width: 100%;
      flex: auto; } }

.col-sm-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .col-sm-11 {
      max-width: 100%;
      flex: auto; } }

.col-sm-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .col-sm-12 {
      max-width: 100%;
      flex: auto; } }

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .hide-pc {
    display: none !important; } }

@media screen and (min-width: 576px) {
  .hide-tb {
    display: none !important; } }

/*---------------------------
ヘッダー
---------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 5%;
  z-index: 999;
  min-width: 1100px; }
  @media screen and (max-width: 767px) {
    #header {
      padding: 10px 10px;
      width: 100%;
      min-width: 320px; } }
  #header ul {
    margin: 0;
    padding: 0; }
    #header ul li {
      list-style: none;
      margin: 0;
      padding: 0; }
  #header a {
    text-decoration: none; }
  #header .inner_pc {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    #header .inner_pc .header_logo {
      padding: 15px 20px; }
      #header .inner_pc .header_logo img {
        width: 220px;
        vertical-align: bottom; }
      #header .inner_pc .header_logo span {
        width: 220px;
        display: block;
        color: #414141;
        font-size: 15px;
        text-align: center;
        border-top: 1px solid #E5E5E5;
        margin-top: 0.3em;
        padding-top: 0.3em; }
    #header .inner_pc .header_nav .nav_sub {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      #header .inner_pc .header_nav .nav_sub .tel {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 1em; }
        #header .inner_pc .header_nav .nav_sub .tel a {
          text-decoration: none; }
          #header .inner_pc .header_nav .nav_sub .tel a img {
            vertical-align: middle; }
        #header .inner_pc .header_nav .nav_sub .tel span {
          display: block;
          font-size: 11px;
          padding-left: 1em; }
      #header .inner_pc .header_nav .nav_sub ul.sns_link {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px; }
        #header .inner_pc .header_nav .nav_sub ul.sns_link li a {
          display: block;
          color: #0BBA26;
          font-weight: bold;
          padding: 0.7em 0.5em; }
          #header .inner_pc .header_nav .nav_sub ul.sns_link li a:hover {
            background: #f5f5f5; }
      #header .inner_pc .header_nav .nav_sub ul.other_list {
        display: flex;
        justify-content: center;
        align-items: center; }
        #header .inner_pc .header_nav .nav_sub ul.other_list li a {
          display: block;
          color: #fff;
          font-weight: bold;
          padding: 0.7em 1.5em; }
          #header .inner_pc .header_nav .nav_sub ul.other_list li a:hover {
            opacity: 0.9; }
        #header .inner_pc .header_nav .nav_sub ul.other_list li:first-child a {
          background: #FF9505; }
        #header .inner_pc .header_nav .nav_sub ul.other_list li:nth-child(2) a {
          background: #0075A9;
          border-right: 1px solid #fff; }
        #header .inner_pc .header_nav .nav_sub ul.other_list li:last-child a {
          background: #0075A9; }
        @media screen and (min-width: 768px) {
          #header .inner_pc .header_nav .nav_sub ul.other_list {
            width: 54%;
            text-align: center; }
            #header .inner_pc .header_nav .nav_sub ul.other_list li {
              width: calc(100% / 3); } }
    @media screen and (max-width: 767px) {
      #header .inner_pc {
        display: none; } }
  #header .inner_sp {
    display: none; }
    @media screen and (max-width: 767px) {
      #header .inner_sp {
        display: block;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        #header .inner_sp .header_logo {
          padding: 10px 10px;
          flex: 1; }
          #header .inner_sp .header_logo img {
            width: 140px;
            vertical-align: bottom; }
          #header .inner_sp .header_logo span {
            width: 140px;
            display: block;
            color: #414141;
            font-size: 10px;
            text-align: center;
            border-top: 1px solid #E5E5E5;
            margin-top: 0.3em;
            padding-top: 0.3em; }
        #header .inner_sp .tel {
          padding-left: 10px;
          padding-right: 10px;
          flex: 1; }
          #header .inner_sp .tel a {
            display: block;
            text-align: center; }
            #header .inner_sp .tel a img {
              vertical-align: bottom; }
          #header .inner_sp .tel span {
            display: block;
            font-size: 10px;
            text-align: center; }
        #header .inner_sp .sns_link {
          position: absolute;
          right: 90px;
          top: 32px; }
          #header .inner_sp .sns_link img {
            width: 25px; }
        #header .inner_sp .nav_btn {
          width: 60px;
          height: 60px;
          margin: 0 8px 0 auto;
          position: relative; }
          #header .inner_sp .nav_btn span {
            border-top: 2px solid #FF9505;
            width: 40px;
            display: block;
            position: absolute;
            left: 10px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all  0.3s ease; }
            #header .inner_sp .nav_btn span:nth-child(1) {
              top: 19px; }
            #header .inner_sp .nav_btn span:nth-child(2) {
              top: 29px; }
            #header .inner_sp .nav_btn span:nth-child(3) {
              top: 39px; } }

/*---------------------------
グローバルナビ
---------------------------*/
nav.nav_main {
  margin: 0 0.5em 0 0; }
  nav.nav_main ul.global_nav {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between; }
    nav.nav_main ul.global_nav li {
      list-style: none;
      margin: 0;
      padding: 0; }
      nav.nav_main ul.global_nav li a, nav.nav_main ul.global_nav li span {
        text-decoration: none;
        color: #414141;
        font-weight: bold;
        padding: 0.7em 1em;
        display: block; }
        nav.nav_main ul.global_nav li a:hover, nav.nav_main ul.global_nav li span:hover {
          background: #f5f5f5; }
      nav.nav_main ul.global_nav li.js-menu-scope span, nav.nav_main ul.global_nav li.js-menu-scope a {
        position: relative;
        cursor: pointer; }
        nav.nav_main ul.global_nav li.js-menu-scope span:after, nav.nav_main ul.global_nav li.js-menu-scope a:after {
          content: "";
          width: 15px;
          height: 15px;
          transform: rotate(45deg);
          background: #fff;
          position: absolute;
          bottom: -16px;
          left: 40%;
          display: none;
          z-index: -1; }
        nav.nav_main ul.global_nav li.js-menu-scope span.is-opened:after, nav.nav_main ul.global_nav li.js-menu-scope a.is-opened:after {
          display: block; }
      nav.nav_main ul.global_nav li .mega-menu {
        position: absolute;
        width: 100%;
        top: 105px;
        left: 0;
        display: none; }
        nav.nav_main ul.global_nav li .mega-menu__wrap {
          background: #fff;
          padding: 25px;
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          border-radius: 12px; }
        nav.nav_main ul.global_nav li .mega-menu__item {
          width: 25%;
          padding: 6px; }
          nav.nav_main ul.global_nav li .mega-menu__item .item-wrap {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            border: 2px solid #E5E5E5;
            border-radius: 10px;
            overflow: hidden; }
            nav.nav_main ul.global_nav li .mega-menu__item .item-wrap .img {
              width: 37%; }
              nav.nav_main ul.global_nav li .mega-menu__item .item-wrap .img img {
                vertical-align: bottom; }
              nav.nav_main ul.global_nav li .mega-menu__item .item-wrap .img.career {
                padding: 1em; }
            nav.nav_main ul.global_nav li .mega-menu__item .item-wrap .text {
              width: 63%;
              padding: 20px; }
              @media screen and (max-width: 1024px) {
                nav.nav_main ul.global_nav li .mega-menu__item .item-wrap .text {
                  font-size: 1vw; } }

/*---------------------------
スマホナビ
---------------------------*/
nav.sp_navi {
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }
  @media screen and (max-width: 767px) {
    nav.sp_navi {
      display: block;
      position: fixed;
      overflow: hidden;
      visibility: hidden;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      z-index: 998;
      background: #fff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      padding: 0 15px 0 15px;
      background: #FF9505; }
      nav.sp_navi a {
        text-decoration: none; }
      nav.sp_navi ul {
        margin: 0;
        padding: 0; }
        nav.sp_navi ul li {
          list-style: none;
          margin: 0;
          padding: 0; }
      nav.sp_navi .global_nav_sp a {
        color: #fff;
        display: block;
        padding: 1em;
        font-weight: bold; }
      nav.sp_navi .global_nav_sp li {
        text-align: center;
        border-bottom: 1px solid #ffb756; }
      nav.sp_navi .tel {
        display: block;
        padding: 0.5em 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        nav.sp_navi .tel img {
          vertical-align: bottom; }
        nav.sp_navi .tel span {
          padding: 0 0.3em; }
      nav.sp_navi .sns_link {
        display: flex;
        justify-content: space-around;
        margin-top: 20px; }
        nav.sp_navi .sns_link li {
          padding: 5px;
          width: 100%; }
        nav.sp_navi .sns_link a {
          text-align: center;
          color: #0BBA26;
          font-weight: bold;
          padding: 0.7em 0.5em;
          display: inline-block;
          background: #ffe8c9;
          width: 100%; }
      nav.sp_navi .other_list {
        margin-top: 10px; }
        nav.sp_navi .other_list li {
          padding: 5px;
          width: 100%; }
          nav.sp_navi .other_list li a {
            background: #fff;
            text-align: center;
            color: #FF9505;
            font-weight: bold;
            padding: 0.7em 0.5em;
            display: inline-block;
            width: 100%; }
            nav.sp_navi .other_list li a.new {
              background: #0075A9;
              color: #fff; } }

/*-ナビ開閉用---------------------------*/
body.active {
  overflow: hidden; }
  body.active nav.sp_navi {
    padding: 100px 15px 15px 15px;
    overflow: scroll;
    visibility: visible;
    height: 100%; }
  body.active #header .inner_sp .nav_btn span:nth-child(1) {
    top: 30px;
    transform: rotate(30deg); }
  body.active #header .inner_sp .nav_btn span:nth-child(2) {
    opacity: 0; }
  body.active #header .inner_sp .nav_btn span:nth-child(3) {
    top: 30px;
    transform: rotate(-30deg); }

/*---------------------------
トピックパス
---------------------------*/
.topic_pass {
  margin: 130px auto 0 auto;
  max-width: 90%; }
  @media screen and (max-width: 767px) {
    .topic_pass {
      margin: 90px 10px 0 10px;
      width: auto;
      max-width: auto;
      font-size: 80%; } }
  .topic_pass ul {
    display: flex;
    font-size: 14px;
    flex-wrap: wrap; }
    .topic_pass ul li {
      list-style: none;
      padding-right: 1.5em;
      margin-bottom: 0.3em;
      position: relative; }
      .topic_pass ul li:after {
        content: ">";
        position: absolute;
        top: 0.2em;
        right: 0.5em;
        color: #aaa;
        font-size: 80%; }
      .topic_pass ul li:last-child {
        padding-right: 0; }
        .topic_pass ul li:last-child:after {
          display: none; }
      .topic_pass ul li a {
        text-decoration: none;
        color: #414141; }

.sns-box {
  position: fixed;
  top: 43%;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 1em 0 0.7em 0.5em; }
  .sns-box .sns_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .sns-box .sns_link li {
      list-style: none;
      margin: 0.5em 0; }
      .sns-box .sns_link li a {
        text-decoration: none;
        font-weight: bold; }
      @media screen and (min-width: 768px) {
        .sns-box .sns_link li.sns-line {
          writing-mode: vertical-rl;
          text-orientation: upright; } }
      .sns-box .sns_link li.sns-line .icon {
        width: 24px;
        margin-bottom: 8px;
        display: flex; }
      .sns-box .sns_link li.sns-line a {
        background: #06c755;
        color: #fff;
        padding: 24px 18px;
        border-radius: 10px 0 0 10px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .sns-box .sns_link li.sns-insta {
        background: url("../img/temp/bg_insta.png") no-repeat center center/cover;
        width: 46px;
        height: 46px;
        border-radius: 23px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .sns-box .sns_link li.sns-insta a {
          display: flex;
          align-items: center;
          justify-content: center; }
        .sns-box .sns_link li.sns-insta .icon {
          width: 22px;
          height: 22px; }
  @media screen and (max-width: 767px) {
    .sns-box {
      top: auto;
      bottom: 10px;
      right: 0;
      padding: 0.5em 0.3em 0 0.4em; }
      .sns-box .sns_link {
        display: flex;
        flex-direction: row; }
        .sns-box .sns_link li {
          margin: 0 5px; }
          .sns-box .sns_link li img {
            width: 26px; }
          .sns-box .sns_link li.sns-line a {
            border-radius: 30px;
            padding: 13px 20px; }
          .sns-box .sns_link li.sns-line .icon {
            margin: 0 8px 0 0; } }

#footer {
  position: relative;
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    #footer {
      margin-top: 50px; } }
  #footer:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.72;
    background: url("../img/temp/noise-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0; }
  #footer .inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 130px 10px 70px;
    max-width: 960px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      #footer .inner {
        padding: 70px 10px 40px; } }
  #footer .footer_logo {
    margin-bottom: 20px;
    padding: 0 30px; }
  #footer .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px; }
    #footer .tel a img {
      vertical-align: middle; }
    #footer .tel span {
      display: inline-block;
      padding-left: 0.5em;
      font-size: 11px; }
  #footer .footer_nav {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      #footer .footer_nav {
        display: none; } }
    #footer .footer_nav ul {
      display: flex;
      justify-content: space-between;
      margin: 0;
      padding: 0; }
      #footer .footer_nav ul li {
        list-style: none;
        margin: 0;
        padding: 5px; }
        #footer .footer_nav ul li a {
          color: #414141;
          text-decoration: none;
          font-weight: bold; }
          #footer .footer_nav ul li a:hover {
            opacity: 0.8; }
  #footer .footer_nav_other {
    margin-bottom: 50px; }
    #footer .footer_nav_other ul {
      display: flex;
      justify-content: center;
      margin: 0;
      padding: 0;
      font-size: 14px; }
      #footer .footer_nav_other ul li {
        list-style: none;
        margin: 0;
        padding: 5px 20px;
        font-weight: bold; }
        #footer .footer_nav_other ul li a {
          color: #414141;
          text-decoration: none;
          font-weight: bold; }
          #footer .footer_nav_other ul li a:hover {
            opacity: 0.8; }
        @media screen and (max-width: 767px) {
          #footer .footer_nav_other ul li {
            padding: 10px; }
            #footer .footer_nav_other ul li:last-child {
              padding: 0 0 0 5px; } }
  #footer .copyright {
    font-size: 14px; }

.front-top #footer {
  margin-top: 0; }

/*--checkボタン-----*/
ul.check_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-weight: 500; }
  ul.check_list li {
    list-style: none;
    margin: 0;
    padding: 5px 10px 5px 0;
    position: relative; }
    ul.check_list li input[type="checkbox"] {
      opacity: 0;
      position: absolute; }
    ul.check_list li label {
      display: inline-block;
      padding: 0.9em 1.2em 0.9em 2.5em;
      border: 1px solid #E5E5E5;
      position: relative;
      background: #fff;
      border-radius: 0.3em;
      font-weight: normal;
      line-height: 1em;
      font-size: 16px;
      cursor: pointer; }
      ul.check_list li label:after {
        content: "";
        position: absolute;
        top: 0.9em;
        left: 0.8em;
        display: block;
        border-radius: 3px;
        border: 1px solid #E5E5E5;
        width: 1em;
        height: 1em; }
    ul.check_list li input[type="checkbox"]:checked + label {
      border: 1px solid #FF9505; }
      ul.check_list li input[type="checkbox"]:checked + label:after {
        background: url("../img/icon/check.svg");
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center; }

/*--ラジオボタン-----*/
ul.radio_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-weight: 500; }
  ul.radio_list li {
    list-style: none;
    margin: 0;
    padding: 5px 10px 5px 0;
    position: relative; }
    ul.radio_list li input[type="radio"] {
      opacity: 0;
      position: absolute; }
    ul.radio_list li label {
      display: inline-block;
      padding: 0.9em 1.2em 0.9em 2.5em;
      border: 1px solid #E5E5E5;
      position: relative;
      background: #fff;
      border-radius: 0.3em;
      font-weight: normal;
      line-height: 1em;
      font-size: 16px;
      cursor: pointer; }
      ul.radio_list li label:after {
        content: "";
        position: absolute;
        top: 0.9em;
        left: 0.8em;
        display: block;
        border-radius: 50%;
        border: 1px solid #E5E5E5;
        width: 1em;
        height: 1em; }
    ul.radio_list li input[type="radio"]:checked + label {
      border: 1px solid #FF9505; }
      ul.radio_list li input[type="radio"]:checked + label:after {
        border: 1px solid #FF9505; }
      ul.radio_list li input[type="radio"]:checked + label:before {
        content: "";
        position: absolute;
        top: 1.15em;
        left: 1.03em;
        display: block;
        border-radius: 50%;
        background: #FF9505;
        width: 0.65em;
        height: 0.65em; }

.present-banner {
  margin-bottom: 10px; }

.page_title {
  text-align: center;
  color: #FF9505;
  font-size: 54px;
  font-weight: 500;
  margin: 1em 0; }
  @media screen and (max-width: 767px) {
    .page_title {
      font-size: 36px;
      padding: 0 10px;
      line-height: 1.3; } }
  @media screen and (max-width: 575px) {
    .page_title {
      font-size: 32px; } }

.sec-title h2 {
  font-size: 54px;
  margin-top: 0;
  margin-bottom: 0.5em; }
  .sec-title h2:after {
    content: "";
    display: block;
    margin: 0.3em auto 0 auto;
    border-bottom: 2px solid #FF9505;
    max-width: 200px; }
  @media screen and (max-width: 767px) {
    .sec-title h2 {
      font-size: 36px;
      line-height: 1.3; } }
  @media screen and (max-width: 575px) {
    .sec-title h2 {
      font-size: 8vw; } }
.sec-title .description {
  text-align: center;
  margin-top: 0; }

h2 {
  text-align: center;
  font-size: 54px;
  color: #FF9505;
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 32px; } }
  h2.nocss {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    margin: 0; }
  h2.job_details {
    font-size: 30px; }
    @media screen and (max-width: 767px) {
      h2.job_details {
        font-size: 26px; } }
  h2.h3-title {
    padding: 0.5em 1em;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(-45deg, #FFCE00, #FF8900);
    font-size: 20px;
    margin: 3em 0 1em 0;
    border-radius: 5px;
    position: relative;
    text-align: left; }
    h2.h3-title .area {
      display: inline-flex;
      padding: 0 2em;
      font-weight: normal;
      font-size: 15px; }
      @media screen and (max-width: 767px) {
        h2.h3-title .area {
          padding: 0;
          font-size: 13px;
          display: block;
          text-align: right; } }
    h2.h3-title .right {
      text-align: right;
      font-weight: normal;
      font-size: 13px;
      position: absolute;
      right: 55px;
      bottom: 15px; }
      @media screen and (max-width: 767px) {
        h2.h3-title .right {
          position: static;
          display: block;
          font-size: 12px; } }
  h2.simple {
    text-align: left;
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold; }
    h2.simple .icon-text {
      padding: 5px 0.8em;
      font-size: 16px;
      color: #fff;
      background: #FF9505;
      border-radius: 5px;
      margin-left: 2em;
      display: inline-block; }
    h2.simple.-center {
      text-align: center; }
    h2.simple .small {
      padding-left: 2em;
      font-size: 15px; }
    @media screen and (max-width: 575px) {
      h2.simple {
        text-align: center;
        line-height: 1.3;
        font-size: 26px; } }
  h2.title {
    font-weight: bold;
    overflow: hidden;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1; }
    h2.title span {
      padding: 0 2vw;
      font-size: 28px;
      position: relative; }
      @media screen and (max-width: 767px) {
        h2.title span {
          font-size: 22px; } }
      h2.title span:before {
        content: "";
        background: #FF9505;
        height: 2px;
        width: 400%;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: -400%; }
        @media screen and (max-width: 767px) {
          h2.title span:before {
            display: none; } }
      h2.title span:after {
        content: "";
        background: #FF9505;
        height: 2px;
        width: 400%;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: -400%; }
        @media screen and (max-width: 767px) {
          h2.title span:after {
            display: none; } }

h3.job_details {
  padding: 0.5em 1em;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(-45deg, #FFCE00, #FF8900);
  font-size: 20px;
  margin: 3em 0 1em 0;
  border-radius: 5px; }

h3.title {
  padding: 0.5em 1em;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(-45deg, #FFCE00, #FF8900);
  font-size: 20px;
  margin: 3em 0 1em 0;
  border-radius: 5px; }
h3.h2-simple {
  text-align: left;
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  color: #FF9505; }
  h3.h2-simple.-center {
    text-align: center; }
  @media screen and (max-width: 575px) {
    h3.h2-simple {
      text-align: center;
      line-height: 1.3;
      font-size: 26px;
      padding: 0 0 0.5em; } }

h4.title {
  font-size: 20px;
  border-bottom: 1px solid #E5E5E5;
  padding: 0.3em 0 0.3em 1em;
  margin: 0.5em 0;
  position: relative;
  font-weight: bold; }
  h4.title:before {
    content: "";
    display: block;
    width: 5px;
    border-radius: 5px;
    height: 1.2em;
    position: absolute;
    margin-top: -0.6em;
    top: 50%;
    left: 0.3em;
    background: linear-gradient(0deg, #FFCE00, #FF8900); }
  h4.title .x-small {
    font-size: 12px;
    font-weight: normal;
    padding-left: 2em; }
  h4.title .small {
    font-size: 12px;
    font-weight: normal;
    padding-left: 1em; }

h5.title {
  font-weight: bold;
  font-size: 20px; }

ul.item-slide,
ul.item-slide-detail {
  margin: 0; }
  ul.item-slide li,
  ul.item-slide-detail li {
    list-style: none;
    padding: 15px; }
    ul.item-slide li a,
    ul.item-slide-detail li a {
      display: block;
      text-decoration: none;
      background: #fff;
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 3px 15px rgba(232, 164, 68, 0.2);
      height: 100%; }
      ul.item-slide li a span.city,
      ul.item-slide-detail li a span.city {
        position: absolute;
        background: linear-gradient(-45deg, #6DC3C4, #005486);
        display: inline-block;
        padding: 0.2em 1em;
        font-weight: bold;
        color: #fff;
        top: 0;
        left: 0;
        z-index: 2; }
      ul.item-slide li a .image,
      ul.item-slide-detail li a .image {
        position: relative;
        padding-bottom: 60%; }
        ul.item-slide li a .image img,
        ul.item-slide-detail li a .image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          z-index: 1; }
      ul.item-slide li a .contents,
      ul.item-slide-detail li a .contents {
        padding: 15px; }
        ul.item-slide li a .contents .tag,
        ul.item-slide-detail li a .contents .tag {
          font-size: 0; }
          ul.item-slide li a .contents .tag span,
          ul.item-slide-detail li a .contents .tag span {
            font-size: 13px;
            display: inline-block;
            border: 1px solid #FDDC8D;
            background: #FDF6E5;
            color: #414141;
            border-radius: 3px;
            padding: 0.2em 0.5em;
            margin: 0 5px 5px 0; }
        ul.item-slide li a .contents h5,
        ul.item-slide-detail li a .contents h5 {
          color: #414141;
          font-weight: bold;
          font-size: 18px;
          margin: 0.5em 0 0.5em 0; }
        ul.item-slide li a .contents dl,
        ul.item-slide-detail li a .contents dl {
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 0.5em;
          align-items: center; }
          ul.item-slide li a .contents dl dt,
          ul.item-slide-detail li a .contents dl dt {
            border-radius: 2em;
            background: #FF9505;
            color: #fff;
            font-weight: bold;
            padding: 0.1em 0.2em;
            width: 4.5em;
            text-align: center;
            margin-right: 0.7em; }
          ul.item-slide li a .contents dl dd,
          ul.item-slide-detail li a .contents dl dd {
            color: #414141; }
  ul.item-slide .slick-dots,
  ul.item-slide-detail .slick-dots {
    bottom: -40px; }

@media screen and (max-width: 767px) {
  ul.yawaragi-slide {
    margin-bottom: 0; } }
ul.yawaragi-slide li {
  list-style: none;
  padding: 15px; }
  ul.yawaragi-slide li a {
    display: block;
    text-decoration: none;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(232, 164, 68, 0.2);
    height: 100%; }
    ul.yawaragi-slide li a .image {
      position: relative;
      padding-bottom: 60%; }
      ul.yawaragi-slide li a .image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1; }
    ul.yawaragi-slide li a .contents {
      padding: 20px; }
      ul.yawaragi-slide li a .contents p.sub {
        font-weight: bold;
        color: #005486; }
      ul.yawaragi-slide li a .contents .tag {
        font-size: 0;
        display: none; }
        ul.yawaragi-slide li a .contents .tag span {
          font-size: 13px;
          display: inline-block;
          border: 1px solid #B8D4D5;
          background: #F7FBFB;
          color: #339FA0;
          border-radius: 20px;
          padding: 0.2em 0.7em;
          margin: 0 5px 5px 0; }
      ul.yawaragi-slide li a .contents h5 {
        color: #414141;
        font-size: 16px;
        font-weight: bold;
        margin: 0.5em 0 0.5em 0; }
ul.yawaragi-slide .slick-dots {
  bottom: -40px; }

/*-----------------------------------
 施設の様子
-----------------------------------*/
.facility-slide-wrap {
  max-width: 580px;
  padding: 0 80px;
  margin: 0 auto 50px auto; }
  @media screen and (max-width: 767px) {
    .facility-slide-wrap {
      padding: 0; } }
  .facility-slide-wrap span {
    text-align: center;
    display: block;
    margin-bottom: 0.5em; }
  .facility-slide-wrap .facility-slide {
    margin-bottom: 0; }
  .facility-slide-wrap .slick-prev {
    left: -85px;
    bottom: 40%;
    margin-bottom: -40px; }
  .facility-slide-wrap .slick-next {
    right: -85px;
    left: auto;
    bottom: 40%;
    margin-bottom: -40px; }
  .facility-slide-wrap .slick-dots {
    bottom: -30px; }
  .facility-slide-wrap img {
    width: 100%; }

/*-----------------------------------
他の求人一覧
-----------------------------------*/
.item-slide-detail .slick-prev {
  left: auto;
  right: 5%;
  bottom: 50%;
  margin-bottom: -40px; }
.item-slide-detail .slick-next {
  left: 5%;
  bottom: 50%;
  margin-bottom: -40px; }

/*
.btn01{
	background:url("../img/icon/arrow-right_simple.svg"), linear-gradient(-45deg, #FFCE00,#FF8900);
	background-repeat: no-repeat;
	background-position:right 30px center,0;
	background-size:14px,100%;
	border: none;
	font-size: 16px;
	border-radius: 40px;
	padding: 30px 75px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0 3px 15px rgba(232,164,68,0.20);

	&:hover{
		background:url("../img/icon/arrow-right_simple.svg"), linear-gradient(-45deg, #FFCE00,#FFCE00);
	}
	&:active{
		background:url("../img/icon/arrow-right_simple.svg"), linear-gradient(-45deg, #FF8900,#FF8900);
	}
	@include tab {
		background-position:right 20px center,0;
		background-size:10px,100%;
		padding: 15px 50px;
	}
}*/
.btn-01 {
  display: inline-block;
  min-width: 240px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: url("../img/icon/btn-arrow-left.svg"), linear-gradient(-45deg, #FFCE00, #FF8900);
  background-position: center right 30px, center;
  background-repeat: no-repeat;
  background-size: 15px , 100%;
  border: none;
  font-size: 16px;
  padding: 1.3em 80px 1.3em 70px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  box-shadow: 0 0 15px rgba(232, 164, 68, 0.2); }
  .btn-01:hover {
    opacity: 0.8;
    box-shadow: none; }
  .btn-01 span {
    font-size: 90%; }
  @media screen and (max-width: 767px) {
    .btn-01 {
      font-size: 14px;
      padding: 1.2em 60px 1.2em 50px; } }
  .btn-01.-xl {
    background-position: center right 30px, center;
    min-width: 530px;
    padding: 1.3em 60px; }
    @media screen and (max-width: 767px) {
      .btn-01.-xl {
        min-width: 90%;
        width: 90%; } }
  .btn-01.-back {
    background: url("../img/icon/btn-arrow-right.svg"), linear-gradient(-45deg, #FFCE00, #FF8900);
    background-position: center left 30px, center;
    background-repeat: no-repeat;
    background-size: 15px , 100%;
    padding: 1.3em 70px 1.3em 80px; }
    @media screen and (max-width: 767px) {
      .btn-01.-back {
        font-size: 14px;
        padding: 1.2em 50px 1.2em 60px; } }
  .btn-01.-down {
    background: url("../img/icon/arrow-down01_white.svg"), linear-gradient(-45deg, #FFCE00, #FF8900);
    background-position: center right 15px, center;
    background-size: 15px , 100%;
    background-repeat: no-repeat;
    padding: 1em 80px 1em 70px; }
  .btn-01.-blue {
    background: -webkit-linear-gradient(bottom left, #6DC3C4, #005486);
    background: -o-linear-gradient(bottom left, #6DC3C4, #005486);
    background: linear-gradient(to top right, #6DC3C4, #005486); }
  .btn-01.-double {
    line-height: 1.2;
    padding: 0.8em 80px 0.8em 70px; }

.btn-wrap.within {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .btn-wrap.within .btn {
    padding: 10px; }
    .btn-wrap.within .btn .btn-01 {
      padding: 1em 60px 1em 50px;
      min-width: auto; }
      @media screen and (max-width: 767px) {
        .btn-wrap.within .btn .btn-01 {
          padding: 0.7em 21px 0.7em 9px;
          font-size: 14px;
          background-position: center right 9px, center;
          background-size: 11px , 100%; } }

.arrow-link {
  color: #0075A9 !important;
  text-decoration: underline !important;
  background: url("../img/icon/arrow-right_blue.svg") !important;
  background-position: center right !important;
  background-size: 22px auto !important;
  background-repeat: no-repeat !important;
  padding: 5px 45px 5px 0 !important;
  font-size: 16px !important; }
  .arrow-link:hover {
    text-decoration: none !important; }

ul.rice li {
  padding-left: 1.2em;
  text-indent: -0.3em;
  list-style: none;
  margin-bottom: 0.5em; }
  ul.rice li:before {
    content: "※";
    font-size: 10px;
    display: inline-block;
    position: relative;
    left: -0.3em; }
ul.list01 li {
  font-weight: bold;
  font-size: 18px;
  padding-left: 1.2em;
  text-indent: -0.3em;
  list-style: none;
  margin-bottom: 0.5em; }
  ul.list01 li:before {
    content: "●";
    font-size: 10px;
    display: inline-block;
    color: #FF9505;
    position: relative;
    top: -5px;
    left: -0.3em; }
ul.tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3em 0; }
  ul.tag li {
    color: #fff;
    font-weight: bold;
    list-style: none;
    font-size: 18px;
    border-radius: 5px;
    background: #FF9505;
    padding: 1em 1.5em;
    margin: 10px;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      ul.tag li {
        width: 30%; } }
    @media screen and (max-width: 767px) {
      ul.tag li {
        width: 40%; } }
ul.check-list li {
  font-weight: bold;
  font-size: 18px;
  padding-left: 1.5em;
  text-indent: -0.5em;
  list-style: none;
  margin-bottom: 0.5em;
  color: #FF9505; }
  ul.check-list li:before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("../img/icon/check-circle.svg") no-repeat center center;
    background-size: contain;
    position: relative;
    top: 2px;
    left: -0.5em; }
@media screen and (min-width: 768px) {
  ul.check-list.-col {
    display: flex;
    flex-wrap: wrap; }
    ul.check-list.-col li {
      width: 50%;
      padding: 0 1em; } }
ul.check-list.-black li {
  color: #414141; }

.dl-list01 dt {
  color: #FF9505;
  font-weight: bold;
  margin: 0.5em 0; }
.dl-list01 dd {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0.5em; }

.dl-list02 dt {
  font-weight: bold;
  margin: 0.5em 0;
  font-size: 20px; }
.dl-list02 dd {
  font-weight: normal;
  font-size: 14px;
  margin: 1em 0 0; }

.box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .box-wrap {
      justify-content: center; } }
  .box-wrap.bottom {
    align-items: flex-end; }
  .box-wrap .box-item {
    width: calc(100% / 3); }
    @media screen and (max-width: 767px) {
      .box-wrap .box-item {
        width: 80%;
        font-size: 14px;
        margin: 0 auto; } }
    .box-wrap .box-item.-col4 {
      width: 25%; }
      @media screen and (max-width: 767px) {
        .box-wrap .box-item.-col4 {
          width: 50%; } }
    @media screen and (min-width: 768px) {
      .box-wrap .box-item .box03 {
        height: 100%; }
      .box-wrap .box-item a {
        height: 100%; }
      .box-wrap .box-item .box-inner {
        display: flex;
        flex-direction: column;
        height: 100%; }
        .box-wrap .box-item .box-inner .link {
          margin-top: auto; }
        .box-wrap .box-item .box-inner .note {
          margin-top: auto; }
        .box-wrap .box-item .box-inner dl {
          display: flex;
          flex-direction: column;
          height: 100%; } }
  .box-wrap.-box01 {
    margin-left: -25px;
    margin-right: -25px; }
    .box-wrap.-box01 .box-item {
      padding: 25px; }
    @media screen and (max-width: 767px) {
      .box-wrap.-box01 {
        margin-left: -5px;
        margin-right: -5px; }
        .box-wrap.-box01 .box-item {
          padding: 5px;
          width: 50%; } }
  .box-wrap.-box03 {
    margin-left: -5px;
    margin-right: -5px; }
    .box-wrap.-box03 .box03 {
      height: 100%; }
    .box-wrap.-box03 .box-item {
      padding: 5px; }
    @media screen and (max-width: 767px) {
      .box-wrap.-box03 {
        height: auto; } }

.box01 {
  height: 100%; }
  .box01 .box-inner {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .box01 a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
    text-align: center;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .box01 a {
        box-shadow: 0 3px 15px rgba(232, 164, 68, 0.2);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all  1s ease; }
        .box01 a:hover {
          box-shadow: 0 4px 17px rgba(232, 164, 68, 0.6); } }
  .box01 .box-img {
    margin-bottom: 1em; }
    .box01 .box-img img {
      vertical-align: bottom; }
  .box01 span.title {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    display: block;
    padding: 0 1em;
    color: #000; }
    @media screen and (max-width: 575px) {
      .box01 span.title {
        font-size: 12px; } }
    @media screen and (max-width: 1024px) {
      .box01 span.title br {
        display: none; }
        .box01 span.title br.show {
          display: block; } }
  .box01 span.link {
    display: block;
    color: #FF9505;
    font-weight: normal;
    text-align: center;
    padding: 0.5em 1em 1.5em 1em;
    margin-top: auto; }
    @media screen and (max-width: 767px) {
      .box01 span.link {
        font-size: 12px; } }
    .box01 span.link:after {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-left: 10px;
      background: url("../img/icon/btn-more.svg");
      background-position: right center;
      background-size: contain;
      background-repeat: no-repeat;
      position: relative;
      top: 3px; }

.box02 .box-item {
  display: flex;
  border-radius: 10px;
  margin-bottom: 40px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(232, 164, 68, 0.2); }
  @media screen and (max-width: 767px) {
    .box02 .box-item {
      display: block; } }
  .box02 .box-item.-line {
    box-shadow: none;
    border: 1px solid #FF9505; }
.box02 .box-title {
  background: #FF9505;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  padding: 20px; }
  @media screen and (max-width: 767px) {
    .box02 .box-title {
      padding: 10px; } }
  .box02 .box-title p {
    text-align: left; }
.box02 .box-summary {
  padding: 20px;
  display: flex;
  flex: 1; }
  @media screen and (max-width: 575px) {
    .box02 .box-summary {
      display: block;
      font-size: 14px; } }
  .box02 .box-summary .inner {
    padding: 2vw;
    width: 100%; }
    .box02 .box-summary .inner .list01 li {
      margin-bottom: 5px; }

.box03 .box-img {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 0.5em; }
.box03 .box-inner {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  background: #fff;
  height: 100%; }
  .box03 .box-inner.program-inner {
    height: auto !important; }
.box03 dl {
  text-align: center;
  padding-bottom: 1em; }
  .box03 dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #FF9505;
    padding: 0.7em;
    line-height: 1.5; }
    .box03 dl dt .title {
      font-size: 24px;
      border-bottom: 1px solid #fff;
      display: block;
      padding: 0 0 5px;
      margin-bottom: 0.5em; }
  .box03 dl dd.copy {
    padding: 1em 0.5em 0.5em;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.2; }
    .box03 dl dd.copy span {
      font-size: 14px;
      display: block; }
    @media screen and (max-width: 575px) {
      .box03 dl dd.copy {
        font-size: 22px; } }
  .box03 dl dd.note {
    padding: 1em;
    font-size: 15px;
    font-weight: bold;
    background: #FDF6E5;
    color: #FF9505;
    margin: 1em 1.5em;
    display: block; }
    @media screen and (max-width: 575px) {
      .box03 dl dd.note {
        font-size: 13px; } }
  .box03 dl dd.text {
    padding: 1em; }
  .box03 dl dd.appeal {
    color: #FF9505;
    font-weight: bold;
    font-size: 23px; }
    .box03 dl dd.appeal .no {
      font-size: 43px;
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal; }
    .box03 dl dd.appeal .tani {
      font-size: 14px; }
  .box03 dl dd.jisseki {
    font-size: 13px;
    font-weight: bold; }
  .box03 dl.program {
    height: 300px !important; }
    .box03 dl.program dd {
      padding: 1.5em 1em; }
      .box03 dl.program dd ul {
        text-align: left;
        display: inline-block; }
        .box03 dl.program dd ul li {
          margin-bottom: 5px; }

.box04 {
  background: #fff;
  border-right: 12px solid #FF9505;
  border-left: 12px solid #FF9505; }
  .box04 .copy {
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    padding: 1em; }
    @media screen and (max-width: 575px) {
      .box04 .copy {
        font-size: 30px;
        padding: 0.5em; } }

.box05 {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #E5E5E5; }
  .box05 .title {
    background: #FF9505;
    padding: 1.5em;
    line-height: 1.5; }
    .box05 .title h2 {
      font-size: 24px;
      color: #fff;
      font-weight: bold;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .box05 .title h2 {
          font-size: 22px; } }
  .box05 .body {
    text-align: center;
    padding: 2.5em; }
    @media screen and (max-width: 767px) {
      .box05 .body {
        padding-top: 0; } }
    .box05 .body .summary-title {
      font-size: 25px;
      font-weight: bold;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .box05 .body .summary-title:after {
        display: inline-block;
        content: "";
        width: 69px;
        height: 2px;
        background: #FF9505;
        margin: 0.3em 0 1em; }
      @media screen and (max-width: 767px) {
        .box05 .body .summary-title {
          margin-top: 2em;
          font-size: 21px; } }
    .box05 .body .description {
      font-weight: bold;
      font-size: 15px;
      line-height: 1.3; }
      .box05 .body .description .tel {
        font-weight: normal;
        text-align: center;
        margin-top: 1em; }

.summary-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin: 3vw 4vw; }
  .summary-item .summary-text {
    width: 70%;
    padding: 1em 2em; }
    @media screen and (max-width: 767px) {
      .summary-item .summary-text {
        width: 100%; } }
    .summary-item .summary-text dl dt {
      font-size: 20px;
      font-weight: bold; }
    .summary-item .summary-text dl dd {
      margin-top: 1em; }
  .summary-item .summary-img {
    width: 30%; }
    .summary-item .summary-img img {
      vertical-align: bottom; }
    @media screen and (max-width: 767px) {
      .summary-item .summary-img {
        width: 100%;
        padding: 1em 4em 2em; } }

.white-box {
  background: #fff;
  padding: 1.5em 2em; }
  .white-box .note-box {
    padding: 1em;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    background: #FDF6E5;
    margin: 1em 0; }
  .white-box.-w90 {
    padding: 3em 3em 2em; }
    @media screen and (min-width: 768px) {
      .white-box.-w90 {
        width: 90%;
        margin: 0 auto; } }

.white-box02 {
  background: #fff;
  padding: 3em 3.5em 3.5em;
  border-radius: 10px; }
  @media screen and (max-width: 575px) {
    .white-box02 {
      padding: 1.5em 2em 2em; } }

.white-box03 {
  background: #fff;
  padding: 2em 3.5em 3.5em;
  border-radius: 10px;
  border: 1px solid #E5E5E5; }
  @media screen and (max-width: 575px) {
    .white-box03 {
      padding: 1em 2em 2em; } }

.js-scroll-hint table {
  white-space: nowrap; }

table.table-01 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #FDDC8D; }
  table.table-01 tr {
    border-bottom: 1px solid #FDDC8D; }
  table.table-01 th, table.table-01 td {
    border: none; }
  table.table-01 th {
    background: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    padding: 1em 2em;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      table.table-01 th {
        font-size: 85%; } }
  table.table-01 td {
    padding: 1em 1.5em; }
    @media screen and (max-width: 767px) {
      table.table-01 td {
        font-size: 85%; } }

table.system-tbl {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #FF9505;
  border-radius: 5px;
  overflow: hidden;
  background: #fff; }
  table.system-tbl thead th {
    background: #FF9505;
    color: #fff;
    border: 1px solid #fff; }
  table.system-tbl th, table.system-tbl td {
    border: 1px solid #FF9505;
    padding: 20px;
    border-left: 0; }
  table.system-tbl th {
    text-align: center;
    padding: 15px;
    position: relative; }
    @media screen and (max-width: 767px) {
      table.system-tbl th {
        font-size: 85%; } }
    table.system-tbl th .box {
      background: #FDF6E5;
      border-radius: 10px;
      display: flex;
      align-items: center;
      height: 100%;
      justify-content: center;
      font-weight: bold;
      font-size: 16px; }
      table.system-tbl th .box span {
        background: #FDF6E5;
        display: block;
        padding: 2em 0; }
      @media screen and (max-width: 767px) {
        table.system-tbl th .box {
          font-size: 85%; } }
    table.system-tbl th.noborder {
      border-bottom: none;
      border-top: none;
      vertical-align: middle;
      padding: 25px 15px; }
      table.system-tbl th.noborder:after {
        content: "";
        width: 39px;
        height: 19px;
        display: block;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        background: url("../img/icon/arrow-down02.svg") no-repeat center center;
        background-size: contain; }
    table.system-tbl th.last:after {
      content: none; }
  table.system-tbl td.strong {
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    padding: 2em 10px; }
    table.system-tbl td.strong p {
      padding: 1em 0; }
    table.system-tbl td.strong .small {
      font-weight: normal;
      font-size: 15px;
      display: block; }
    @media screen and (max-width: 767px) {
      table.system-tbl td.strong {
        font-size: 85%; } }

table.maru-tbl {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  border: none;
  border-top: 1px solid #FF9505;
  border-left: 1px solid #FF9505; }
  table.maru-tbl th, table.maru-tbl td {
    border-right: 1px solid #FF9505;
    border-bottom: 1px solid #FF9505; }
  table.maru-tbl tr:first-child > *:first-child {
    border-radius: 10px 0 0 0; }
  table.maru-tbl tr:first-child > *:last-child {
    border-radius: 0 10px 0 0; }
  table.maru-tbl tr:last-child > *:first-child {
    border-radius: 0 0 0 10px; }
  table.maru-tbl tr:last-child > *:last-child {
    border-radius: 0 0 10px 0; }
  table.maru-tbl tr.no-kadomaru:last-child > *:first-child {
    border-radius: 0; }
  table.maru-tbl th {
    background: #FF9505;
    border-color: #fff;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding: 1em; }
    @media screen and (max-width: 767px) {
      table.maru-tbl th {
        font-size: 85%; } }
  table.maru-tbl td {
    padding: 1em 1.5em; }
    table.maru-tbl td.right {
      text-align: right; }
    @media screen and (max-width: 767px) {
      table.maru-tbl td {
        font-size: 85%; } }

table.maru-tbl2 {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  border: none;
  border-top: 1px solid #FF9505;
  border-left: 1px solid #FF9505; }
  table.maru-tbl2 tr:first-child > *:first-child {
    border-radius: 10px 0 0 0; }
  table.maru-tbl2 tr:first-child > *:last-child {
    border-radius: 0 10px 0 0; }
  table.maru-tbl2 tr:last-child > *:first-child {
    border-radius: 0 0 0 10px; }
  table.maru-tbl2 tr:last-child > *:last-child {
    border-radius: 0 0 10px 0; }
  table.maru-tbl2 tr.no-kadomaru:last-child > *:first-child {
    border-radius: 0; }
  table.maru-tbl2 tr.no-kadomaru:last-child > *:last-child {
    border-radius: 0; }
  table.maru-tbl2 th, table.maru-tbl2 td {
    border-right: 1px solid #FF9505;
    border-bottom: 1px solid #FF9505;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      table.maru-tbl2 th, table.maru-tbl2 td {
        font-size: 85%; } }
  table.maru-tbl2 thead tr:last-child > *:first-child {
    border-radius: 0; }
  table.maru-tbl2 thead th {
    border-color: #fff;
    background: #FF9505;
    color: #fff;
    font-weight: bold;
    padding: 0.5em 5px;
    font-size: 16px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      table.maru-tbl2 thead th {
        font-size: 85%; } }
  table.maru-tbl2 tbody tr:first-child > *:last-child {
    border-radius: 0; }
  table.maru-tbl2 th {
    padding: 0.5em 1em;
    background: #FDF6E5;
    font-size: 18px;
    font-weight: bold;
    text-align: left; }
    @media screen and (max-width: 767px) {
      table.maru-tbl2 th {
        font-size: 85%; } }
  table.maru-tbl2 td {
    padding: 0.5em 1em;
    text-align: center; }
    table.maru-tbl2 td.mark {
      color: #FF9505; }

/*------------------------------------------
メインビジュアル
------------------------------------------*/
.mainvisual {
  position: relative;
  padding: 300px 0 50px 0; }
  @media screen and (max-width: 767px) {
    .mainvisual {
      padding: 120px 0 30px 0; } }
  .mainvisual .visual_img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .mainvisual .visual_img img {
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .mainvisual .visual_text {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 100px;
    padding: 0 5%; }
    .mainvisual .visual_text img {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .mainvisual .visual_text img {
          width: 70%; } }
    .mainvisual .visual_text p {
      font-weight: bold;
      font-size: 18px;
      color: #fff;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
      @media screen and (max-width: 767px) {
        .mainvisual .visual_text p {
          font-size: 3vw; } }
  .mainvisual .main_search_wrap {
    background: rgba(255, 255, 255, 0.84);
    border-radius: 15px;
    padding: 20px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .mainvisual .main_search_wrap {
        max-width: 320px;
        margin: 0  auto -160px auto; } }

/*------------------------------------------
検索ボックス
------------------------------------------*/
.search_main {
  display: flex;
  align-items: center; }
  .search_main select {
    width: 220px;
    padding: 15px;
    font-size: 16px;
    border: 2px solid #E5E5E5;
    border-radius: 10px;
    margin: 5px;
    -webkit-appearance: none;
    /* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none;
    /* ベンダープレフィックス(Firefox用) */
    appearance: none;
    /* 標準のスタイルを無効にする */
    background-image: url("../img/icon/drop.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
    cursor: pointer; }
  .search_main ::-ms-expand {
    /* select要素のデザインを無効にする（IE用） */
    display: none; }
  .search_main .location {
    padding-right: 40px;
    background-image: url("../img/icon/close.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px; }
    .search_main .location select {
      padding-left: 35px;
      background-color: #fff;
      background-image: url("../img/icon/pin.svg"), url("../img/icon/drop.svg");
      background-repeat: no-repeat;
      background-position: left 10px center,right 10px center;
      background-size: 15px,14px; }
  .search_main .occupation {
    padding-right: 40px;
    background-image: url("../img/icon/close.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px; }
    .search_main .occupation select {
      padding-left: 35px;
      background-color: #fff;
      background-image: url("../img/icon/human.svg"), url("../img/icon/drop.svg");
      background-repeat: no-repeat;
      background-position: left 10px center,right 10px center;
      background-size: 15px,14px; }
  .search_main .status select {
    padding-left: 35px;
    background-color: #fff;
    background-image: url("../img/icon/file.svg"), url("../img/icon/drop.svg");
    background-repeat: no-repeat;
    background-position: left 10px center,right 10px center;
    background-size: 15px,14px; }
  .search_main .searchBtn {
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .search_main .searchBtn {
        padding: 20px 0 0 0; } }
    .search_main .searchBtn input[type="submit"] {
      background: url("../img/icon/search-white.svg"), linear-gradient(-45deg, #FFCE00, #FF8900);
      background-repeat: no-repeat;
      background-position: left 15px center,0;
      background-size: 20px,100%;
      border: none;
      font-size: 16px;
      border-radius: 10px;
      padding: 12px 25px 12px 45px;
      color: #fff;
      font-weight: bold;
      cursor: pointer; }
      .search_main .searchBtn input[type="submit"]:hover {
        background: url("../img/icon/search-white.svg"), linear-gradient(-45deg, #FFCE00, #FFCE00);
        background-repeat: no-repeat;
        background-position: left 15px center,0;
        background-size: 20px,100%; }
      .search_main .searchBtn input[type="submit"]:active {
        background: url("../img/icon/search-white.svg"), linear-gradient(-45deg, #FF8900, #FF8900);
        background-repeat: no-repeat;
        background-position: left 15px center,0;
        background-size: 20px,100%; }
  @media screen and (max-width: 767px) {
    .search_main {
      display: block;
      text-align: center; }
      .search_main select {
        width: 95%; }
      .search_main .location,
      .search_main .occupation {
        padding: 0 0 20px 0;
        background-image: url("../img/icon/close.svg");
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 20px; } }

/*------------------------------------------
新着求人
------------------------------------------*/
.top_content {
  background: url("../img/temp/bg_logo.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right -200px;
  padding: 10px 0 0; }
  @media screen and (max-width: 767px) {
    .top_content {
      padding-top: 140px;
      background: url("../img/temp/bg_logo.png");
      background-size: 350px;
      background-repeat: no-repeat;
      background-position: right -70px top -50px; } }
  .top_content .present-banner {
    padding-top: 6vw; }
    .top_content .present-banner p {
      width: 80%;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .top_content .present-banner p {
          width: 95%; } }
  .top_content .sec-support .sec-title {
    margin-bottom: 1em; }
    .top_content .sec-support .sec-title h2 {
      margin-bottom: 0; }
      .top_content .sec-support .sec-title h2:after {
        content: none; }

/*------------------------------------------
求人を探す
------------------------------------------*/
.detail_search {
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(232, 164, 68, 0.2); }
  .detail_search ul.radio_list.area li:first-child {
    width: 100%; }
  .detail_search h3 {
    font-size: 20px;
    border-bottom: 1px solid #E5E5E5;
    padding: 0.3em 0 0.3em 1em;
    margin: 0.5em 0;
    position: relative;
    font-weight: bold; }
    .detail_search h3:before {
      content: "";
      display: block;
      width: 5px;
      border-radius: 5px;
      height: 1.2em;
      position: absolute;
      margin-top: -0.6em;
      top: 50%;
      left: 0.3em;
      background: linear-gradient(0deg, #FFCE00, #FF8900); }
  .detail_search h4 {
    margin-top: 1em;
    font-weight: bold;
    padding: 0.5em 0.5em;
    border-top: 1px solid #E5E5E5; }

section.search .detail_search_btn {
  margin-top: 40px;
  text-align: center; }
section.search .btn_search {
  background: url("../img/icon/search-white.svg"), linear-gradient(-45deg, #FFCE00, #FF8900);
  background-repeat: no-repeat;
  background-position: left 90px center,0;
  background-size: 20px,100%;
  border: none;
  font-size: 16px;
  border-radius: 40px;
  padding: 30px 100px 30px 130px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 3px 15px rgba(232, 164, 68, 0.2); }
  section.search .btn_search:hover {
    background: url("../img/icon/search-white.svg"), linear-gradient(-45deg, #FFCE00, #FFCE00);
    background-repeat: no-repeat;
    background-position: left 90px center,0;
    background-size: 20px,100%; }
  section.search .btn_search:active {
    background: url("../img/icon/search-white.svg"), linear-gradient(-45deg, #FF8900, #FF8900);
    background-repeat: no-repeat;
    background-position: left 90px center,0;
    background-size: 20px,100%; }
  @media screen and (max-width: 767px) {
    section.search .btn_search {
      background: url("../img/icon/search-white.svg"), linear-gradient(-45deg, #FFCE00, #FF8900);
      background-repeat: no-repeat;
      background-position: left 40px center,0;
      background-size: 20px,100%;
      padding: 15px 50px 15px 80px; }
      section.search .btn_search:hover {
        background: url("../img/icon/search-white.svg"), linear-gradient(-45deg, #FFCE00, #FFCE00);
        background-repeat: no-repeat;
        background-position: left 40px center,0;
        background-size: 20px,100%; }
      section.search .btn_search:active {
        background: url("../img/icon/search-white.svg"), linear-gradient(-45deg, #FF8900, #FF8900);
        background-repeat: no-repeat;
        background-position: left 40px center,0;
        background-size: 20px,100%; } }

/*------------------------------------------
福利厚生　働く環境
------------------------------------------*/
section.fukuri_seido {
  margin-top: 100px;
  display: flex;
  text-align: center; }
  section.fukuri_seido a {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    padding: 100px 10px; }
    @media screen and (max-width: 767px) {
      section.fukuri_seido a {
        padding: 70px 10px; } }
    section.fukuri_seido a img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all  1s ease;
      z-index: 1;
      opacity: 0.3; }
    section.fukuri_seido a:hover img {
      transform: scale(1.1); }
    section.fukuri_seido a:after {
      content: "";
      width: 64px;
      height: 64px;
      margin-top: -32px;
      position: absolute;
      display: block;
      top: 50%;
      right: 5%;
      background: url("../img/icon/btn-more-white.svg");
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 3; }
      @media screen and (max-width: 767px) {
        section.fukuri_seido a:after {
          width: 32px;
          height: 32px;
          margin-top: -16px; } }
    section.fukuri_seido a .inner {
      position: relative;
      z-index: 2; }
      section.fukuri_seido a .inner h3 {
        font-size: 54px;
        margin-bottom: 0.5em;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          section.fukuri_seido a .inner h3 {
            font-size: 32px; } }
        section.fukuri_seido a .inner h3:after {
          content: "";
          width: 260px;
          border-top: 1px solid #fff;
          display: block;
          margin: auto;
          margin-top: 0.2em; }
          @media screen and (max-width: 767px) {
            section.fukuri_seido a .inner h3:after {
              width: 180px; } }
      section.fukuri_seido a .inner span.en {
        font-weight: 500;
        font-size: 19px; }
        @media screen and (max-width: 767px) {
          section.fukuri_seido a .inner span.en {
            font-size: 14px; } }
  section.fukuri_seido .fukuri {
    width: 50%;
    background: #FF9505; }
  section.fukuri_seido .seido {
    width: 50%;
    background: #FDBA03; }
  @media screen and (max-width: 767px) {
    section.fukuri_seido {
      display: block; }
      section.fukuri_seido .fukuri {
        width: 100%; }
      section.fukuri_seido .seido {
        width: 100%; } }

/*------------------------------------------
yawaragi
------------------------------------------*/
section.yawaragi {
  padding: 250px 0 200px;
  position: relative; }
  @media screen and (max-width: 767px) {
    section.yawaragi {
      padding: 70px 0; } }
  section.yawaragi:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 150px;
    bottom: 150px;
    z-index: 1;
    border-radius: 1000px;
    background: url("../img/temp/noise-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.13; }
    @media screen and (max-width: 767px) {
      section.yawaragi:before {
        top: 50px;
        bottom: 50px; } }
  section.yawaragi .inner {
    position: relative;
    z-index: 2; }

.yawaragi_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .yawaragi_header {
      display: block;
      text-align: center;
      margin-bottom: 30px; } }
  .yawaragi_header .headline h2 {
    text-align: left;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .yawaragi_header .headline h2 {
        text-align: center;
        margin-bottom: 20px; } }
    .yawaragi_header .headline h2 img {
      vertical-align: bottom;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .yawaragi_header .headline h2 img {
          width: 200px; } }
    .yawaragi_header .headline h2 span {
      font-size: 20px;
      display: block;
      color: #414141; }
      @media screen and (max-width: 767px) {
        .yawaragi_header .headline h2 span {
          font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .yawaragi_header .text {
      font-size: 13px;
      margin-bottom: 30px; } }
  .yawaragi_header .more a.btn_yawaragi {
    text-decoration: none;
    color: #414141;
    font-weight: bold;
    padding: 1.5em 0 1.5em 5em;
    background: url("../img/icon/yawaragi.svg");
    background-size: 4.5em;
    background-position: center left;
    background-repeat: no-repeat; }

.front-top section.know {
  padding-top: 0; }

/*--月給・年収例---------------------*/
dl.detail_money {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
  align-items: center;
  background: #FAFAFA;
  padding: 15px; }
  @media screen and (max-width: 767px) {
    dl.detail_money {
      font-size: 14px;
      padding: 10px; } }
  dl.detail_money dt {
    border-radius: 2em;
    background: #FF9505;
    color: #fff;
    font-weight: bold;
    padding: 0 0.2em;
    width: 4.5em;
    text-align: center;
    margin-bottom: 0.5em; }
  dl.detail_money dd {
    color: #414141;
    width: calc(100% - 4.5em);
    padding-left: 0.7em;
    margin-bottom: 0.5em; }

/*--ボタン---------------------*/
.btn_search_change {
  display: inline-block;
  cursor: pointer;
  width: 280px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(-45deg, #FFCE00, #FF8900);
  border: none;
  font-size: 16px;
  padding: 20px 15px;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(232, 164, 68, 0.2); }
  .btn_search_change:hover {
    opacity: 0.8;
    box-shadow: none; }
  .btn_search_change img {
    width: 1.2em;
    vertical-align: middle;
    margin-right: 0.5em; }

a.btn_more {
  display: inline-block;
  width: 240px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(-45deg, #FFCE00, #FF8900);
  border: none;
  font-size: 16px;
  padding: 12px 15px;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(232, 164, 68, 0.2); }
  a.btn_more:hover {
    opacity: 0.8;
    box-shadow: none; }
  a.btn_more img {
    width: 1.2em;
    vertical-align: middle;
    margin-right: 0.5em; }

a.btn_about {
  display: inline-block;
  min-width: 240px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: url("../img/icon/btn-arrow-left.svg"), linear-gradient(-45deg, #FFCE00, #FF8900);
  background-position: center right 15px, center;
  background-repeat: no-repeat;
  background-size: 15px , 100%;
  border: none;
  font-size: 16px;
  padding: 12px 40px;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(232, 164, 68, 0.2); }
  a.btn_about:hover {
    opacity: 0.8;
    box-shadow: none; }

a.btn_entry {
  display: inline-block;
  width: 240px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(-45deg, #FFCE00, #FF8900);
  border: none;
  font-size: 16px;
  padding: 2px;
  color: #FF9505;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(232, 164, 68, 0.2); }
  a.btn_entry span {
    display: block;
    padding: 10px 13px;
    background: #fff;
    border-radius: 50px; }
  a.btn_entry:hover {
    opacity: 0.8;
    box-shadow: none; }
  a.btn_entry img {
    width: 1.2em;
    vertical-align: middle;
    margin-right: 0.5em; }

a.btn_web_entry {
  display: inline-block;
  background: linear-gradient(90deg, #005486, #6DC3C4);
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  max-width: 280px;
  width: 100%;
  padding: 1em 2em;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(232, 164, 68, 0.2); }
  a.btn_web_entry:hover {
    opacity: 0.8;
    box-shadow: none; }
  a.btn_web_entry img {
    width: 1.2em;
    margin-right: 1em;
    vertical-align: middle; }

a.btn_txt {
  text-decoration: none;
  color: #414141;
  font-weight: bold;
  padding: 1.5em 0 1.5em 5em;
  background: url("../img/icon/yawaragi.svg");
  background-size: 4.5em;
  background-position: center left;
  background-repeat: no-repeat; }

/*-------------------------------
再検索
-------------------------------*/
.re_search_box {
  margin-bottom: 20px; }
  .re_search_box span.re_search {
    cursor: pointer;
    display: block;
    margin: 0 0 0 auto;
    width: 240px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: url("../img/icon/search-white.svg"), linear-gradient(-45deg, #FFCE00, #FF8900);
    background-repeat: no-repeat;
    background-position: left 15px center,0;
    background-size: 20px,100%;
    border: none;
    font-size: 16px;
    border-radius: 10px;
    padding: 12px 25px 12px 45px;
    color: #fff;
    font-weight: bold; }
    .re_search_box span.re_search:hover {
      opacity: 0.8; }

.search_change {
  display: none; }
  .search_change.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    padding: 50px 10px;
    overflow-y: scroll;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
    animation-name: fade;
    animation-duration: 0.5s; }
    @media screen and (max-width: 767px) {
      .search_change.active {
        padding: 5px 70px 5px 5px; } }
    .search_change.active section.search {
      padding: 0;
      position: relative; }
      .search_change.active section.search span.close {
        content: "";
        display: block;
        position: fixed;
        background: url("../img/icon/close.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 50px auto;
        width: 50px;
        height: 70px;
        top: 60px;
        right: calc(50% - 480px); }
        @media screen and (max-width: 1024px) {
          .search_change.active section.search span.close {
            right: 25px; } }
        @media screen and (max-width: 767px) {
          .search_change.active section.search span.close {
            right: 10px;
            top: 20px; } }
      .search_change.active section.search .detail_search {
        margin-right: 60px; }
        @media screen and (max-width: 767px) {
          .search_change.active section.search .detail_search {
            margin-right: 0;
            padding: 15px; } }

body.active_search {
  overflow: hidden;
  width: 100%; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*-------------------------------
検索条件
-------------------------------*/
.search_conditions {
  display: flex;
  border-radius: 10px;
  margin-bottom: 40px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(232, 164, 68, 0.2); }
  @media screen and (max-width: 767px) {
    .search_conditions {
      display: block; } }
  .search_conditions .title {
    background: #FF9505;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    padding: 20px; }
    @media screen and (max-width: 767px) {
      .search_conditions .title {
        padding: 10px; } }
  .search_conditions .items {
    padding: 20px;
    display: flex;
    flex: 1; }
    @media screen and (max-width: 575px) {
      .search_conditions .items {
        display: block;
        font-size: 14px; } }
    .search_conditions .items .column {
      width: 50%;
      padding: 10px 20px; }
      @media screen and (max-width: 575px) {
        .search_conditions .items .column {
          padding: 0 10px;
          width: 100%; }
          .search_conditions .items .column:first-child {
            position: relative;
            margin-bottom: -1px; } }
      .search_conditions .items .column dl {
        border-top: 1px solid #E5E5E5;
        display: flex;
        flex-wrap: wrap; }
        .search_conditions .items .column dl dt {
          width: 130px;
          padding: 0.7em 0;
          border-bottom: 1px solid #E5E5E5; }
          .search_conditions .items .column dl dt img {
            width: 18px;
            vertical-align: middle;
            margin-right: 10px; }
        .search_conditions .items .column dl dd {
          padding: 0.7em 0;
          width: calc(100% - 130px);
          border-bottom: 1px solid #E5E5E5; }

/*-------------------------------
求人一覧summary
-------------------------------*/
.recruit_summary p.count {
  font-weight: bold;
  margin-bottom: 1em; }
  .recruit_summary p.count span {
    color: #FF9505;
    font-size: 150%; }
.recruit_summary .recruit_summary_item {
  border-radius: 10px;
  margin-bottom: 40px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(232, 164, 68, 0.2);
  padding: 40px; }
  @media screen and (max-width: 767px) {
    .recruit_summary .recruit_summary_item {
      padding: 20px; } }
  .recruit_summary .recruit_summary_item .tag {
    font-size: 0; }
    .recruit_summary .recruit_summary_item .tag span {
      font-size: 13px;
      display: inline-block;
      border: 1px solid #FDDC8D;
      background: #FDF6E5;
      color: #414141;
      border-radius: 3px;
      padding: 0.2em 0.5em;
      margin: 0 5px 5px 0; }
      @media screen and (max-width: 767px) {
        .recruit_summary .recruit_summary_item .tag span {
          font-size: 11px; } }
  .recruit_summary .recruit_summary_item h3 {
    font-size: 24px;
    margin: 0.2em 0 1em 0; }
    .recruit_summary .recruit_summary_item h3 a {
      color: #FF9505;
      font-weight: bold; }
    @media screen and (max-width: 767px) {
      .recruit_summary .recruit_summary_item h3 {
        font-size: 20px; } }
  .recruit_summary .recruit_summary_item .detail {
    display: flex; }
    @media screen and (max-width: 767px) {
      .recruit_summary .recruit_summary_item .detail {
        display: block;
        font-size: 14px; } }
    .recruit_summary .recruit_summary_item .detail .recruit_summary_thumbnail {
      width: 30%; }
      @media screen and (max-width: 767px) {
        .recruit_summary .recruit_summary_item .detail .recruit_summary_thumbnail {
          width: 90%;
          margin: 0 auto 15px auto; } }
      .recruit_summary .recruit_summary_item .detail .recruit_summary_thumbnail .image {
        padding-bottom: 77%;
        position: relative; }
        @media screen and (max-width: 767px) {
          .recruit_summary .recruit_summary_item .detail .recruit_summary_thumbnail .image {
            padding-bottom: 60%; } }
        .recruit_summary .recruit_summary_item .detail .recruit_summary_thumbnail .image img {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          object-fit: cover; }
    .recruit_summary .recruit_summary_item .detail .recruit_summary_detail {
      padding-left: 40px; }
      @media screen and (max-width: 767px) {
        .recruit_summary .recruit_summary_item .detail .recruit_summary_detail {
          padding-left: 0; } }
      .recruit_summary .recruit_summary_item .detail .recruit_summary_detail p.pr {
        font-weight: bold;
        margin-bottom: 0.7em; }
  .recruit_summary .recruit_summary_item .recruit_summary_btn {
    display: flex;
    background: #FDF6E5;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .recruit_summary .recruit_summary_item .recruit_summary_btn {
        margin-top: 0; } }
    .recruit_summary .recruit_summary_item .recruit_summary_btn .recruit_summary_btn_inner {
      width: 50%;
      padding: 20px;
      text-align: center; }
      .recruit_summary .recruit_summary_item .recruit_summary_btn .recruit_summary_btn_inner:first-child {
        padding-bottom: 0; }
      @media screen and (max-width: 767px) {
        .recruit_summary .recruit_summary_item .recruit_summary_btn .recruit_summary_btn_inner {
          padding: 10px; }
          .recruit_summary .recruit_summary_item .recruit_summary_btn .recruit_summary_btn_inner a {
            width: 140px;
            font-size: 14px; } }

dl.detail_item {
  display: flex;
  margin-bottom: 1em; }
  @media screen and (max-width: 767px) {
    dl.detail_item {
      margin-bottom: 0.7em; } }
  dl.detail_item > dt {
    width: 6em; }
    @media screen and (max-width: 767px) {
      dl.detail_item > dt {
        width: 5.5em; } }
    dl.detail_item > dt img {
      vertical-align: middle;
      width: 20px;
      margin-right: 0.3em; }
  dl.detail_item > dd {
    flex: 1; }
    dl.detail_item > dd a {
      background: #FFF4D9;
      display: inline-block;
      border-radius: 20px;
      padding: 0.1em 0.7em;
      text-decoration: none;
      color: #414141;
      font-size: 14px; }
      dl.detail_item > dd a img {
        vertical-align: middle;
        width: 18px;
        margin-left: 0.3em; }

/*-------------------------------
求人詳細ページ
-------------------------------*/
.job_details_wrap {
  background: #fff;
  box-shadow: 0 0 15px rgba(232, 164, 68, 0.2);
  border-radius: 10px;
  padding: 30px;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .job_details_wrap {
      padding: 15px; } }
  .job_details_wrap .wakaba-box {
    padding: 15px 25px 10px; }
    @media screen and (min-width: 768px) {
      .job_details_wrap .wakaba-box .inner .img {
        width: 45%; } }
    @media screen and (min-width: 768px) {
      .job_details_wrap .wakaba-box .inner .text {
        width: 55%; } }
    .job_details_wrap .wakaba-box .inner .text h4 {
      font-size: 18px;
      color: #FF9505;
      line-height: 1.3; }
    .job_details_wrap .wakaba-box .inner .text p {
      font-size: 14px;
      line-height: 1.3; }
    @media screen and (max-width: 575px) {
      .job_details_wrap .wakaba-box .inner .text .btn {
        text-align: center; } }
    .job_details_wrap .wakaba-box .inner .text .btn-01 {
      line-height: 1.2;
      padding: 0.8em 80px 0.8em 70px; }
  .job_details_wrap .facility_detail {
    display: flex; }
    @media screen and (max-width: 767px) {
      .job_details_wrap .facility_detail {
        display: block; } }
    .job_details_wrap .facility_detail .title {
      flex: 1; }
    .job_details_wrap .facility_detail .thumbnail {
      width: 240px; }
      @media screen and (max-width: 767px) {
        .job_details_wrap .facility_detail .thumbnail {
          width: auto; } }
      .job_details_wrap .facility_detail .thumbnail .image {
        padding-bottom: 77%;
        position: relative; }
        @media screen and (max-width: 767px) {
          .job_details_wrap .facility_detail .thumbnail .image {
            padding-bottom: 60%; } }
        .job_details_wrap .facility_detail .thumbnail .image img {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          object-fit: cover; }
    .job_details_wrap .facility_detail .tag {
      font-size: 0; }
      @media screen and (max-width: 767px) {
        .job_details_wrap .facility_detail .tag {
          margin-bottom: 10px; } }
      .job_details_wrap .facility_detail .tag span {
        font-size: 13px;
        display: inline-block;
        border: 1px solid #FDDC8D;
        background: #FDF6E5;
        color: #414141;
        border-radius: 3px;
        padding: 0.2em 0.5em;
        margin: 0 5px 5px 0; }
        @media screen and (max-width: 767px) {
          .job_details_wrap .facility_detail .tag span {
            font-size: 11px; } }
    .job_details_wrap .facility_detail h3 {
      font-size: 24px;
      margin: 0.2em 0 1em 0;
      color: #FF9505;
      font-weight: bold; }
      .job_details_wrap .facility_detail h3 span {
        color: #414141;
        font-size: 16px;
        margin-left: 1em; }
      @media screen and (max-width: 767px) {
        .job_details_wrap .facility_detail h3 {
          font-size: 20px;
          margin: 0.2em 0 0.5em 0; }
          .job_details_wrap .facility_detail h3 span {
            display: block;
            margin: 0; } }
  .job_details_wrap .present-banner {
    padding: 0 1vw 1vw; }
  .job_details_wrap .job_detail {
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5; }
    .job_details_wrap .job_detail p.pr {
      margin-bottom: 1em;
      font-weight: bold; }
    @media screen and (max-width: 767px) {
      .job_details_wrap .job_detail .detail_item {
        font-size: 14px; } }
    .job_details_wrap .job_detail .detail_item:last-child {
      margin-bottom: 0; }
  .job_details_wrap .facility_photo {
    padding: 20px;
    background: #FAFAFA; }
    .job_details_wrap .facility_photo h3 {
      text-align: center;
      font-size: 20px;
      margin-bottom: 1em;
      color: #FF9505;
      font-weight: bold; }
    .job_details_wrap .facility_photo .facility_kengaku {
      text-align: center; }
      .job_details_wrap .facility_photo .facility_kengaku a {
        padding: 0.5em 2em;
        background: #fff;
        display: inline-block;
        border-radius: 30px;
        font-weight: bold;
        color: #0075A9; }
  .job_details_wrap .facility_more {
    display: flex;
    justify-content: center;
    gap: 100px; }
    @media screen and (max-width: 767px) {
      .job_details_wrap .facility_more {
        display: block;
        margin-bottom: 20px; } }
    .job_details_wrap .facility_more a {
      margin: 10px; }
      @media screen and (max-width: 767px) {
        .job_details_wrap .facility_more a {
          display: block;
          margin: 0;
          font-size: 14px; } }
  .job_details_wrap .job_entry {
    border-radius: 100px;
    background: #E9EFF2;
    display: flex;
    padding: 50px 30px;
    text-align: center;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .job_details_wrap .job_entry {
        display: block;
        border-radius: 40px; } }
    .job_details_wrap .job_entry .web_entry {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .job_details_wrap .job_entry .web_entry {
          width: 100%;
          margin-bottom: 30px; } }
    .job_details_wrap .job_entry .tel_entry {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .job_details_wrap .job_entry .tel_entry {
          width: 100%; } }
      .job_details_wrap .job_entry .tel_entry span {
        font-weight: bold;
        display: block;
        margin-bottom: 0.4em; }
      .job_details_wrap .job_entry .tel_entry p {
        font-size: 12px; }
        .job_details_wrap .job_entry .tel_entry p img {
          vertical-align: middle;
          margin-right: 0.5em; }

/*-------------------------------
 求人詳細情報
-------------------------------*/
ul.job_details_menu {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  display: flex;
  box-shadow: 0 0 15px rgba(232, 164, 68, 0.2);
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    ul.job_details_menu {
      flex-wrap: wrap;
      font-size: 14px; } }
  ul.job_details_menu li {
    list-style: none;
    flex-grow: 1;
    position: relative; }
    ul.job_details_menu li:after {
      position: absolute;
      content: "";
      display: block;
      border-right: 1px solid #E5E5E5;
      top: 20px;
      bottom: 20px;
      right: 0; }
    ul.job_details_menu li:last-child:after {
      display: none; }
    ul.job_details_menu li a {
      display: block;
      padding: 20px  10px 30px 15px;
      color: #414141;
      text-decoration: none;
      background-image: url("../img/icon/down-delta.svg");
      background-repeat: no-repeat;
      background-position: center bottom 20px;
      background-size: 12px; }
      @media screen and (max-width: 767px) {
        ul.job_details_menu li a {
          padding: 15px  10px 25px 15px;
          background-image: url("../img/icon/down-delta.svg");
          background-repeat: no-repeat;
          background-position: center bottom 15px; } }
      ul.job_details_menu li a:hover {
        background-color: #f5f5f5; }

table.holiday {
  width: 100%;
  border-collapse: collapse; }
  table.holiday tr {
    border-bottom: 1px solid #E5E5E5; }
    table.holiday tr th {
      font-weight: bold;
      padding: 20px 10px;
      text-align: left; }
    table.holiday tr td {
      padding: 20px 10px; }

.text-box {
  padding: 15px; }
  .text-box p {
    margin-bottom: 1em; }
  @media screen and (max-width: 767px) {
    .text-box {
      padding: 5px;
      font-size: 14px; } }

.btn_about_box {
  padding: 30px 10px;
  text-align: center;
  background: #FAFAFA; }

.more_view {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }
  .more_view.over {
    overflow: hidden;
    max-height: 400px; }
  .more_view .btn_more_view {
    display: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), white);
    padding: 30px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center; }
    .more_view .btn_more_view span {
      cursor: pointer;
      display: inline-block;
      min-width: 240px;
      border-radius: 50px;
      color: #fff;
      text-decoration: none;
      text-align: center;
      background: url("../img/icon/btn-arrow-bottom.svg"), linear-gradient(-45deg, #FFCE00, #FF8900);
      background-position: center right 20px, center;
      background-repeat: no-repeat;
      background-size: 10px , 100%;
      border: none;
      font-size: 16px;
      padding: 12px 40px;
      color: #fff;
      font-weight: bold;
      box-shadow: 0 0 15px rgba(232, 164, 68, 0.2); }
      .more_view .btn_more_view span:hover {
        opacity: 0.8;
        box-shadow: none; }
  .more_view.over .btn_more_view {
    display: block; }

section.know {
  padding: 6vw 0; }
  @media screen and (max-width: 767px) {
    section.know {
      padding: 4em 0; } }
  section.know h2 {
    margin-top: 0; }
    section.know h2:after {
      content: "";
      display: block;
      margin: 0.3em auto 0 auto;
      border-bottom: 2px solid #FF9505;
      max-width: 200px; }
  section.know p {
    text-align: center; }
  section.know ul.know_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px; }
    section.know ul.know_list li {
      width: 25%;
      padding: 10px;
      list-style: none; }
      @media screen and (max-width: 767px) {
        section.know ul.know_list li {
          width: 50%;
          font-size: 13px;
          padding: 5px; } }
      section.know ul.know_list li a {
        display: block;
        height: 100%;
        border-radius: 10px;
        background: #fff;
        text-decoration: none;
        text-align: center;
        padding: 13px;
        border: 2px solid #fff;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all  1s ease; }
        @media screen and (max-width: 767px) {
          section.know ul.know_list li a {
            padding: 10px; } }
        section.know ul.know_list li a img {
          vertical-align: bottom;
          margin-bottom: 10px; }
        section.know ul.know_list li a span {
          display: block;
          color: #FF9505;
          font-weight: bold;
          text-align: left;
          padding: 0.3em 25px 0.3em 0;
          background: url("../img/icon/btn-more.svg");
          background-position: right center;
          background-size: auto 20px;
          background-repeat: no-repeat; }
          @media screen and (max-width: 767px) {
            section.know ul.know_list li a span {
              padding-right: 20px;
              background-size: auto 15px; } }
        section.know ul.know_list li a:hover {
          border: 2px solid #FF9505; }
      section.know ul.know_list li.career a img {
        padding: 2em 1.8em; }

section.sec-support {
  padding: 6vw 0; }
  @media screen and (max-width: 767px) {
    section.sec-support {
      padding: 5em 0 3em; } }
  section.sec-support .box-img {
    padding: 2em 24% 0; }

.flow-contents {
  padding: 2em 0; }
  .flow-contents .inner {
    background: #fff;
    padding: 1.5em 2em; }
    @media screen and (max-width: 767px) {
      .flow-contents .inner {
        padding: 1em 1.5em; } }
  .flow-contents .flow-item {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0; }
    .flow-contents .flow-item .flow-no {
      width: 50px; }
      .flow-contents .flow-item .flow-no span {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        border: 1px solid #FF9505;
        color: #FF9505;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 24px;
        position: relative; }
        .flow-contents .flow-item .flow-no span:after {
          content: "";
          width: 22px;
          height: 13px;
          display: block;
          position: absolute;
          bottom: -25px;
          left: 50%;
          transform: translateX(-50%);
          background: url("../img/icon/arrow-down02.svg") no-repeat center center;
          background-size: contain; }
    .flow-contents .flow-item .flow-text {
      width: calc(100% - 50px);
      padding: 0.6em 1.5em;
      font-weight: bold;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .flow-contents .flow-item .flow-text {
          padding: 0.5em 0 0.5em 1em;
          font-size: 15px; } }
    .flow-contents .flow-item.-last .flow-no span:after {
      content: none; }

.wakaba-box {
  background: url("../img/temp/bg_deco.png") no-repeat;
  background-size: 68% auto;
  background-position: 120% center;
  padding: 2.5vw 3vw;
  border: 1px solid #FF9505;
  margin: 4vw; }
  .wakaba-box .inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px; }
    .wakaba-box .inner .img {
      width: 35%;
      padding: 14px; }
      @media screen and (max-width: 767px) {
        .wakaba-box .inner .img {
          width: 80%;
          margin: 0 auto; } }
    .wakaba-box .inner .text {
      width: 65%;
      padding: 14px; }
      .wakaba-box .inner .text h4 {
        font-weight: bold;
        font-size: 20px;
        margin: 0; }
      @media screen and (max-width: 767px) {
        .wakaba-box .inner .text {
          width: 100%; } }
      @media screen and (max-width: 575px) {
        .wakaba-box .inner .text .btn {
          text-align: center; } }

.flow-container .flow-item {
  padding-bottom: 70px;
  background: url("../img/icon/arrow-flow.svg") no-repeat;
  background-position: center bottom 22px;
  background-size: 34px auto; }
  .flow-container .flow-item.-last {
    background: none; }
.flow-container .flow-box {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  background: #fff;
  padding: 2em 1.5em; }
  .flow-container .flow-box .en {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #FF9505;
    font-size: 20px; }
@media screen and (min-width: 768px) {
  .flow-container .flow-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .flow-container .flow-wrap .flow-img {
      width: 30%;
      order: 2; }
    .flow-container .flow-wrap .flow-text {
      width: 70%;
      padding-right: 2em; } }
@media screen and (max-width: 767px) {
  .flow-container .flow-wrap .flow-img {
    width: 70%;
    margin: 0 auto; } }
.flow-container .flow-wrap .flow-text dl {
  margin-top: 1em; }
  .flow-container .flow-wrap .flow-text dl dt {
    font-weight: bold;
    font-size: 20px; }
  .flow-container .flow-wrap .flow-text dl dd {
    margin-top: 1em; }

.step-container .step-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5em; }
  .step-container .step-item .no-box {
    color: #FF9505;
    font-weight: bold;
    width: 4.8em; }
    .step-container .step-item .no-box .jp {
      font-size: 17px; }
    .step-container .step-item .no-box .no {
      font-size: 35px;
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
      padding: 0 5px; }
  .step-container .step-item .step-summary {
    font-size: 17px;
    font-weight: bold;
    width: calc(100% - 4.8em); }
    .step-container .step-item .step-summary .small {
      font-size: 90%; }

.fix-banner {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
  .fix-banner p {
    margin: 0;
    padding: 0; }
    .fix-banner p img {
      width: 100%; }
    .fix-banner p a {
      display: block;
      line-height: 0; }
  .fix-banner.acms-admin-module-edit-wrapper .acms-admin-module-edit a {
    padding: 1em; }
  @media screen and (max-width: 767px) {
    .fix-banner {
      display: block; } }
