@charset "UTF-8";
/* 共通設定 */
@media screen and (max-width: 575px) {
  html {
    font-size: 65%;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
}

h1, h2, h3, h4 {
  line-height: 1.2;
}

h1 span, h2 span, h3 span, h4 span {
  display: inline-block;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  border: none;
  outline: none;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* images */
/* ============================================ */
img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

main {
  overflow-x: hidden;
  margin-top: 160px;
}

@media screen and (max-width: 1259px) {
  main {
    margin-top: 60px;
  }
}

@media screen and (max-width: 575px) {
  main {
    margin-top: 80px;
  }
}

.inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1079px) {
  .inner {
    padding: 0 15px;
  }
}

.page main {
  background: #F2F1EC;
  padding-top: 7.14286rem;
}

.page main .contents section .inner {
  padding-top: 5.71429rem;
}

.page main .contents, .post main .contents {
  padding-bottom: 8.57143rem;
}

/* ヘッダー */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 160px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1079px) {
  .header {
    height: 60px;
  }
}

.header .sub-nav {
  width: 100%;
  height: 100px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1079px) {
  .header .sub-nav {
    height: 100%;
  }
}

.header .sub-nav .inner {
  max-width: 1080px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 1439px) {
  .header .sub-nav .inner {
    max-width: initial;
  }
}

@media screen and (max-width: 1079px) {
  .header .sub-nav .inner {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-right: initial;
  }
}

.header .sub-nav__logo {
  display: block;
  width: 118px;
  height: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header .sub-nav__logo img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1439px) {
  .header .sub-nav__logo {
    margin-left: 35px;
    margin-right: auto;
  }
}

@media screen and (max-width: 1079px) {
  .header .sub-nav__logo {
    height: 50px;
    width: 73.75px;
  }
}

.header .sub-nav__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  margin-right: 43px;
  margin-left: 15px;
}

.header .sub-nav__body .call {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.header .sub-nav__body .call__number:nth-of-type(2) {
  margin-right: initial;
  display:none;
}

.header .sub-nav__body .call__note {
  margin-left: 1.42857rem;
}

@media screen and (max-width: 1079px) {
  .header .sub-nav__body {
    margin-right: 15px;
  }
  .header .sub-nav__body .call__number {
    margin-right: 1.42857rem;
  }
  .header .sub-nav__body .call__number img {
    margin-right: 0.71429rem;
  }
  .header .sub-nav__body .call__number a {
    font-family: "Rubik", sans-serif;
    font-size: 1.28571rem;
  }
  .header .sub-nav__body .call__note {
    font-size: 0.85714rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .header .sub-nav__body {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-left: initial;
  }
  .header .sub-nav__body .call {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .sub-nav__body .call__number {
    margin-right: 1.42857rem;
  }
  .header .sub-nav__body .call__number img {
    margin-right: 0.71429rem;
  }
  .header .sub-nav__body .call__number a {
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
  }
  .header .sub-nav__body .call__note {
    font-size: 0.85714rem;
    line-height: 1;
  }
}

.header .sub-nav__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 30px;
  padding: 0 20px;
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 20px;
}

.header .sub-nav__search input[type="text"] {
  border: none;
  height: 100%;
  color: #7FBE25;
}

.header .sub-nav__search input[type="text"]:focus {
  outline: 0;
}

.header .sub-nav__search input[type="submit"] {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #7FBE25;
  outline: none;
  cursor: pointer;
  border: none;
  margin-right: 10px;
}

@media screen and (max-width: 1079px) {
  .header .sub-nav__search {
    display: none;
  }
}

.header .sub-nav__btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.header .sub-nav__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 100%;
  background: #F18D00;
}

.header .sub-nav__btn img {
  margin-bottom: 0.57143rem;
}

.header .sub-nav__btn span {
  width: 8rem;
  height: 1.14286rem;
  color: #F18D00;
  font-size: 0.71429rem;
  font-weight: 700;
  line-height: 1.14286rem;
  text-align: center;
  background: #fff;
  border-radius: 0.85714rem;
}

.header .sub-nav__btn p {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
}

.header .sub-nav__btn a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.header .sub-nav__btn:last-child {
  background: #7FBE25;
  margin-right: -180px;
}

@media screen and (max-width: 1439px) {
  .header .sub-nav__btn:last-child {
    margin-right: initial;
  }
}

@media screen and (max-width: 1079px) {
  .header .sub-nav__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
  }
  .header .sub-nav__btn img {
    margin-bottom: 5.2px;
  }
  .header .sub-nav__btn span {
    width: 80px;
    height: 10.4px;
    font-size: 6.5px;
    line-height: 10.6px;
  }
  .header .sub-nav__btn p {
    font-size: 9.1px;
  }
}

.header .main-nav {
  width: 100%;
  height: 60px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1079px) {
  .header .main-nav {
    display: none;
  }
}

.header .main-nav .inner {
  height: 100%;
}

.header .main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header .main-nav ul li {
  position: relative;
  display: table;
  width: 20%;
  height: 100%;
}

.header .main-nav ul li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  content: "";
  width: 1px;
  height: 24px;
  background: #ececec;
}

.header .main-nav ul li span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.header .main-nav ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header .main-nav.active {
  display: block;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background: #fff;
}

.header .main-nav.active ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .main-nav.active ul li {
  width: 100%;
  height: 50px;
}

.header .main-nav.active ul li:not(:last-child)::after {
  content: none;
}

.header #toggle_btn {
  display: none;
}

.header #toggle_btn span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #7FBE25;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header #toggle_btn span:nth-of-type(1) {
  top: 0;
}

.header #toggle_btn span:nth-of-type(2) {
  top: 50%;
}

.header #toggle_btn span:nth-of-type(3) {
  bottom: 0;
}

.header #toggle_btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

.header #toggle_btn.active span:nth-of-type(2) {
  opacity: 0;
}

.header #toggle_btn.active span:nth-of-type(3) {
  width: 100%;
  -webkit-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
}

@media screen and (max-width: 1079px) {
  .header #toggle_btn {
    display: block;
    position: relative;
    width: 40px;
    height: 22px;
    z-index: 10;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
  }
}

/* 固定バナー */
.fixed-banners {
  position: fixed;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 25;
}

@media screen and (max-width: 1023px) {
  .fixed-banners {
    display: none;
  }
}

.fixed-banners .fixed-banner {
  display: block;
  width: 50px;
  height: 140px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 0 4px 0 4px;
}

.fixed-banners .fixed-banner span {
  color: #fff;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-shadow: 0 0 10px #000;
}

.fixed-banners .fixed-banner:first-of-type {
  background: url(../img/fixed-banner01.jpg) no-repeat center center/cover;
}

.fixed-banners .fixed-banner:first-of-type span {
  letter-spacing: 0.114em;
  margin-top: 12px;
}

.fixed-banners .fixed-banner:nth-of-type(2) {
  background: url(../img/fixed-banner02.jpg) no-repeat center center/cover;
}

.fixed-banners .fixed-banner:nth-of-type(2) span {
  letter-spacing: 0.114em;
  margin-top: 20px;
}

.fixed-banners .fixed-banner:last-of-type {
  background: url(../img/fixed-banner03.jpg) no-repeat center center/cover;
}

/*.fixed-banners .fixed-banner:last-of-type span {
  color: #000000;
  margin-top: 30px;
}*/
.fixed-banners .fixed-banner:not(:last-of-type) {
  margin-bottom: 10px;
}

.fixed-banners .fixed-banner span {
  letter-spacing: 0.114em;
  margin-top: 12px;
}

/* フッター */
.footer {
  padding: 20px 0;
}

.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 1079px) {
  .footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__logo {
  margin-right: auto;
}

@media screen and (max-width: 1079px) {
  .footer__logo {
    margin-right: initial;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo {
    width: 80px;
  }
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 40px;
  margin-right: 10px;
}

@media screen and (max-width: 1079px) {
  .footer__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: initial;
  }
}

.footer__nav {
  margin-bottom: 20px;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__nav ul li a {
  font-size: 12px;
  font-weight: 400;
}

.footer__nav ul li:not(:last-child) {
  margin-right: 1rem;
}

@media screen and (max-width: 1079px) {
  .footer__nav {
    margin-bottom: 0.71429rem;
  }
}

.footer__copyright {
  font-size: 10px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}

.footer__mark p {
  text-align: center;
  font-size: 0.71429rem;
}

@media screen and (max-width: 1079px) {
  .footer__mark {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 1.42857rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__mark img {
    width: 50px;
  }
}

/* 見出し */
.top__section-title {
  text-align: center;
}

.top__section-title h2 {
  font-size: 2.57143rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.71429rem;
}

.top__section-title > span {
  display: block;
  font-size: 1.28571rem;
  font-family: "Rubik", sans-serif;
}

.page__head {
  text-align: center;
}

.page__head-title {
  padding-bottom: 20px;
  border-bottom: 4px solid #7FBE25;
}

.page__head-title span {
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 3.85714rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.page__head-title h1 {
  font-size: 1.28571rem;
  letter-spacing: 0.05em;
}

.page__head-title + ul,
.page__head-title + p {
  margin-top: 5.71429rem;
}

.page__head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page__head-nav li {
  width: 215px;
  height: 2.85714rem;
  border-right: 1px solid #7FBE25;
}

.page__head-nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 1.14286rem;
  font-weight: 700;
  line-height: 2.85714rem;
  text-align: center;
}

.page__head-nav li a:hover {
  color: #fff;
  background: #7FBE25;
}

.page__head-nav li:first-child {
  border-left: 1px solid #7FBE25;
}

.page__head-nav li + ul,
.page__head-nav li + p {
  margin-top: 5.71429rem;
}

.page__head-lead {
  line-height: 1.8;
}

/* お問い合わせ先 */
.call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.call__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.42857rem;
}

.call__number img {
  margin-right: 0.71429rem;
}

.call__number a {
  font-family: "Rubik", sans-serif;
  font-size: 1.57143rem;
}

.call__note {
  font-size: 1rem;
  line-height: 1;
}

/* 資料ダウンロード */
.documents li {
  border-bottom: 1px solid #dddbd1;
  padding-bottom: 24px;
}

.documents li a {
  position: relative;
}

.documents li a.pdf {
  padding-left: 31px;
}

.documents li a.pdf::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 21px;
  height: 24px;
  background: url(../img/pdf.png) no-repeat center center/cover;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .documents li a.pdf::before {
    background: url(../img/pdf@2x.png) no-repeat center center/cover;
  }
}

/* お知らせ一覧 */
.news-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

.news-list li:not(:first-child) {
  padding-top: 20px;
}

.news-list li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.news-list li .news-list__item-date {
  font-size: 0.85714rem;
  margin-right: 1.42857rem;
}

.news-list li .news-list__item-cat {
  color: #fff;
  font-size: 0.85714rem;
  padding: 0.14286rem 0.71429rem 0.21429rem 0.71429rem;
  background: #7FBE25;
  border-radius: 0.78571rem;
  margin-right: 1.42857rem;
}

.news-list li .news-list__item-cat--02 {
  background: #F18D00;
}

.news-list li .news-list__item-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-list li .news-list__item-title::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/arrow.svg) no-repeat center center/cover;
  margin-left: auto;
}

/* CTA */
.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 364px;
  color: #fff;
  background: url(../img/cta.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 1079px) {
  .cta {
    background-position: center right;
  }
}

.cta__head {
  margin-bottom: 30px;
}

.cta__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.cta__body li {
  position: relative;
}

.cta__body li img {
  margin-bottom: 1.42857rem;
}

.cta__body li p {
  font-weight: 700;
}

.cta__body li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.cta__body li:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .cta__body li:not(:last-child) {
    margin-right: 0.71429rem;
  }
}

/* Google map*/
.google-map__inner {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
}

.google-map__inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* ボタン */
.btn {
  position: relative;
  display: table;
  width: 255px;
  height: 4.28571rem;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: #7FBE25 !important;
}

.btn::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/arrow--white.svg) no-repeat center center/cover;
}

.btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.42857rem 1.28571rem;
}

/* 下層ページコンポーネント */
.page__section-img {
  width: 100%;
}

.page__section-img img {
  width: 100%;
}

.page__section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page__section-container .page__section-title {
  max-width: 430px;
  width: 40%;
}

.page__section-container .page__section-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page__section-container + .page__section-container {
  margin-top: 5.71429rem;
}

@media screen and (max-width: 1259px) {
  .page__section-container .page__section-body {
    padding-right: 50px;
  }
}

@media screen and (max-width: 1079px) {
  .page__section-container .page__section-body {
    padding-right: initial;
  }
  .page__section-container .page__section-title {
    width: 30%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page__section-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page__section-container .page__section-title {
    width: 100%;
    margin-right: initial;
  }
}

.page__section-title {
  margin-bottom: 4.28571rem;
}

.page__section-title h2 {
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.71429rem;
}

.page__section-title span {
  display: block;
  color: #7FBE25;
  font-family: "Rubik", sans-serif;
}

.page__section-body dl dt {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.page__section-body dl dt:not(:first-of-type) {
  padding-top: 24px;
}

.page__section-body dl dd {
  padding-bottom: 24px;
  border-bottom: 1px solid #dddbd1;
}

.page__section-body dl dd p {
  font-weight: 400;
}

.page__section-body dl dd p + div {
  margin-top: 20px;
}

.page__section-body h3 {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  padding-left: 14px;
  margin-bottom: 2.85714rem;
}

.page__section-body h3::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 4px;
  height: 100%;
  background: #7FBE25;
}

.page__section-body h3:not(:first-of-type) {
  margin-top: 4.28571rem;
}

.page__section-body h4 {
  font-size: 16px;
  background: #dddbd1;
  padding: 3px 10px;
  margin-bottom: 3.57143rem;
}

.page__section-body p {
  font-weight: 400;
  line-height: 1.8;
}

.page__section-body p img {
  margin-bottom: 20px;
}

.page__section-body p + span {
  display: block;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page__section-body p.note {
  line-height: 1.5;
}

.page__section-body p.note + .note {
  margin-top: 10px;
}

.page__section-body p + div {
  margin-top: 20px;
}

.page__section-body .page__section-block:not(:last-of-type) {
  padding-bottom: 24px;
  border-bottom: 1px solid #dddbd1;
}

.page__section-body .page__section-block:not(:first-of-type) {
  padding-top: 24px;
}

.top .hero {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 4.85714rem;
}

@media screen and (max-width: 575px) {
  .top .hero {
    padding-bottom: 240px;
  }
}

.top .hero__swiper-wrapper {
  width: 100%;
  height: 480px;
}

.top .hero__slide01 {
  background: url(../img/hero__slide01.jpg) no-repeat center center/cover;
}

.top .hero__slide01 h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 15.71429rem;
}

@media screen and (max-width: 575px) {
  .top .hero__slide01 h1 {
    margin-top: initial;
    position: absolute;
    bottom: 100px;
    left: 15px;
  }
}

.top .hero__slide02 {
  background: url(../img/hero__slide02.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 1079px) {
  .top .hero__slide02 {
    background-position: center right;
  }
}

.top .hero__slide02 .inner {
  padding: 70px 50px 0 50px;
}

.top .hero__slide02-title {
  font-size: 1.71429rem;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.top .hero__slide02-text {
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 50px;
}

.top .hero__slide02-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 604px;
  color: #f28787;
  border-top: 1px solid #f28787;
  padding-top: 10px;
}

@media screen and (max-width: 575px) {
  .top .hero__slide02-foot {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top .hero__slide02-foot span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.42857rem;
}

.top .hero__slide02-foot span::after {
  display: inline-block;
  width: 1.21429rem;
  height: 1.14286rem;
  content: "";
  background: url(../img/heart.svg) no-repeat center center/cover;
  margin-left: 0.71429rem;
}

.top .hero__slide02-foot p {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .top .hero__slide02 .inner {
    padding: 3.57143rem;
  }
  .top .hero__slide02-title {
    margin-bottom: 1.42857rem;
  }
  .top .hero__slide02-text {
    margin-bottom: 1.42857rem;
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .top .hero__slide02 .inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    padding: 50px;
  }
}

.top .hero__btn-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  width: 100%;
  height: 10.71429rem;
  z-index: 5;
  border: 1px solid #fff;
}

@media screen and (max-width: 575px) {
  .top .hero__btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}

.top .hero__btn-wrapper .hero__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.3%;
  color: #fff;
  background: #2798c6;
}

.top .hero__btn-wrapper .hero__btn-title {
  font-size: 1.28571rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.71429rem;
}

.top .hero__btn-wrapper .hero__btn-desc {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.71429rem;
}

.top .hero__btn-wrapper .hero__btn a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.top .hero__btn-wrapper .hero__btn:nth-of-type(2) {
  background: #52c3f1;
}

.top .hero__btn-wrapper .hero__btn:nth-of-type(2) img {
  stroke: #52c3f1;
}

.top .hero__btn-wrapper .hero__btn:last-of-type {
  background: #F18D00;
}

.top .hero__btn-wrapper .hero__btn:last-of-type img {
  stroke: #F18D00;
}

@media screen and (max-width: 575px) {
  .top .hero__btn-wrapper .hero__btn {
    width: 100%;
    height: 80px;
  }
  .top .hero__btn-wrapper .hero__btn-title {
    margin-bottom: initial;
  }
  .top .hero__btn-wrapper .hero__btn-desc {
    margin-bottom: 0.71429rem;
  }
}

.top .topics {
  margin: 4rem auto 8em;
}

.top .topics__head {
  color: #7FBE25;
  font-family: "Rubik", sans-serif;
  font-size: 3.85714rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5rem;
}

.top .topics__body {
  position: relative;
  height: 540px;
  border-radius: 10px;
  background: url(../img/topics.jpg) no-repeat top 30px center/cover;
  padding-top: 30px;
}

.top .topics__body::after {
  display: block;
  position: absolute;
  bottom: 194px;
  left: -90px;
  content: "";
  width: 640px;
  height: 640px;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
}

.top .topics__swiper-wrapper {
  width: 100%;
  height: 100%;
  margin-top: -30px;
  z-index: 10;
}

.top .topics__slide {
  position: relative;
  overflow: visible;
  padding-top: 30px;
}

.top .topics__slide-number {
  display: block;
  color: #7FBE25;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 1.28571rem;
  margin-top: -30px;
  margin-bottom: 10px;
}

.top .topics__slide-title {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 2.85714rem;
}

.top .topics__slide-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  padding-left: 20px;
}

.top .topics .swiper-pagination {
  position: absolute;
  bottom: 243px !important;
  left: 205px !important;
  display: inline-block;
  z-index: 15;
}

.top .topics .swiper-horizontal > .swiper-pagination-bullets {
  width: auto;
}

.top .topics .swiper-pagination-bullet {
  background: #f0f6f4;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.top .topics .swiper-pagination-bullet-active {
  background: #7FBE25;
}

.top .news {
  width: 100%;
  height: 415px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f2f1ec;
  margin-bottom: 11.42857rem;
}

.top .news__head {
  position: relative;
  width: 50%;
  background: url(../img/news.jpg) no-repeat center right/cover;
}

.top .news__head-inner {
  position: absolute;
  top: 60px;
  right: 97px;
  text-align: center;
}

.top .news__head-link {
  display: block;
  font-weight: 700;
  margin-top: 40px;
  padding: 10px;
  /*border: 1px solid rgb(47 55 61 / 95%);*/
  background: #ffffff59;
}

.top .news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(500px + 40px);
  padding-left: 40px;
}

@media screen and (max-width: 1259px) {
  .top .news__body {
    padding-right: 50px;
  }
}

.top .news__body .news-list {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top .news {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top .news__head {
    width: 100%;
    height: 200px;
    background-position: top right;
  }
  .top .news__head-inner {
    top: 30px;
    left: 30px;
    right: initial;
  }
  .top .news__body {
    width: 100%;
    padding: 0 15px;
  }
  .top .news__body .news-list li:first-child {
    padding-top: 20px;
  }
}

.top .recommended {
  margin-bottom: 8.57143rem;
}

.top .recommended__head .top__section-title {
  color: #fff;
  background: #F18D00;
  border-radius: 0.71429rem;
  padding-top: 3.57143rem;
  padding-bottom: 7.57143rem;
}

.top .recommended__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1020px;
  width: 95%;
  z-index: 10;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto;
  margin-top: -5.42857rem;
}

@media screen and (max-width: 767px) {
  .top .recommended__body {
    border-radius: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.top .recommended__body::before {
  position: absolute;
  top: -284px;
  right: 115px;
  content: "";
  display: inline-block;
  width: 265px;
  height: 284px;
  background: url(../img/recommended.png) no-repeat center center/cover;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .top .recommended__body::before {
    background: url(../img/recommended@2x.png) no-repeat center center/cover;
  }
}

@media screen and (max-width: 1079px) {
  .top .recommended__body::before {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .top .recommended__body::before {
    width: 11.42857rem;
    height: 12.21429rem;
    top: -12.21429rem;
    right: -40px;
  }
}

.top .recommended__body li {
  width: 180px;
  margin: 10px;
}

.top .recommended__body li a img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .top .recommended__body li {
    width: calc(33.3% - 10px);
    margin: initial;
    margin-bottom: 1.42857rem;
  }
}

@media screen and (max-width: 575px) {
  .top .recommended__body li {
    width: calc(50% - 0.71429rem);
  }
}

/* 下層ページ */
.company main .contents {
  padding-top: 5.71429rem;
}

.company main .contents section:not(:last-child) {
  padding-bottom: 5.71429rem;
}

.company .message {
  background: #fff;
}

.company .message__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2.85714rem;
}

.company .message__text {
  margin-bottom: 1.42857rem;
}

.company .message__text p {
  font-weight: 400;
  line-height: 1.8;
}

.company .message__sign {
  width: 47%;
  margin-left: auto;
}

.company .message__sign img {
  width: 100%;
  height: 100%;
}

.company .philosophy .message__title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 74px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company .philosophy .message__title {
    font-size: 18px;
    margin-bottom: 50px;
    text-align: left;
  }
}
.company .philosophy dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .company .philosophy dl {
    display: block;
  }
}
.company .philosophy dl dt {
  color: #F18D00;
  font-size: 27px;
  text-align: center;
  margin-right: 90px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .company .philosophy dl dt {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
}
.company .philosophy dl dd {
  font-size: 18px;
  text-align: left;
  line-height: 2.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .company .philosophy dl dd {
    font-size: 14px;
    line-height: 1.8;
  }
}
.company .philosophy dl dd ul li {
  position: relative;
  padding-left: 30px;
}
.company .philosophy dl dd ul li::before {
  content: '';
  display: block;
  background-color: #7FBE25;
  height: 2px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .company .philosophy dl dd ul li::before {
    top: 14px;

  }
}

.insurance__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 20px;
}

.insurance__list li {
  width: 255px;
}

.insurance__list li img {
  width: 100%;
}

@media screen and (max-width: 575px) {
  .insurance__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: initial;
  }
  .insurance__list li {
    width: calc(50% - 0.71429rem);
    margin-bottom: 1.42857rem;
  }
}

.insurance .life .insurance__list li {
  border: 1px solid #dddbd1;
}

.hoken-station-way .text-color--green {
  font-size: 16px;
  font-weight: 700;
}

.hoken-station-way main .contents section:not(:last-child) {
  padding-bottom: 5.71429rem;
}

.hoken-station-way .hsw01 p {
  line-height: 1.8;
}

.hoken-station-way .hsw01 ul {
  margin-top: 1.42857rem;
  margin-bottom: 1.42857rem;
}

.hoken-station-way .hsw01 ul li {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  background: #dddbd1;
  padding: 3px 10px 3px 26px;
}

.hoken-station-way .hsw01 ul li::before {
  position: absolute;
  top: 3px;
  left: 10px;
  content: "・";
}

.hoken-station-way .hsw01 ul li:not(:last-child) {
  margin-bottom: 0.71429rem;
}

.hoken-station-way .hsw01 ul li span {
  display: inline-block;
}

.hoken-station-way .hsw02,
.hoken-station-way .hsw04 {
  background: #fff;
}

.hoken-station-way .hsw05__sign {
  margin-top: 4rem;
}

.hoken-station-way .hsw05__sign p {
  text-align: right;
}

.hoken-station-way .hsw05 .page__section-container {
  margin-bottom: 5.71429rem;
}

.hoken-station-way .hsw05 .page__section-container + .page__section-body .note {
  margin-bottom: 11.42857rem;
}

.about-insurance .page__head {
  padding-bottom: 5.71429rem;
}

.about-insurance main .contents {
  padding-bottom: 2.85714rem;
}

.about-insurance main .contents section:not(:last-child) {
  padding-bottom: 5.71429rem;
}

.about-insurance .ai01 {
  background: #fff;
}

.about-insurance .ai01 .text-color--green {
  font-weight: 700;
}

.about-insurance .lifestage__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4.28571rem;
}

.about-insurance .lifestage__cards .card {
  width: calc(50% - 20px);
  margin-bottom: 5.71429rem;
}

.about-insurance .lifestage__cards .card img {
  margin-bottom: 3.57143rem;
}

.about-insurance .lifestage__cards .card h3 {
  margin-bottom: 1.42857rem;
}

.about-insurance .lifestage__cards .card ul li {
  line-height: 1.8;
}

@media screen and (max-width: 575px) {
  .about-insurance .lifestage__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-insurance .lifestage__cards .card {
    width: 100%;
  }
}

.national-branch-list main .contents section:not(:last-child) {
  padding-bottom: 5.71429rem;
}

.national-branch-list .btn {
  text-align: left;
}

.national-branch-list .central-office .google-map {
  margin-bottom: 2.14286rem;
}

.national-branch-list .central-office .google-map iframe {
  max-width: 650px;
  max-height: 180px;
}

.national-branch-list .branch {
  position: relative;
  /*padding-bottom: 7.14286rem;*/
}

/*.national-branch-list .branch::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 1.42857rem;
  height: 7.14286rem;
  background: url(../img/continue.png) no-repeat center center/cover;
}*/
.national-branch-list .nbl__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4.28571rem;
}

.national-branch-list .nbl__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 255px;
  height: 270px;
  margin-bottom: 2.85714rem;
}

.national-branch-list .nbl__list li:not(:nth-child(4n)) {
  margin-right: 20px;
}

.national-branch-list .nbl__list li h3 {
  margin-bottom: 1.42857rem;
}

.national-branch-list .nbl__list li p:last-of-type span {
  display: block;
}

.national-branch-list .nbl__list li .btn {
  margin-top: auto;
}

@media screen and (max-width: 1079px) {
  .national-branch-list .nbl__list li {
    margin-right: 20px !important;
  }
  .national-branch-list .nbl__list li:not(:nth-child(4n)) {
    margin-right: initial;
  }
}

@media screen and (max-width: 767px) {
  .national-branch-list .nbl__list li {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 575px) {
  .national-branch-list .nbl__list li {
    width: 100%;
    height: auto;
  }
  .national-branch-list .nbl__list li p:last-of-type {
    margin-bottom: 1.42857rem;
  }
}

.branch .page__head-title h1 {
  font-size: 3.42857rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.57143rem;
}

.branch .page__head-title span {
  font-size: 1.28571rem;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  margin-bottom: initial;
}

.branch .info .page__section-container dd.access p:not(:last-child) {
  margin-bottom: 1rem;
}

.branch .info__foot {
  width: 100%;
  padding-top: 5.71429rem;
}

.branch .info__foot-gallery {
  width: 100%;
  max-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  justify-content: center;
}

.branch .info__foot-gallery img {
  /*width: 50%;*/
}

.branch .google-map iframe {
  max-width: 650px;
  max-height: 180px;
}

@media screen and (max-width: 767px) {
  .branch .info__foot-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: initial;
  }
  .branch .info__foot-gallery img {
    width: 100%;
  }
}

.branch .info__foot .btn {
  margin: 0 auto;
}

.contact .form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 180px;
  background: url(../img/form__head.jpg) no-repeat center center/cover;
  margin-bottom: 6.07143rem;
  padding: 0 130px;
}

.contact .form__head-title {
  font-size: 1.71429rem;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 1.85714rem;
}

@media screen and (max-width: 1079px) {
  .contact .form__head {
    padding: 0 2.14286rem;
    background-position: center right;
  }
}

@media screen and (max-width: 767px) {
  .contact .form__head .call__note {
    margin-top: 0.35714rem;
  }
}

@media screen and (max-width: 575px) {
  .contact .form__head {
    background-position: center right -100px;
  }
  .contact .form__head .call__number:nth-of-type(2) img {
    margin-left: 10px;
    margin-right: 15px;
  }
}

.contact .form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.71429rem;
}

.contact .form__body .form__item {
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  .contact .form__body .form__item {
    width: calc(50% - 0.71429rem);
  }
}

@media screen and (max-width: 575px) {
  .contact .form__body .form__item {
    width: 100%;
  }
}

.contact .form__body .form__item dt {
  font-size: 16px;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 0.71429rem;
}

.contact .form__body .form__item dt.required::after {
  content: "※必須";
  color: #F18D00;
}

.contact .form__body .form__item dd {
  display: table;
  width: 100%;
  height: 40px;
  background: #fff;
  margin-bottom: 2.14286rem;
}

.contact .form__body .form__item dd input,
.contact .form__body .form__item dd textarea {
  width: 100% !important;
  height: 100% !important;
  padding: 10px;
}

.contact .form__body .form__item dd select {
  width: 100%;
  height: 100%;
  padding-left: 10px;
}

.contact .form__body .form__item--tel, .contact .form__body .form__item--address, .contact .form__body .form__item--comment, .contact .form__body .form__item--subject {
  width: 100%;
}

.contact .form__body .form__item--prefecture dd {
  position: relative;
}

.contact .form__body .form__item--prefecture dd select {
  cursor: pointer;
  padding-right: 40px;
}

.contact .form__body .form__item--prefecture dd select::-ms-expand {
  display: none;
}

.contact .form__body .form__item--prefecture dd::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/select.svg) no-repeat center center/cover;
  pointer-events: none;
}

.contact .form__agreement {
  text-align: center;
  margin-bottom: 4.28571rem;
}

.contact .form__agreement p a {
  color: #7FBE25;
  text-decoration: underline;
}

.contact .form__agreement p:first-child {
  margin-bottom: 1rem;
}

.contact .form__agreement p:last-child {
  margin-top: 2.14286rem;
}

.contact .form__agreement p:last-child input {
  width: 1.71429rem;
  height: 1.71429rem;
  border-color: fff;
  margin-right: 0.71429rem;
}

.contact .form__submit .btn {
  margin: 0 auto;
}

.contact .form__submit .btn a {
  position: absolute;
  top: 0;
  left: 0;
}

.contact .form__body .form__item--subject dd ul li {
  padding: 10px;
}
.contact .form__body .form__item--subject dd label{
  width: 100%;
  margin-top: 10px;
}
.contact .form__body .form__item--subject dd input[type="radio"] {
  width: auto !important;
}
.contact .form__body .form__item--subject dd input[type="text"] {
  background-color: #fff;
  border: 1px solid #aaa;
  max-width: 250px;
}
.contact .form__body .form__item--subject dd table {
  width: 100%;
  margin-top: 10px;
}
.contact .form__body .form__item--subject dd table tr {
  border-top: 1px dotted #aaa;
}
.contact .form__body .form__item--subject dd table th {
  font-weight: normal;
  padding: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .contact .form__body .form__item--subject dd table th {
    display: block;
  }
}
.contact .form__body .form__item--subject dd table td {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .contact .form__body .form__item--subject dd table td {
    display: block;
  }
}
.contact .form__body .form__item--subject dd .select {
  cursor: pointer;
  width: 25%;
  height: 40px;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact .form__body .form__item--subject dd .select {
    width: auto;
    margin-bottom: 10px;
  }
}
.contact .form__body .form__item--subject dd select {
  background-color: #fff;
  border: 1px solid #aaa !important;
  cursor: pointer;
  width: 100%;
  height: 40px;
  padding-right: 40px;
}
.contact .form__body .form__item--subject dd select::-ms-expand {
  display: none;
}
.contact .form__body .form__item--subject dd .select::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/select.svg) no-repeat center center/cover;
  pointer-events: none;
  background-color: #000;
}

.news .news__filter {
  position: relative;
  width: 21.42857rem;
  height: 40px;
  background: #fff;
  margin-left: auto;
  margin-bottom: 4.28571rem;
}

.news .news__filter select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0.71429rem 1.42857rem;
  padding-right: 40px;
}

.news .news__filter select::-ms-expand {
  display: none;
}

.news .news__filter::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/select.svg) no-repeat center center/cover;
  pointer-events: none;
}

.news .news .news-list {
  margin-bottom: 4.28571rem;
}

.news .news .news-list li {
  border-color: #7FBE25;
}

.news .news__pagination {
  text-align: center;
  margin-top: 0.71429rem;
}

.news .news__pagination ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.news .news__pagination ul li {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}

.news .news__pagination ul li:not(:last-child) {
  margin-right: 8px;
}

.news .news__pagination ul li:nth-child(n + 6):nth-last-child(n + 3) {
  display: none;
}

.news .news__pagination ul li:nth-child(5) {
  position: relative;
  margin-right: 28px;
}

.news .news__pagination ul li:nth-child(5)::after {
  position: absolute;
  top: 6px;
  right: -26px;
  color: #dddbd1;
  content: "･･･";
}

.news .news__pagination ul li.active {
  color: #fff;
  background: #7FBE25;
}

.news .news__pagination ul li a {
  display: block;
  height: 100%;
  width: 100%;
  color: #dddbd1;
}

.news .news__pagination-prev, .news .news__pagination-next {
  background: url(../img/arrow.svg) no-repeat center center/cover !important;
}

.news .news__pagination-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 16px !important;
}

.news .news__pagination-next {
  margin-left: 16px;
}

.post-type-news main .contents {
  background: #f2f1ec;
}

.post-type-news .news-article__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 16.07143rem;
  background: url(../img/sample.jpg) no-repeat center center/cover;
  margin-bottom: 5.71429rem;
}

.post-type-news .news-article__head-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.post-type-news .news-article__head-date {
  font-size: 12px;
  margin-right: 1.42857rem;
}

.post-type-news .news-article__head-cat {
  color: #fff;
  font-size: 12px;
  padding: 2px 10px 3px 10px;
  background: #7FBE25;
  border-radius: 11px;
  margin-right: 1.42857rem;
}

.post-type-news .news-article__head-cat--02 {
  background: #F18D00;
}

.post-type-news .news-article__head-title {
  font-size: 1.71429rem;
  letter-spacing: 0.05em;
}

.post-type-news .news-article__body {
  margin-bottom: 7.14286rem;
  font-weight: 400;
}

.post-type-news .news-article__body p {
  line-height: 1.8;
}

.post-type-news .news-article__body figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4.28571rem;
  margin-bottom: 4.28571rem;
}

.post-type-news .news-article__body figure img {
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  .post-type-news .news-article__body figure img {
    width: calc(50% - 0.71429rem);
  }
}

.post-type-news .news-article__foot .btn {
  margin: 0 auto;
}

.text-color--green {
  color: #7FBE25;
}

.md-open {
  display: none;
}

@media screen and (max-width: 1079px) {
  .md-open {
    display: block;
  }
}

.sm-open {
  display: none;
}

@media screen and (max-width: 767px) {
  .sm-open {
    display: block;
  }
}

.xs-open {
  display: none;
}

@media screen and (max-width: 575px) {
  .xs-open {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .xs-hidden {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .xs-hidden {
    display: none;
  }
}

.fadeIn {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}
/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
add_ style
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*------------------------
header
------------------------*/
@media screen and (max-width: 890px) {
  .header .sub-nav__body {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #fff;
    margin-left: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 890px) {
  .header .sub-nav__body .call {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .header .sub-nav__btn {
    width: 70px;
    position: absolute;
  }
}

@media screen and (max-width: 480px) {
  .header .sub-nav__btn span {
    font-size: 1.8vw;
    display: inline-block;
    width: auto;
    padding: 0 10%;
  }
}

@media screen and (max-width: 480px) {
  .header .sub-nav__btn p {
    font-size: 2vw;
  }
}

@media screen and (max-width: 480px) {
  .header .sub-nav__btn.consul {
    right: 140px;
  }
}

.header .sub-nav__btn.recruit {
  background: #7FBE25;
}

@media screen and (max-width: 480px) {
  .header .sub-nav__btn.recruit {
    right: 70px;
  }
}

.header .sub-nav__btn.contact {
  background-color: #2798c6;
}

@media screen and (max-width: 480px) {
  .header .sub-nav__btn.contact {
    right: 0px;
  }
}

.header .sub-nav__btn.contact img {
  max-width: 30px;
}

@media screen and (max-width: 480px) {
  .header .sub-nav__logo {
    width: 50px;
    height: 33.8px;
    margin: 0 15px;
  }
}

.header .main-nav .inner {
  max-width: 1280px;
}

@media screen and (max-width: 1079px) {
  .header .main-nav .inner {
    padding: 0;
  }
}

.header .main-nav.active {
  overflow: auto;
}

.header .main-nav.active ul li {
  display: block;
  height: auto;
}

.header .main-nav.active .inner {
  height: auto;
}

.header .main-nav.active .inner > ul {
  padding-bottom: 50px;
}

@media screen and (max-width: 1079px) {
  .header .main-nav ul {
    display: block;
  }
}

.header .main-nav ul li {
  text-align: center;
}

@media screen and (max-width: 1079px) {
  .header .main-nav ul li span {
    display: block;
  }
}

.header .main-nav ul li > a {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1079px) {
  .header .main-nav ul li > a {
    padding: 15px;
  }
}

.header .main-nav ul li.hasSubMenu {
  cursor: pointer;
}

@media screen and (max-width: 1079px) {
  .header .main-nav ul li.hasSubMenu {
    padding: 15px;
  }
}

@media screen and (max-width: 1079px) {
  .header .main-nav ul li.hasSubMenu > a {
    pointer-events: none;
  }
}

@media screen and (max-width: 1079px) {
  .header .main-nav ul li.hasSubMenu > span {
    padding: 15px;
  }
}

.header .main-nav ul li .dropmenu {
  display: block;
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  padding-top: 5px;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
}

@media screen and (max-width: 1079px) {
  .header .main-nav ul li .dropmenu {
    position: static;
    -webkit-transform: none;
            transform: none;
    padding-top: 0;
    background-color: #52c3f1;
    color: #fff;
    padding: 15px;
  }
}

.header .main-nav ul li .dropmenu li {
  width: 100%;
  height: auto;
  text-align: center;
  display: block;
  background-color: #fff;
  margin-bottom: 1px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1079px) {
  .header .main-nav ul li .dropmenu li {
    margin-bottom: 0;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.header .main-nav ul li .dropmenu li::after {
  content: none;
}

@media screen and (max-width: 1079px) {
  .header .main-nav ul li .dropmenu li:last-child {
    border-bottom: none;
  }
}

.header .main-nav ul li .dropmenu li:hover {
  background-color: #f4f4f4;
}

@media screen and (max-width: 1079px) {
  .header .main-nav ul li .dropmenu li:hover {
    background: none;
  }
}

.header .main-nav ul li .dropmenu li a {
  position: static;
  padding: 15px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: rgba(47, 55, 61, 0.95);
}

.header .main-nav ul li .dropmenu.open {
  display: block;
}

.header .main-nav ul li .dropmenu.myFadeIn {
  -webkit-animation: myFadeIn .3s;
          animation: myFadeIn .3s;
}

@-webkit-keyframes myFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes myFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.header .main-nav ul li .dropmenu.myFadeOut {
  -webkit-animation: myFadeOut .3s forwards;
          animation: myFadeOut .3s forwards;
}

@-webkit-keyframes myFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes myFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*------------------------
common
------------------------*/
.cta.bnr-area {
  height: auto;
  padding: 50px 0;
  background-size: cover;
}

.cta.bnr-area .cta__body {
  width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .cta.bnr-area .cta__body {
    width: 90%;
  }
}

.cta.bnr-area .cta__body li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}

@media screen and (max-width: 425px) {
  .cta.bnr-area .cta__body li {
    width: 49%;
  }
}

.cta.bnr-area .cta__body li:not(:last-child) {
  margin-right: 3.5%;
}

@media screen and (max-width: 425px) {
  .cta.bnr-area .cta__body li:not(:last-child) {
    margin-right: 2%;
  }
}

.cta.bnr-area .cta__body li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 425px) {
  .cta.bnr-area .cta__body li:nth-child(3n) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 425px) {
  .cta.bnr-area .cta__body li:nth-child(2n) {
    margin-right: 0;
  }
}

.cta.bnr-area .cta__body li img {
  width: 100%;
  /*height: 100%;*/
}

/*------------------------
home
------------------------*/
.top .hero__btn-wrapper .hero__btn {
  background-color: #F18D00;
}

.top .hero__btn-wrapper .hero__btn:nth-child(2) {
  background-color: #2798c6;
}

.top .hero__btn-wrapper .hero__btn:nth-child(3) {
  background-color: #52c3f1;
}

/*グループ*/
.group .item {
  margin-bottom: 90px;
}

.group .item:last-child {
  margin-bottom: 0;
}

.group .item .catch {
  font-weight: bold;
}

.group .item .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 30px 0;
}

.group .item .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  margin-top: 40px;
  padding: 30px 0;
}

.group .item .box .img {
  border-right: 2px solid #F2F1EC;
  text-align: center;
  width: 71.5%;
  height: 100%;
}

.group .item .box .img img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0;
}

.group .item .box .link {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  width: 28.6%;
  position: relative;
}

.group .item .box .link::after {
  content: "";
  display: inline-block;
  background-image: url(../img/blank.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}

/*採用情報（一覧）*/
.recruit .wanted .lead {
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 90px;
}

.recruit .wanted .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .recruit .wanted .list {
    display: block;
  }
}

.recruit .wanted .list li {
  width: 47.8%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .recruit .wanted .list li {
    width: auto;
  }
}

.recruit .voice02 .list li {
  background-color: #7FBE25;
  color: #fff;
  margin-bottom: 40px;
}

.recruit .voice02 .list li:nth-child(even) {
  background-color: #F18D00;
}

.recruit .voice02 .list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit .voice02 .img {
  width: 72.3%;
}

.recruit .voice02 .img img {
  height: 180px;
}

.recruit .voice02 .txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 27.6%;
  width: 180px;
  padding: 10px;
}

.recruit .voice02 .cat {
  display: inline-block;
  color: #7FBE25;
  font-size: 12px;
  padding: 0 20px;
  background: #fff;
  border-radius: 11px;
  margin-bottom:5px;
}

.recruit .voice02 .list li:nth-child(even) .cat {
  color: #F18D00;
  
}

.recruit .voice02 .nyusya {
  font-size:12px;
  margin-top:2em;
}



.recruit .voice02 .date {
  font-size: 12px;
  margin-right: 1.42857rem;
}

.recruit .voice02 .jp {
  font-size: 1.71429rem;
  letter-spacing: 0.05em;
  font-weight:bold;
}

.recruit .voice02 .en {
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/*採用情報（詳細）*/
.post-type-recruit main .contents {
  background: #f2f1ec;
}

.post-type-recruit .recruit-article__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 16.07143rem;
  background: url(../img/sample.jpg) no-repeat center center/cover;
  margin-bottom: 5.71429rem;
}

.post-type-recruit .recruit-article__head-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.post-type-recruit .recruit-article__head-cat {
  color: #fff;
  font-size: 12px;
  padding: 2px 10px 3px 10px;
  background: #7FBE25;
  border-radius: 11px;
  margin-right: 1.42857rem;
}

.post-type-recruit .recruit-article__head-cat--02 {
  background: #F18D00;
}

.post-type-recruit .recruit-article__head-date {
  font-size: 12px;
  margin-right: 1.42857rem;
}

.post-type-recruit .recruit-article__head-title {
  font-size: 1.71429rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.post-type-recruit .recruit-article__head-en {
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.post-type-recruit .recruit-article__body {
  margin-bottom: 7.14286rem;
  font-weight: 400;
}

.post-type-recruit p {
  line-height: 1.8;
}

.post-type-recruit .mimg {
  margin-bottom: 4.28571rem;
}

@media screen and (max-width: 767px) {
  .post-type-recruit .item .mimg {
    margin-bottom: 40px;
  }
}

.post-type-recruit .item {
  margin-bottom: 80px;
}

.post-type-recruit .item.item-img-r,
.post-type-recruit .item.item-img-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .post-type-recruit .item.item-img-r,
  .post-type-recruit .item.item-img-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.post-type-recruit .item.item-img-r figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 767px) {
  .post-type-recruit .item.item-img-r figure {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.post-type-recruit .item.item-img-r figure,
.post-type-recruit .item.item-img-l figure {
  width: 47.8%;
}

@media screen and (max-width: 767px) {
  .post-type-recruit .item.item-img-r figure,
  .post-type-recruit .item.item-img-l figure {
    width: auto;
    margin-bottom: 40px;
  }
}

.post-type-recruit .item.item-img-r .txtarea,
.post-type-recruit .item.item-img-l .txtarea {
  width: 47.8%;
}

@media screen and (max-width: 767px) {
  .post-type-recruit .item.item-img-r .txtarea,
  .post-type-recruit .item.item-img-l .txtarea {
    width: auto;
  }
}

.post-type-recruit .item .ttl h2 {
  font-size: 1.714rem;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}

.post-type-recruit .item .ttl h2::after {
  content: "";
  display: block;
  background-color: #7FBE25;
  width: 20px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.post-type-recruit .recruit-article__foot .btn {
  margin: 0 auto;
}

/*オンライン*/
.online .wanted .lead {
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 90px;
}

.online .wanted .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .online .wanted .list {
    display: block;
  }
}

.online .wanted .list li {
  width: 33%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .online .wanted .list li {
    width: auto;
  }
}

.online .voice02 .list li {
  background-color: #7FBE25;
  color: #fff;
  margin-bottom: 40px;
}

.online .voice02 .list li:nth-child(even) {
  background-color: #F18D00;
}

.online .voice02 .list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.online .voice02 .img {
  width: 72.3%;
}

.online .voice02 .img img {
  height: 180px;
}

.online .voice02 .txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 27.6%;
  width: 180px;
  padding: 10px;
}

.online .voice02 .cat {
  display: inline-block;
  color: #7FBE25;
  font-size: 12px;
  padding: 0 20px;
  background: #fff;
  border-radius: 11px;
  margin-bottom:5px;
}

.online .voice02 .list li:nth-child(even) .cat {
  color: #F18D00;
}

.online .voice02 .date {
  font-size: 12px;
  margin-right: 1.42857rem;
}

.online .voice02 .jp {
  font-size: 1.71429rem;
  letter-spacing: 0.05em;
}

.online .voice02 .en {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

/*採用情報（詳細）*/
.post-type-online main .contents {
  background: #f2f1ec;
}

.post-type-online .online-article__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 16.07143rem;
  background: url(../img/sample.jpg) no-repeat center center/cover;
  margin-bottom: 5.71429rem;
}

.post-type-online .online-article__head-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.post-type-online .online-article__head-cat {
  color: #fff;
  font-size: 12px;
  padding: 2px 10px 3px 10px;
  background: #7FBE25;
  border-radius: 11px;
  margin-right: 1.42857rem;
}

.post-type-online .online-article__head-cat--02 {
  background: #F18D00;
}

.post-type-online .online-article__head-date {
  font-size: 12px;
  margin-right: 1.42857rem;
}

.post-type-online .online-article__head-title {
  font-size: 1.71429rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.post-type-online .online-article__head-en {
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.post-type-online .online-article__body {
  margin-bottom: 7.14286rem;
  font-weight: 400;
}

.post-type-online p {
  line-height: 1.8;
}

.post-type-online .mimg {
  margin-bottom: 4.28571rem;
}

@media screen and (max-width: 767px) {
  .post-type-online .item .mimg {
    margin-bottom: 40px;
  }
}

.post-type-online .item {
  margin-bottom: 80px;
}

.post-type-online .item.item-img-r,
.post-type-online .item.item-img-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .post-type-online .item.item-img-r,
  .post-type-online .item.item-img-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.post-type-online .item.item-img-r figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 767px) {
  .post-type-online .item.item-img-r figure {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.post-type-online .item.item-img-r figure,
.post-type-online .item.item-img-l figure {
  width: 47.8%;
}

@media screen and (max-width: 767px) {
  .post-type-online .item.item-img-r figure,
  .post-type-online .item.item-img-l figure {
    width: auto;
    margin-bottom: 40px;
  }
}

.post-type-online .item.item-img-r .txtarea,
.post-type-online .item.item-img-l .txtarea {
  width: 47.8%;
}

@media screen and (max-width: 767px) {
  .post-type-online .item.item-img-r .txtarea,
  .post-type-online .item.item-img-l .txtarea {
    width: auto;
  }
}

.post-type-online .item .ttl h2 {
  font-size: 1.714rem;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}

.post-type-online .item .ttl h2::after {
  content: "";
  display: block;
  background-color: #7FBE25;
  width: 20px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.post-type-online .online-article__foot .btn {
  margin: 0 auto;
}


#sp-ea-387.sp-easy-accordion>.sp-ea-single>.ea-header a {
    color: #ffffff;
    font-size:16px !important;
    letter-spacing:0.07em !important;
}

.contact_btn{
isplay: block;
    background-color: #f18d00;
    color: #fff;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    width: 56.6%;
    max-width: 850px;
    margin: 0 auto;
    padding: 50px 30px;
    outline: 1px solid rgb(255, 255, 255);
    outline-offset: -7px;
     margin-top:90px;

}


/*230621追加*/
.torikumi .inner {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .torikumi .inner {
    padding-top: 40px;
  }
}
.torikumi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.torikumi ul li {
  text-align: center;
  width: 31.4%;
  margin-bottom: 20px;
}
