@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type='search'] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled='true'] {
  cursor: default;
}

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

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  color: #222222;
  font-weight: 400;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

li {
  list-style: none;
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
}

img {
  border-style: none;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bold {
  font-weight: bold;
}

h2 {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.5;
  text-align: left;
  color: #222222;
}

h3 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: left;
  color: #222222;
}

.border_wrapper {
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  /* border: 10px solid #00A73C; */
  /* border: 10px solid #ffffff; */
  z-index: 9999;
}
.border_wrapper.open {
  border: none;
}

/* ------------------ / swiperのcssを上書き ------------------ */
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  /* height: 100%; */
  height: 150px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .swiper-slide img {
    /* height: 80px; */
    display: none;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px;
  color: #888888;
}

.swiper-button-prev {
  left: -30px;
}

.swiper-button-next {
  left: 100%;
  right: unset;
}

/* ------------------ swiperのcssを上書き ------------------ */
/* ------------------ link arrow ------------------ */
.c-arrow {
  position: relative;
}
.c-arrow::before,
.c-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.c-arrow::before {
  width: 28px;
  height: 1px;
  background: #ffffff;
}
.c-arrow::after {
  top: calc(50% - 5px);
  right: 13px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}
.c-arrow_btm {
  position: relative;
}
.c-arrow_btm::before,
.c-arrow_btm::after {
  top: calc(100% + 20px);
  right: unset;
  left: 50%;
}
.c-arrow_btm::after {
  top: calc(100% + 15px);
  left: calc(50% + 4px);
}
.c-arrow_bk::before {
  background: #222222;
}
.c-arrow_bk::after {
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
}

/* ------------------ / link arrow ------------------ */
/* ------------------ 背景の緑四角 ------------------ */
.bg-box {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .bg-box::after {
    content: '';
    display: block;
    width: 304px;
    height: 304px;
    background: #dcf7dc;
    position: absolute;
    top: 10%;
    right: 15%;
    z-index: -1;
  }
}

/* ------------------ / 背景の緑四角 ------------------ */
/* ------------------モーダル ------------------ */
.modalBack {
  display: none;
  position: fixed;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 105;
  cursor: pointer;
}

.wrapper_fix {
  position: fixed;
  width: 100vw;
}

/* ------------------ / モーダル ------------------ */
/* ------------------ トップへ戻る ------------------ */
.backToTop {
  position: fixed;
  right: 24px;
  width: 40px;
  bottom: -100px;
  z-index: 105;
  transition: 0.4s;
}
.backToTop img {
  width: 40px;
}

/* ------------------ / トップへ戻る ------------------ */
/* ------------------ パンくずリスト ------------------ */
.breadcrumb {
  display: flex;
  font-size: 1rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .breadcrumb-wrap {
    margin: 0 10px 14px;
  }
}
@media screen and (min-width: 769px) {
  .breadcrumb-wrap {
    margin: 0 25px 40px;
  }
}
.breadcrumb li + li {
  position: relative;
  padding-left: 3em;
}
.breadcrumb li + li::after {
  content: '＞';
  position: absolute;
  left: 1em;
}
.breadcrumb a {
  text-decoration: underline;
}

/* ------------------  / パンくずリスト ------------------ */
/* ---------------pages---------------- */
/* 各ページ固有のコンポーネント素材  */
/* ------------------------------------ */
/* ------------------ /about 画像下部に透過のバーと矢印のリンク ------------------ */
.about_link_area .about_link_list .about_link {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.about_link_area .about_link_list .about_link:last-of-type {
  margin-right: 0;
}
.about_link_area .about_link_list .about_link .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 173, 133, 0.7);
}
.about_link_area .about_link_list .about_link .txt p {
  color: #ffffff;
  padding: 17px 23px;
  font-size: 1.6rem;
  font-weight: 300;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_link_area .about_link_list .about_link {
    height: 185px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .about_link_area .about_link_list .about_link .img {
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .about_link_area .about_link_list .about_link .txt p {
    font-size: 1.4rem;
    padding: 10px;
  }
  .about_link_area .about_link_list:last-of-type {
    display: flex;
    flex-wrap: wrap;
  }
  .about_link_area .about_link_list:last-of-type .about_link {
    height: auto;
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  .about_link_area .about_link_list:last-of-type .about_link:nth-of-type(2n) {
    margin-right: 0;
  }
  .about_link_area
    .about_link_list:last-of-type
    .about_link:nth-of-type(2n)
    .txt
    p {
    padding: 1px 10px;
  }
}

/* ------------------ / 画像下部に透過のバーと矢印のリンク ------------------ */
/* ------------------ about共通footer ------------------ */
.about__footer {
  width: 100%;
  padding: 50px 0 0;
}
.about__footer-link {
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.about__footer-link a {
  display: block;
  width: 25%;
  position: relative;
  z-index: 1;
}
.about__footer-link a:nth-of-type(-n + 3) {
  width: 33.333%;
}
.about__footer-link a:before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.about__footer-link a .img {
  overflow: hidden;
}
.about__footer-link a span {
  position: absolute;
  left: 53px;
  bottom: 25px;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 300;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .about__footer-link a {
    width: 100%;
  }
  .about__footer-link a:nth-of-type(-n + 3) {
    width: 100%;
  }
}
.about__footer-link-recruit a {
  display: flex;
  height: 215px;
}
.about__footer-link-recruit a h4 {
  width: 215px;
  background: #63c4a6;
  position: relative;
}
.about__footer-link-recruit a h4::before,
.about__footer-link-recruit a h4::after {
  content: '';
  position: absolute;
  top: calc(50% + 35px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.about__footer-link-recruit a h4::before {
  width: 28px;
  height: 1px;
  background: #ffffff;
}
.about__footer-link-recruit a h4::after {
  top: calc(50% + 30px);
  left: calc(50% + 5px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}
.about__footer-link-recruit a h4 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: normal;
}
.about__footer-link-recruit a .img {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .about__footer-link-recruit a {
    display: block;
    padding: 0 10px;
    height: 114px;
    position: relative;
  }
  .about__footer-link-recruit a h4 {
    width: 30%;
    height: 100%;
    position: absolute;
  }
  .about__footer-link-recruit a h4 span {
    display: block;
    padding: 0 10px;
    width: 100%;
    text-align: center;
  }
  .about__footer-link-recruit a h4::before,
  .about__footer-link-recruit a h4::after {
    content: none;
  }
  .about__footer-link-recruit a .img {
    height: 100%;
  }
  .about__footer-link-recruit a .img img {
    margin-left: 70px;
  }
}

/* ------------------ / about共通footer ------------------ */
/* ------------------ recruit共通footer ------------------ */
.sec-recruit__footer-area {
  margin-bottom: 20px;
  padding: 0;
}
.sec-recruit__footer-wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sec-recruit__footer-wrapper {
    display: block;
  }
}
.sec-recruit__footer-link {
  display: block;
  width: 25%;
  position: relative;
  z-index: 1;
}
.sec-recruit__footer-link:before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.sec-recruit__footer-link .img img {
  width: 100%;
}
.sec-recruit__footer-link span {
  position: absolute;
  left: 53px;
  bottom: 25px;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 300;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .sec-recruit__footer-link {
    width: 100%;
  }
  .sec-recruit__footer-link span {
    left: 50%;
    bottom: unset;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

/* ------------------ / recruit共通footer ------------------ */
/* ------------------ group共通footer ------------------ */
.group__footer {
  width: 100%;
  padding: 50px 0 0;
}
.group__footer-link {
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.group__footer-link a {
  display: block;
  width: 33.333%;
  position: relative;
  z-index: 1;
}
.group__footer-link a:before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.group__footer-link a .img {
  overflow: hidden;
}
.group__footer-link a span {
  position: absolute;
  left: 53px;
  bottom: 25px;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 300;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .group__footer-link a {
    width: 100%;
  }
}

/* ------------------ / group共通footer ------------------ */
/* ------------------ 外部リンク ------------------ */
.external-link {
  padding-right: 22px;
  background: url(../img/common/icn_external_link_01.png) no-repeat center right;
}

/* ------------------ / 外部リンク ------------------ */
.u-mb-2em {
  margin-bottom: 2em;
}

.u-mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-mb-80 {
    margin-bottom: 40px;
  }
}

.t-center {
  text-align: center;
}

.u-max-width {
  max-width: 100%;
  height: auto;
}

.c-magenta {
  color: #ff00f5;
}

.main-header {
  width: 100%;
  margin: 0 auto;
  height: 100px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 106;

  position: fixed;
  top: 0;
}
.main-header .logo {
  width: 117px;
  margin-left: 25px;
  z-index: 400;
}
.main-header .logo a {
  display: block;
}
.main-header .logo a img {
  width: 100%;
}
.main-header nav {
  padding: 0 10px;
}
.main-header nav ul {
  display: flex;
  align-items: stretch;
}
.main-header nav ul li .link {
  display: flex;
  height: 100%;
}
.main-header nav ul li .link a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 16px;
  font-size: 1.4rem;
}
.main-header nav ul li .link.btn {
  position: relative;
}
.main-header nav ul li .link.btn::before,
.main-header nav ul li .link.btn::after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  vertical-align: middle;
}
.main-header nav ul li .link.btn::before {
  /* content: "";
  right: 0;
  top: calc(50% - 2px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  transform: translateY(-50%) rotate(135deg); */
}
.main-header nav ul li .link.recruit {
  margin-left: 16px;
  margin-right: 6px;
}
.main-header nav ul li .link.recruit a {
  background: #63c4a6;
  color: #ffffff;
  /* padding: 11px 32px 11px 18px; */
  padding: 11px 32px;
  border-radius: 8px;
  font-weight: 500;
}
.main-header nav ul li .link.recruit::before {
  right: 16px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.main-header nav ul li .link.contact a {
  background: #00a73c;
  color: #ffffff;
  padding: 11px 18px;
  border-radius: 8px;
  font-weight: 500;
}
.main-header nav ul li .menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 69px 0 78px;
  background: #ffffff;
  /* background: rgba(255, 255, 255, 0.8); */
  transition: 0.2s;
}
.main-header nav ul li .menu h3 {
  font-size: 1.8rem;
  margin-bottom: 18px;
  text-align: center;
}
.main-header nav ul li .menu h3 a {
  padding-bottom: 18px;
  position: relative;
}
.main-header nav ul li .menu h3 a::after {
  content: '';
  display: block;
  width: 78px;
  height: 3px;
  background: #00a73c;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.main-header nav ul li .menu ul {
  align-items: top;
  justify-content: center;
}
.main-header nav ul li .menu ul li {
  padding: 20px 16px;
  overflow: hidden;
}
.main-header nav ul li .menu ul li a {
  display: block;
}
.main-header nav ul li .menu ul li a .img {
  width: 168px;
  height: 110px;
}
.main-header nav ul li .menu ul li a .img img {
  height: 100%;
}

.main-header nav ul li .menu ul li a .img img:hover {
  opacity: 0.7;
}
.main-header nav ul li .menu ul li a span {
  font-size: 1.2rem;
}
.main-header nav ul li .menu ul li.disp_1000 {
  display: none;
}
.main-header nav ul li .sub_link_list {
  display: none;
}
.main-header .menu_btn {
  display: none;
}
@media screen and (max-width: 1000px) {
  .main-header {
    height: 80px;
    position: relative;
  }
  .main-header.open {
    width: calc(100% - 20px);
    position: fixed;
    border: 10px solid #00a73c;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .main-header .logo {
    width: 104px;
    position: absolute;
    /* top: 10px; */
    top: 18px;
    margin-left: 10px;
  }
  .main-header .logo a img {
    width: 100%;
  }
  .main-header nav {
    display: none;
  }
  .main-header nav.open {
    width: 100%;
    height: 100vh;
    z-index: 106;
    padding: 0 10px 80px;
    display: block;
    background: #ffffff;
    position: absolute;
    top: 80px;
  }
  .main-header nav.open ul {
    height: 100%;
    display: block;
    padding-left: 0;
    overflow-y: scroll;
  }
  .main-header nav.open ul li {
    border-bottom: 1px solid #cccccc;
  }
  .main-header nav.open ul li .link {
    display: block;
    height: 100%;
    position: relative;
    font-size: 2rem;
    color: #222222;
    font-weight: 500;
  }
  .main-header nav.open ul li .link a {
    padding: 29.5px 0 29.5px 60px;
    font-size: 1.8rem;
    position: relative;
    display: block;
  }
  .main-header nav.open ul li .link a::before {
    content: '＞';
    display: block;
    position: absolute;
    left: 37px;
  }
  .main-header nav.open ul li .link.btn::before,
  .main-header nav.open ul li .link.btn::after {
    content: none;
  }
  .main-header nav.open ul li .link.recruit,
  .main-header nav.open ul li .link.contact {
    margin: 0;
  }
  .main-header nav.open ul li .link.recruit a,
  .main-header nav.open ul li .link.contact a {
    background: none;
    color: #222222;
    font-weight: inherit;
  }
  .main-header nav.open ul li .link.recruit::before,
  .main-header nav.open ul li .link.recruit::after,
  .main-header nav.open ul li .link.contact::before,
  .main-header nav.open ul li .link.contact::after {
    content: none;
  }
  .main-header nav.open ul li:first-child {
    border-top: 1px solid #cccccc;
  }
  .main-header nav.open ul li:last-child {
    border-bottom: none;
  }
  .main-header nav.open ul li .menu {
    display: none;
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  .main-header nav.open ul li .menu h3 {
    display: none;
  }
  .main-header nav.open ul li .menu ul {
    align-items: top;
    justify-content: center;
  }
  .main-header nav.open ul li .menu ul li {
    border: none;
    padding: 0;
    overflow: hidden;
  }
  .main-header nav.open ul li .menu ul li a {
    display: block;
    padding: 12px 0 12px 60px;
    position: relative;
  }
  .main-header nav.open ul li .menu ul li a::before {
    content: 'ー';
    display: block;
    position: absolute;
    left: 37px;
  }
  .main-header nav.open ul li .menu ul li a .img {
    display: none;
  }
  .main-header nav.open ul li .menu ul li a span {
    font-size: 1.6rem;
  }
  .main-header nav.open ul li .menu ul li:first-child a {
    padding-top: 0;
  }
  .main-header nav.open ul li .menu ul li:last-child a {
    padding-bottom: 33px;
  }
  .main-header nav.open ul li .menu ul li.disp_1000 {
    display: block;
  }
  .main-header nav.open ul li .sub_link_list {
    display: flex;
    flex-wrap: wrap;
    padding: 29.5px 22px 32px;
  }
  .main-header nav.open ul li .sub_link_list a {
    display: block;
    font-size: 1.4rem;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .main-header .menu_btn {
    display: block;
    position: fixed;
    /* top: 22px; */
    top: 14px;
    right: 20px;
    transition: 0.4s;
    width: 40px;
    height: 43px;
    z-index: 109;
  }
  .main-header .menu_btn > div {
    display: inline-block;
    position: absolute;
    width: 33px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-header .menu_btn > div span {
    position: absolute;
    background: #222222;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    transition: all 0.2s;
  }
  .main-header .menu_btn > div span:nth-of-type(1) {
    top: 0;
  }
  .main-header .menu_btn > div span:nth-of-type(2) {
    top: 7px;
  }
  .main-header .menu_btn > div span:nth-of-type(3) {
    bottom: 0;
  }
  .main-header .menu_btn p {
    display: block;
    position: absolute;
    bottom: -6px;
    font-size: 1.2rem;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-header .menu_btn p.close {
    display: none;
  }
  .main-header .menu_btn.open {
    height: 55px;
    top: 12px;
  }
  .main-header .menu_btn.open span:nth-of-type(1) {
    transform: rotate(25deg);
    top: 50%;
  }
  .main-header .menu_btn.open span:nth-of-type(2) {
    opacity: 0;
  }
  .main-header .menu_btn.open span:nth-of-type(3) {
    transform: rotate(-25deg);
    top: 50%;
  }
  .main-header .menu_btn.open p {
    display: none;
  }
  .main-header .menu_btn.open p.close {
    display: block;
    bottom: 0;
  }
}

footer {
  padding-top: 50px;
  padding-bottom: 10px;
}
footer .action {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1074px;
  padding: 0 20px;
  margin: 0 auto 35.3px;
}
footer .action .support {
  width: 45%;
  padding-right: 52px;
  border-right: 1px solid #cccccc;
}
footer .action .support p {
  font-size: 1.2rem;
  line-height: 2;
  padding-bottom: 17px;
}
footer .action .support .logo {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .action .support .logo .img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .action .support .logo .img img {
  display: block;
  height: 80px;
  width: 80px;
}
footer .action .support .logo .img span {
  display: block;
  font-size: 1rem;
  text-align: center;
}
footer .action .support .logo .img:nth-of-type(3) img {
  height: 80px;
  width: 135px;
}
footer .action .organization {
  width: 55%;
  padding-left: 53px;
  display: flex;
}
footer .action .organization .icon_list {
  display: flex;
  flex-wrap: wrap;
}
footer .action .organization .icon_list .img {
  width: 50%;
  padding-bottom: 8px;
}
footer .action .organization .icon_list .img img {
  height: 70px;
  width: auto;
}
footer .action .organization .icon_list .img span {
  padding-top: 8px;
  display: block;
  font-size: 1rem;
}
footer .action .organization .icon_list .txt p {
  font-size: 1rem;
}
@media screen and (max-width: 1000px) {
  footer .action {
    display: block;
    width: 100%;
  }
  footer .action .support {
    width: 100%;
    padding-right: 0;
    padding-bottom: 25.5px;
    margin-bottom: 24.5px;
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
  footer .action .support p {
    padding: 0 10px 16px;
  }
  footer .action .support .logo {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  footer .action .support .logo .img {
    width: 50%;
    padding-bottom: 25.5px;
  }
  footer .action .support .logo .img:nth-of-type(3) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  footer .action .organization {
    width: 100%;
    padding-left: 0;
    margin-bottom: 64px;
    flex-wrap: wrap;
  }
  footer .action .organization .icon_list {
    width: 50%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  footer .action .organization .icon_list:first-child {
    flex-direction: row;
    width: 60%;
    margin: 0 auto 31px;
  }
  footer .action .organization .icon_list .img {
    text-align: center;
  }
  footer .action .organization .icon_list .txt {
    text-align: center;
  }
}
footer .sitemap {
  width: 100%;
  padding: 57px 20px 0;
  margin-bottom: 27px;
  background: #00a73c;
}
footer .sitemap > * {
  color: #ffffff;
}
footer .sitemap .l-wide.l-flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .sitemap .l-wide .link_box_list .link_box {
  margin-bottom: 38px;
}
footer .sitemap .l-wide .link_box h4 {
  padding-bottom: 6px;
  font-size: 1.4rem;
  font-weight: 500;
}
footer .sitemap .l-wide .link_box ul li {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 6px;
  font-weight: 300;
}
footer .sitemap .sub_link_list {
  max-width: 1108px;
  margin: 0 auto;
  padding: 42px 0 35.6px;
  display: flex;
}
footer .sitemap .sub_link_list a {
  display: block;
  margin-right: 40px;
  font-size: 1.2rem;
  font-weight: 300;
}
@media screen and (max-width: 1000px) {
  footer .sitemap .l-wide.l-flex .link_box_list {
    width: 50%;
  }
  footer .sitemap .l-wide.l-flex .link_box {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer .sitemap {
    display: none;
  }
}
footer .footer_logo {
  margin: 0 auto 16px;
  text-align: center;
}
footer .footer_logo p {
  font-size: 1.2rem;
  padding-bottom: 30px;
}
footer .footer_logo img {
  width: 120px;
}
footer small {
  display: block;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 40px;
}

p {
  line-height: 2;
}

img {
  max-width: 100%;
}

/* ------------------ title ------------------ */
.title-top {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .title-top {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.title-page-top {
  position: relative;
  margin-bottom: 65px;
}
.title-page-top h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #ffffff;
}
.title-page-top::after {
  content: '';
  position: absolute;
  bottom: -65px;
  display: block;
  height: 180px;
  width: 100%;
  background: #00a73c;
  z-index: -1;
}
.title-page-top.m-recruit::after {
  background: #63c4a6;
}

.page-title {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4285714286;
  color: #ffffff;
  background: linear-gradient(to right bottom, #00a73c 50%, #2b7b2a 50%);
  position: relative;
  text-align: center;
  padding: 25px;
  margin-bottom: 50px;
}

.current-number {
  position: absolute;
  top: 140px;
  right: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 2rem;
    padding: 20px 0;
    margin-bottom: 20px;
  }
}

.title-line {
  position: relative;
  padding-bottom: 20px;
}
.title-line::after {
  content: '';
  display: block;
  width: 78px;
  height: 5px;
  background: #00a73c;
  position: absolute;
  left: 50%;
  top: calc(100% - 3px);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .title-line {
    padding-bottom: 10px;
  }
  .title-line::after {
    width: 134px;
  }
}

.title-box {
  font-weight: normal;
  margin-bottom: 20px;
  position: relative;
  height: 107px;
  line-height: 2;
}
.title-box span {
  display: block;
  position: absolute;
  left: 34px;
  top: 50%;
  transform: translateY(-50%);
}
.title-box::before {
  content: '';
  display: block;
  width: 107px;
  height: 107px;
  background: #dcf7dc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .title-box {
    font-size: 2rem;
    padding-left: 0;
    height: unset;
    line-height: 1.6;
  }
  .title-box span {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
  }
  .title-box::before {
    content: none;
  }
}

.title-left-bar {
  padding-left: 10px;
  line-height: 1.6;
  border-left: 10px solid #00a73c;
  margin-bottom: 24px;
  font-size: 2rem;
}
.title-left-bar span {
  display: block;
  font-size: 1.8rem;
}

.title-side-border {
  color: #00a73c;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .title-side-border {
    margin-bottom: 60px;
    position: relative;
  }
  .title-side-border::before,
  .title-side-border::after {
    content: '';
    position: absolute;
  }
  .title-side-border::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #00a73c;
    z-index: -1;
  }
  .title-side-border span {
    background: #fff;
    padding: 0 44px;
    height: 100%;
    display: inline-block;
  }
}

/* ------------------ / title ------------------ */
/* ------------------ section ------------------ */
section {
  position: relative;
  padding: 0 10px;
}

.l-pd-top {
  padding: 110px 0 0;
}
@media screen and (max-width: 768px) {
  .l-pd-top {
    padding: 55px 0 0;
  }
}

.l-pd-cont-top {
  padding: 120px 10px;
}
@media screen and (max-width: 768px) {
  .l-pd-cont-top {
    padding: 55px 10px 50px;
  }
}

.l-pd-cont-bottom {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .l-pd-cont-bottom {
    padding-bottom: 51px;
  }
}

/* ------------------ / section ------------------ */
/* ------------------ column ------------------ */
.l-wide {
  width: 100%;
  max-width: 1108px;
  margin: 0 auto;
  position: relative;
}

.l-mid {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}

.l-flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-flex {
    display: block;
  }
}

.l-flex_sb {
  justify-content: space-between;
}

.l-flex_ac {
  align-items: center;
}

.l-col-2 {
  display: flex;
  justify-content: space-between;
}
.l-col-2 > * {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-col-2 {
    display: block;
  }
  .l-col-2 > * {
    width: 100%;
  }
}

.l-col-3 {
  display: flex;
  justify-content: space-between;
}
.l-col-3 > * {
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  .l-col-3 {
    display: block;
  }
  .l-col-3 > * {
    width: 100%;
  }
}

.l-col-4 {
  display: flex;
  justify-content: space-between;
}
.l-col-4 > * {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .l-col-4 {
    display: block;
  }
  .l-col-4 > * {
    width: 100%;
  }
}

/* ------------------ / column ------------------ */
/* ------------------ images ------------------ */
.img img {
  width: 100%;
  height: auto;
}

/* ------------------ / images ------------------ */
@media screen and (min-width: 769px) {
  .l-sec__column-2 {
    display: flex;
  }
}
.l-sec__column-2 + .l-sec__column-2 {
  margin-top: 115px;
}

.column-2__title {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .column-2__title {
    width: 284px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .column-2__title {
    width: 100%;
  }
}
.column-2__title .title {
  position: relative;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  padding-bottom: 15px;
}
.column-2__title .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 97px;
  height: 3px;
  background-color: #3b993a;
}
.column-2__body {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .column-2__body {
    margin-top: 32px;
  }
}

.c-sec__block-copy {
  max-width: 918px;
  margin: 0 auto;
  padding: 30px;
  position: relative;
}
.c-sec__block-copy::before,
.c-sec__block-copy::after {
  content: '';
  width: 60px;
  height: 115px;
  position: absolute;
}
.c-sec__block-copy::before {
  border-left: 2px solid #bdd300;
  border-top: 2px solid #bdd300;
  top: 0;
  left: 0;
}
.c-sec__block-copy::after {
  border-right: 2px solid #bdd300;
  border-bottom: 2px solid #bdd300;
  bottom: 0;
  right: 0;
}
.c-sec__block-copy p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-sec__block-copy {
    margin: 0 10px;
  }
}

.sec-footer__news {
  margin-top: 80px;
  margin-bottom: 80px;
}
.sec-footer__news h2 {
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec-footer__news h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.sec-footer__news-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-footer__news-list {
    display: block;
  }
}
.sec-footer__news-link {
  width: calc(25% - 18px);
}
.sec-footer__news-link .img {
  margin-bottom: 10px;
}
.sec-footer__news-link .date {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.sec-footer__news-link .text {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec-footer__news-link {
    width: 100%;
    margin-bottom: 24px;
  }
}

.business-wrap-area {
  margin-top: 28px;
}

@media screen and (max-width: 768px) {
  .business-wrap {
    padding: 0 10px;
  }
}
@media screen and (min-width: 769px) {
  .business-wrap:nth-child(odd) .img {
    margin-right: 34px;
  }
}
.business-wrap:nth-child(even) {
  background: #dcf7dc;
}
@media screen and (min-width: 769px) {
  .business-wrap:nth-child(even) .img {
    order: 1;
    margin-left: 34px;
  }
}

.business-block {
  padding: 50px 0;
}
@media screen and (min-width: 769px) {
  .business-block {
    display: flex;
  }
}

.business_link_cont {
  width: calc(100% - 52px - 256px);
}
@media screen and (min-width: 769px) {
  .business_link_cont {
    flex: 1;
  }
}
.business_link_cont .title_area {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .business_link_cont .title_area {
    flex-direction: column-reverse;
    margin-top: 18px;
  }
}
.business_link_cont .title_area h2 {
  font-size: 2.4rem;
  padding-left: 65px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .business_link_cont .title_area h2 {
    margin-bottom: 18px;
  }
}
.business_link_cont .title_area h2 span {
  display: block;
  font-size: 1.4rem;
}
.business_link_cont .title_area h2::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.business_link_cont .title_area h2.icon_01::before {
  background-image: url('../img/top/icon_biz_01.svg');
}
.business_link_cont .title_area h2.icon_02::before {
  background-image: url('../img/top/icon_biz_02.svg');
}
.business_link_cont .title_area h2.icon_03::before {
  background-image: url('../img/top/icon_biz_03.svg');
}
.business_link_cont .title_area h2.icon_04::before {
  background-image: url('../img/top/icon_biz_04.svg');
}
.business_link_cont .title_area .img {
  padding-bottom: 25px;
}
.business_link_cont .txt_area .txt p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
}
.business_link_cont .txt_area .link {
  margin-top: 24px;
  text-align: right;
}
.business_link_cont .txt_area .link a {
  width: 184px;
  display: inline-block;
  text-align: left;
  border-radius: 100px;
  padding: 10px 15px;
  border: 1px solid #cccccc;
  font-size: 1.4rem;
  font-weight: 300;
  position: relative;
  color: #222222;
}
@media screen and (min-width: 769px) {
  .business_link_cont .img {
    width: 430px;
  }
}
@media screen and (min-width: 769px) {
  .business_link_cont .img {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .business_link_cont {
    width: 100%;
  }
}

.post-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .post-list {
    margin: -16px;
  }
}
@media screen and (min-width: 769px) {
  .post-list__item {
    width: 253px;
    margin: 16px;
  }
}
@media screen and (max-width: 768px) {
  .post-list__item {
    width: 100%;
  }
  .post-list__item:not(:first-child) {
    margin-top: 32px;
  }
}
.post-list__thumb {
  width: 100%;
}
.post-list__thumb img {
  width: 100%;
  /* height: auto; */
  height: 150px;
  object-fit: cover;
}
.post-list__meta {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.post-list__category {
  padding-right: 20px;
  margin-right: 14px;
  font-size: 1.4rem;
  border-right: 3px solid #00a73c;
}
.post-list__date {
  font-size: 1.4rem;
}
.post-list__head {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
}

.button {
  width: 180px;
  height: 50px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  display: inline-block;
  position: relative;
  left: 25px;
}
.button span {
  display: block;
  text-align: left;
  width: 100%;
  height: 100%;
  line-height: 48px;
  background: #fff url('../img/common/arrow_01.png') no-repeat right center;
  position: relative;
  z-index: 3;
}
.button:hover {
  opacity: 0.7;
}
.button::before,
.button::after {
  position: absolute;
  content: ' ';
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #222;
  border-radius: 50%;
  top: -1px;
  z-index: 1;
  cursor: pointer;
}
.button::before {
  left: -25px;
}
.button::after {
  right: -25px;
}

#top .mv {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
  /* height: calc(100vh - 100px);
  height: 100vh; */
}
#top .mv video {
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top .mv {
    height: 100%;
  }
}
#top #pickup h1 {
  font-size: 2.8rem;
  position: relative;
  margin-bottom: 26px;
  font-weight: 500;
}
#top #pickup h1::before {
  content: '';
  display: block;
  background: #cccccc;
  width: 15%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 272px;
}
@media screen and (max-width: 768px) {
  #top #pickup h1 {
    font-size: 2rem;
    width: 80%;
    margin: 0 auto 22px;
  }
  #top #pickup h1::before {
    left: 80%;
  }
}
#top #pickup .pickup_area {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
#top #pickup .pickup_area .img {
  padding-bottom: 10px;
}
#top #pickup .pickup_area .days {
  padding-bottom: 10px;
  font-size: 1.4rem;
  text-align: left;
}
#top #pickup .pickup_area .title {
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
}
#top #about.bg-box::after {
  right: unset;
  top: 0;
  left: 15%;
}
#top #group .group_link_area .group_link_list {
  padding-bottom: 40px;
}
#top #group .group_link_area .group_link_list a {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
#top #group .group_link_area .group_link_list a:last-of-type {
  margin-right: 0;
}
#top #group .group_link_area .group_link_list a .txt {
  background: #d5c619;
}
#top #group .group_link_area .group_link_list a .txt p {
  color: #ffffff;
  padding: 17px 23px;
  font-size: 1.6rem;
  font-weight: 300;
}
#top #group .group_link_area .group_link_btn {
  width: 50%;
  margin: 0 auto;
  background: #d5c619;
}
#top #group .group_link_area .group_link_btn a {
  display: block;
}
#top #group .group_link_area .group_link_btn a p {
  color: #ffffff;
  padding: 17px 23px;
  font-size: 1.6rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #top #group .group_link_area .group_link_list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  #top #group .group_link_area .group_link_list a {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  #top #group .group_link_area .group_link_list a:nth-of-type(2n) {
    margin-right: 0;
  }
  #top #group .group_link_area .group_link_list a .txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(213, 198, 25, 0.7);
  }
  #top #group .group_link_area .group_link_list a .txt p {
    padding: 8px 10px;
    font-size: 1.4rem;
  }
  #top #group .group_link_area .group_link_btn {
    padding: 0 10px;
    width: 100%;
  }
}
#top #group.bg-box::after {
  width: 241px;
  height: 241px;
  right: unset;
  top: 0;
  left: 15%;
}
#top #business .business_link_btn {
  width: 256px;
  margin-right: 52px;
}
#top #business .business_link_btn p {
  border: 2px solid #00a73c;
  padding: 24px 0 24px 62px;
  padding: 12px 0 12px 62px;
  margin-bottom: 10px;
  position: relative;
}
#top #business .business_link_btn p.mini_padding {
  padding: 9px 0 8px 62px;
  line-height: calc(20 / 18);
}
#top #business .business_link_btn p::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#top #business .business_link_btn p.icon_01::before {
  background-image: url('../img/top/icon_biz_01.svg');
}
#top #business .business_link_btn p.icon_02::before {
  background-image: url('../img/top/icon_biz_02.svg');
}
#top #business .business_link_btn p.icon_03::before {
  background-image: url('../img/top/icon_biz_03.svg');
}
#top #business .business_link_btn p.icon_04::before {
  background-image: url('../img/top/icon_biz_04.svg');
}
@media screen and (max-width: 768px) {
  #top #business .business_link_btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-bottom: 28.5px;
  }
  #top #business .business_link_btn p {
    /* width: 50%;*/
    width: 100%;
    /* padding: 12px 0 12px 32px; */
    padding: 12px 0 12px 42px;
    margin-bottom: -2px;
    font-size: 1.4rem;
  }
  #top #business .business_link_btn p.mini_padding {
    padding-left: 42px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 28px;
  }
  #top #business .business_link_btn p::before {
    width: 24px;
    height: 24px;
    /* left: 4px; */
    left: 8px;
  }
  #top #business .business_link_btn p:nth-of-type(2n) {
    /* margin-left: -2px; */
  }
}
#top #business .business_link_cont {
  display: none;
  width: calc(100% - 52px - 256px);
}
#top #business .business_link_cont.active {
  display: block;
}
#top #business .business_link_cont .title_area {
  display: flex;
  flex-direction: column;
}
#top #business .business_link_cont .title_area h2 {
  font-size: 2.4rem;
  padding-left: 65px;
  margin-bottom: 20px;
  position: relative;
}
#top #business .business_link_cont .title_area h2 span {
  display: block;
  font-size: 1.4rem;
}
#top #business .business_link_cont .title_area h2::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#top #business .business_link_cont .title_area h2.icon_01::before {
  background-image: url('../img/top/icon_biz_01.svg');
}
#top #business .business_link_cont .title_area h2.icon_02::before {
  background-image: url('../img/top/icon_biz_02.svg');
}
#top #business .business_link_cont .title_area h2.icon_03::before {
  background-image: url('../img/top/icon_biz_03.svg');
}
#top #business .business_link_cont .title_area h2.icon_04::before {
  background-image: url('../img/top/icon_biz_04.svg');
}
#top #business .business_link_cont .title_area .img {
  padding-bottom: 25px;
  width: 100%;
}
#top #business .business_link_cont .txt_area .txt {
  padding-right: 25px;
}
#top #business .business_link_cont .txt_area .txt p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
}
#top #business .business_link_cont .txt_area .link a {
  width: 137px;
  display: block;
  background: #00a73c;
  border-radius: 12px;
  padding: 35px 0 55px;
}
#top #business .business_link_cont .txt_area .link a p {
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top #business .business_link_cont {
    width: 100%;
    border-bottom: 4px solid #00a73c;
  }
  #top #business .business_link_cont .title_area {
    flex-direction: column-reverse;
  }
  #top #business .business_link_cont .title_area h2 {
    margin-bottom: 18px;
  }
  #top #business .business_link_cont .title_area .img {
    padding-bottom: 18px;
  }
  #top #business .business_link_cont .txt_area .txt {
    padding-right: 0;
    margin-bottom: 20px;
  }
  #top #business .business_link_cont .txt_area .link {
    margin-bottom: 30px;
  }
  #top #business .business_link_cont .txt_area .link a {
    width: 50%;
    margin-left: auto;
    display: block;
    background: #ffffff;
    border: 1px solid #888888;
    border-radius: 25px;
    padding: 13px 40px 13px 20px;
    position: relative;
  }
  #top #business .business_link_cont .txt_area .link a p {
    color: #222222;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 300;
    position: relative;
  }
  #top #business .business_link_cont .txt_area .link a p::before,
  #top #business .business_link_cont .txt_area .link a p::after {
    content: none;
  }
  #top #business .business_link_cont .txt_area .link a::before,
  #top #business .business_link_cont .txt_area .link a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }
  #top #business .business_link_cont .txt_area .link a::before {
    width: 28px;
    height: 1px;
    background: #222222;
  }
  #top #business .business_link_cont .txt_area .link a::after {
    top: calc(50% - 4px);
    right: 13px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    transform: rotate(45deg);
  }
}
#top #business.bg-box::after {
  top: 5%;
  width: 231px;
  height: 231px;
}
#top #topics .topics_area {
  margin-bottom: 60px;
}
#top #topics .topics_area .topics_list {
  margin-right: 31.5px;
}
#top #topics .topics_area .topics_list h3 {
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 20px;
  font-weight: 400;
}
#top #topics .topics_area .topics_list:last-of-type {
  margin-right: 0;
}
#top #topics .topics_area .topics_list ul {
  border-top: 1px solid #cccccc;
  margin-bottom: 45px;
}
#top #topics .topics_area .topics_list ul li {
  padding: 21px 0;
  border-bottom: 1px solid #cccccc;
  font-size: 1.4rem;
  line-height: 2;
}
#top #topics .topics_area .topics_list ul li .icon_cat {
  margin-left: 14px;
  padding: 4px 10px;
  border: 1px solid #cccccc;
  font-size: 1.2rem;
}
#top #topics .topics_area .topics_list .link_topics {
  position: relative;
  text-align: center;
}
#top #topics .topics_area .topics_list .link_topics span {
  border-bottom: 1px solid #222222;
  font-size: 1.2rem;
  position: relative;
}
#top #topics .topics_area .topics_list .link_topics span::before,
#top #topics .topics_area .topics_list .link_topics span::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% + 30px);
}
#top #topics .topics_area .topics_list .link_topics span::before {
  width: 28px;
  height: 1px;
  background: #222222;
}
#top #topics .topics_area .topics_list .link_topics span::after {
  top: calc(50% - 3px);
  left: calc(100% + 52px);
  width: 7px;
  height: 7px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #top #topics .topics_area .topics_list {
    margin-right: 0;
    margin-bottom: 60px;
  }
  #top #topics .topics_area .topics_list ul {
    margin-bottom: 30px;
  }
}
#top #topics .topics_bnr a {
  margin-right: 26px;
}
#top #topics .topics_bnr a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #top #topics .topics_bnr {
    display: flex;
    flex-wrap: wrap;
  }
  #top #topics .topics_bnr a {
    width: calc(50% - 7.5px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #top #topics .topics_bnr a:nth-of-type(2n) {
    margin-right: 0;
  }
}
#top #topics.bg-box::after {
  top: 0;
  left: 15%;
  width: 304px;
  height: 304px;
}
#top .recruit_area {
  padding: 0 0 178px;
}
#top .recruit_area a {
  position: relative;
  display: block;
}
#top .recruit_area a h4 {
  background: #63c4a6;
  width: 263px;
  height: 263px;
  position: absolute;
  top: -40px;
  left: 12%;
  z-index: 1;
}
#top .recruit_area a h4 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
  font-weight: 500;
  color: #ffffff;
}
#top .recruit_area a .img {
  width: 80%;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  #top .recruit_area {
    padding-bottom: 120px;
  }
  #top .recruit_area a {
    display: flex;
  }
  #top .recruit_area a h4 {
    width: 30%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #top .recruit_area {
    padding-bottom: 0;
  }
  #top .recruit_area a h4 {
    width: 40%;
  }
  #top .recruit_area a h4 span {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

#about__top .about_link_area .about_link_list .about_link.recruit_link {
  width: calc(100% - 33%);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #about__top .about_link_area .about_link_list .about_link.recruit_link {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#about__top .about_link_area .recruit_area {
  width: 33%;
  margin-left: 10px;
}
#about__top .about_link_area .recruit_area a {
  height: auto;
  overflow: hidden;
  margin-right: 0;
}
#about__top .about_link_area .recruit_area a:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #about__top .about_link_area .recruit_area {
    width: 100%;
    margin-left: 0;
    display: flex;
  }
  #about__top .about_link_area .recruit_area a {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 0;
  }
  #about__top .about_link_area .recruit_area a:last-of-type {
    margin-right: 0;
  }
  #about__top .about_link_area .recruit_area a .txt p {
    padding: 1px 10px;
  }
}
#about__top .bg-box::after {
  top: 0px;
  right: 10%;
}
#about__top .bg-box:nth-of-type(2)::after {
  width: 213px;
  height: 213px;
  top: unset;
  bottom: 40px;
  left: 10%;
}

.sec-company .dl-table {
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .sec-company .dl-table {
    margin-left: 30px;
  }
}
.sec-company .dl-table dl {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .sec-company .dl-table dl {
    display: flex;
  }
}
.sec-company .dl-table dt {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .sec-company .dl-table dt {
    width: 178px;
    padding-right: 20px;
  }
}
.sec-company .dl-table dd {
  flex: 1;
}
.sec-company .dl-table a:not(.email) {
  color: #3b993a;
  text-decoration: none;
}
.sec-company .dl-table a:not(.email)::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(../img/common/link_ext_green.svg) left top/contain no-repeat;
  margin-left: 4px;
}
.sec-company .dl-table a.email {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .sec-company .img-wrap {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .sec-company .img-wrap .img:first-child {
    width: 409px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec-company .img-wrap .img:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec-company .img-wrap .img:nth-child(2) {
    margin-top: 18px;
  }
}
.sec-company .img-wrap .img img {
  width: 100%;
  height: auto;
}
.sec-company .map {
  margin-top: 20px;
}
.sec-company .map iframe {
  width: 100%;
  height: 340px;
}

.sec-history .dl-table dl {
  font-size: 1.4rem;
  line-height: 2;
  border-top: 1px solid #d5d5d5;
  padding: 10px 32px;
}
@media screen and (min-width: 769px) {
  .sec-history .dl-table dl {
    display: flex;
  }
}
.sec-history .dl-table dt {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .sec-history .dl-table dt {
    width: 178px;
    padding-right: 20px;
  }
}
.sec-history .dl-table dd {
  flex: 1;
}

#about__health .main-wrap p {
  margin-top: 20px;
}
#about__health .main-wrap p:first-child {
  margin-top: 0;
}
#about__health .main-wrap dt,
#about__health .main-wrap h3 {
  color: #00a73c;
  font-size: 2rem;
  margin-bottom: 10px;
  margin-top: 30px;
}
#about__health .main-wrap dt:first-child {
  margin-top: 0;
}
#about__health .main-wrap dd {
  line-height: 2;
  font-size: 1.4rem;
}
#about__health .main-wrap dd::before {
  content: '・';
  color: #00a73c;
}
#about__health .main-wrap ol {
  margin-top: 30px;
  box-sizing: border-box;
  background: #fffbe6;
  padding: 35px 40px;
}
@media screen and (max-width: 768px) {
  #about__health .main-wrap ol {
    padding: 20px;
  }
}
#about__health .main-wrap ol li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
#about__health .main-wrap ol li:nth-child(1) {
  background: url(../img/about/health/num_01.png) no-repeat left center;
}
#about__health .main-wrap ol li:nth-child(2) {
  background: url(../img/about/health/num_02.png) no-repeat left center;
}
#about__health .main-wrap ol li:nth-child(3) {
  background: url(../img/about/health/num_03.png) no-repeat left center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #about__health .main-wrap ol li {
    display: block;
  }
  #about__health .main-wrap ol li:nth-child(1),
  #about__health .main-wrap ol li:nth-child(2),
  #about__health .main-wrap ol li:nth-child(3) {
    background: none;
  }
  #about__health .main-wrap ol li:nth-child(1) h3 {
    background: url(../img/about/health/num_01.png) no-repeat left center;
    background-size: 32px;
  }
  #about__health .main-wrap ol li:nth-child(2) h3 {
    background: url(../img/about/health/num_02.png) no-repeat left center;
    background-size: 32px;
  }
  #about__health .main-wrap ol li:nth-child(3) h3 {
    background: url(../img/about/health/num_03.png) no-repeat left center;
    background-size: 32px;
    margin-bottom: 0;
  }
}
#about__health .main-wrap ol h3 {
  margin: 0;
  width: 320px;
  padding-left: 74px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #about__health .main-wrap ol h3 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 42px;
    word-break: break-all;
  }
}
#about__health .main-wrap ol p {
  width: calc(100% - 320px);
  margin: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #about__health .main-wrap ol p {
    width: 100%;
  }
}
#about__health .main-wrap .column-2__title {
  width: 360px;
}
#about__health .main-wrap .sec-sdgs .column-2__body {
  max-width: none;
}
#about__health .main-wrap .img img {
  max-width: 403px;
}
#about__health .main-wrap .title-left-bar {
  margin-top: 20px;
}
#about__health .main-wrap .title-left-bar span {
  font-size: 2.4rem;
}
#about__health .main-wrap .col-2 {
  display: flex;
  flex-wrap: wrap;
}
#about__health .main-wrap .col-2 > * {
  box-sizing: border-box;
  width: 50%;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  #about__health .main-wrap .col-2 > * {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }
  #about__health .main-wrap .col-2 > *:first-child {
    margin-top: 0;
  }
}
#about__health .main-wrap .col-2 h3 {
  margin-bottom: 0;
}
#about__health .main-wrap .col-2 h3:first-child {
  margin-top: 0;
}
#about__health .main-wrap .col-2 p {
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 20px;
}
#about__health .main-wrap .mt30 {
  margin-top: 30px;
}

#about__message .main-image {
  width: 100%;
  margin-bottom: 67px;
}
#about__message .message {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #about__message .message {
    padding: 0 11px;
  }
}
#about__message .message-title {
  margin-bottom: 80px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #about__message .message-title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  #about__message .message-title {
    font-size: 2.6rem;
  }
}
#about__message .message-text {
  margin-bottom: 80px;
  font-size: 1.4rem;
}
#about__message .message-top {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about__message .message-top {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #about__message .message-top {
    width: 728px;
    margin: 0 auto;
  }
}
#about__message .message-top-cover {
  margin-bottom: 42px;
}
#about__message .message-top-post {
  font-size: 1.4rem;
}
#about__message .message-top-name {
  font-size: 2rem;
  font-weight: 500;
}
#about__message .max-width {
  max-width: 100%;
  height: auto;
}

#about__mission .main-image {
  max-width: 1108px;
}
@media screen and (max-width: 768px) {
  #about__mission .main-image {
    margin-bottom: 47px;
  }
  #about__mission .main-image img {
    width: 100%;
    height: 193px;
    object-fit: cover;
    object-position: 20% 50%;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .main-image {
    margin-bottom: 62px;
  }
}
@media screen and (max-width: 768px) {
  #about__mission .main-lead {
    margin-bottom: 30px;
    line-height: calc(24 / 16);
  }
}
@media screen and (min-width: 769px) {
  #about__mission .main-lead {
    margin-bottom: 50px;
  }
}
#about__mission .mainFigure {
  max-width: 918px;
}
@media screen and (max-width: 768px) {
  #about__mission .mainFigure {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .mainFigure {
    margin: 0 auto 80px;
  }
}
#about__mission .mainFigure-top {
  position: relative;
  margin-bottom: 72px;
  text-align: center;
  font-size: 2.8rem;
  border: 4px solid #00a73c;
}
@media screen and (max-width: 768px) {
  #about__mission .mainFigure-top {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#about__mission .mainFigure-top-header {
  padding: 6px 10px;
  background: #fffbe6;
}
#about__mission .mainFigure-top-header .primary {
  line-height: 1.3;
  font-weight: 500;
  color: #00a73c;
}
@media screen and (max-width: 768px) {
  #about__mission .mainFigure-top-header .primary {
    margin-bottom: 10px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .mainFigure-top-header .primary {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  #about__mission .mainFigure-top-header .secondry {
    font-size: 2rem;
    line-height: calc(30 / 20);
  }
}
#about__mission .mainFigure-top-body {
  padding: 6px 10px 16px;
  color: #ff7600;
  font-weight: 700;
  line-height: calc(42 / 28);
}
#about__mission .mainFigure-top-body-text {
  line-height: calc(42 / 28);
}
@media screen and (max-width: 768px) {
  #about__mission .mainFigure-top-body-text {
    font-size: 1.9rem;
  }
}
#about__mission .mainFigure-top::before,
#about__mission .mainFigure-top::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 32px 16px 0 16px;
}
#about__mission .mainFigure-top::before {
  bottom: -26px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
#about__mission .mainFigure-top::after {
  bottom: -34px;
  border-color: #00a73c transparent transparent transparent;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #about__mission .mainFigure-lists {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
  }
}
#about__mission .mainFigure-lists li {
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background: #00a73c;
}
@media screen and (max-width: 768px) {
  #about__mission .mainFigure-lists li {
    width: 67%;
    margin: 0 auto 15px;
    padding: 22px 4px;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .mainFigure-lists li {
    width: calc((100% - 48px) / 3);
    padding: 32px 4px;
  }
}
#about__mission .mainFigure-lists .num {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #bdd300;
}
@media screen and (max-width: 768px) {
  #about__mission .mainFigure-lists .num {
    width: 78px;
    height: 78px;
    margin: 0 auto 20px;
    font-size: 3.3rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .mainFigure-lists .num {
    width: 112px;
    height: 112px;
    margin: 0 auto 32px;
    font-size: 4.8rem;
  }
}
#about__mission .mainFigure-lists .title {
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #about__mission .mainFigure-lists .title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .mainFigure-lists .title {
    font-size: 2rem;
  }
}
#about__mission .mainFigure-lists .fs-sm {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #about__mission .mainFigure-lists .fs-sm {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .mainFigure-lists .fs-sm {
    font-size: 1.6rem;
  }
}
#about__mission .mainFigure-lists .declarate {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #about__mission .mainFigure-lists .declarate {
    margin-top: 20px;
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .mainFigure-lists .declarate {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .mainFigure-lists .declarate.declarate01 {
    margin-top: 69px;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .mainFigure-lists .declarate.declarate03 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #about__mission .mainFigure-lists .declarate.declarate02 {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .mainFigure-lists .declarate.declarate02 {
    margin-top: 38px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  #about__mission .mainFigure-caption {
    line-height: calc(24 / 16);
  }
}
@media screen and (min-width: 769px) {
  #about__mission .mainFigure-caption {
    line-height: calc(32 / 16);
  }
}
@media screen and (max-width: 768px) {
  #about__mission .details-li {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-li {
    display: flex;
    margin-bottom: 80px;
  }
}
#about__mission .details-li:last-child {
  margin-bottom: 20px;
}
#about__mission .details-heading {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #about__mission .details-heading {
    padding-bottom: 26px;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-heading {
    width: 284px;
  }
}
#about__mission .details-heading .title-en {
  font-size: 2rem;
  color: #00a73c;
}
#about__mission .details-heading .title {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #about__mission .details-heading .title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-heading .title {
    font-size: 2.4rem;
  }
}
#about__mission .details-heading .fs-sm {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  #about__mission .details-body {
    width: calc(100% - 284px);
  }
}
#about__mission .details-body .title {
  line-height: calc(42 / 28);
}
@media screen and (max-width: 768px) {
  #about__mission .details-body .title {
    margin-bottom: 20px;
    padding-top: 30px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-body .title {
    height: auto;
    margin-bottom: 30px;
    padding: 35px;
    font-size: 2.8rem;
  }
}
#about__mission .details-misson {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #about__mission .details-misson .txt {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-misson .txt {
    margin-bottom: 40px;
  }
}
#about__mission .details-misson .fs-sm {
  font-size: 1.2rem;
}
#about__mission .details-vision .vision-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #about__mission .details-vision .vision-list li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-vision .vision-list li {
    margin-bottom: 20px;
  }
}
#about__mission .details-vision .vision-list-title {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #about__mission .details-vision .vision-list-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-vision .vision-list-title {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
#about__mission .details-vision .vision-list-text {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #about__mission .details-vision .vision-list-text {
    font-size: 1.4rem;
  }
}
#about__mission .details-vision .vision-box {
  position: relative;
  background: #fffbe6;
}
@media screen and (max-width: 768px) {
  #about__mission .details-vision .vision-box {
    padding: 60px 10px 5px 30px;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-vision .vision-box {
    padding: 77px 40px 5px;
  }
}
#about__mission .details-vision .vision-box-title {
  position: absolute;
  top: 17px;
  left: 0;
  padding: 2px 44px 2px 26px;
  font-weight: 700;
  color: #fff;
  background: #00a73c;
}
@media screen and (max-width: 768px) {
  #about__mission .details-vision .vision-box-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-vision .vision-box-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #about__mission .details-vision .vision-box-list li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-vision .vision-box-list li {
    margin-bottom: 20px;
  }
}
#about__mission .details-vision .vision-box-list-title {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #about__mission .details-vision .vision-box-list-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-vision .vision-box-list-title {
    margin-bottom: 5px;
    font-size: 2rem;
  }
}
#about__mission .details-vision .vision-box-list-text {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #about__mission .details-vision .vision-box-list-text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-vision .vision-box-list-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #about__mission .details-value-grid .img1,
  #about__mission .details-value-grid .img2,
  #about__mission .details-value-grid .img3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-value-grid {
    display: grid;
    grid-template-rows: 29% 29% 29%;
    grid-template-columns: 43% 1fr 43%;
    grid-template-areas: 'img1 content1 content1' 'content2 content2 img2' 'img3 content3 content3';
    gap: 50px 36px;
    margin-top: 40px;
  }
  #about__mission .details-value-grid .img1 {
    grid-area: img1;
  }
  #about__mission .details-value-grid .content1 {
    grid-area: content1;
  }
  #about__mission .details-value-grid .img2 {
    grid-area: img2;
  }
  #about__mission .details-value-grid .content2 {
    grid-area: content2;
  }
  #about__mission .details-value-grid .img3 {
    grid-area: img3;
  }
  #about__mission .details-value-grid .content3 {
    grid-area: content3;
  }
}
#about__mission .details-value-grid-title {
  line-height: 1;
  font-size: 4.8rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #about__mission .details-value-grid-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-value-grid-title {
    margin-bottom: 35px;
  }
}
#about__mission .details-value-grid-subTitle {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #about__mission .details-value-grid-subTitle {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-value-grid-subTitle {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #about__mission .details-value-grid-text {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
#about__mission .details-way-list li {
  position: relative;
}
@media screen and (max-width: 768px) {
  #about__mission .details-way-list li {
    margin-bottom: 16px;
    padding-left: 75px;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-way-list li {
    margin-bottom: 10px;
    padding: 20px 0 20px 142px;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-way-list li:nth-child(even) {
    margin-left: 18%;
  }
}
#about__mission .details-way-list li::after {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #about__mission .details-way-list li::after {
    width: 65px;
    height: 65px;
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-way-list li::after {
    width: 112px;
    height: 112px;
    font-size: 4.8rem;
  }
}
#about__mission .details-way-list li:nth-child(odd)::after {
  background: #bdd300;
}
#about__mission .details-way-list li:nth-child(even)::after {
  background: #d5c619;
}
#about__mission .details-way-list li.num1::after {
  content: '1';
}
#about__mission .details-way-list li.num2::after {
  content: '2';
}
#about__mission .details-way-list li.num3::after {
  content: '3';
}
#about__mission .details-way-list li.num4::after {
  content: '4';
}
#about__mission .details-way-list li.num5::after {
  content: '5';
}
#about__mission .details-way-list li.num6::after {
  content: '6';
}
#about__mission .details-way-list li.num7::after {
  content: '7';
}
#about__mission .details-way-list-title {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #about__mission .details-way-list-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-way-list-title {
    margin-bottom: 5px;
    font-size: 2rem;
  }
}
#about__mission .details-way-list-text {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #about__mission .details-way-list-text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-way-list-text {
    font-size: 1.6rem;
  }
}
#about__mission .details-plan-lead {
  margin-bottom: 50px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #about__mission .details-plan-lead {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-plan-lead {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #about__mission .details-plan-box {
    margin-bottom: 30px;
  }
  #about__mission .details-plan-box-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
  }
  #about__mission .details-plan-box-text {
    font-size: 1.4rem;
  }
  #about__mission .details-plan-box-text .sp-inline {
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-plan-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 46px;
    padding: 20px 10px 20px 20px;
    background: #f7f7f7;
  }
  #about__mission .details-plan-box-title {
    width: 100px;
    padding: 6px 0 6px 10px;
    font-size: 2rem;
    font-weight: 700;
    border-left: 10px solid #00a73c;
  }
  #about__mission .details-plan-box-text {
    width: calc(100% - 120px);
  }
  #about__mission .details-plan-box-text p {
    padding-left: 2em;
    font-size: 1.5rem;
    background: url(../img/about/mission/icon_check_bk.svg) no-repeat left
      center;
  }
  #about__mission .details-plan-box-text p + p {
    margin-top: 14px;
  }
  #about__mission .details-plan-box-text .sp-inline {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #about__mission .details-plan-column li {
    margin-bottom: 30px;
  }
  #about__mission .details-plan-column-lead {
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: calc(30 / 20);
    font-size: 2rem;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
  }
  #about__mission .details-plan-column-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
  }
  #about__mission .details-plan-column-text {
    font-size: 1.4rem;
  }
  #about__mission .details-plan-column-text .sp-inline {
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-plan-column {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  #about__mission .details-plan-column li {
    width: calc((100% - 12px) / 2);
    background: #dcf7dc;
  }
  #about__mission .details-plan-column-title {
    padding: 3px 0;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    background: #00a73c;
    letter-spacing: -0.05em;
  }
  #about__mission .details-plan-column-text {
    padding: 20px 28px;
    font-size: 1.4rem;
    font-weight: 300;
  }
  #about__mission .details-plan-column-text .mt {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  #about__mission .details-plan-table {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #about__mission .details-plan-table {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #about__mission .details-plan-table li {
    width: calc((100% - 12px) / 2);
    margin-bottom: 20px;
    text-align: center;
  }
  #about__mission .details-plan-table-title {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #bdd300;
  }
  #about__mission .details-plan-table-text {
    margin-top: 20px;
    font-size: 3.2rem;
    font-weight: 500;
    color: #00a73c;
    line-height: 1;
  }
  #about__mission .details-plan-table-text .fs-sm {
    font-size: 2rem;
  }
  #about__mission .details-plan-table-text .fs-md {
    font-size: 2.8rem;
  }
  #about__mission .details-plan-table img {
    min-width: 60px;
    min-height: 60px;
  }
}

#about__sdgs .column-2__title {
  max-width: 386px;
}
#about__sdgs .column-2__title .bg-box {
  position: relative;
  overflow: inherit;
}
@media screen and (min-width: 769px) {
  #about__sdgs .column-2__title .bg-box {
    padding: 30px 0 0 15px;
  }
  #about__sdgs .column-2__title .bg-box::after {
    width: 158px;
    height: 158px;
    top: 0;
    left: 0;
    right: auto;
  }
}
#about__sdgs .column-2__title .title--sdgs {
  position: relative;
  font-weight: normal;
}
#about__sdgs .column-2__title .title--sdgs span {
  display: block;
}
#about__sdgs .column-2__title .title--sdgs span:nth-child(1) {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 500;
  color: #00a73c;
}
#about__sdgs .column-2__title .title--sdgs span:nth-child(2) {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
}
#about__sdgs .column-2__title .title--sdgs span.sub {
  font-size: 1.4rem;
  font-weight: bold;
}
#about__sdgs .column-2__title .logo {
  max-width: 206px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #about__sdgs .column-2__title .logo {
    margin-top: 13px;
  }
}
#about__sdgs .sdgs-company-item {
  padding: 14px;
  display: flex;
  border: 2px solid #ebebeb;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #about__sdgs .sdgs-company-item {
    flex-wrap: wrap;
  }
}
#about__sdgs .sdgs-company-item:nth-child(n + 2) {
  margin-top: 20px;
}
#about__sdgs .sdgs-icon {
  width: 100px;
  margin-right: 38px;
}
@media screen and (max-width: 768px) {
  #about__sdgs .sdgs-icon {
    margin-right: 10px;
  }
}
#about__sdgs .sdgs-icon img {
  width: 100%;
  height: auto;
}
#about__sdgs .sdgs-desc {
  flex: 1;
}
#about__sdgs .sdgs-desc p {
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  #about__sdgs .sdgs-work {
    max-width: 210px;
    margin-left: 53px;
  }
}
@media screen and (max-width: 768px) {
  #about__sdgs .sdgs-work {
    width: 100%;
    margin-top: 10px;
  }
}
#about__sdgs .sdgs-work__head {
  font-size: 1.4rem;
  background: #3e3e3e;
  padding: 2px 10px;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #about__sdgs .sdgs-work__head {
    font-size: 1rem;
    text-align: center;
    padding: 4px 10px;
  }
}
#about__sdgs .sdgs-work__item {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #about__sdgs .sdgs-work__item {
    text-align: center;
  }
}
#about__sdgs .sec-sdgs-company {
  position: relative;
  margin-top: 0;
}
#about__sdgs .sec-sdgs-company + .sec-sdgs-company {
  padding-top: 74px;
  margin-top: 60px;
}
#about__sdgs .sec-sdgs-company + .sec-sdgs-company:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 14px;
  background: repeating-linear-gradient(
    -65deg,
    #d5d5d5,
    #d5d5d5 1px,
    #fff 1px,
    #fff 10px
  );
}

.sec-sdgs {
  margin-bottom: 80px;
}
.sec-sdgs__title {
  margin: 45px auto 80px;
}
.sec-sdgs__title .title-img {
  max-width: 457px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .sec-sdgs__title {
    margin: 40px auto;
    padding: 0 10px;
  }
}
.sec-sdgs.l-sec__column-2 {
  margin-top: 0;
}
.sec-sdgs .column-2__body {
  max-width: 633px;
}
.sec-sdgs__inner {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.sec-sdgs__inner:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec-sdgs__inner {
    display: block;
  }
}
.sec-sdgs__inner .title-block {
  flex: 1;
}
.sec-sdgs__inner .title-block .title-left-bar {
  margin-bottom: 20px;
}
.sec-sdgs__inner .title-block .title-left-bar span {
  font-size: 2.8rem;
  font-weight: 500;
}
.sec-sdgs__inner .title-block .sub-title {
  font-weight: 700;
  margin-bottom: 20px;
}
.sec-sdgs__inner .title-block .sdgs-task {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec-sdgs__inner .title-block .title-left-bar span {
    font-size: 2rem;
  }
  .sec-sdgs__inner .title-block .sdgs-task {
    margin-bottom: 20px;
  }
}
.sec-sdgs__inner .img-block {
  max-width: 338px;
}
.sec-sdgs__point {
  padding: 20px 35px;
  margin-top: 20px;
  background: #fafafa;
}
.sec-sdgs__point-inner {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.sec-sdgs__point-inner span {
  display: block;
  color: #00a73c;
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 24px;
}

.bg-gray {
  background: #fafafa;
  position: relative;
  z-index: 0;
}

.sec-story {
  margin: 60px 0;
}
.sec-story__elem {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec-story__elem {
    padding: 30px 0;
  }
}
.sec-story__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sec-story__title h2 {
  font-weight: 500;
}
.sec-story__title h2.bg-box::after {
  width: 239px;
  height: 239px;
  top: 0;
  left: -100px;
}
.sec-story__title h2 p {
  font-size: 2.8rem;
  color: #bdd300;
  position: relative;
}
.sec-story__title h2 p span {
  padding-right: 68px;
  display: inline-block;
  position: relative;
  color: #bdd300;
  font-size: 3.2rem;
  z-index: 2;
}
.sec-story__title h2 p span::before {
  content: '01';
  width: 62px;
  height: 62px;
  line-height: 62px;
  display: block;
  background: #bdd300;
  border-radius: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  color: #ffffff;
  text-align: center;
}
.sec-story__title h2 p span.num_02::before {
  content: '02';
}
.sec-story__title h2 p span.num_03::before {
  content: '03';
}
.sec-story__title .img {
  max-width: 445px;
}
.sec-story__title.reverse {
  flex-direction: row-reverse;
}
.sec-story__title.reverse h2.bg-box::after {
  top: 0;
  left: calc(100% - 139px);
}
@media screen and (max-width: 768px) {
  .sec-story__title {
    display: block;
    margin-bottom: 20px;
  }
  .sec-story__title h2 {
    padding-bottom: 20px;
    font-size: 2.4rem;
  }
  .sec-story__title h2 p span {
    padding-right: 42px;
    font-size: 2rem;
  }
  .sec-story__title h2 p span::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sec-story__title .img {
    max-width: 100%;
  }
}
.sec-story__body .reverse {
  flex-direction: row-reverse;
}
.sec-story__body .img-area .img {
  max-width: 253px;
  max-height: 253px;
}
.sec-story__body .img-area .txt p {
  margin-top: 12px;
  font-size: 1.4rem;
  text-align: center;
}
.sec-story__body .img-area .txt p span {
  padding: 5px 54px;
  background: #222222;
  color: #ffffff;
}
.sec-story__body p {
  flex: 1;
  max-width: 630px;
}
/* .sec-story__body .right__padding {
  padding-right: 34px;
} */
.sec-story__body p.exp {
  margin-top: 40px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-story__body .img-area .img {
    margin: 0 auto;
  }
  .sec-story__body .img-area .txt {
    margin-bottom: 20px;
  }
  .sec-story__body p {
    max-width: 100%;
  }
  .sec-story__body p.exp {
    margin-top: 40px;
    max-width: 100%;
  }
}
.sec-story__group {
  margin: 100px 0 70px;
}
.sec-story__group .bg-line {
  box-shadow: 0 0 0 1px #00a73c, 0 0 0 9px #ffffff, 0 0 0 10px #00a73c;
  padding: 60px 80px;
}
.sec-story__group .main-img {
  max-width: 228px;
  padding: 30px 0;
  margin: 0 auto;
}
.sec-story__group .txt {
  margin-bottom: 50px;
}
.sec-story__group .txt h2 {
  text-align: center;
  margin-bottom: 38px;
}
.sec-story__group .txt h2 span {
  display: block;
  background: #dcf7dc;
  color: #00a73c;
  border: 3px solid #00a73c;
  padding: 8px 0;
}
.sec-story__group .txt p {
  font-weight: 300;
  font-size: 1.4rem;
}
.sec-story__group .logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sec-story__group .logo .img {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .sec-story__group {
    margin: 80px 10px 40px;
  }
  .sec-story__group .bg-line {
    padding: 20px 10px;
  }
  .sec-story__group .txt p {
    font-size: 1.6rem;
  }
  .sec-story__group .logo .img {
    width: 50%;
  }
}

.contact__element {
  padding: 0 10px;
  max-width: 900px;
  margin: 0 auto 10px;
  display: flex;
}
.contact__element:first-child {
  margin-bottom: 34px;
}
.contact__element:nth-child(9) {
  margin: 70px auto 20px;
}
.contact__label {
  float: left;
  margin-right: 10px;
  padding-bottom: 10px;
}
.contact__error {
  float: left;
  color: #f00;
  font-size: 1.4rem;
  padding-bottom: 10px;
}
.contact__required {
  display: block;
  width: 45px;
  height: 18px;
  position: relative;
  top: 3px;
  line-height: 18px;
  text-align: center;
  background: #00a73c;
  border-radius: 4px;
  color: #fff;
  font-size: 1.3rem;
}
.contact__required--optional {
  background: #bebcbc;
}
.contact__body {
  margin-left: 15px;
  width: calc(100% - 45px - 15px);
}
.contact__input {
  clear: both;
  display: block;
  margin-top: 10px;
  width: 100%;
  border: 1px solid #00a73c;
  padding: 16px;
  font-size: 1.2rem;
}
.contact__input:focus {
  outline: 1px solid #00a73c;
}
.contact__select {
  clear: both;
  background: url(../img/contact/bg_select_01.png) no-repeat top 50% right 20px;
}
.contact select {
  -webkit-appearance: none;
  appearance: none;
}
.contact select::-ms-expand {
  display: none;
}
.contact textarea {
  height: 240px;
  line-height: 1.5;
}
.contact input[type='checkbox'] {
  margin-right: 10px;
}
.contact__button {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-radius: 4px;
  background: #222;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  margin-right: 8px;
}
.contact__button--back {
  background: #888888;
}
.contact__button:last-child {
  margin-right: 0;
}
.contact__button:hover {
  opacity: 0.7;
}
.contact p {
  margin-bottom: 22px;
}
.contact p:last-child {
  margin-bottom: 0;
}
.contact > p {
  line-height: 2;
  margin-bottom: 60px;
}

.contact__confirm,
.contact__lead {
  padding: 0 10px;
  max-width: 900px;
  margin: 0 auto;
}
.contact__confirm {
  display: flex;
  flex-wrap: wrap;
}
.contact__confirm dt,
.contact__confirm dd {
  margin-bottom: 20px;
  line-height: 2;
}
.contact__confirm dt {
  width: 178px;
}
.contact__confirm dd {
  width: calc(100% - 178px);
}

.contact-thanks {
  max-width: 700px;
  padding: 45px 10px 80px;
  margin: 0 auto;
}
.contact-thanks p {
  line-height: 2;
  margin-bottom: 30px;
}
.contact-thanks p + div {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 60px;
}
.contact-thanks img {
  padding-right: 6px;
  vertical-align: bottom;
}

.sec-group {
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .sec-group {
    padding: 0 0 60px;
  }
}
.sec-group__copy {
  padding-top: 77px;
}
.sec-group__copy .l-flex {
  justify-content: center;
  align-items: center;
}
.sec-group__copy .l-flex .img {
  width: 372px;
  padding-right: 20px;
}
.sec-group__copy .l-flex .copy p {
  font-size: 2rem;
  line-height: 3;
  font-weight: bold;
}
.sec-group__copy .l-flex .copy p span {
  border-bottom: 2px dashed #00a73c;
}
@media screen and (max-width: 768px) {
  .sec-group__copy {
    padding-top: 40px;
  }
  .sec-group__copy .l-flex .img {
    width: 60%;
    padding-right: 0;
    margin: 0 auto;
  }
  .sec-group__copy .l-flex .copy {
    padding: 20px 10px;
  }
  .sec-group__copy .l-flex .copy p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.sec-group .img-area {
  position: relative;
}
.sec-group .img-area img {
  width: 100%;
}
.sec-group .img-area h2 {
  color: #00a73c;
  position: absolute;
  bottom: -15px;
}
.sec-group .img-area h2 span {
  padding: 5px 15px;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.sec-group__link {
  padding-top: 32px;
  justify-content: space-between;
  align-items: flex-end;
}
.sec-group__link-txt h3 {
  font-size: 2rem;
  line-height: 2;
  padding-bottom: 40px;
}
.sec-group__link-txt p {
  width: 564px;
  line-height: 2;
  font-weight: 300;
}
.sec-group__link-btn a {
  display: block;
  padding: 17px 69px 17px 17px;
  background: #00a73c;
  color: #ffffff;
  border-radius: 30px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .sec-group__link {
    display: block;
  }
  .sec-group__link-txt h3 {
    text-align: center;
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
  .sec-group__link-txt p {
    width: 100%;
    padding: 0 10px;
  }
  .sec-group__link-btn {
    padding: 20px 10px 0;
    width: 100%;
    margin: 0 auto;
  }
  .sec-group__link-btn a {
    padding: 14px 0;
    text-align: center;
  }
}

.sec-csv.l-sec__column-2 {
  margin-top: 80px;
}
.sec-csv__main {
  margin: 70px 0 80px;
}
.sec-csv__main h2 {
  text-align: center;
  margin-bottom: 32px;
}
.sec-csv__main h2 span {
  position: relative;
}
.sec-csv__main h2 span:before {
  content: '';
  background: url('../img/group/csv/icon_01.svg') no-repeat left center/contain;
  display: block;
  position: absolute;
  left: -83px;
  top: 50%;
  transform: translateY(-50%);
  width: 73px;
  height: 73px;
}
.sec-csv__main .img-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.sec-csv__main .copy {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 60px;
}
.sec-csv__main-cont {
  display: flex;
}
.sec-csv__main-cont .img {
  max-width: 348px;
  margin-right: 32px;
}
.sec-csv__main-cont .txt {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec-csv__main {
    margin: 40px 0;
  }
  .sec-csv__main h2 span:before {
    left: -48px;
    width: 40px;
    height: 40px;
  }
  .sec-csv__main .img-area {
    display: block;
    margin-bottom: 14px;
  }
  .sec-csv__main .img-area .img {
    width: 50%;
    margin: 0 auto 20px;
  }
  .sec-csv__main .copy {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .sec-csv__main-cont {
    display: block;
  }
  .sec-csv__main-cont .img {
    width: 100%;
    margin-right: 32px;
  }
  .sec-csv__main-cont .txt {
    flex: 1;
  }
}
.sec-csv .column-2__title {
  width: 384px;
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .sec-csv .column-2__title {
    width: 100%;
    padding-right: 0;
  }
}
.sec-csv__biz p {
  padding-bottom: 40px;
}
.sec-csv__biz .img {
  max-width: 348px;
}
@media screen and (max-width: 768px) {
  .sec-csv__biz p {
    padding-bottom: 20px;
  }
  .sec-csv__biz .img {
    max-width: 100%;
    width: 100%;
  }
}
.sec-csv__social p {
  margin-bottom: 32px;
}
.sec-csv__social .img {
  max-width: 331px;
}
.sec-csv__environment p {
  margin-bottom: 56px;
}
.sec-csv__change p {
  margin-bottom: 40px;
}
.sec-csv__inner-column-2 {
  display: flex;
}
.sec-csv__inner-column-2 .txt-area {
  flex: 1;
  margin-right: 32px;
  margin-bottom: 40px;
}
.sec-csv__inner-column-2 .txt-area p.bg-gray {
  padding: 20px;
  margin: 20px 0;
  background: #f7f7f7;
  font-weight: bold;
  font-size: 2rem;

  display: flex;
}
.sec-csv__inner-column-2 .img {
  max-width: 348px;
}
@media screen and (max-width: 768px) {
  .sec-csv__inner-column-2 {
    display: block;
  }
  .sec-csv__inner-column-2 .txt-area {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sec-csv__inner-column-2 .txt-area p.bg-gray {
    padding: 20px;
    margin: 20px 0;
    background: #f7f7f7;
    font-weight: bold;
    font-size: 2rem;

    display: block;
  }
  .sec-csv__inner-column-2 .img {
    max-width: 100%;
  }
}
.sec-csv__tobe {
  margin-bottom: 50px;
}
.sec-csv__tobe .txt-green {
  margin-bottom: 40px;
}
.sec-csv__tobe .txt-green p {
  font-size: 2rem;
  color: #00a73c;
}
.sec-csv__tobe-value .img:first-of-type {
  max-width: 505px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .sec-csv__tobe {
    margin-bottom: 40px;
  }
  .sec-csv__tobe .txt-green {
    margin-bottom: 40px;
  }
  .sec-csv__tobe .txt-green p {
    font-size: 1.8rem;
  }
  .sec-csv__tobe-value .img:first-of-type {
    max-width: 100%;
  }
}

@media screen and (min-width: 769px) {
  #group__digital .column-2__title {
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  #group__digital .l-wide {
    padding: 0 10px;
  }
}
#group__digital .title-box {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #group__digital .title-box {
    font-size: 2.4rem;
  }
}
#group__digital section {
  padding: 0;
}
#group__digital .column-2__body .img {
  margin-top: 16px;
}
#group__digital .sec-01 {
  margin-top: 60px;
}
#group__digital .sec-01 .title-box:nth-child(n + 2) {
  margin-top: 60px;
}
#group__digital .sec-02 .img {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #group__digital .sec-02 .img img {
    width: auto;
    max-width: 663px;
  }
}
#group__digital .sec-03 ul {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #group__digital .sec-03 ul {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #group__digital .sec-03 li {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #group__digital .sec-03 li:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #group__digital .sec-03 li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#group__digital .sec-04 {
  margin-bottom: 60px;
}
#group__digital .sec-04 ol {
  box-sizing: border-box;
  background: #fffbe6;
  padding: 35px 40px;
  counter-reset: item;
}
@media screen and (max-width: 768px) {
  #group__digital .sec-04 ol {
    padding: 20px;
  }
}
#group__digital .sec-04 ol li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
#group__digital .sec-04 ol li::before {
  content: '0' counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #00a73c;
  color: #00a73c;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 769px) {
  #group__digital .sec-04 ol li::before {
    top: 50%;
    width: 48px;
    height: 48px;
    font-size: 2.4rem;
    margin-top: -24px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  #group__digital .sec-04 ol li::before {
    top: 0;
    width: 32px;
    height: 32px;
    font-size: 1.8rem;
    margin-top: 0.53em;
    line-height: 1.55;
  }
}
@media screen and (max-width: 768px) {
  #group__digital .sec-04 ol li {
    display: block;
  }
}
#group__digital .sec-04 ol h3 {
  margin: 0;
  width: 320px;
  padding-left: 74px;
  box-sizing: border-box;
  color: #00a73c;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  #group__digital .sec-04 ol h3 {
    margin-right: 26px;
  }
}
@media screen and (max-width: 768px) {
  #group__digital .sec-04 ol h3 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 42px;
    word-break: break-all;
  }
}
#group__digital .sec-04 ol p {
  margin: 0;
  font-size: 1.4rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  #group__digital .sec-04 ol p {
    width: 100%;
  }
}

.group-number .page-contents {
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .group-number .page-contents {
    padding: 0;
  }
}
.group-number h2,
.group-number dt,
.group-number dd {
  line-height: 1;
  text-align: center;
}
.group-number p {
  font-size: 1.6rem;
  line-height: 2;
}
.group-number h2 {
  color: #00a73c;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .group-number h2 {
    margin-bottom: 60px;
    position: relative;
  }
  .group-number h2:nth-of-type(2n) {
    margin-top: 80px;
  }
  .group-number h2::before,
  .group-number h2::after {
    content: '';
    position: absolute;
  }
  .group-number h2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #00a73c;
    z-index: -1;
  }
  .group-number h2 span {
    background: #fff;
    padding: 0 44px;
    height: 100%;
    display: inline-block;
  }
}
.group-number dt {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 22px;
}
@media screen and (min-width: 769px) {
  .group-number dt {
    margin-bottom: 44px;
  }
}
.group-number dd {
  color: #00a73c;
  font-size: 2.6rem;
}
.group-number dd span {
  font-weight: bold;
  font-size: 3.8rem;
}
.group-number dd span:nth-of-type(2n) {
  display: inline-block;
  padding-top: 15px;
  font-weight: normal;
  font-size: 1.6rem;
  color: #000;
}
.group-number li {
  margin-bottom: 40px;
}
.group-number li > div {
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.group-number img {
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .group-number .page-title {
    margin-bottom: 116px;
  }
  .group-number ul {
    display: flex;
  }
  .group-number li {
    box-sizing: border-box;
    width: 36%;
    padding: 0 43px;
    border-right: 2px solid #ccc;
  }
  .group-number li:first-child {
    padding-left: 10px;
    width: 32%;
  }
  .group-number li:last-child {
    border: none;
    padding-right: 10px;
    width: 32%;
  }
}

.sec-scene__main {
  margin-top: 24px;
  margin-bottom: 80px;
}
.sec-scene__main h2 {
  font-weight: 500;
  margin-bottom: 40px;
}
.sec-scene__main h2 span {
  font-size: 2.4rem;
}
.sec-scene__main-body {
  display: flex;
  margin-bottom: 42px;
}
.sec-scene__main-body .img {
  max-width: 538px;
  margin-right: 30px;
}
.sec-scene__main-body .txt {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec-scene__main {
    margin-top: 24px;
    margin-bottom: 60px;
  }
  .sec-scene__main h2 {
    margin-bottom: 20px;
  }
  .sec-scene__main h2 span {
    font-size: 1.8rem;
  }
  .sec-scene__main-body {
    display: block;
    margin-bottom: 40px;
  }
  .sec-scene__main-body .img {
    max-width: 100%;
    margin-right: 0;
  }
}
.sec-scene__object {
  margin-bottom: 50px;
}
.sec-scene__object-body {
  background: #fffbe6;
  padding: 35px 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec-scene__object-body {
    padding: 20px 10px;
  }
}
.sec-scene__object-body h2 {
  font-size: 2rem;
  padding-bottom: 6px;
  margin-bottom: 40px;
  text-align: center;
}
.sec-scene__object-body h2 span {
  border-bottom: 2px solid #00a73c;
}
@media screen and (max-width: 768px) {
  .sec-scene__object-body h2 {
    margin-bottom: 20px;
  }
}
.sec-scene__object-body ol {
  box-sizing: border-box;
  counter-reset: item;
}
@media screen and (max-width: 768px) {
  .sec-scene__object-body ol {
    padding: 20px;
  }
}
.sec-scene__object-body ol li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  justify-content: space-between;
}
.sec-scene__object-body ol li::before {
  content: '0' counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #00a73c;
  color: #00a73c;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 769px) {
  .sec-scene__object-body ol li::before {
    top: 50%;
    width: 48px;
    height: 48px;
    font-size: 2.4rem;
    margin-top: -24px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  .sec-scene__object-body ol li::before {
    top: 0;
    width: 32px;
    height: 32px;
    font-size: 1.8rem;
    margin-top: 0.53em;
    line-height: 1.55;
  }
}
@media screen and (max-width: 768px) {
  .sec-scene__object-body ol li {
    display: block;
  }
}
.sec-scene__object-body ol h3 {
  margin: 0;
  width: 200px;
  padding-left: 74px;
  box-sizing: border-box;
  color: #00a73c;
  font-size: 3rem;
}
.sec-scene__object-body ol h3 span {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .sec-scene__object-body ol h3 {
    margin-right: 28px;
  }
}
@media screen and (max-width: 768px) {
  .sec-scene__object-body ol h3 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    word-break: break-all;
    text-align: center;
  }
}
.sec-scene__object-body ol p {
  max-width: 426px;
  margin: 0;
  font-size: 1.4rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .sec-scene__object-body ol p {
    width: 100%;
  }
}
.sec-scene__object p {
  margin-bottom: 20px;
}
.sec-scene__block p {
  margin-bottom: 20px;
}
.sec-scene__block .img {
  /* max-width: 480px; */
}
@media screen and (max-width: 768px) {
  .sec-scene__block .img {
    max-width: 100%;
  }
}

#privacy-policy .page-title {
  margin-bottom: 70px;
}

.sec-privacy-policy {
  max-width: 900px;
  padding: 0 10px 70px;
  margin: 0 auto;
}
.sec-privacy-policy p {
  margin-top: 12px;
  line-height: 2;
  font-size: 1.4rem;
}
.sec-privacy-policy p:first-child {
  margin-top: 0;
}
.sec-privacy-policy h2 {
  margin-top: 32px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.sec-privacy-policy ul {
  margin-top: 8px;
  font-size: 1.4rem;
}
.sec-privacy-policy li {
  margin-top: 6px;
}

.sec-recruit.l-sec__column-2 {
  margin-top: 0;
  justify-content: space-between;
}
.sec-recruit .column-2__body {
  max-width: 728px;
}
.sec-recruit__nav-list {
  padding: 20px;
  margin-bottom: 50px;
  background: #dcf7dc;
  display: flex;
  justify-content: center;
}
.sec-recruit__nav-list a {
  padding: 0 16.5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec-recruit__nav-list {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .sec-recruit__nav-list a {
    text-align: center;
    width: 50%;
    padding: 10px;
    font-size: 14px;
  }
}
.sec-recruit__link-list {
  margin-bottom: 80px;
}
.sec-recruit__link-btn {
  margin-right: 33px;
  margin-bottom: 30px;
  padding: 61px 0 41px;
  background: #63c4a6;
  border-radius: 20px;
  text-align: center;
}
.sec-recruit__link-btn h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  padding-bottom: 26px;
  color: #ffffff;
}
.sec-recruit__link-btn a {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 17px 63px 17px 60px;
  border: 2px solid #ffffff;
  background: #00a73c;
  border-radius: 40px;
  position: relative;
}
.sec-recruit__link-btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border: 7px solid transparent;
  border-left: 7px solid #ffffff;
}
.sec-recruit__link-btn a span {
  color: #ffffff;
  font-weight: 400;
}
.sec-recruit__link-btn:last-of-type {
  background: #bdd300;
  margin-right: 0;
}
.sec-recruit__link-btn:last-of-type a {
  border: 2px solid #00a73c;
  background: #ffffff;
}
.sec-recruit__link-btn:last-of-type a::after {
  border-left: 7px solid #00a73c;
}
.sec-recruit__link-btn:last-of-type a span {
  color: #00a73c;
}
.sec-recruit__link-entry a {
  display: block;
  text-align: center;
  background: #00a73c;
  color: #ffffff;
  font-size: 2rem;
  padding: 16px 0;
  position: relative;
}
.sec-recruit__link-entry a span {
  display: block;
  font-size: 1.6rem;
}
.sec-recruit__link-entry a::before {
  content: '';
  width: calc(100% - 4px);
  margin: 0 auto;
  height: calc(100% - 4px);
  display: block;
  position: absolute;
  border: 5px solid #ffffff;
  top: 2px;
  left: 2px;
}

.sec-company p {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  padding-bottom: 30px;
  margin-bottom: 49px;
  border-bottom: 1px solid #888888;
}
@media screen and (max-width: 768px) {
  .sec-company p {
    font-size: 2rem;
  }
}
.sec-company__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sec-company__list {
    display: block;
  }
}
.sec-company__list-link {
  width: calc(25% - 30px);
  margin-right: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec-company__list-link {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.sec-company__list-link:nth-of-type(4n) {
  margin-right: 0;
}
.sec-company__list-link h3 {
  display: flex;
  align-items: center;
  height: 43px;
  padding-left: 20px;
  margin-bottom: 15px;
  border-left: 10px solid #63c4a6;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: bold;
}
.sec-company__list-link .img {
  margin-bottom: 15px;
}
.sec-company__list-link .button {
  width: 134px;
}
@media screen and (max-width: 768px) {
  .sec-company__list-link .button {
    width: calc(100% - 50px);
  }
  .sec-company__list-link .button span {
    text-align: center;
  }
}

.sec-employment {
  margin-bottom: 80px;
}
.sec-employment .img-list {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.sec-employment .img-list .img {
  padding: 0 17px;
}
.sec-employment p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec-employment .img-list {
    display: block;
  }
  .sec-employment .img-list .img {
    padding: 20px 0;
  }
}

.l-employment {
  padding-top: 20px;
}
.l-employment .sec-recruit__link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00ad85;
  padding: 38px 0;
}
.l-employment .sec-recruit__link-btn h2 {
  padding-bottom: 0;
  padding-right: 61px;
}
.l-employment .sec-recruit__link-btn a {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-employment .sec-recruit__link-btn {
    display: block;
  }
  .l-employment .sec-recruit__link-btn h2 {
    padding-bottom: 20px;
    padding-right: 0;
  }
}

.recruit__title {
  background: #63c4a6;
}
.recruit__title h1 {
  color: #ffffff;
  font-size: 3.2rem;
  text-align: center;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .recruit__title h1 {
    font-size: 2rem;
  }
}
.recruit__copy {
  margin-bottom: 80px;
}
.recruit__copy p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .recruit__copy p {
    padding: 0 10px;
  }
}

.sec-recruit__inner-column-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.sec-recruit__inner-column-2:last-of-type {
  margin-bottom: 0;
}
.sec-recruit__inner-column-2 .title-area {
  padding-right: 32px;
}
.sec-recruit__inner-column-2 .title-area p {
  margin-top: 20px;
}
.sec-recruit__inner-column-2 .img {
  max-width: 253px;
}
@media screen and (max-width: 768px) {
  .sec-recruit__inner-column-2 {
    display: block;
    margin-bottom: 40px;
  }
  .sec-recruit__inner-column-2 .title-area {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .sec-recruit__inner-column-2 .img {
    max-width: 100%;
  }
}

.sec-training {
  margin-bottom: 80px;
}
.sec-training p {
  line-height: 2;
}

.sec-collage p {
  padding-bottom: 40px;
}
.sec-collage .img_01 {
  /* max-width: 351px; */
  max-width: 582px;
  margin-bottom: 40px;
}
.sec-collage .img_02 {
  margin-bottom: 60px;
}

.sec-aword p {
  padding-bottom: 40px;
}
.sec-aword .img_04 {
  max-width: 550px;
}

.sec-wlb {
  margin-bottom: 80px;
}
.sec-wlb.l-sec__column-2 {
  margin-top: 0;
}
.sec-wlb .title-box {
  font-size: 2rem;
  font-weight: bold;
}
.sec-wlb p {
  line-height: 2;
}
.sec-wlb .img_wlb {
  margin-top: 20px;
  max-width: 443px;
}
.sec-wlb .bg-block {
  margin-top: 20px;
  padding: 20px 0;
  background: #fffbe6;
}
.sec-wlb .bg-block h3 {
  padding-bottom: 10px;
}
.sec-wlb .bg-block h3 span {
  font-size: 2rem;
  padding: 7px 32px;
  background: #00a73c;
  color: #ffffff;
}
.sec-wlb .bg-block p {
  padding-left: 63px;
}
.sec-wlb .img-block {
  margin-top: 20px;
}
.sec-wlb .img-block img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-wlb .bg-block p {
    padding: 0 10px;
  }
}

.sitemap {
  word-wrap: break-word;
}
.sitemap__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 47px 0 70px;
  margin: 0 auto;
  max-width: 980px;
}
.sitemap__element {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 46px;
  box-sizing: border-box;
}
.sitemap__element:last-child {
  padding-top: 76px;
}
@media screen and (max-width: 768px) {
  .sitemap__element {
    width: 100%;
  }
}
.sitemap h2 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 27px;
}
.sitemap h2::after {
  margin-top: 10px;
  content: '';
  display: block;
  width: 97px;
  height: 3px;
  background: #00a73c;
}
.sitemap li {
  margin-bottom: 10px;
}
.sitemap li::before {
  content: 'ー ';
}
.sitemap li:last-child {
  margin-bottom: 0;
}
.sitemap a:hover {
  opacity: 0.7;
}

#social-media-policy .page-title {
  margin-bottom: 70px;
}

.sec-social-media-policy {
  word-wrap: break-word;
  max-width: 900px;
  padding: 0 10px 70px;
  margin: 0 auto;
}
.sec-social-media-policy p {
  margin-top: 12px;
  line-height: 2;
  font-size: 1.4rem;
}
.sec-social-media-policy p:first-child {
  margin-top: 0;
}
.sec-social-media-policy h2 {
  margin-top: 32px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.sec-social-media-policy h2::before {
  content: '【';
}
.sec-social-media-policy h2::after {
  content: '】';
}
.sec-social-media-policy h3 {
  margin-top: 32px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.sec-social-media-policy h3 + p {
  margin-top: 6px;
}
.sec-social-media-policy ul {
  margin-top: 8px;
  font-size: 1.4rem;
}
.sec-social-media-policy li {
  margin-top: 6px;
}
.sec-social-media-policy li::before {
  content: '■';
  font-size: 0.5rem;
  padding: 0 0.3rem;
  position: relative;
  top: -1px;
}
.sec-social-media-policy dl {
  margin-top: 32px;
}
.sec-social-media-policy dt,
.sec-social-media-policy dd {
  margin: 0;
  padding: 0;
  margin-top: 9px;
  font-size: 1.4rem;
}
.sec-social-media-policy dt::before {
  content: '○';
}
.sec-social-media-policy dd {
  padding-left: 1em;
}
.sec-social-media-policy a:hover {
  opacity: 0.7;
}

#terms .page-title {
  margin-bottom: 70px;
}

.sec-terms {
  max-width: 900px;
  padding: 0 10px 70px;
  margin: 0 auto;
}
.sec-terms p {
  margin-top: 12px;
  line-height: 2;
  font-size: 1.4rem;
}
.sec-terms h2 {
  margin-top: 32px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.sec-terms h2:first-child {
  margin-top: 0;
}
.sec-terms ul {
  margin-top: 32px;
  font-size: 1.4rem;
}
.sec-terms li {
  margin-top: 6px;
}
.sec-terms span {
  color: #ff00f5;
}

@media screen and (max-width: 768px) {
  #topics__top .l-wide {
    padding: 0 10px;
  }
}

@media screen and (min-width: 769px) {
  .topics-wrap {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .topics-wrap .topics-main {
    flex: 1;
    margin-right: 42px;
  }
}
@media screen and (min-width: 769px) {
  .topics-wrap .topics-side {
    width: 243px;
    padding-left: 22px;
    border-left: 1px solid #707070;
  }
}
@media screen and (max-width: 768px) {
  .topics-wrap .topics-side {
    margin-top: 40px;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 1px solid #707070;
  }
}
.topics-wrap .topics-side .side-block:nth-child(n + 2) {
  margin-top: 30px;
}
.topics-wrap .topics-side .side-block__head {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.topics-wrap .topics-side .side-block__lists {
  font-size: 1.4rem;
}
.topics-wrap .topics-side .side-block__item:nth-child(n + 2) {
  margin-top: 8px;
}
.topics-wrap .topics-side .side-block:not(.side-block--news) .side-block__item {
  position: relative;
}
.topics-wrap
  .topics-side
  .side-block:not(.side-block--news)
  .side-block__item::before {
  content: '>';
  display: inline-block;
  margin-right: 3px;
}
.topics-wrap .topics-side .side-block--news .side-block__item {
  line-height: 2;
}
.topics-wrap .topics-side .side-block--news .side-block__item:nth-child(n + 2) {
  margin-top: 20px;
}

.pagenation {
  margin-top: 56px;
}
.pagenation-inner {
  display: flex;
  justify-content: center;
}
.pagenation ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagenation li {
  margin: 0 8px;
}
.pagenation a {
  font-size: 1.4rem;
}
.pagenation-list-wrap {
  position: relative;
  padding: 0 calc(2em + 43px);
}
.pagenation .prev,
.pagenation .next {
  position: absolute;
}
.pagenation .prev {
  left: 0;
}
.pagenation .next {
  right: 0;
}

.banners-wrap {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (min-width: 769px) {
  .banners-wrap .banners {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .banners-wrap .banners .banner-item:not(:first-child) {
    width: 216px;
    margin-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  .banners-wrap .banners .banner-item:not(:first-child) {
    width: 100%;
    margin-top: 18px;
  }
}
.banners-wrap .banners .banner-item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #topics__detail .l-wide {
    padding: 0 10px;
  }
}

.post-header .post__meta {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.post-header .post__category {
  padding-right: 20px;
  margin-right: 14px;
  font-size: 1.6rem;
  border-right: 3px solid #00a73c;
}
.post-header .post__date {
  font-size: 1.6rem;
}
.post-header .post__head {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.5;
}

.main-article .thumb img {
  width: 100%;
  height: auto;
}

.article-main {
  margin-top: 40px;
}
.article-main h2,
.article-main h3,
.article-main h4,
.article-main h5 {
  margin-bottom: 16px;
}
.article-main h2:not(:first-child),
.article-main h3:not(:first-child),
.article-main h4:not(:first-child),
.article-main h5:not(:first-child) {
  margin-top: 30px;
}
.article-main h2 {
  font-size: 2.8rem;
  line-height: 1.5;
}
.article-main h3 {
  font-size: 2.4rem;
  line-height: 1.5;
}
.article-main h4 {
  font-size: 2rem;
  line-height: 1.5;
}
.article-main h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}
.article-main p {
  font-size: 1.4rem;
  line-height: 2;
}
.article-main blockquote {
  background: #f8f8f8;
  padding: 24px 26px 24px 74px;
  position: relative;
  margin: 30px 0;
}
.article-main blockquote::before {
  content: '';
  width: 25px;
  height: 22px;
  background: url(../img/topics/blockquote.svg) left top/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  margin: 26px 0 0 24px;
}
.article-main ol {
  counter-reset: item;
  margin: 36px 0;
}
.article-main ol li {
  position: relative;
  font-size: 1.4rem;
  padding-left: 32px;
  line-height: 1.5;
}
.article-main ol li:nth-child(n + 2) {
  margin-top: 6px;
}
.article-main ol li::before {
  content: counter(item) '.';
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
}
.article-main ul {
  margin: 36px 0;
}
.article-main ul li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 32px;
}
.article-main ul li:nth-child(n + 2) {
  margin-top: 6px;
}
.article-main ul li::before {
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #00a73c;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5px;
}
.article-main a {
  text-decoration: underline;
  color: #00a73c;
}

.back_to_category {
  text-align: center;
  margin-top: 96px;
}
.back_to_category a {
  text-decoration: underline;
  font-size: 1.4rem;
}

.relational-posts {
  margin-top: 88px;
}
.relational-posts__head {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}
.relational-posts .post-list-wrap {
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .relational-posts .post-list {
    margin: -9px;
  }
}
@media screen and (min-width: 769px) {
  .relational-posts .post-list__item {
    width: 216px;
    margin: 9px;
  }
}
@media screen and (min-width: 769px) {
  .relational-posts .post-list {
    justify-content: center;
  }
}
.relational-posts .post-list__head {
  font-size: 1.4rem;
  margin-top: 6px;
}
.relational-posts .post-list__meta {
  margin-top: 12px;
}

.error-404 .page-title {
  margin-bottom: 116px;
}
.error-404-contents {
  max-width: 481px;
  padding: 0 10px 86px;
  margin: 0 auto;
}
.error-404 h2 {
  margin-bottom: 8px;
  font-size: 2rem;
}
.error-404 p {
  margin-bottom: 60px;
  line-height: 2;
}
.error-404 small {
  font-size: 1.4rem;
  margin-bottom: 4px;
  display: block;
}
.error-404 .input {
  border: 1px solid #00a73c;
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  padding: 0 18px;
  max-width: 348px;
  width: calc(100% - 145px);
}
.error-404__button {
  background: #222;
  color: #fff;
  line-height: 1;
  font-size: 1.6;
  border-radius: 4px;
  padding: 17px 18px;
  margin-left: 7px;
}

.group-number.plan .page-title {
  margin-bottom: 60px;
}

.sec-plan__txt {
  margin-bottom: 60px;
}
.sec-plan__txt p {
  font-size: 1.4rem;
  letter-spacing: -0.1px;
}
.sec-plan__txt a {
  color: #00a73c;
  display: block;
  margin-top: 20px;
}

/* ----------------------------------------- */
/* ----------------------------------------- */

.wp-pagenavi a,
.wp-pagenavi span {
  border: none !important;
}

.breadcrumb span {
  padding: 0 5px;
}

.breadcrumb span:first-child {
  padding-left: 0;
}

.mw_wp_form_confirm {
  margin-top: 84px;
}

@media screen and (max-width: 768px) {
  .mw_wp_form {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.confirm__back__submit__container {
  display: flex;
  justify-content: center;
  max-width: 412px;
  margin: 27px auto 0;
}

.mw_wp_form_confirm .only__first__step1 {
  display: none;
}

.mw_wp_form_confirm .contact__required,
.mw_wp_form_confirm .contact__required--optional {
  display: none;
}

.mw_wp_form_confirm .contact__body {
  margin-top: 26px;
  display: flex;
}

.mw_wp_form_confirm .contact__body .contact__select {
  background: none;
}

.mw_wp_form_confirm .contact__body .contact__label {
  min-width: 178px;
}

.mw_wp_form_confirm .confirm__back__submit__container {
  justify-content: space-between;
}

.mw_wp_form_confirm .contact__element:nth-child(9) {
  margin-top: 26px;
}

.mw_wp_form_confirm .contact__element:first-child {
  margin-bottom: 0;
}
