@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.75;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-size: 55%;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  color: #333;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-break: break-all;
  color: #333;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

img {
  display: block;
  width: 100%;
}

/* レスポンシブ表示 */
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/* aリンク PCでクリック非表示 */
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
body {
  min-width: 1100px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    min-width: auto;
  }
}

.l-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
@media (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }
}
.l-header .l-header__logo {
  margin: 16px;
}
@media (max-width: 767px) {
  .l-header .l-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header .l-header__logo .l-header__logo-top {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .l-header .l-header__logo .l-header__logo-top {
    width: 100%;
    font-size: 1.2rem;
  }
}
.l-header .l-header__logo a {
  display: block;
  margin: 8px 0;
}
.l-header .l-header__logo a img {
  width: 208px;
}
@media (max-width: 767px) {
  .l-header .l-header__logo a img {
    width: 80px;
  }
}
.l-header .l-header__logo .l-header__logo-bot {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .l-header .l-header__logo .l-header__logo-bot {
    margin: 0 0 0 8px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .l-header .l-header__nav {
    display: none;
  }
}
.l-header .l-header__nav .l-header__s-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .l-header__nav .l-header__s-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 24px 0 0;
}
.l-header .l-header__nav .l-header__s-nav ul li:not(:first-child) {
  margin: 0 0 0 16px;
}
@media (max-width: 767px) {
  .l-header .l-header__nav .l-header__s-nav ul li:not(:first-child) {
    margin: 0;
  }
}
.l-header .l-header__nav .l-header__s-nav ul li a {
  font-size: 1.2rem;
  text-decoration: none;
}
.l-header .l-header__nav .l-header__s-nav ul li a:hover {
  text-decoration: underline;
}
.l-header .l-header__nav .l-header__s-nav > a {
  display: block;
  padding: 16px 24px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #45494D;
}
.l-header .l-header__nav .l-header__s-nav > a:last-child {
  background-color: #1AA976;
}
.l-header .l-header__nav .l-header__s-nav > a:hover {
  opacity: 0.8;
}
.l-header .l-header__nav .l-header__g-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 32px 32px 32px 0;
}
.l-header .l-header__nav .l-header__g-nav ul li:not(:first-child) {
  margin: 0 0 0 24px;
}
.l-header .l-header__nav .l-header__g-nav ul li a {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 5px;
}
.l-header .l-header__nav .l-header__g-nav ul .current_page_item a,
.l-header .l-header__nav .l-header__g-nav ul .current-menu-item a,
.l-header .l-header__nav .l-header__g-nav ul li:hover a {
  border-bottom: solid 2px #1AA976;
}

.menu-btn {
  position: absolute;
  top: 34px;
  right: 16px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 24px;
  height: 17px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1AA976;
  border-radius: 4px;
}

.menu-trigger.active span {
  background-color: #1AA976;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 7px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

.l-header .l-header__nav.active {
  position: absolute;
  top: 86px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  padding: 40px 4%;
  background-color: #FAFAFA;
  border-top: 2px solid #1AA976;
  z-index: 10;
}
.l-header .l-header__nav.active .l-header__s-nav {
  display: block;
}
.l-header .l-header__nav.active .l-header__s-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header .l-header__nav.active .l-header__s-nav ul li {
  width: 50%;
  text-align: center;
}
.l-header .l-header__nav.active .l-header__s-nav ul li:nth-child(n+3) {
  margin-top: 10px;
}
.l-header .l-header__nav.active .l-header__s-nav ul li a {
  font-size: 1.2rem;
  text-decoration: none;
}
.l-header .l-header__nav.active .l-header__s-nav ul li a:hover {
  text-decoration: underline;
}
.l-header .l-header__nav.active .l-header__s-nav > a {
  display: block;
  padding: 16px 24px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #45494D;
  text-align: center;
}
.l-header .l-header__nav.active .l-header__s-nav > a:last-child {
  margin: 16px 0 0;
  background-color: #1AA976;
}
.l-header .l-header__nav.active .l-header__s-nav > a:hover {
  opacity: 0.8;
}
.l-header .l-header__nav.active .l-header__g-nav ul {
  display: block;
  margin: 0 0 32px;
}
.l-header .l-header__nav.active .l-header__g-nav ul li {
  text-align: center;
}
.l-header .l-header__nav.active .l-header__g-nav ul li:not(:first-child) {
  margin: 24px 0 0;
}
.l-header .l-header__nav.active .l-header__g-nav ul li a {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}
.l-header .l-header__nav.active .l-header__g-nav ul li a span {
  position: relative;
  display: inline-block;
}
.l-header .l-header__nav.active .l-header__g-nav ul li a .active:after,
.l-header .l-header__nav.active .l-header__g-nav ul li a span:hover:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #1AA976;
}

.l-header--2 .l-header--2__wrap {
  width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-header--2 .l-header--2__wrap .l-header__logo {
    margin-left: 0;
  }
}

.l-cta {
  padding: 80px 0;
  background-color: #1AA976;
}
@media (max-width: 767px) {
  .l-cta {
    padding: 56px 4%;
  }
}
.l-cta--un {
  margin: 160px 0 0;
}
@media (max-width: 767px) {
  .l-cta--un {
    margin: 56px 0 0;
  }
}
.l-cta h2 {
  margin: 0 0 56px;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .l-cta h2 {
    margin: 0 0 32px;
    font-size: 2.8rem;
  }
}
.l-cta .l-cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-cta .l-cta__wrap {
    display: block;
    width: 100%;
  }
}
.l-cta .l-cta__wrap > div {
  width: 50%;
}
@media (max-width: 767px) {
  .l-cta .l-cta__wrap > div {
    width: 100%;
  }
}
.l-cta .l-cta__wrap .l-cta__tel p {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .l-cta .l-cta__wrap .l-cta__tel p {
    font-size: 3.2rem;
    text-align: center;
  }
}
.l-cta .l-cta__wrap .l-cta__tel p span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}
.l-cta .l-cta__wrap .l-cta__btns {
  border-left: 1px solid #fff;
}
@media (max-width: 767px) {
  .l-cta .l-cta__wrap .l-cta__btns {
    margin: 40px 0 0;
    padding: 40px 0 0;
    border-left: none;
    border-top: 1px solid #fff;
  }
}
.l-cta .l-cta__wrap .l-cta__btns .c-btn {
  background: transparent;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.l-footer-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  margin: 80px auto;
}
@media (max-width: 767px) {
  .l-footer-banner {
    display: block;
    width: 100%;
    margin: 40px 0;
    padding: 0 4%;
  }
}
.l-footer-banner > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 530px;
  background-color: #fafafa;
}
.l-footer-banner > div:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .l-footer-banner > div {
    width: 100%;
  }
  .l-footer-banner > div:first-child {
    margin: 0 0 24px;
  }
}
.l-footer-banner > div:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  margin: auto;
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(/wp1/wp-content/uploads/ico/ico_arrow_blue.svg);
  background-size: cover;
}
@media (max-width: 767px) {
  .l-footer-banner > div:after {
    right: 12px;
  }
}
.l-footer-banner > div a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.l-footer-banner > div .l-footer-banner__img {
  width: 120px;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .l-footer-banner > div .l-footer-banner__img {
    width: 64px;
  }
}
.l-footer-banner > div .l-footer-banner__img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer-banner > div .l-footer-banner__img--square {
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .l-footer-banner > div .l-footer-banner__img--square {
    width: 64px;
    height: 64px;
  }
}
.l-footer-banner > div p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .l-footer-banner > div p {
    padding: 8px 24px 8px 0;
  }
}

.l-footer-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer-link ul li {
  margin: 0 12px;
  list-style-type: none;
}
.l-footer-link ul li a {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}
.l-footer-link ul li a:hover {
  text-decoration: underline;
}

.l-footer-sub-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px 0 0;
}
.l-footer-sub-link li {
  margin: 0 8px;
  list-style-type: none;
}
.l-footer-sub-link li a {
  font-size: 1.4rem;
  text-decoration: none;
}
.l-footer-sub-link li a:hover {
  text-decoration: underline;
}

.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  margin: 48px auto 0;
  padding: 56px 0;
  border-top: 1px solid #dedede;
}
@media (max-width: 767px) {
  .l-footer {
    display: block;
    width: 100%;
    padding: 56px 4%;
  }
}
.l-footer .l-footer__logo {
  margin: 0 64px 0 0;
}
.l-footer .l-footer__logo .l-footer__logo-top {
  font-size: 1.2rem;
}
.l-footer .l-footer__logo img {
  width: 160px;
  margin: 8px 0;
}
.l-footer .l-footer__logo .l-footer__logo-bot {
  font-size: 1.2rem;
  font-weight: bold;
}
.l-footer .l-footer__address {
  font-size: 1.4rem;
}
.l-footer .l-footer__foot {
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .l-footer .l-footer__foot {
    margin: 32px 0 0;
  }
}
.l-footer .l-footer__foot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .l-footer .l-footer__foot ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer .l-footer__foot ul li {
  list-style-type: none;
}
.l-footer .l-footer__foot ul li:not(:first-child) {
  margin: 0 0 0 24px;
}
.l-footer .l-footer__foot ul li a {
  font-size: 1.2rem;
  text-decoration: none;
}
.l-footer .l-footer__foot ul li a:hover {
  text-decoration: underline;
}
.l-footer .l-footer__foot p {
  margin: 24px 0 0;
  font-size: 1.2rem;
  text-align: right;
}
@media (max-width: 767px) {
  .l-footer .l-footer__foot p {
    text-align: center;
  }
}

.l-footer--2 .l-footer__foot {
  margin: 0 auto;
}

.un-title {
  background-image: url(/wp1/wp-content/uploads/layout/un_title_bg.jpg);
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .un-title {
    margin-top: 86px;
  }
}
.un-title h1 {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
  font-size: 4rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .un-title h1 {
    width: 100%;
    padding: 32px 4%;
    font-size: 3.2rem;
  }
}

.un-title {
  background-image: url(/wp1/wp-content/uploads/layout/un_title_bg.jpg);
  background-size: cover;
}
.un-title h1 {
  color: #fff;
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .un-title h1 {
    font-size: 2.8rem;
  }
}

.un-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1100px;
  margin: 32px auto 50px;
}
@media (max-width: 767px) {
  .un-breadcrumb {
    width: 100%;
    margin: 24px 0 40px;
    padding: 0 4%;
  }
}
.un-breadcrumb span {
  font-size: 1.4rem;
  list-style-type: none;
}
.un-breadcrumb span:not(:first-child):before {
  content: ">";
  display: inline-block;
  margin: 0 6px;
}

.un-container {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .un-container {
    width: 100%;
    padding: 0px 4% 80px;
  }
}

.un-catch {
  margin-bottom: 70px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .un-catch {
    margin-bottom: 43px;
    font-size: 1.8rem;
  }
}

.un-section + .un-section {
  margin: 140px 0 0;
}
@media (max-width: 767px) {
  .un-section + .un-section {
    margin: 48px 0 0;
  }
}

.un-text {
  margin: 32px 0 0;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .un-text {
    margin: 20px 0 0;
  }
}
.un-text:first-child {
  margin-top: 0;
}

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

.un-head-4 + .un-text {
  margin: 16px 0 0;
}
@media (max-width: 767px) {
  .un-head-4 + .un-text {
    margin: 12px 0 0;
  }
}

.un-head-2 {
  margin: 0 0 40px;
  padding: 0 0 6px;
  font-size: 3.2rem;
  border-bottom: 4px solid #1AA976;
}
@media (max-width: 767px) {
  .un-head-2 {
    margin: 0 0 34px;
  }
}

.un-head-2--center {
  margin: 0 0 64px;
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .un-head-2--center {
    font-size: 2.4rem;
  }
}
.un-head-2--center:after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  margin: 24px auto 0;
  background-color: #1AA976;
}

.un-head-3 {
  margin: 48px 0 32px;
  padding: 6px 16px;
  font-size: 2rem;
  background: #F4F4F4;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .un-head-3 {
    margin: 32px 0 24px;
  }
}
.un-head-3:first-child {
  margin-top: 0;
}

.un-head-4 {
  margin: 40px 0 16px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .un-head-4 {
    margin: 24px 0 0;
  }
}
.un-head-4:first-child {
  margin-top: 0;
}

.un-list {
  margin: 32px 0 32px 24px;
}
.un-list li {
  font-size: 1.6rem;
}
.un-list:first-child {
  margin-top: 0;
}
.un-list:last-child {
  margin-bottom: 0;
}

.un-ul,
.un-ol {
  margin: 32px 0;
  padding: 0 0 0 32px;
}
.un-ul li,
.un-ol li {
  font-size: 1.6rem;
}
.un-ul:first-child,
.un-ol:first-child {
  margin-top: 0;
}
.un-ul:last-child,
.un-ol:last-child {
  margin-bottom: 0;
}

.c-btn {
  position: relative;
  display: block;
  max-width: 380px;
  margin: 32px auto 0;
  padding: 16px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #45494D;
  text-decoration: none;
  border-radius: 4px;
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.08);
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn span {
  position: relative;
}
.c-btn span::after {
  content: "";
  display: inline-block;
  margin: 0 0 1px 12px;
  width: 6px;
  height: 10px;
  background-image: url(/wp1/wp-content/uploads/ico/ico_arrow_white.svg);
  background-size: cover;
}
.c-btn--wide {
  max-width: 100%;
}
.c-btn:first-child {
  margin-top: 0;
}

.c-btn-text {
  font-size: 1.6rem;
  font-weight: bold;
}
.c-btn-text a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
}
.c-btn-text a span:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(/wp1/wp-content/uploads/ico/ico_arrow_blue.svg);
  background-size: cover;
}
.c-btn-text a span:hover {
  text-decoration: underline;
}

.c-btn-pdf {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-btn-pdf {
    margin: 28px 0 0;
  }
}
.c-btn-pdf a {
  text-decoration: none;
}
.c-btn-pdf a .c-btn-pdf__ico {
  display: inline-block;
  width: 20px;
  margin: 0px 8px -6px 0px;
}
.c-btn-pdf a:hover {
  text-decoration: underline;
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 32px 0;
}
.c-flex:first-child {
  margin-top: 0;
}
.c-flex:last-child {
  margin-bottom: 0;
}

.c-flex--max2 {
  margin-left: -40px;
}
@media (max-width: 767px) {
  .c-flex--max2 {
    margin-left: 0;
  }
}
.c-flex--max2 .c-flex__item {
  margin-top: 56px;
  width: calc(50% - 40px);
  margin-left: 40px;
}
@media (max-width: 767px) {
  .c-flex--max2 .c-flex__item {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
}
.c-flex--max2 .c-flex__item:nth-child(-n+2) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .c-flex--max2 .c-flex__item:nth-child(-n+2) {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .c-flex--max2 .c-flex__item:nth-child(-n+1) {
    margin-top: 0;
  }
}

.c-flex--max3 {
  margin-left: -30px;
}
@media (max-width: 767px) {
  .c-flex--max3 {
    margin-left: 0;
  }
}
.c-flex--max3 .c-flex__item {
  margin-top: 56px;
  width: calc(33.3333% - 30px);
  margin-left: 30px;
}
@media (max-width: 767px) {
  .c-flex--max3 .c-flex__item {
    width: 100%;
    margin-top: 32px;
    margin-left: 0;
  }
}
.c-flex--max3 .c-flex__item:nth-child(-n+3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .c-flex--max3 .c-flex__item:nth-child(-n+3) {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .c-flex--max3 .c-flex__item:nth-child(-n+1) {
    margin-top: 0;
  }
}

.c-flex--max4 {
  margin-left: -24px;
}
@media (max-width: 767px) {
  .c-flex--max4 {
    margin-left: -12px;
  }
}
.c-flex--max4 .c-flex__item {
  margin-top: 56px;
  width: calc(25% - 24px);
  margin-left: 24px;
}
@media (max-width: 767px) {
  .c-flex--max4 .c-flex__item {
    margin-top: 24px;
    width: calc(50% - 12px);
    margin-left: 12px;
  }
}
.c-flex--max4 .c-flex__item:nth-child(-n+4) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .c-flex--max4 .c-flex__item:nth-child(-n+4) {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .c-flex--max4 .c-flex__item:nth-child(-n+2) {
    margin-top: 0;
  }
}

.c-img-center {
  max-width: 100%;
  margin: 32px auto 0;
}
@media (max-width: 767px) {
  .c-img-center {
    margin: 28px auto 0;
  }
}
.c-img-center .c-img-center__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .c-img-center .c-img-center__img {
    display: block;
  }
}
.c-img-center .c-img-center__img img {
  width: auto;
}
@media (max-width: 767px) {
  .c-img-center .c-img-center__img img {
    width: 100%;
  }
}
.c-img-center:first-child {
  margin-top: 0;
}

.c-img-caption {
  margin: 12px 0 0;
  font-size: 1.4rem;
  text-align: center;
}

.c-img-movie {
  position: relative;
  width: 100%;
  padding: calc(439 / 780 * 100%) 0 0;
}
.c-img-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-imgbox {
  margin: 32px 0;
}
.c-imgbox .c-imgbox__right {
  float: right;
  width: 380px;
  margin: 0 0 0 40px;
}
@media (max-width: 767px) {
  .c-imgbox .c-imgbox__right {
    width: 100%;
    margin: 0 0 24px;
  }
}
.c-imgbox .c-imgbox__left {
  float: left;
  width: 380px;
  margin: 0 40px 0 0;
}
@media (max-width: 767px) {
  .c-imgbox .c-imgbox__left {
    width: 100%;
    margin: 0 0 24px;
  }
}
.c-imgbox:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .c-imgbox p {
    overflow: hidden;
  }
}

.c-table {
  width: 100%;
  margin: 32px 0;
  border-top: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
}
.c-table th {
  width: 200px;
  font-weight: bold;
  text-align: left;
  background: #F4F4F4;
  border-right: 1px solid #DEDEDE;
}
.c-table td {
  border-right: 1px solid #DEDEDE;
}
.c-table th, .c-table td {
  padding: 24px;
  font-size: 1.6rem;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 767px) {
  .c-table th, .c-table td {
    display: block;
    width: 100%;
    padding: 16px;
  }
}
.c-table:first-child {
  margin-top: 0;
}
.c-table:last-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .c-table--wide th {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .c-table--wide td {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .c-table--wide th, .c-table--wide td {
    display: table-cell;
    border-right: 1px solid #E6E6E6;
  }
}

.c-table--side th, .c-table--side td {
  width: auto;
}

.c-table-scroll {
  margin: 32px 0;
}
@media (max-width: 767px) {
  .c-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .c-table-scroll .c-table {
    min-width: 640px;
  }
}
@media (max-width: 767px) {
  .c-table-scroll .c-table th, .c-table-scroll .c-table td {
    display: table-cell;
    width: auto;
    border-right: 1px solid #E6E6E6;
  }
}
.c-table-scroll:first-child {
  margin-top: 0;
}

.contact form dl > div,
.apply form dl > div,
.c-form dl > div {
  border-bottom: solid 1px #DEDEDE;
}
.contact form dl > div::after,
.apply form dl > div::after,
.c-form dl > div::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .contact form dl > div,
.apply form dl > div,
.c-form dl > div {
    display: block;
    padding: 25px 0;
  }
}
.contact form dl > div dt,
.contact form dl > div dd,
.apply form dl > div dt,
.apply form dl > div dd,
.c-form dl > div dt,
.c-form dl > div dd {
  padding: 32px 0;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .contact form dl > div dt,
.contact form dl > div dd,
.apply form dl > div dt,
.apply form dl > div dd,
.c-form dl > div dt,
.c-form dl > div dd {
    padding: 0;
  }
}
.contact form dl > div dt,
.apply form dl > div dt,
.c-form dl > div dt {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 200px;
  padding-top: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contact form dl > div dt,
.apply form dl > div dt,
.c-form dl > div dt {
    padding-top: 0;
    margin-bottom: 15px;
    float: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (max-width: 767px) {
  .contact form dl > div dt .required,
.apply form dl > div dt .required,
.c-form dl > div dt .required {
    display: inline-block;
    margin-left: 1.5em;
  }
}
.contact form dl > div dt .required span,
.apply form dl > div dt .required span,
.c-form dl > div dt .required span {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  background: #ED4F4F;
  font-size: 1.6rem;
  color: #fff;
}
.contact form dl > div dd,
.apply form dl > div dd,
.c-form dl > div dd {
  overflow: hidden;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .contact form dl > div dd,
.apply form dl > div dd,
.c-form dl > div dd {
    padding-left: 0;
  }
}
.contact form dl > div dd input,
.contact form dl > div dd textarea,
.apply form dl > div dd input,
.apply form dl > div dd textarea,
.c-form dl > div dd input,
.c-form dl > div dd textarea {
  width: 100%;
  padding: 10px;
  border: none;
  background: #F4F4F4;
}
.contact form dl > div dd input,
.apply form dl > div dd input,
.c-form dl > div dd input {
  height: 56px;
}
@media (max-width: 767px) {
  .contact form dl > div dd input,
.apply form dl > div dd input,
.c-form dl > div dd input {
    height: 43px;
  }
}
.contact form dl > div dd select,
.apply form dl > div dd select,
.c-form dl > div dd select {
  width: 100%;
  height: 56px;
  padding: 0 1.5em;
  border: solid 1px #DEDEDE;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/wp1/wp-content/uploads/ico/ico_arrow_green_down.svg);
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-position: right 10px center;
}
@media (max-width: 767px) {
  .contact form dl > div dd select,
.apply form dl > div dd select,
.c-form dl > div dd select {
    height: 43px;
  }
}
.contact form dl > div dd select::-ms-expand,
.apply form dl > div dd select::-ms-expand,
.c-form dl > div dd select::-ms-expand {
  display: none;
}
.contact form dl > div dd .c-form__item-name,
.apply form dl > div dd .c-form__item-name,
.c-form dl > div dd .c-form__item-name {
  margin-bottom: 15px;
  font-size: 1.6rem;
}
.contact form dl > div dd input + .c-form__item-name,
.apply form dl > div dd input + .c-form__item-name,
.c-form dl > div dd input + .c-form__item-name {
  margin-top: 20px;
}
.contact form dl > div dd .c-form__note,
.apply form dl > div dd .c-form__note,
.c-form dl > div dd .c-form__note {
  margin-top: 20px;
  font-size: 1.6rem;
}
.contact form dl .c-form__period,
.apply form dl .c-form__period,
.c-form dl .c-form__period {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.contact form dl .c-form__period dd > div,
.apply form dl .c-form__period dd > div,
.c-form dl .c-form__period dd > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contact form dl .c-form__period dd > div span,
.apply form dl .c-form__period dd > div span,
.c-form dl .c-form__period dd > div span {
  margin: 0 32px 0 0;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .contact form dl .c-form__period dd > div span,
.apply form dl .c-form__period dd > div span,
.c-form dl .c-form__period dd > div span {
    margin: 0 15px 0 0;
  }
}
.contact form dl .c-form__period dd > div select,
.apply form dl .c-form__period dd > div select,
.c-form dl .c-form__period dd > div select {
  max-width: 100px;
}
@media (max-width: 767px) {
  .contact form dl .c-form__period dd > div select,
.apply form dl .c-form__period dd > div select,
.c-form dl .c-form__period dd > div select {
    padding-right: 30px;
  }
}
.contact form dl .c-form__terms .c-form__terms-box,
.apply form dl .c-form__terms .c-form__terms-box,
.c-form dl .c-form__terms .c-form__terms-box {
  width: 680px;
  height: 210px;
  padding: 20px;
  border: solid 1px #DEDEDE;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .contact form dl .c-form__terms .c-form__terms-box,
.apply form dl .c-form__terms .c-form__terms-box,
.c-form dl .c-form__terms .c-form__terms-box {
    width: 100%;
    padding: 10px;
  }
}
.contact form dl .c-form__terms .c-form__terms-check input,
.apply form dl .c-form__terms .c-form__terms-check input,
.c-form dl .c-form__terms .c-form__terms-check input {
  width: 20px;
  border: solid 1px #DEDEDE;
}
.contact form dl .c-form__terms .c-form__terms-check .mwform-checkbox-field-text,
.apply form dl .c-form__terms .c-form__terms-check .mwform-checkbox-field-text,
.c-form dl .c-form__terms .c-form__terms-check .mwform-checkbox-field-text {
  margin-left: 0.5em;
  font-size: 1.6rem;
}
.contact form input[type=submit],
.contact form input[type=button],
.apply form input[type=submit],
.apply form input[type=button],
.c-form input[type=submit],
.c-form input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.contact form input[type=submit]::-webkit-search-decoration,
.contact form input[type=button]::-webkit-search-decoration,
.apply form input[type=submit]::-webkit-search-decoration,
.apply form input[type=button]::-webkit-search-decoration,
.c-form input[type=submit]::-webkit-search-decoration,
.c-form input[type=button]::-webkit-search-decoration {
  display: none;
}
.contact form input[type=submit]::focus,
.contact form input[type=button]::focus,
.apply form input[type=submit]::focus,
.apply form input[type=button]::focus,
.c-form input[type=submit]::focus,
.c-form input[type=button]::focus {
  outline-offset: -2px;
}
.contact form .c-form__submit,
.apply form .c-form__submit,
.c-form .c-form__submit {
  position: relative;
  display: block;
  max-width: 350px;
  margin: 0 auto;
}
.contact form .c-form__submit::after,
.apply form .c-form__submit::after,
.c-form .c-form__submit::after {
  position: absolute;
  right: 10px;
  top: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  margin: 0 0 1px 12px;
  width: 6px;
  height: 10px;
  background-image: url(/wp1/wp-content/uploads/ico/ico_arrow_white.svg);
  background-size: cover;
}
@media (max-width: 767px) {
  .contact form .c-form__submit::after,
.apply form .c-form__submit::after,
.c-form .c-form__submit::after {
    top: 26px;
  }
}
.contact form .c-form__submit input,
.apply form .c-form__submit input,
.c-form .c-form__submit input {
  display: block;
  margin: 48px auto 0;
  padding: 16px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #45494D;
  text-decoration: none;
  border-radius: 4px;
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.08);
  width: 350px;
  position: relative;
}
@media (max-width: 767px) {
  .contact form .c-form__submit input,
.apply form .c-form__submit input,
.c-form .c-form__submit input {
    width: 100%;
  }
}
.contact form .c-form__submit input:hover,
.apply form .c-form__submit input:hover,
.c-form .c-form__submit input:hover {
  opacity: 0.8;
}

.contact .wpcf7-response-output,
.contact .wpcf7-not-valid-tip,
.contact .wpcf7-list-item-label,
.apply .wpcf7-response-output,
.apply .wpcf7-not-valid-tip,
.apply .wpcf7-list-item-label {
  font-size: 1.6rem;
}

.mw_wp_form .error {
  color: #ED4F4F;
  font-size: 1.4rem;
  font-weight: bold;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 64px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 1.4rem;
}
.wp-pagenavi a {
  border: solid 1px #DEDEDE;
  text-decoration: none;
}
.wp-pagenavi a img {
  width: 6px;
  height: 10px;
}
.wp-pagenavi .current {
  background: #1AA976;
  color: #fff;
}
.wp-pagenavi a + a,
.wp-pagenavi a + .current,
.wp-pagenavi .current + a {
  margin-left: 8px;
}
.wp-pagenavi .previouspostslink img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.home-balloon-ttl p {
  margin: 0 0 24px;
  color: #1AA976;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .home-balloon-ttl p {
    font-size: 1.4rem;
  }
}
.home-balloon-ttl p span {
  position: relative;
  display: inline-block;
  padding: 8px 24px;
  border: 2px solid #1AA976;
  background-color: #fff;
}
.home-balloon-ttl p span:after {
  position: absolute;
  bottom: -21.5px;
  left: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 20.5px;
  height: 21.5px;
  margin: auto;
  background-image: url(/wp1/wp-content/uploads/ico/ico_balloon_arrow.svg);
  background-size: cover;
}
.home-balloon-ttl h2 {
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .home-balloon-ttl h2 {
    font-size: 2.8rem;
  }
}
.home-balloon-ttl h2 span {
  color: #1AA976;
}

@media (max-width: 767px) {
  .home-kv {
    margin-top: 86px;
  }
}

.home-about {
  padding: 140px 0;
  background-image: url(/wp1/wp-content/uploads/home/about_bg.jpg);
  background-position: center bottom;
  background-size: cover;
}
@media (max-width: 767px) {
  .home-about {
    padding: 56px 4%;
  }
}
.home-about h2 {
  margin: 0 0 64px;
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .home-about h2 {
    font-size: 2.8rem;
  }
}
.home-about h2:after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  margin: 24px auto 0;
  background-color: #1AA976;
}
.home-about .home-about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .home-about .home-about__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) and (max-width: 1370px) {
  .home-about .home-about__box {
    padding-left: 15px;
  }
}
.home-about .home-about__box .home-about__text {
  width: 540px;
  margin: 0 40px 0 0;
}
@media (max-width: 767px) {
  .home-about .home-about__box .home-about__text {
    width: 100%;
    margin: 24px 0 0;
  }
}
.home-about .home-about__box .home-about__text p {
  font-size: 1.6rem;
}
.home-about .home-about__box .home-about__text .c-btn {
  margin: 56px 0 0;
}
@media (max-width: 767px) {
  .home-about .home-about__box .home-about__text .c-btn {
    margin: 32px auto;
  }
}
.home-about .home-about__box .home-about__img {
  width: 790px;
}
@media (max-width: 767px) {
  .home-about .home-about__box .home-about__img {
    width: 100%;
  }
}

.home-solution {
  padding: 140px 0;
  background-image: url(/wp1/wp-content/uploads/home/solution_bg.jpg);
  background-position: center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .home-solution {
    padding: 56px 4%;
  }
}
.home-solution .home-solution__bg {
  max-width: 1340px;
  padding: 0 0 120px;
  margin: 0 auto;
  background-color: #fff;
}
@media (max-width: 767px) {
  .home-solution .home-solution__bg {
    padding: 0 16px 48px;
  }
}
.home-solution .home-solution__bg .home-solution__wrap {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-solution .home-solution__bg .home-solution__wrap {
    width: 100%;
  }
}
.home-solution .home-solution__bg .home-solution__wrap .home-balloon-ttl {
  position: relative;
  top: -28px;
}
.home-solution .home-solution__bg .home-solution__wrap .home-solution__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 32px 0 0;
}
@media (max-width: 767px) {
  .home-solution .home-solution__bg .home-solution__wrap .home-solution__items {
    margin: 0;
  }
}
.home-solution .home-solution__bg .home-solution__wrap .home-solution__items div {
  position: relative;
  width: 20%;
  padding: 32px 0;
  border: 1px solid #fff;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .home-solution .home-solution__bg .home-solution__wrap .home-solution__items div {
    width: 50%;
  }
}
.home-solution .home-solution__bg .home-solution__wrap .home-solution__items div:nth-child(1) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case1_bg.jpg);
}
.home-solution .home-solution__bg .home-solution__wrap .home-solution__items div:nth-child(2) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case2_bg.jpg);
}
.home-solution .home-solution__bg .home-solution__wrap .home-solution__items div:nth-child(3) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case3_bg.jpg);
}
.home-solution .home-solution__bg .home-solution__wrap .home-solution__items div:nth-child(4) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case4_bg.jpg);
}
.home-solution .home-solution__bg .home-solution__wrap .home-solution__items div:nth-child(5) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case5_bg.jpg);
}
.home-solution .home-solution__bg .home-solution__wrap .home-solution__items div:nth-child(6) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case6_bg.jpg);
}
.home-solution .home-solution__bg .home-solution__wrap .home-solution__items div:nth-child(7) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case7_bg.jpg);
}
.home-solution .home-solution__bg .home-solution__wrap .home-solution__items div:nth-child(8) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case8_bg.jpg);
}
.home-solution .home-solution__bg .home-solution__wrap .home-solution__items div:nth-child(9) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case9_bg.jpg);
}
.home-solution .home-solution__bg .home-solution__wrap .home-solution__items div:nth-child(10) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case10_bg.jpg);
}
.home-solution .home-solution__bg .home-solution__wrap .home-solution__items div:hover {
  opacity: 0.8;
}
.home-solution .home-solution__bg .home-solution__wrap .home-solution__items div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.home-solution .home-solution__bg .home-solution__wrap .home-solution__items div p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.home-solution .home-solution__bg .home-solution__wrap .home-solution__items div h3 {
  margin: 4px 0 0;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.home-solution .home-solution__bg .home-solution__wrap .home-solution__items div h3:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 16px auto 0;
  background-image: url(/wp1/wp-content/uploads/ico/ico_arrow_circle.svg);
  background-size: cover;
}

.home-strategy {
  width: 1100px;
  padding: 140px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-strategy {
    width: 100%;
    padding: 56px 4%;
  }
}
.home-strategy .home-strategy__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px 0 0;
}
.home-strategy .home-strategy__items .home-strategy__item {
  width: 350px;
}
@media (max-width: 767px) {
  .home-strategy .home-strategy__items .home-strategy__item {
    width: 100%;
  }
}
.home-strategy .home-strategy__items .home-strategy__item:nth-child(n+4) {
  margin: 120px 0 0;
}
@media (max-width: 767px) {
  .home-strategy .home-strategy__items .home-strategy__item:nth-child(n+2) {
    margin: 80px 0 0;
  }
}
.home-strategy .home-strategy__items .home-strategy__item .home-strategy__bg {
  position: relative;
  padding: 64px 0 40px;
  background-color: #FAFAFA;
}
.home-strategy .home-strategy__items .home-strategy__item .home-strategy__bg .home-strategy__badge {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 80px;
  margin: auto;
}
.home-strategy .home-strategy__items .home-strategy__item .home-strategy__bg h3 {
  font-size: 2rem;
  text-align: center;
}
.home-strategy .home-strategy__items .home-strategy__item .home-strategy__bg .home-strategy__ico {
  width: 80px;
  height: 80px;
  margin: 24px auto 32px;
}
.home-strategy .home-strategy__items .home-strategy__item .home-strategy__bg p {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.home-strategy .home-strategy__items .home-strategy__item .home-strategy__bg p span {
  color: #1AA976;
}
.home-strategy .home-strategy__items .home-strategy__item > p {
  margin: 32px 0 40px;
  font-size: 1.6rem;
}

.home-case {
  position: relative;
  width: calc(100% - 48px);
  padding: 120px 0 240px;
  margin: 0 0 300px auto;
  background-color: #1AA976;
}
@media (max-width: 767px) {
  .home-case {
    width: 100%;
    padding: 56px 4% 120px;
    margin: 0;
  }
}
.home-case .home-case__wrap {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  -webkit-transform: translateX(-24px);
          transform: translateX(-24px);
}
@media (max-width: 767px) {
  .home-case .home-case__wrap {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.home-case .home-case__wrap h2 {
  margin: 0 0 32px;
  color: #fff;
  font-size: 4rem;
}
.home-case .home-case__wrap .home-case__desc {
  color: #fff;
  font-size: 1.6rem;
}

.home-case-items-wrap {
  position: absolute;
  left: 0;
  top: 190px;
  width: 2000px;
}
@media (max-width: 767px) {
  .home-case-items-wrap {
    position: static;
    width: 100%;
    margin: 40px 0 0;
  }
}

.home-case-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-case-items .slick-slide {
  margin: 0 56px 0 0;
}
@media (max-width: 767px) {
  .home-case-items .slick-slide {
    margin: 0 24px 0;
  }
}
.home-case-items .home-case-item {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
}
.home-case-items .home-case-item:not(:first-child) {
  margin: 0 0 0 56px;
}
.home-case-items .home-case-item .home-case-items__img {
  position: relative;
}
.home-case-items .home-case-item .home-case-items__img p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #1AA976;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.home-case-items .home-case-item .home-case-items__text {
  position: relative;
  padding: 32px 32px 60px;
}
.home-case-items .home-case-item .home-case-items__text h3 {
  font-size: 2rem;
}
.home-case-items .home-case-item .home-case-items__text .home-case-items__name {
  margin: 24px 0 32px;
  color: #777777;
  font-size: 1.4rem;
}
.home-case-items .home-case-item .home-case-items__text .c-btn-text {
  position: absolute;
  left: 32px;
  bottom: 32px;
}

.home-case__btn {
  margin-top: 425px;
}
@media (max-width: 767px) {
  .home-case__btn {
    padding: 0 4%;
    margin-top: 32px;
  }
}

.home-service {
  max-width: 1600px;
  padding: 140px 0 120px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-service {
    padding: 56px 4%;
  }
}
.home-service h2 {
  margin: 0 0 40px;
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .home-service h2 {
    font-size: 2.8rem;
  }
}
.home-service .home-service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .home-service .home-service__items {
    display: block;
  }
}
.home-service .home-service__items .home-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48%;
  padding: 80px;
  background-color: #FAFAFA;
}
@media (max-width: 767px) {
  .home-service .home-service__items .home-service__item {
    width: 100%;
    padding: 20px;
  }
  .home-service .home-service__items .home-service__item:first-child {
    margin: 0 0 32px;
  }
}
.home-service .home-service__items .home-service__item div {
  width: 100px;
  margin: 0 auto;
}
.home-service .home-service__items .home-service__item h3 {
  margin: 32px 0 40px;
  font-size: 2.4rem;
  text-align: center;
}
.home-service .home-service__items .home-service__item p {
  margin: 0 0 56px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .home-service .home-service__items .home-service__item p {
    margin: 0 0 32px;
  }
}
.home-service .home-service__items .home-service__item .c-btn {
  min-width: 380px;
  margin: auto auto 0;
}
@media (max-width: 767px) {
  .home-service .home-service__items .home-service__item .c-btn {
    min-width: auto;
    width: 100%;
  }
}

.home-product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 800px;
  padding: 24px 48px;
  margin: 0 auto 120px;
  background-image: url(/wp1/wp-content/uploads/home/product_bg.jpg);
  background-position: center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .home-product {
    width: 100%;
    margin: 0 0 56px;
  }
}
.home-product:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  display: inline-block;
  content: "";
  width: 6px;
  height: 10px;
  margin: auto;
  background-image: url(/wp1/wp-content/uploads/ico/ico_arrow_white.svg);
  background-size: cover;
}
@media (max-width: 767px) {
  .home-product:after {
    content: none;
  }
}
.home-product:hover {
  opacity: 0.8;
}
.home-product a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.home-product .home-product__img {
  width: 209px;
  margin: 0 40px 0 0;
}
@media (max-width: 767px) {
  .home-product .home-product__img {
    width: 100px;
    margin: 0 24px 0 0;
  }
}
.home-product .home-product__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-product .home-product__text .home-product__ttl {
  margin: 0 0 24px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .home-product .home-product__text .home-product__ttl {
    margin: 0 0 12px;
  }
}
.home-product .home-product__text p {
  color: #fff;
  font-size: 1.6rem;
}

.home-consideration {
  padding: 80px 0;
  background-color: #FAFAFA;
}
@media (max-width: 767px) {
  .home-consideration {
    padding: 56px 4%;
  }
}
.home-consideration .home-consideration__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .home-consideration .home-consideration__wrap {
    display: block;
  }
}
.home-consideration .home-consideration__wrap h2 {
  margin: 0 80px 0 0;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .home-consideration .home-consideration__wrap h2 {
    margin: 0 0 32px;
    font-size: 2.4rem;
    text-align: center;
  }
}
.home-consideration .home-consideration__wrap .home-consideration__items {
  width: 520px;
}
@media (max-width: 767px) {
  .home-consideration .home-consideration__wrap .home-consideration__items {
    width: 100%;
  }
}
.home-consideration .home-consideration__wrap .home-consideration__items .home-consideration__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 48px 24px 40px;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
}
.home-consideration .home-consideration__wrap .home-consideration__items .home-consideration__item:first-child {
  margin: 0 0 16px;
}
.home-consideration .home-consideration__wrap .home-consideration__items .home-consideration__item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  display: inline-block;
  content: "";
  margin: auto;
  width: 6px;
  height: 10px;
  background-image: url(/wp1/wp-content/uploads/ico/ico_arrow_blue.svg);
  background-size: cover;
}
.home-consideration .home-consideration__wrap .home-consideration__items .home-consideration__item a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.home-consideration .home-consideration__wrap .home-consideration__items .home-consideration__item div img {
  width: 40px;
  margin: 0 32px 0 0;
}
.home-consideration .home-consideration__wrap .home-consideration__items .home-consideration__item p {
  font-size: 1.6rem;
}

.home-company .home-company__wrap {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-company .home-company__wrap {
    width: 100%;
  }
}
.home-company .home-company__wrap:after {
  position: absolute;
  top: 48px;
  right: 0;
  display: inline-block;
  content: "";
  width: 450px;
  height: 450px;
  background-image: url(/wp1/wp-content/uploads/home/company_logo.jpg);
  background-size: cover;
  z-index: -1;
}
.home-company .home-company__wrap .home-company__box {
  position: relative;
  top: -100px;
  width: 620px;
  padding: 100px 64px 0 64px;
  background-color: #fff;
  border-top: 4px solid #1AA976;
}
@media (max-width: 767px) {
  .home-company .home-company__wrap .home-company__box {
    position: static;
    width: 100%;
    padding: 48px 4%;
  }
}
.home-company .home-company__wrap .home-company__box h2 {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .home-company .home-company__wrap .home-company__box h2 {
    font-size: 2.8rem;
    text-align: center;
  }
}
.home-company .home-company__wrap .home-company__box p {
  margin: 48px 0 56px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .home-company .home-company__wrap .home-company__box p {
    margin: 24px 0 32px;
  }
}
.home-company .home-company__wrap .home-company__box .c-btn {
  margin: 56px 0 0;
}
@media (max-width: 767px) {
  .home-company .home-company__wrap .home-company__box .c-btn {
    margin: 32px auto 0;
  }
}

.home-news {
  padding: 120px 0;
  background-color: #FAFAFA;
}
@media (max-width: 767px) {
  .home-news {
    padding: 56px 4%;
  }
}
.home-news .home-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-news .home-news__wrap {
    display: block;
    width: 100%;
  }
}
.home-news .home-news__wrap .home-news__ttl {
  margin: 0 120px 0 0;
}
@media (max-width: 767px) {
  .home-news .home-news__wrap .home-news__ttl {
    margin: 0 0 16px;
  }
}
.home-news .home-news__wrap .home-news__ttl h2 {
  margin: 0 0 32px;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .home-news .home-news__wrap .home-news__ttl h2 {
    margin: 0;
    font-size: 2.4rem;
    text-align: center;
  }
}
.home-news .home-news__wrap .home-news__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-news .home-news__wrap .home-news__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 24px 24px 0;
  border-bottom: 1px solid #DEDEDE;
  list-style-type: none;
}
@media (max-width: 767px) {
  .home-news .home-news__wrap .home-news__list li {
    display: block;
  }
}
.home-news .home-news__wrap .home-news__list li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  content: "";
  margin: auto;
  width: 6px;
  height: 10px;
  background-image: url(/wp1/wp-content/uploads/ico/ico_arrow_blue.svg);
  background-size: cover;
}
.home-news .home-news__wrap .home-news__list li p {
  margin: 0 16px 0 0;
  font-size: 1.6rem;
}
.home-news .home-news__wrap .home-news__list li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
}
.home-news .home-news__wrap .home-news__list li a:hover {
  text-decoration: underline;
}
.home-news .home-news__banner {
  width: 450px;
  margin: 56px auto 0;
}
@media (max-width: 767px) {
  .home-news .home-news__banner {
    width: 100%;
  }
}
.home-news .home-news__banner:hover {
  opacity: 0.8;
}

.home-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1600px;
  margin: 140px auto 96px;
}
@media (max-width: 767px) {
  .home-recruit {
    display: block;
    margin: 56px 0;
  }
}
.home-recruit .home-recruit__img {
  width: 49%;
}
@media (max-width: 767px) {
  .home-recruit .home-recruit__img {
    width: 100%;
  }
}
.home-recruit .home-recruit__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 51%;
}
@media (max-width: 767px) {
  .home-recruit .home-recruit__text {
    display: block;
    width: 100%;
    padding: 0 4%;
  }
}
.home-recruit .home-recruit__text .home-recruit__text-wrap p {
  font-size: 12rem;
  color: #EDF8F4;
  line-height: 1.2;
  font-style: italic;
}
@media (max-width: 767px) {
  .home-recruit .home-recruit__text .home-recruit__text-wrap p {
    font-size: 8rem;
    text-align: center;
  }
}
.home-recruit .home-recruit__text .home-recruit__text-wrap h2 {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .home-recruit .home-recruit__text .home-recruit__text-wrap h2 {
    font-size: 2.8rem;
    text-align: center;
  }
}

.news .news-list {
  width: 840px;
  margin: 0 auto;
  list-style: none;
}
@media (max-width: 767px) {
  .news .news-list {
    width: 100%;
  }
}
.news .news-list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px 20px 0;
  border-bottom: solid 1px #DEDEDE;
  text-decoration: none;
}
@media (max-width: 767px) {
  .news .news-list li a {
    display: block;
  }
}
.news .news-list li a::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(/wp1/wp-content/uploads/ico/ico_arrow_blue.svg);
  background-size: cover;
}
.news .news-list li a p {
  font-size: 1.6rem;
}
.news .news-list li a .news-list__date {
  width: 126px;
}

.news-detail .un-head-2 {
  margin-bottom: 15px;
}
.news-detail .news-detail__date {
  margin: 0 0 32px;
  text-align: right;
}
@media (max-width: 767px) {
  .news-detail .news-detail__date {
    margin: 0 0 28px;
  }
}
.news-detail .news-detail__content h2 {
  margin: 0 0 40px;
  padding: 0 0 6px;
  font-size: 3.2rem;
  border-bottom: 4px solid #1AA976;
}
@media (max-width: 767px) {
  .news-detail .news-detail__content h2 {
    margin: 0 0 34px;
  }
}
.news-detail .news-detail__content h3 {
  margin: 48px 0 32px;
  padding: 6px 16px;
  font-size: 2rem;
  background: #F4F4F4;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .news-detail .news-detail__content h3 {
    margin: 32px 0 24px;
  }
}
.news-detail .news-detail__content h4 {
  margin: 40px 0 16px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .news-detail .news-detail__content h4 {
    margin: 24px 0 0;
  }
}
.news-detail .news-detail__content p {
  margin: 32px 0 0;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .news-detail .news-detail__content p {
    margin: 20px 0 0;
  }
}
.news-detail .news-detail__content p:first-child {
  margin-top: 0;
}
.news-detail .news-detail__content b, .news-detail .news-detail__content strong, .news-detail .news-detail__content i, .news-detail .news-detail__content em {
  font-size: 1.6rem;
}
.news-detail .news-detail__content img {
  height: auto;
}

.about {
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .about {
    padding: 0 0 56px;
  }
}
.about .un-section {
  width: 100%;
  margin: 0 auto;
}
.about .un-head-2--center {
  padding: 0 4%;
}

.about-strategy {
  padding: 68px 0 140px;
  background-image: url(/wp1/wp-content/uploads/about/bg_strategy.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .about-strategy {
    padding: 0 0 56px;
  }
}
.about-strategy .about-strategy__wrap {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about-strategy .about-strategy__wrap {
    width: 100%;
  }
}
.about-strategy .about-strategy__wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.about-strategy .about-strategy__wrap > ul > li {
  width: 350px;
  padding: 24px;
  margin-left: 25px;
  background: #1AA976;
  color: #fff;
}
@media (max-width: 767px) {
  .about-strategy .about-strategy__wrap > ul > li {
    width: 100%;
    padding: 24px 4%;
    margin: 0;
  }
}
.about-strategy .about-strategy__wrap > ul > li:nth-child(1), .about-strategy .about-strategy__wrap > ul > li:nth-child(4) {
  margin-left: 0;
}
.about-strategy .about-strategy__wrap > ul > li:nth-child(even) {
  background: #0D9867;
}
.about-strategy .about-strategy__wrap > ul > li h3 {
  font-size: 2rem;
  text-align: center;
}
.about-strategy .about-strategy__wrap > ul > li > ul {
  margin-top: 20px;
  list-style: none;
}
.about-strategy .about-strategy__wrap > ul > li > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}
.about-strategy .about-strategy__wrap > ul > li > ul li::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 15px;
  margin-right: 8px;
  background-image: url(/wp1/wp-content/uploads/ico/ico_check.svg);
  background-size: cover;
}
.about-strategy .about-strategy__wrap > ul > li > ul li + li {
  margin-top: 10px;
}
.about-strategy .about-strategy__wrap > ul > li:nth-child(n+4) {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .about-strategy .about-strategy__wrap > ul > li:nth-child(n+4) {
    margin-top: 0;
  }
}

.about-support > li {
  padding: 0 4%;
  background: #30B787;
}
.about-support > li:nth-child(even) {
  background: #1AA976;
}
.about-support > li:nth-child(1) .about-support__inner::after {
  content: "01";
}
.about-support > li:nth-child(2) .about-support__inner::after {
  content: "02";
}
.about-support > li:nth-child(3) .about-support__inner::after {
  content: "03";
}
.about-support > li .about-support__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1100px;
  padding: 48px 0;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 767px) {
  .about-support > li .about-support__inner {
    display: block;
    width: 100%;
    padding: 34px 0;
  }
}
.about-support > li .about-support__inner::after {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 24rem;
  font-weight: bold;
  opacity: 0.12;
}
@media (max-width: 767px) {
  .about-support > li .about-support__inner::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.about-support > li .about-support__inner .about-support__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 420px;
}
@media (max-width: 767px) {
  .about-support > li .about-support__inner .about-support__catch {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-support > li .about-support__inner .about-support__catch .about-support__sticker {
  text-align: center;
}
.about-support > li .about-support__inner .about-support__catch .about-support__sticker span {
  display: inline-block;
  padding: 0 16px;
  border: solid 2px #FFFF00;
  color: #FFFF00;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .about-support > li .about-support__inner .about-support__catch .about-support__sticker span {
    font-size: 2rem;
  }
}
.about-support > li .about-support__inner .about-support__catch img {
  max-width: 160px;
  height: auto;
  margin: 32px auto 20px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .about-support > li .about-support__inner .about-support__catch img {
    max-width: 120px;
    margin: 20px auto 10px;
  }
}
.about-support > li .about-support__inner .about-support__catch .about-support__title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .about-support > li .about-support__inner .about-support__catch .about-support__title {
    font-size: 2.8rem;
  }
}
.about-support > li .about-support__inner .about-support__content {
  z-index: 500;
}
.about-support > li .about-support__inner .about-support__content h3 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .about-support > li .about-support__inner .about-support__content h3 {
    font-size: 2rem;
  }
}
.about-support > li .about-support__inner .about-support__content ul {
  margin-top: 43px;
  list-style: none;
}
@media (max-width: 767px) {
  .about-support > li .about-support__inner .about-support__content ul {
    margin-top: 20px;
  }
}
.about-support > li .about-support__inner .about-support__content ul li {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-support > li .about-support__inner .about-support__content ul li::before {
  content: "●";
  margin-right: 0.5em;
}

.about-staff {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .about-staff {
    margin-top: 56px;
  }
}
@media (min-width: 768px) {
  .about-staff h2 {
    margin-bottom: 270px;
  }
}
.about-staff .about-staff__wrap {
  position: relative;
  background: #1AA976;
}
@media (min-width: 768px) {
  .about-staff .about-staff__wrap {
    height: 660px;
  }
}
.about-staff .about-staff__wrap > div {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about-staff .about-staff__wrap > div {
    width: 100%;
  }
}
.about-staff ul {
  position: absolute;
  top: -205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1100px;
  list-style: none;
}
@media (max-width: 767px) {
  .about-staff ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static;
    width: 100%;
    padding: 56px 4%;
  }
}
.about-staff ul li {
  margin: 0 0 64px 40px;
}
@media (max-width: 767px) {
  .about-staff ul li {
    width: calc(50% - 20px);
    margin: 0 0 24px 20px;
  }
}
.about-staff ul li:nth-child(1), .about-staff ul li:nth-child(5) {
  margin-left: 0;
}
.about-staff ul li:nth-child(-n+3) {
  top: -205px;
}
.about-staff ul li:nth-child(even) {
  margin-top: 42px;
}
@media (max-width: 767px) {
  .about-staff ul li:nth-child(even) {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .about-staff ul li:last-child {
    margin: 0 auto 0 20px;
  }
}
.about-staff ul li a {
  position: relative;
  display: block;
}
.about-staff ul li a img {
  max-width: 245px;
  height: auto;
}
@media (max-width: 767px) {
  .about-staff ul li a img {
    max-width: 100%;
  }
}
.about-staff ul li a p {
  position: absolute;
  left: 24px;
  bottom: 20px;
  color: #fff;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .about-staff ul li a p {
    left: 10px;
    bottom: 10px;
  }
}
.about-staff ul li a p span {
  display: block;
  font-size: 1.4rem;
}

.modaal-inner-wrapper {
  padding: 80px 4%;
}

.modaal-container {
  max-width: 900px;
}

.modaal-content-container {
  padding: 80px;
}
@media (max-width: 767px) {
  .modaal-content-container {
    padding: 20px;
  }
}
.modaal-content-container .about-staff__window-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .modaal-content-container .about-staff__window-head {
    display: block;
    margin-bottom: 25px;
  }
}
.modaal-content-container .about-staff__window-head img {
  max-width: 240px;
  height: auto;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .modaal-content-container .about-staff__window-head img {
    max-width: 150px;
    margin: 0 auto 10px;
  }
}
.modaal-content-container .about-staff__window-head p {
  font-size: 4rem;
  font-weight: bold;
}
.modaal-content-container .about-staff__window-head p span {
  display: block;
  color: #1AA976;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .modaal-content-container .about-staff__window-head p span {
    display: inline;
    margin-left: 1.5em;
  }
}
.modaal-content-container .about-staff__window-list {
  list-style: none;
}
.modaal-content-container .about-staff__window-list > li {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .modaal-content-container .about-staff__window-list > li {
    font-size: 2rem;
  }
}
.modaal-content-container .about-staff__window-list > li span {
  color: #1AA976;
  font-weight: bold;
}
.modaal-content-container .about-staff__window-list > li .un-text {
  margin-top: 10px;
}
.modaal-content-container .about-staff__window-list > li ul {
  margin-top: 10px;
  list-style: none;
}
.modaal-content-container .about-staff__window-list > li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}
.modaal-content-container .about-staff__window-list > li ul li::before {
  content: "●";
  padding-top: 0.5em;
  margin-right: 0.5em;
  font-size: 1rem;
}
.modaal-content-container .about-staff__window-list > li + li {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .modaal-content-container .about-staff__window-list > li + li {
    margin-top: 20px;
  }
}

.about-message {
  position: relative;
  padding: 140px 0 0;
}
@media (max-width: 767px) {
  .about-message {
    padding: 56px 0 0;
  }
}
.about-message .about-message__inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about-message .about-message__inner {
    width: 100%;
  }
}
.about-message .about-message__inner .about-message__text {
  width: 780px;
  padding: 70px 80px;
  margin-top: 80px;
  background: #FAFAFA;
}
@media (max-width: 767px) {
  .about-message .about-message__inner .about-message__text {
    width: 100%;
    padding: 24px 4%;
    margin: 0;
  }
}
.about-message .about-message__inner .about-message__text h2 {
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .about-message .about-message__inner .about-message__text h2 {
    font-size: 2rem;
  }
}
.about-message img {
  position: absolute;
  top: 140px;
  max-width: 780px;
  z-index: -999;
}
@media (max-width: 767px) {
  .about-message img {
    position: static;
  }
}

.about-message--left img {
  right: 0;
}

.about-message--right .about-message__inner .about-message__text {
  margin: 80px 0 0 auto;
}
@media (max-width: 767px) {
  .about-message--right .about-message__inner .about-message__text {
    margin: 0;
  }
}
.about-message--right img {
  left: 0;
}

.about-message + .about-message {
  padding-top: 0;
}
.about-message + .about-message .about-message__inner .about-message__text {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .about-message + .about-message .about-message__inner .about-message__text {
    margin-top: 0;
  }
}
.about-message + .about-message img {
  top: -80px;
}

.task .task-menu {
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .task .task-menu {
    margin-bottom: 56px;
  }
}
.task .task-menu ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 32px 0 0;
  list-style: none;
}
@media (max-width: 767px) {
  .task .task-menu ol {
    margin: 0;
  }
}
.task .task-menu ol li {
  position: relative;
  width: 20%;
  padding: 32px 0;
  border: 1px solid #fff;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .task .task-menu ol li {
    width: 50%;
  }
}
.task .task-menu ol li:nth-child(1) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case1_bg.jpg);
}
.task .task-menu ol li:nth-child(2) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case2_bg.jpg);
}
.task .task-menu ol li:nth-child(3) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case3_bg.jpg);
}
.task .task-menu ol li:nth-child(4) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case4_bg.jpg);
}
.task .task-menu ol li:nth-child(5) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case5_bg.jpg);
}
.task .task-menu ol li:nth-child(6) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case6_bg.jpg);
}
.task .task-menu ol li:nth-child(7) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case7_bg.jpg);
}
.task .task-menu ol li:nth-child(8) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case8_bg.jpg);
}
.task .task-menu ol li:nth-child(9) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case9_bg.jpg);
}
.task .task-menu ol li:nth-child(10) {
  background-image: url(/wp1/wp-content/uploads/solution/solution_case10_bg.jpg);
}
.task .task-menu ol li:hover {
  opacity: 0.8;
}
.task .task-menu ol li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.task .task-menu ol li .task-menu__number {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.task .task-menu ol li .task-menu__title {
  margin: 4px 0 0;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.task .task-menu ol li .task-menu__title:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 16px auto 0;
  background-image: url(/wp1/wp-content/uploads/ico/ico_arrow_circle.svg);
  background-size: cover;
}
.task .task-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .task .task-list {
    margin-bottom: 56px;
  }
}
.task .task-list section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 530px;
  padding-bottom: 32px;
  background: #FAFAFA;
}
@media (max-width: 767px) {
  .task .task-list section {
    width: 100%;
    padding-bottom: 20px;
  }
}
.task .task-list section .task-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 220px;
  padding: 0 4%;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.task .task-list section .task-list__title p {
  font-size: 1.4rem;
  font-weight: bold;
}
.task .task-list section .task-list__title h2 {
  font-size: 2.4rem;
}
.task .task-list section .task-list__content {
  padding: 25px 32px;
}
@media (max-width: 767px) {
  .task .task-list section .task-list__content {
    padding: 20px 4%;
  }
}
.task .task-list section .task-list__content .task-list__content-ex {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
}
.task .task-list section .task-list__content ul {
  position: relative;
  padding: 24px;
  margin-bottom: 80px;
  list-style: none;
  border: solid 1px #DEDEDE;
  border-radius: 4px;
  background-color: #fff;
}
.task .task-list section .task-list__content ul::after {
  position: absolute;
  bottom: -56px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 20px 0 20px;
  border-color: #dedede transparent transparent transparent;
}
.task .task-list section .task-list__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
.task .task-list section .task-list__content ul li::before {
  content: "●";
  margin-right: 0.5em;
}
.task .task-list section .task-list__content .task-list__content-result {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.task .task-list section .task-list__content .task-list__content-result span {
  color: #1AA976;
}
.task .task-list section .c-btn {
  width: 350px;
}
@media (max-width: 767px) {
  .task .task-list section .c-btn {
    width: 100%;
  }
}
.task .task-list section .task-list__btn {
  margin-top: auto;
}
@media (max-width: 767px) {
  .task .task-list section .task-list__btn {
    padding: 0 4%;
  }
}
@media (max-width: 767px) {
  .task .task-list section:nth-child(n+2) {
    margin-top: 43px;
  }
}
@media (min-width: 768px) {
  .task .task-list section:nth-child(n+3) {
    margin-top: 64px;
  }
}
.task .task-list section:nth-child(1) .task-list__title {
  background-image: url(/wp1/wp-content/uploads/task/bg_case_01.jpg);
}
.task .task-list section:nth-child(2) .task-list__title {
  background-image: url(/wp1/wp-content/uploads/task/bg_case_02.jpg);
}
.task .task-list section:nth-child(3) .task-list__title {
  background-image: url(/wp1/wp-content/uploads/task/bg_case_03.jpg);
}
.task .task-list section:nth-child(4) .task-list__title {
  background-image: url(/wp1/wp-content/uploads/task/bg_case_04.jpg);
}
.task .task-list section:nth-child(5) .task-list__title {
  background-image: url(/wp1/wp-content/uploads/task/bg_case_05.jpg);
}
.task .task-list section:nth-child(6) .task-list__title {
  background-image: url(/wp1/wp-content/uploads/task/bg_case_06.jpg);
}
.task .task-list section:nth-child(7) .task-list__title {
  background-image: url(/wp1/wp-content/uploads/task/bg_case_07.jpg);
}
.task .task-list section:nth-child(8) .task-list__title {
  background-image: url(/wp1/wp-content/uploads/task/bg_case_08.jpg);
}
.task .task-list section:nth-child(9) .task-list__title {
  background-image: url(/wp1/wp-content/uploads/task/bg_case_09.jpg);
}
.task .task-list section:nth-child(10) .task-list__title {
  background-image: url(/wp1/wp-content/uploads/task/bg_case_10.jpg);
}
.task .task__strategy {
  padding: 64px;
  background-color: #FAFAFA;
  text-align: center;
}
@media (max-width: 767px) {
  .task .task__strategy {
    padding: 25px 4%;
  }
}
.task .task__strategy > p {
  margin: 0 0 24px;
  color: #1AA976;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .task .task__strategy > p {
    font-size: 1.4rem;
  }
}
.task .task__strategy > p span {
  position: relative;
  display: inline-block;
  padding: 8px 24px;
  border: 2px solid #1AA976;
  background-color: #fff;
}
.task .task__strategy > p span:after {
  position: absolute;
  bottom: -21.5px;
  left: 0;
  right: 0;
  display: inline-block;
  content: "";
  width: 20.5px;
  height: 21.5px;
  margin: auto;
  background-image: url(/wp1/wp-content/uploads/ico/ico_balloon_arrow.svg);
  background-size: cover;
}
.task .task__strategy > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-decoration: none;
}
.task .task__strategy > a p {
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .task .task__strategy > a p {
    font-size: 2.4rem;
  }
}
.task .task__strategy > a::after {
  display: inline-block;
  content: "";
  margin-left: 70px;
  width: 40px;
  height: 40px;
  background-image: url(/wp1/wp-content/uploads/ico/ico_arrow_circle_green.svg);
  background-size: cover;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .task .task__strategy > a::after {
    margin-left: 15px;
    width: 25px;
    height: 25px;
  }
}
.task .task__strategy > a span {
  color: #1AA976;
}

.strategy .un-section .strategy__balloon {
  margin: 0 0 24px;
  color: #1AA976;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .strategy .un-section .strategy__balloon {
    font-size: 1.4rem;
  }
}
.strategy .un-section .strategy__balloon span {
  position: relative;
  display: inline-block;
  padding: 8px 24px;
  border: 2px solid #1AA976;
  background-color: #fff;
}
.strategy .un-section .strategy__balloon span:after {
  position: absolute;
  bottom: -21.5px;
  left: 0;
  right: 0;
  display: inline-block;
  content: "";
  width: 20.5px;
  height: 21.5px;
  margin: auto;
  background-image: url(/wp1/wp-content/uploads/ico/ico_balloon_arrow.svg);
  background-size: cover;
}
.strategy .un-section h2 {
  font-size: 4rem;
  text-align: center;
}
.strategy .un-section h2 span {
  color: #1AA976;
}
.strategy .strategy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 110px 0 0;
  list-style: none;
}
.strategy .strategy-list li {
  width: 350px;
}
@media (max-width: 767px) {
  .strategy .strategy-list li {
    width: 100%;
  }
}
.strategy .strategy-list li:nth-child(n+4) {
  margin: 120px 0 0;
}
@media (max-width: 767px) {
  .strategy .strategy-list li:nth-child(n+2) {
    margin: 80px 0 0;
  }
}
.strategy .strategy-list li > div {
  position: relative;
  padding: 64px 0 40px;
  background-color: #FAFAFA;
}
.strategy .strategy-list li > div .strategy-list__number {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 80px;
  margin: auto;
}
.strategy .strategy-list li > div h3 {
  font-size: 2rem;
  text-align: center;
}
.strategy .strategy-list li > div .strategy-list__img {
  width: 80px;
  height: 80px;
  margin: 24px auto 32px;
}
.strategy .strategy-list li > div p {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.strategy .strategy-list li > div p span {
  color: #1AA976;
}
.strategy .strategy-list li > p {
  margin: 32px 0 40px;
  font-size: 1.6rem;
}

.strategy-detail {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .strategy-detail {
    padding-top: 25px;
  }
}
.strategy-detail .strategy-detail-point {
  position: relative;
  padding: 87px 64px 64px;
  background: #FAFAFA;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail-point {
    padding: 54px 4% 20px;
  }
}
.strategy-detail .strategy-detail-point .strategy-detail-point__head {
  position: absolute;
  top: -40px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail-point .strategy-detail-point__head {
    top: -30px;
  }
}
.strategy-detail .strategy-detail-point .strategy-detail-point__head img {
  width: 80px;
  height: auto;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail-point .strategy-detail-point__head img {
    width: 60px;
  }
}
.strategy-detail .strategy-detail-point .strategy-detail-point__head p {
  font-size: 2rem;
  font-weight: bold;
}
.strategy-detail .strategy-detail-point .strategy-detail-point__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail-point .strategy-detail-point__title {
    display: block;
  }
}
.strategy-detail .strategy-detail-point .strategy-detail-point__title img {
  width: 80px;
  height: auto;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail-point .strategy-detail-point__title img {
    width: 50px;
    margin: 0 auto;
  }
}
.strategy-detail .strategy-detail-point .strategy-detail-point__title h2 {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail-point .strategy-detail-point__title h2 {
    font-size: 2.8rem;
    text-align: center;
  }
}
.strategy-detail .strategy-detail-point .strategy-detail-point__title h2 span {
  color: #1AA976;
}
.strategy-detail .strategy-detail-point .strategy-detail-point__check {
  position: relative;
  padding: 38px 4% 64px;
  margin-top: 80px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 16px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 16px 16px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .strategy-detail .strategy-detail-point .strategy-detail-point__check {
    padding-bottom: 288px;
  }
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail-point .strategy-detail-point__check {
    margin-top: 20px;
    -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.08);
  }
}
.strategy-detail .strategy-detail-point .strategy-detail-point__check::before {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  display: block;
  content: "";
  width: 166px;
  height: 8px;
  background: #1AA976;
}
.strategy-detail .strategy-detail-point .strategy-detail-point__check p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1AA976;
  font-size: 2rem;
  font-weight: bold;
}
.strategy-detail .strategy-detail-point .strategy-detail-point__check p:first-child::after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 14px;
  background-image: url(/wp1/wp-content/uploads/ico/ico_check_box_org.svg);
  background-size: cover;
}
.strategy-detail .strategy-detail-point .strategy-detail-point__check h3 {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail-point .strategy-detail-point__check h3 {
    font-size: 2.8rem;
  }
}
.strategy-detail .strategy-detail-point .strategy-detail-point__check ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 64px;
  text-align: left;
  list-style: none;
}
@media (min-width: 768px) {
  .strategy-detail .strategy-detail-point .strategy-detail-point__check ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail-point .strategy-detail-point__check ul {
    margin-top: 34px;
  }
}
.strategy-detail .strategy-detail-point .strategy-detail-point__check ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail-point .strategy-detail-point__check ul li {
    width: 100%;
    font-size: 1.8rem;
  }
}
.strategy-detail .strategy-detail-point .strategy-detail-point__check ul li::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin: 5px 14px 0 0;
  background-image: url(/wp1/wp-content/uploads/ico/ico_check_box.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail-point .strategy-detail-point__check ul li::before {
    width: 20px;
    height: 20px;
    margin-top: 5px;
  }
}
.strategy-detail .strategy-detail-point .strategy-detail-point__check ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 34px);
}
@media (min-width: 768px) {
  .strategy-detail .strategy-detail-point .strategy-detail-point__check ul li span {
    white-space: nowrap;
  }
}
.strategy-detail .strategy-detail-point .strategy-detail-point__check ul li + li {
  margin-top: 10px;
}
.strategy-detail .strategy-detail-point .strategy-detail-point__advice {
  position: relative;
  padding-top: 64px;
  margin-top: 95px;
  border-top: solid 2px #DEDEDE;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail-point .strategy-detail-point__advice {
    padding-top: 0;
    margin-top: 60px;
  }
}
.strategy-detail .strategy-detail-point .strategy-detail-point__advice h3 {
  position: absolute;
  top: -28px;
  right: 50%;
  padding: 0 40px;
  background: #FAFAFA;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  text-align: center;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail-point .strategy-detail-point__advice h3 {
    position: static;
    right: auto;
    display: table;
    padding: 0 10px;
    margin: -20px auto 34px auto;
    transform: none;
    -webkit-transform: none;
    font-size: 2.4rem;
  }
}
.strategy-detail .strategy-detail-point .strategy-detail-point__advice h3 span {
  color: #1AA976;
}
.strategy-detail .strategy-detail-point .strategy-detail-point__advice > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail-point .strategy-detail-point__advice > div {
    display: block;
  }
}
.strategy-detail .strategy-detail-point .strategy-detail-point__advice > div img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail-point .strategy-detail-point__advice > div img {
    margin: 0 auto 34px;
  }
}
.strategy-detail .strategy-detail-point .strategy-detail-point__advice > div div {
  width: calc(100% - 160px);
  padding-left: 48px;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail-point .strategy-detail-point__advice > div div {
    width: 100%;
    padding: 0;
  }
}
.strategy-detail .strategy-detail-point .strategy-detail-point__advice > div div h4 {
  font-size: 2.4rem;
}
.strategy-detail .strategy-detail-point .strategy-detail-point__advice > div div p span,
.strategy-detail .strategy-detail-point .strategy-detail-point__advice > div div ol span {
  background-image: url(/wp1/wp-content/uploads/strategy/bg_underline.svg);
  background-position: bottom;
  background-repeat: repeat-x;
}
.strategy-detail .strategy-detail-point .strategy-detail-point__advice > div div ol {
  padding-left: 16px;
}
.strategy-detail .strategy-detail-point .strategy-detail-point__advice > div div ol li {
  font-size: 1.6rem;
}
.strategy-detail .strategy-detail__consultation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail__consultation ul {
    display: block;
  }
}
.strategy-detail .strategy-detail__consultation ul li {
  width: 350px;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail__consultation ul li {
    width: 100%;
    margin: 25px 0 0 0;
  }
}
.strategy-detail .strategy-detail__consultation ul li h3 {
  color: #1AA976;
  font-size: 1.6rem;
}
.strategy-detail .strategy-detail__consultation ul li .un-text {
  margin-top: 10px;
}
.strategy-detail .strategy-detail__consultation ul li:first-child,
.strategy-detail .strategy-detail__consultation ul li:nth-child(4n) {
  margin-left: 0;
}
.strategy-detail .strategy-detail__consultation ul li:nth-child(n+4) {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail__consultation ul li:nth-child(n+4) {
    margin-top: 25px;
  }
}
.strategy-detail .strategy-detail__consultation .strategy-detail__consultation-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 780px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail__consultation .strategy-detail__consultation-img {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.strategy-detail .strategy-detail__consultation .strategy-detail__consultation-img .un-text {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail__consultation .strategy-detail__consultation-img > div {
    width: 50%;
  }
}
.strategy-detail .strategy-detail__consultation .strategy-detail__consultation-image {
  max-width: 780px;
  height: auto;
  margin: 64px auto 0;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail__consultation .strategy-detail__consultation-image {
    margin-top: 43px;
  }
}
.strategy-detail .strategy-detail__consultation .strategy-detail__consultation-performance {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  margin-top: 140px;
  background: #1AA976;
  text-decoration: none;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail__consultation .strategy-detail__consultation-performance {
    display: block;
    margin-top: 70px;
  }
}
.strategy-detail .strategy-detail__consultation .strategy-detail__consultation-performance::after {
  position: absolute;
  right: 32px;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/wp1/wp-content/uploads/ico/ico_arrow_circle.svg);
  background-size: cover;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail__consultation .strategy-detail__consultation-performance::after {
    content: none;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.strategy-detail .strategy-detail__consultation .strategy-detail__consultation-performance > div img {
  display: inline-block;
  max-width: 120px;
  height: auto;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail__consultation .strategy-detail__consultation-performance > div img {
    max-width: calc(50% - 7px);
    height: auto;
  }
}
.strategy-detail .strategy-detail__consultation .strategy-detail__consultation-performance > div img + img {
  margin-left: 10px;
}
.strategy-detail .strategy-detail__consultation .strategy-detail__consultation-performance p {
  position: relative;
  margin-left: 40px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail__consultation .strategy-detail__consultation-performance p {
    padding-right: 40px;
    margin: 10px 0 0 0;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail__consultation .strategy-detail__consultation-performance p::after {
    position: absolute;
    top: 50%;
    right: 0px;
    content: "";
    display: inline-block;
    background-image: url(/wp1/wp-content/uploads/ico/ico_arrow_circle.svg);
    background-size: cover;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.strategy-detail .strategy-detail__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 80px;
  margin-top: 80px;
  border-top: solid 1px #DEDEDE;
  list-style: none;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail__menu {
    padding-top: 43px;
    margin-top: 43px;
  }
}
.strategy-detail .strategy-detail__menu li {
  width: 350px;
  margin-left: 25px;
  background: #FAFAFA;
  text-align: center;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail__menu li {
    width: 100%;
  }
}
.strategy-detail .strategy-detail__menu li a {
  display: inline-block;
  width: 100%;
  padding: 32px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail__menu li a {
    padding: 25px 4%;
  }
}
.strategy-detail .strategy-detail__menu li .strategy-detail__menu-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.strategy-detail .strategy-detail__menu li .strategy-detail__menu-head img {
  width: 50px;
  height: auto;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail__menu li .strategy-detail__menu-head img {
    width: 30px;
  }
}
.strategy-detail .strategy-detail__menu li .strategy-detail__menu-head p {
  margin-left: 16px;
  font-size: 2rem;
  font-weight: bold;
}
.strategy-detail .strategy-detail__menu li .strategy-detail__menu-text {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail__menu li .strategy-detail__menu-text {
    margin-top: 10px;
  }
}
.strategy-detail .strategy-detail__menu li .strategy-detail__menu-text span {
  color: #1AA976;
}
.strategy-detail .strategy-detail__menu li:nth-child(n+4) {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail__menu li:nth-child(n+4) {
    margin-top: 10px;
  }
}
.strategy-detail .strategy-detail__menu li:nth-child(1),
.strategy-detail .strategy-detail__menu li:nth-child(4n) {
  margin-left: 0;
}
.strategy-detail .strategy-detail__menu .strategy-detail__menu-active {
  background: #EDEDED;
}
@media (max-width: 767px) {
  .strategy-detail .strategy-detail__menu li + li {
    margin: 10px 0 0 0;
  }
}

.case ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
  list-style: none;
}
@media (max-width: 767px) {
  .case ul {
    margin-top: 60px;
  }
}
.case ul li {
  width: 530px;
  border: solid 1px #DEDEDE;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .case ul li {
    width: 100%;
  }
}
.case ul li .case-list__image {
  position: relative;
}
.case ul li .case-list__image img {
  border-radius: 4px 4px 0 0;
}
.case ul li .case-list__image p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: inline-block;
  padding: 3px 12px;
  border-radius: 4px;
  background: #1AA976;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.case ul li .case-list__text {
  padding: 30px;
}
@media (max-width: 767px) {
  .case ul li .case-list__text {
    padding: 20px;
  }
}
.case ul li .case-list__text h2 {
  margin-bottom: 15px;
  font-size: 2rem;
}
.case ul li .case-list__text .case-list__text-name {
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.case ul li .case-list__text .case-list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .case ul li .case-list__text .case-list__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.case ul li .case-list__text .case-list__btn .case-list__btn-interview {
  display: inline-block;
  padding: 3px 12px;
  border: solid 1px #DEDEDE;
  border-radius: 4px;
  background: #FAFAFA;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .case ul li .case-list__text .case-list__btn .case-list__btn-interview {
    margin-bottom: 15px;
  }
}
.case ul li:nth-child(2n) {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .case ul li:nth-child(2n) {
    margin-left: 0;
  }
}
.case ul li:nth-child(n+3) {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .case ul li:nth-child(n+3) {
    margin-top: 34px;
  }
}
@media (max-width: 767px) {
  .case ul li + li {
    margin-top: 34px;
  }
}

.case-detail .un-section + .un-section {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .case-detail .un-section + .un-section {
    margin-top: 48px;
  }
}
.case-detail .un-section ul {
  list-style: none;
}
.case-detail .un-section ul li {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-detail .un-section ul li::before {
  content: "●";
  margin-right: 0.5em;
  font-size: 1.4rem;
}
.case-detail .case-detail-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .case-detail .case-detail-catch {
    display: block;
  }
}
.case-detail .case-detail-catch .case-detail-catch__text {
  margin-left: 40px;
  width: calc(1100px - 570px);
}
@media (max-width: 767px) {
  .case-detail .case-detail-catch .case-detail-catch__text {
    margin: 0 0 40px 0;
    width: 100%;
  }
}
.case-detail .case-detail-catch .case-detail-catch__text .case-detail-catch__text-label {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 4px;
  background: #1AA976;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.case-detail .case-detail-catch .case-detail-catch__text .case-detail-catch__text-title {
  margin: 20px 0;
  font-size: 3.4rem;
  font-weight: bold;
}
.case-detail .case-detail-catch .case-detail-catch__text .case-detail-catch__text-name {
  font-size: 1.6rem;
  color: #777;
}
.case-detail .case-detail-catch img {
  width: 530px;
  height: auto;
}
@media (max-width: 767px) {
  .case-detail .case-detail-catch img {
    width: 100%;
  }
}
.case-detail dl dt,
.case-detail dl dd {
  font-size: 1.6rem;
}
.case-detail dl dt {
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.case-detail dl dd + dt {
  margin-top: 43px;
}
.case-detail .case-detail-voice {
  padding: 64px;
  margin-top: 120px;
  background: #FAFAFA;
}
@media (max-width: 767px) {
  .case-detail .case-detail-voice {
    padding: 25px;
  }
}
.case-detail .case-detail-voice .c-imgbox .c-imgbox__left {
  width: 120px;
  margin-right: 48px;
}
@media (max-width: 767px) {
  .case-detail .case-detail-voice .c-imgbox .c-imgbox__left {
    float: none;
    margin: 0 auto 20px;
  }
}
.case-detail .case-detail-voice .c-imgbox .c-imgbox__left img {
  width: 120px;
  height: auto;
  border-radius: 50%;
}
.case-detail .case-detail-voice .c-imgbox h3 {
  font-size: 2rem;
}
.case-detail .case-detail-voice .case-detail-voice__name {
  color: #777;
  font-size: 1.6rem;
}
.case-detail .case-detail__interview .case-detail__interview-name {
  color: #E77E20;
  font-weight: bold;
}
.case-detail .case-detail__interview + .case-detail__interview {
  margin-top: 43px;
}
.case-detail .c-img-center__img {
  margin-top: 80px;
}
.case-detail .c-img-center__img img {
  width: 780px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .case-detail .c-img-center__img img {
    width: 100%;
  }
}

.product {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .product {
    padding-bottom: 43px;
  }
}
.product .product-point {
  width: 864px;
}
@media (max-width: 767px) {
  .product .product-point {
    width: 100%;
  }
}
.product .product-point h2 {
  margin-left: 1em;
  color: #1AA976;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .product .product-point h2 {
    font-size: 2rem;
  }
}
.product .product-point .product-point__textarea {
  padding: 32px;
  margin-top: 25px;
  background: #f4fbf8;
}
@media (max-width: 767px) {
  .product .product-point .product-point__textarea {
    padding: 20px;
    margin-top: 15px;
  }
}
.product .product-point + .product-point {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .product .product-point + .product-point {
    margin-top: 45px;
  }
}
.product .product-point:nth-child(even) {
  margin-left: 48px;
}
@media (max-width: 767px) {
  .product .product-point:nth-child(even) {
    margin-left: 0;
  }
}
.product .product-point:nth-child(odd) {
  margin-right: 44px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .product .product-point:nth-child(odd) {
    margin-right: 0;
  }
}
.product .product-list > p {
  font-size: 2rem;
}
.product .product-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 48px;
  list-style: none;
}
.product .product-list ul li {
  width: 350px;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .product .product-list ul li {
    width: 100%;
    margin-left: 0;
  }
}
.product .product-list ul li img {
  margin-bottom: 25px;
}
.product .product-list ul li .product-list__subttl {
  color: #1AA976;
  font-size: 1.4rem;
  font-weight: bold;
}
.product .product-list ul li h3 {
  margin-top: 10px;
  font-size: 2rem;
}
.product .product-list ul li .un-text {
  margin-top: 20px;
}
.product .product-list ul li:nth-child(1),
.product .product-list ul li:nth-child(3n+1) {
  margin-left: 0;
}
.product .product-list ul li:nth-child(n+4) {
  margin-top: 86px;
}
@media (max-width: 767px) {
  .product .product-list ul li:nth-child(n+2) {
    margin-top: 43px;
  }
}
.product .product-list .product-list__shop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding: 50px 4% 50px 330px;
  background-color: #FAFAFA;
  text-decoration: none;
}
@media (max-width: 767px) {
  .product .product-list .product-list__shop {
    display: block;
    padding: 25px;
  }
}
.product .product-list .product-list__shop img {
  position: absolute;
  left: 30px;
  top: -45px;
  max-width: 278px;
}
@media (max-width: 767px) {
  .product .product-list .product-list__shop img {
    position: static;
    max-width: 200px;
    margin: -65px auto 10px auto;
  }
}
.product .product-list .product-list__shop > div {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .product .product-list .product-list__shop > div {
    padding-right: 50px;
  }
}
.product .product-list .product-list__shop > div::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(/wp1/wp-content/uploads/ico/ico_arrow_circle_green.svg);
  background-size: contain;
}
@media (max-width: 767px) {
  .product .product-list .product-list__shop > div::after {
    width: 30px;
    height: 30px;
  }
}
.product .product-list .product-list__shop > div p:first-child {
  color: #1AA976;
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .product .product-list .product-list__shop > div p:first-child {
    font-size: 2.8rem;
  }
}
.product .product-list .product-list__shop > div p:nth-child(2) {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .product .product-list .product-list__shop > div p:nth-child(2) {
    font-size: 1.8rem;
  }
}

.case-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-visual div {
  width: 50%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .case-visual div {
    height: 150px;
  }
}
.case-visual div:first-child {
  background-image: url(/wp1/wp-content/uploads/product/img_visual_01.jpg);
}
.case-visual div:nth-child(2) {
  background-image: url(/wp1/wp-content/uploads/product/img_visual_02.jpg);
}

.case-visual + .product {
  margin: 110px auto 70px;
}
@media (max-width: 767px) {
  .case-visual + .product {
    margin: 56px auto 0;
  }
}

.message .message-section h2 {
  color: #1AA976;
  font-size: 2.4rem;
}
.message .message-section + .message-section {
  margin-top: 75px;
}
.message .un-section:last-child h2 {
  color: #333;
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .message .un-section:last-child h2 {
    font-size: 3.4rem;
  }
}
.message .un-section:last-child h2 span {
  color: #1AA976;
}
.message .un-section:last-child img {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .message .un-section:last-child img {
    margin-top: 24px;
  }
}

.service {
  padding-bottom: 0;
}

.service-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .service-menu {
    display: block;
  }
}
.service-menu .service-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 530px;
  padding: 40px;
  background: #fafafa;
}
@media (max-width: 767px) {
  .service-menu .service-menu__item {
    width: 100%;
  }
}
.service-menu .service-menu__item img {
  width: 100px;
  height: auto;
  margin: 0 auto;
}
.service-menu .service-menu__item .service-menu__item-ttl {
  margin-top: 34px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .service-menu .service-menu__item .service-menu__item-ttl {
    margin-top: 20px;
    font-size: 2rem;
  }
}
.service-menu .service-menu__item .service-menu__item-btn {
  margin-top: 40px;
}
.service-menu .service-menu__item .service-menu__item-btn .c-btn span::after {
  width: 10px;
  height: 6px;
  background-image: url(/wp1/wp-content/uploads/ico/ico_arrow_white_down.svg);
}
@media (max-width: 767px) {
  .service-menu .service-menu__item + .service-menu__item {
    margin-top: 25px;
  }
}

.service-online {
  padding: 120px 0 0;
  margin-top: 120px;
  background: #fafafa;
}
@media (max-width: 767px) {
  .service-online {
    position: relative;
    left: 50%;
    width: 100vw;
    padding: 20px 4%;
    margin-top: 56px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .service-online {
    position: relative;
    left: 50%;
    width: 200vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.service-online .service-online__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.service-online .service-online__head h2 {
  font-size: 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .service-online .service-online__head h2 {
    font-size: 2.8rem;
  }
}
.service-online .service-online__head h2 img {
  max-width: 100px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service-online .service-online__table {
    min-width: 800px;
    table-layout: fixed;
  }
}
@media (max-width: 767px) {
  .service-online .service-online__table tbody {
    max-width: 1100px;
  }
}
.service-online .service-online__table tbody tr th,
.service-online .service-online__table tbody tr td {
  padding: 24px 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .service-online .service-online__table tbody tr th,
.service-online .service-online__table tbody tr td {
    padding: 10px;
  }
}
.service-online .service-online__table tbody tr td img {
  max-width: 28px;
  height: auto;
  margin: 0 auto;
}
.service-online .service-online__table tbody tr td .ico-border {
  max-width: 32px;
}
.service-online .service-online__table tbody tr td small {
  font-size: 1.2rem;
}
.service-online .service-online__table tbody tr th {
  font-size: 1.4rem;
}
.service-online .service-online__table tbody tr th:first-child {
  width: 150px;
}
@media (max-width: 767px) {
  .service-online .service-online__table tbody tr th:first-child {
    width: 100px;
  }
}
.service-online .service-online__table tbody tr .th-free,
.service-online .service-online__table tbody tr .th-bronze,
.service-online .service-online__table tbody tr .th-silver,
.service-online .service-online__table tbody tr .th-gold,
.service-online .service-online__table tbody tr .th-special {
  color: #fff;
  font-size: 2rem;
}
.service-online .service-online__table tbody tr .th-free span,
.service-online .service-online__table tbody tr .th-bronze span,
.service-online .service-online__table tbody tr .th-silver span,
.service-online .service-online__table tbody tr .th-gold span,
.service-online .service-online__table tbody tr .th-special span {
  display: block;
  font-size: 1.6rem;
}
.service-online .service-online__table tbody tr .th-free small,
.service-online .service-online__table tbody tr .th-bronze small,
.service-online .service-online__table tbody tr .th-silver small,
.service-online .service-online__table tbody tr .th-gold small,
.service-online .service-online__table tbody tr .th-special small {
  display: block;
  font-size: 1.2rem;
}
.service-online .service-online__table tbody tr .th-free {
  background: #559ecc;
}
.service-online .service-online__table tbody tr .th-bronze {
  background: #964215;
}
.service-online .service-online__table tbody tr .th-silver {
  background: #717171;
}
.service-online .service-online__table tbody tr .th-gold {
  background: #b18819;
}
.service-online .service-online__table tbody tr .th-special {
  background: #293a74;
}
.service-online .service-online__table tbody tr td:nth-child(2) {
  color: #559ecc;
}
.service-online .service-online__table tbody tr td:nth-child(3) {
  color: #964215;
}
.service-online .service-online__table tbody tr td:nth-child(4) {
  color: #717171;
}
.service-online .service-online__table tbody tr td:nth-child(5) {
  color: #b18819;
}
.service-online .service-online__table tbody tr td:nth-child(6) {
  color: #293a74;
}
.service-online .service-online__table tbody tr .td-price {
  font-size: 2rem;
}
.service-online .service-online__table tbody tr .td-price span {
  display: block;
  font-size: 3.2rem;
}
.service-online .service-online__table tbody tr:nth-child(4) img {
  margin-bottom: 15px;
}
.service-online .c-table-scroll + p {
  font-size: 1.4rem;
}
.service-online .service-content {
  position: relative;
  padding: 64px;
  background: #fff;
}
@media (max-width: 767px) {
  .service-online .service-content {
    padding: 25px 4%;
  }
}
.service-online .service-content .service-content__ttl {
  text-align: center;
}
.service-online .service-content .service-content__ttl p {
  color: #1AA976;
  font-size: 1.6rem;
  font-weight: bold;
}
.service-online .service-content .service-content__ttl h2 {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .service-online .service-content .service-content__ttl h2 {
    font-size: 2.8rem;
  }
}
.service-online .service-content .service-content__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 34px;
  list-style: none;
}
.service-online .service-content .service-content__badge li {
  width: 120px;
}
.service-online .service-content .service-content__badge li + li {
  margin-left: 8px;
}
.service-online .service-content .service-content__movie {
  margin-top: 30px;
}
.service-online .accordion-inner {
  display: none;
}
.service-online .service-content__list {
  margin-top: 64px;
}
.service-online .service-content__list h3 {
  padding: 5px 15px;
  background: #fafafa;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .service-online .service-content__list h3 {
    font-size: 2rem;
  }
}
.service-online .service-content__list > ul {
  margin-top: 37px;
  list-style: none;
}
@media (max-width: 767px) {
  .service-online .service-content__list > ul {
    margin-top: 25px;
  }
}
.service-online .service-content__list > ul > li .accordion-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 28px 20px;
  background: #fafafa;
}
@media (max-width: 767px) {
  .service-online .service-content__list > ul > li .accordion-head {
    padding: 15px 10px;
  }
}
.service-online .service-content__list > ul > li .accordion-head:hover {
  cursor: pointer;
}
.service-online .service-content__list > ul > li .accordion-head h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
}
.service-online .service-content__list > ul > li .accordion-head h4::before {
  display: inline-block;
  content: "";
  width: 48px;
  height: 48px;
  margin-right: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .service-online .service-content__list > ul > li .accordion-head h4::before {
    width: 25px;
    height: 25px;
    margin-right: 12px;
  }
}
.service-online .service-content__list > ul > li .accordion-head p {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .service-online .service-content__list > ul > li .accordion-head p {
    font-size: 1.4rem;
  }
}
.service-online .service-content__list > ul > li .accordion-head p::after {
  display: inline-block;
  content: "";
  height: 6px;
  width: 10px;
  margin-left: 10px;
  background-image: url(/wp1/wp-content/uploads/ico/ico_arrow_green_down.svg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-online .service-content__list > ul > li .accordion-head.open p::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-online .service-content__list > ul > li .accordion-inner ul {
  padding: 24px 0 64px;
  list-style: none;
}
.service-online .service-content__list > ul > li .accordion-inner ul li {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-online .service-content__list > ul > li .accordion-inner ul li::before {
  content: "●";
  margin-right: 0.5em;
  vertical-align: middle;
}
.service-online .service-content__list > ul > li + li {
  margin-top: 12px;
}
.service-online .service-content__list > ul > li:nth-child(1) .accordion-head h4::before {
  background-image: url(/wp1/wp-content/uploads/strategy/strategy_ico_1.svg);
}
.service-online .service-content__list > ul > li:nth-child(2) .accordion-head h4::before {
  background-image: url(/wp1/wp-content/uploads/strategy/strategy_ico_2.svg);
}
.service-online .service-content__list > ul > li:nth-child(3) .accordion-head h4::before {
  background-image: url(/wp1/wp-content/uploads/strategy/strategy_ico_3.svg);
}
.service-online .service-content__list > ul > li:nth-child(4) .accordion-head h4::before {
  background-image: url(/wp1/wp-content/uploads/strategy/strategy_ico_4.svg);
}
.service-online .service-content__list > ul > li:nth-child(5) .accordion-head h4::before {
  background-image: url(/wp1/wp-content/uploads/strategy/strategy_ico_5.svg);
}
.service-online .service-content__list > ul > li:nth-child(6) .accordion-head h4::before {
  background-image: url(/wp1/wp-content/uploads/strategy/strategy_ico_6.svg);
}
.service-online .service__content--01 {
  padding: 80px 64px 64px;
  border: solid 5px #1aa976;
}
@media (max-width: 767px) {
  .service-online .service__content--01 {
    padding: 43px 4% 25px;
  }
}
.service-online .service__content--01::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  border-style: solid;
  border-color: transparent #1AA976;
  border-width: 0px 0px 120px 120px;
}
@media (max-width: 767px) {
  .service-online .service__content--01::before {
    border-width: 0px 0px 80px 80px;
  }
}
.service-online .service__content--01::after {
  content: "おすすめ！";
  position: absolute;
  top: 30px;
  left: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .service-online .service__content--01::after {
    top: 20px;
    left: 0;
    font-size: 1.4rem;
  }
}
.service-online .service__content--01 > .un-text + small {
  display: inline-block;
  margin-top: 34px;
  font-size: 1.4rem;
}
.service-online .service-content--02 .service-content--02__2colbox {
  display: table;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .service-online .service-content--02 .service-content--02__2colbox {
    display: block;
  }
}
.service-online .service-content--02 .service-content--02__2colbox img {
  display: table-cell;
  width: 320px;
}
@media (max-width: 767px) {
  .service-online .service-content--02 .service-content--02__2colbox img {
    width: 180px;
    margin: 0 auto 20px;
  }
}
.service-online .service-content--02 .service-content--02__2colbox > div {
  display: table-cell;
  padding-left: 40px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .service-online .service-content--02 .service-content--02__2colbox > div {
    padding: 0;
  }
}
.service-online .service-content--02 .service-content--02__2colbox > div .c-btn span::after {
  width: 12px;
  height: 10px;
  background-image: url(/wp1/wp-content/uploads/ico/ico_blank_white.svg);
}
.service-online .service-content--03 .c-imgbox {
  margin-top: 64px;
}
.service-online .service-content--03 .c-imgbox .c-imgbox__left {
  width: 300px;
}
@media (max-width: 767px) {
  .service-online .service-content--03 .c-imgbox .c-imgbox__left {
    float: none;
    width: 100%;
  }
}
.service-online .service-content--03 .c-imgbox .c-imgbox__left p {
  display: table;
  padding: 0 12px;
  margin: 0 auto;
  border: solid 1px #1AA976;
  color: #1AA976;
  font-size: 1.6rem;
  font-weight: bold;
}
.service-online .service-content--03 .c-imgbox .c-imgbox__left h3 {
  margin-top: 10px;
  font-size: 2.4rem;
  text-align: center;
}
.service-online .service-content--03 .c-imgbox .c-imgbox__left img {
  width: 60px;
  height: auto;
  margin: 0 auto;
  margin-top: 34px;
}
.service-online .service-content--03 .c-imgbox .c-btn-pdf {
  margin-top: 30px;
}
.service-online .service-content--03 .c-imgbox .c-imgbox__list .c-imgbox__list-head {
  margin-top: 32px;
  font-size: 1.6rem;
  font-weight: bold;
}
.service-online .service-content--03 .c-imgbox .c-imgbox__list ul {
  list-style: none;
}
.service-online .service-content--03 .c-imgbox .c-imgbox__list ul li {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-online .service-content--03 .c-imgbox .c-imgbox__list ul li::before {
  content: "●";
  margin-right: 0.5em;
  font-size: 1.4rem;
}
.service-online .service-content--03 .c-imgbox .c-imgbox__list .un-text {
  margin-top: 0;
}
.service-online .service-content--03 .c-imgbox div:last-child {
  overflow: hidden;
}
.service-online .service-content--03 .c-imgbox + .c-imgbox {
  padding-top: 64px;
  margin-top: 64px;
  border-top: solid 1px #dedede;
}
@media (max-width: 767px) {
  .service-online .service-content--03 .c-imgbox + .c-imgbox {
    padding-top: 43px;
    margin-top: 70px;
  }
}
.service-online .service-content--04 .service-content--04__2colbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .service-online .service-content--04 .service-content--04__2colbox {
    display: block;
  }
}
.service-online .service-content--04 .service-content--04__2colbox .service-content--04__2colbox-img {
  width: 360px;
}
@media (max-width: 767px) {
  .service-online .service-content--04 .service-content--04__2colbox .service-content--04__2colbox-img {
    width: 100%;
  }
}
.service-online .service-content--04 .service-content--04__2colbox .service-content--04__2colbox-img img {
  width: 240px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service-online .service-content--04 .service-content--04__2colbox .service-content--04__2colbox-img img {
    width: 180px;
    margin-bottom: 20px;
  }
}
.service-online .service-content--04 .service-content--04__2colbox .service-content--04__2colbox-img .img-smaller {
  width: 180px;
}
@media (max-width: 767px) {
  .service-online .service-content--04 .service-content--04__2colbox .service-content--04__2colbox-img .img-smaller {
    width: 120px;
  }
}
.service-online .service-content--04 .service-content--04__2colbox .service-content--04__2colbox-text {
  width: calc(100% - 360px);
}
@media (max-width: 767px) {
  .service-online .service-content--04 .service-content--04__2colbox .service-content--04__2colbox-text {
    width: 100%;
  }
}
.service-online .service-content--04 .service-content--04__2colbox .service-content--04__2colbox-text .service-content--04__list .service-content--04__list-head {
  font-size: 1.6rem;
  font-weight: bold;
}
.service-online .service-content--04 .service-content--04__2colbox .service-content--04__2colbox-text .service-content--04__list ul {
  list-style: none;
}
.service-online .service-content--04 .service-content--04__2colbox .service-content--04__2colbox-text .service-content--04__list ul li {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-online .service-content--04 .service-content--04__2colbox .service-content--04__2colbox-text .service-content--04__list ul li::before {
  content: "●";
  margin-right: 0.5em;
  font-size: 1.4rem;
}
.service-online .service-content--04 .service-content--04__2colbox .service-content--04__2colbox-text .c-btn-pdf {
  margin-top: 32px;
}
.service-online .service-online-special {
  padding: 80px 0;
  background: #293a74;
  color: #fff;
}
@media (max-width: 767px) {
  .service-online .service-online-special {
    position: relative;
    padding: 34px 4%;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 56px;
  }
}
@media (min-width: 768px) {
  .service-online .service-online-special {
    position: relative;
    left: 50%;
    width: 200vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.service-online .service-online-special .service-online-special__wrap {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service-online .service-online-special .service-online-special__wrap {
    width: 100%;
  }
}
.service-online .service-online-special .service-online-special__wrap .service-online-special__title {
  color: #1AA976;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.service-online .service-online-special .service-online-special__wrap h2 {
  font-size: 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .service-online .service-online-special .service-online-special__wrap h2 {
    font-size: 2.8rem;
  }
}
.service-online .service-online-special .service-online-special__wrap > .un-text {
  text-align: center;
}
.service-online .service-online-special .service-online-special__wrap .c-imgbox .c-imgbox__right {
  width: 250px;
}
@media (max-width: 767px) {
  .service-online .service-online-special .service-online-special__wrap .c-imgbox .c-imgbox__right {
    width: 120px;
    margin: 0 auto 34px;
    float: none;
  }
}
.service-online .service-online-special .service-online-special__wrap .c-imgbox h3 {
  display: inline-block;
  padding-left: 16px;
  border-left: solid 6px #fff;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .service-online .service-online-special .service-online-special__wrap .c-imgbox h3 {
    font-size: 2rem;
  }
}
.service-online .service-online-special .service-online-special__wrap .c-imgbox .c-btn-pdf a {
  color: #fff;
}
.service-online .service-online-special .service-online-special__wrap .c-imgbox .c-btn-pdf + .c-btn-pdf {
  margin-top: 24px;
}
.service-online .service-online-special .service-online-special__wrap .c-imgbox .un-text {
  margin-bottom: 48px;
}
.service-online .service-online-special .service-online-special__wrap .service-online-special__discount {
  padding: 43px 80px;
  border: solid 5px #fff;
}
@media (max-width: 767px) {
  .service-online .service-online-special .service-online-special__wrap .service-online-special__discount {
    padding: 25px 34px;
  }
}
.service-online .service-online-special .service-online-special__wrap .service-online-special__discount .c-imgbox {
  margin-bottom: 0;
}
.service-online .service-online-special .service-online-special__wrap .service-online-special__discount .c-imgbox .c-imgbox__left {
  width: 244px;
}
@media (max-width: 767px) {
  .service-online .service-online-special .service-online-special__wrap .service-online-special__discount .c-imgbox .c-imgbox__left {
    margin: 0 auto 20px;
    float: none;
  }
}
.service-online .service-online-special .service-online-special__wrap .service-online-special__discount .c-imgbox .c-imgbox__left p {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.service-online .service-online-special .service-online-special__wrap .service-online-special__discount .c-imgbox .c-imgbox__left p span:first-child {
  font-size: 4.8rem;
}
.service-online .service-online-special .service-online-special__wrap .service-online-special__discount .c-imgbox .c-imgbox__left p span:first-child span {
  font-size: 1.6rem;
}
.service-online .service-online-special .service-online-special__wrap .service-online-special__discount .c-imgbox h4 {
  font-size: 2rem;
}
.service-online .service-online-special .service-online-special__wrap .service-online-special__discount .c-imgbox .un-text {
  margin: 24px 0 0;
}
@media (max-width: 767px) {
  .service-online .service-online-special .service-online-special__wrap .service-online-special__discount .c-imgbox .un-text {
    margin: 15px 0 0;
  }
}

.service-shop {
  margin-top: 140px;
  background: #fafafa;
}
@media (max-width: 767px) {
  .service-shop {
    position: relative;
    left: 50%;
    width: 100vw;
    padding: 20px 4%;
    margin-top: 56px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .service-shop {
    position: relative;
    left: 50%;
    width: 200vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.service-shop .service-shop__wrap {
  width: 1100px;
  padding: 120px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service-shop .service-shop__wrap {
    width: 100%;
    padding: 43px 0;
  }
}
.service-shop .service-shop__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .service-shop .service-shop__head {
    display: block;
  }
}
.service-shop .service-shop__head > div {
  width: 460px;
}
@media (max-width: 767px) {
  .service-shop .service-shop__head > div {
    width: 100%;
  }
}
.service-shop .service-shop__head .un-text {
  width: calc(100% - 460px);
}
@media (max-width: 767px) {
  .service-shop .service-shop__head .un-text {
    width: 100%;
  }
}
.service-shop .service-shop__head img {
  width: 100px;
  margin: 0 auto 18px;
}
.service-shop .service-shop__head h2 {
  font-size: 3.2rem;
  text-align: center;
}
.service-shop .service-shop__content {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .service-shop .service-shop__content {
    margin-top: 56px;
  }
}
.service-shop .service-shop__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
@media (max-width: 767px) {
  .service-shop .service-shop__content ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.service-shop .service-shop__content ul li {
  width: 260px;
  padding: 16px;
  background: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .service-shop .service-shop__content ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.service-shop .service-shop__content ul li span::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 11px;
  margin-right: 0.5em;
  background-image: url("/wp1/wp-content/uploads/ico/ico_check_org.svg");
  background-size: cover;
}
.service-shop .service-shop__content p {
  margin-top: 56px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.corporate .corporate-ceo .corporate-ceo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .corporate .corporate-ceo .corporate-ceo__content {
    display: block;
  }
}
.corporate .corporate-ceo .corporate-ceo__content .corporate-ceo__content-img {
  width: 340px;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .corporate .corporate-ceo .corporate-ceo__content .corporate-ceo__content-img {
    width: 100%;
    margin: 0 0 34px 0;
  }
}
.corporate .corporate-ceo .corporate-ceo__content .corporate-ceo__content-img img {
  width: 300px;
  height: auto;
}
@media (max-width: 767px) {
  .corporate .corporate-ceo .corporate-ceo__content .corporate-ceo__content-img img {
    margin: 0 auto;
  }
}
.corporate .corporate-ceo .corporate-ceo__content .corporate-ceo__content-img p {
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.corporate .corporate-policy h3 {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .corporate .corporate-policy h3 {
    font-size: 2.4rem;
  }
}
.corporate .corporate-policy .corporate-policy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .corporate .corporate-policy .corporate-policy__list {
    display: block;
  }
}
.corporate .corporate-policy .corporate-policy__list ul,
.corporate .corporate-policy .corporate-policy__list .corporate-policy__list-img {
  width: 50%;
}
@media (max-width: 767px) {
  .corporate .corporate-policy .corporate-policy__list ul,
.corporate .corporate-policy .corporate-policy__list .corporate-policy__list-img {
    width: 100%;
  }
}
.corporate .corporate-policy .corporate-policy__list ul {
  width: 350px;
  margin: 0 auto;
  text-align: center;
  list-style: none;
}
@media (max-width: 767px) {
  .corporate .corporate-policy .corporate-policy__list ul {
    width: 100%;
  }
}
.corporate .corporate-policy .corporate-policy__list ul li h4 {
  color: #1AA976;
  font-size: 2.4rem;
}
.corporate .corporate-policy .corporate-policy__list ul li .un-text {
  margin-top: 25px;
}
.corporate .corporate-policy .corporate-policy__list ul li + li {
  margin-top: 43px;
}
.corporate .corporate-policy .corporate-policy__list .corporate-policy__list-img img {
  max-width: 468px;
  height: auto;
  margin: 34px auto 0;
}
.corporate .corporate-business > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
@media (max-width: 767px) {
  .corporate .corporate-business > ul {
    display: block;
  }
}
.corporate .corporate-business > ul > li {
  width: 350px;
}
@media (max-width: 767px) {
  .corporate .corporate-business > ul > li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .corporate .corporate-business > ul > li + li {
    margin-top: 20px;
  }
}
.corporate .corporate-business > ul > li ul {
  padding-left: 24px;
  list-style: disc;
}
.corporate .corporate-business > ul > li ul li {
  font-size: 1.6rem;
}
.corporate .corporate-business__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .corporate .corporate-business__link {
    display: block;
  }
}
.corporate .corporate-business__link img {
  width: 240px;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .corporate .corporate-business__link img {
    margin: 0 auto 20px;
  }
}
.corporate .corporate-business__link a {
  display: inline-block;
  margin-top: 32px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .corporate .corporate-business__link a {
    margin-top: 20px;
  }
}
.corporate .corporate-business__link a:hover {
  text-decoration: underline;
}
.corporate .corporate-business__link a p {
  font-size: 1.6rem;
  font-weight: bold;
}
.corporate .corporate-business__link a p::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 10px;
  margin-left: 0.5em;
  background-image: url(/wp1/wp-content/uploads/ico/ico_blank.svg);
}
.corporate .corporate-business__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  margin-top: 50px;
  background: #FAFAFA;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .corporate .corporate-business__shop {
    display: block;
    padding: 25px;
  }
}
.corporate .corporate-business__shop .corporate-business__list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .corporate .corporate-business__shop .corporate-business__list-img {
    display: block;
    margin: 0 0 20px;
  }
}
.corporate .corporate-business__shop .corporate-business__list-img > div {
  width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .corporate .corporate-business__shop .corporate-business__list-img > div {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
  }
}
.corporate .corporate-business__shop .corporate-business__list-img > div + div {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .corporate .corporate-business__shop .corporate-business__list-img > div + div {
    margin: 20px auto 0;
  }
}
.corporate .corporate-business__shop .corporate-business__list-img > div img {
  margin-right: 0;
  width: 100%;
}
.corporate .corporate-business__shop .corporate-business__shop-title {
  font-size: 2rem;
  font-weight: bold;
}
.corporate .corporate-business__shop .un-text {
  margin-top: 20px;
}
.corporate .corporate-outline > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .corporate .corporate-outline > div {
    display: block;
  }
}
.corporate .corporate-outline > div img {
  width: 165px;
  height: auto;
  margin-left: 60px;
}
@media (max-width: 767px) {
  .corporate .corporate-outline > div img {
    width: 100px;
    margin: 0 auto 34px;
  }
}
.corporate .corporate-outline .corporate-outline__table {
  width: calc(100% - 225px);
}
@media (max-width: 767px) {
  .corporate .corporate-outline .corporate-outline__table {
    width: 100%;
  }
}
.corporate .corporate-outline .corporate-outline__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  margin: 0;
  overflow: hidden;
}
.corporate .corporate-outline .corporate-outline__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flow .flow-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  list-style: none;
}
@media (max-width: 767px) {
  .flow .flow-menu {
    display: block;
    margin-bottom: 43px;
  }
}
.flow .flow-menu li + li {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .flow .flow-menu li + li {
    margin: 15px 0 0 0;
  }
}
.flow .un-section .un-head-3 span {
  margin-right: 1em;
  font-size: 1.6rem;
  color: #1AA976;
}

.faq .faq-content dt, .faq .faq-content dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faq .faq-content dt::before, .faq .faq-content dd::before {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-right: 24px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .faq .faq-content dt::before, .faq .faq-content dd::before {
    width: 43px;
    height: 43px;
    margin-right: 20px;
    font-size: 2.8rem;
  }
}
.faq .faq-content dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq .faq-content dt::before {
  content: "Q";
  background: #1AA976;
  color: #fff;
}
.faq .faq-content dt p {
  display: inline-block;
  width: calc(100% - 80px);
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .faq .faq-content dt p {
    width: calc(100% - 63px);
    font-size: 2rem;
  }
}
.faq .faq-content dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 64px;
  margin: 32px 0 64px 0;
  border-bottom: solid 1px #DEDEDE;
}
@media (max-width: 767px) {
  .faq .faq-content dd {
    padding-bottom: 43px;
    margin: 32px 0 43px 0;
  }
}
.faq .faq-content dd::before {
  content: "A";
  color: #1AA976;
  border: solid 1px #1AA976;
}
.faq .faq-content dd > div {
  width: calc(100% - 80px);
}
@media (max-width: 767px) {
  .faq .faq-content dd > div {
    width: calc(100% - 63px);
  }
}

.agrisoil .agrisoil-bnr {
  display: block;
  width: 760px;
  margin: 0 auto 70px;
}
@media (max-width: 767px) {
  .agrisoil .agrisoil-bnr {
    width: 100%;
  }
}
.agrisoil .agrisoil-document {
  padding: 0 90px;
  margin: 0 0 140px;
}
@media (max-width: 767px) {
  .agrisoil .agrisoil-document {
    padding: 0;
    margin: 0 0 48px;
  }
}
.agrisoil .agrisoil-document .agrisoil-document__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.agrisoil .agrisoil-document .agrisoil-document__natto {
  width: 536px;
}
@media (max-width: 767px) {
  .agrisoil .agrisoil-document .agrisoil-document__natto {
    width: 100%;
  }
}
.agrisoil .agrisoil-document .agrisoil-document__rich {
  width: 348px;
}
@media (max-width: 767px) {
  .agrisoil .agrisoil-document .agrisoil-document__rich {
    width: 100%;
    margin-top: 32px;
  }
}
.agrisoil .agrisoil-document .agrisoil-document__title {
  font-size: 1.4rem;
  font-weight: bold;
  background: #F4F4F4;
  padding: 10px 16px;
}
.agrisoil .agrisoil-document .c-btn-pdf {
  margin-top: 20px;
  font-size: 1.4rem;
}
.agrisoil .agrisoil-document .c-flex__img {
  width: 160px;
}
@media (max-width: 767px) {
  .agrisoil .agrisoil-document .c-flex__img {
    width: 40%;
    margin: 0 auto;
  }
}
.agrisoil .agrisoil-document .c-btn span::after {
  width: 12px;
  height: 10px;
  background-image: url(/wp1/wp-content/uploads/ico/ico_blank_white.svg);
}
.agrisoil .agrisoil-greeting .c-imgbox .c-imgbox__right {
  width: 300px;
}
@media (max-width: 767px) {
  .agrisoil .agrisoil-greeting .c-imgbox .c-imgbox__right {
    float: none;
    margin: 0 auto 34px;
  }
}
.agrisoil .agrisoil-greeting .c-imgbox .c-imgbox__right p {
  margin-top: 25px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.agrisoil .agrisoil-greeting .c-imgbox > div {
  overflow: hidden;
}

.recruit .recruit-staff .recruit-staff__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .recruit .recruit-staff .recruit-staff__wrap {
    display: block;
  }
}
.recruit .recruit-staff .recruit-staff__wrap .recruit-staff__img {
  width: 300px;
}
@media (max-width: 767px) {
  .recruit .recruit-staff .recruit-staff__wrap .recruit-staff__img {
    width: 100%;
    margin-bottom: 25px;
  }
}
.recruit .recruit-staff .recruit-staff__wrap .recruit-staff__text {
  width: 740px;
}
@media (max-width: 767px) {
  .recruit .recruit-staff .recruit-staff__wrap .recruit-staff__text {
    width: 100%;
  }
}
.recruit .recruit-staff .recruit-staff__wrap .recruit-staff__role {
  font-size: 1.6rem;
}
.recruit .recruit-staff .recruit-staff__wrap .recruit-staff__name {
  color: #1AA976;
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .recruit .recruit-staff .recruit-staff__wrap .recruit-staff__name {
    font-size: 4rem;
  }
}
.recruit .recruit-staff .recruit-staff__wrap dl {
  display: table;
  margin-top: 43px;
  border-top: solid 1px #DEDEDE;
}
@media (max-width: 767px) {
  .recruit .recruit-staff .recruit-staff__wrap dl {
    display: block;
    margin-top: 25px;
  }
}
.recruit .recruit-staff .recruit-staff__wrap dl > div {
  border-bottom: solid 1px #DEDEDE;
  padding: 40px 16px;
}
@media (max-width: 767px) {
  .recruit .recruit-staff .recruit-staff__wrap dl > div {
    padding: 25px 12px;
  }
}
.recruit .recruit-staff .recruit-staff__wrap dl > div:nth-child(even) {
  background: #FAFAFA;
}
.recruit .recruit-staff .recruit-staff__wrap dl dt,
.recruit .recruit-staff .recruit-staff__wrap dl dd {
  display: table-cell;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .recruit .recruit-staff .recruit-staff__wrap dl dt,
.recruit .recruit-staff .recruit-staff__wrap dl dd {
    display: block;
  }
}
.recruit .recruit-staff .recruit-staff__wrap dl dt ul li,
.recruit .recruit-staff .recruit-staff__wrap dl dd ul li {
  font-size: 1.6rem;
}
.recruit .recruit-staff .recruit-staff__wrap dl dt > ul,
.recruit .recruit-staff .recruit-staff__wrap dl dd > ul {
  list-style: none;
}
.recruit .recruit-staff .recruit-staff__wrap dl dt > ul > li,
.recruit .recruit-staff .recruit-staff__wrap dl dd > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit .recruit-staff .recruit-staff__wrap dl dt > ul > li::before,
.recruit .recruit-staff .recruit-staff__wrap dl dd > ul > li::before {
  content: "●";
  margin-right: 0.5em;
  font-size: 1.4rem;
}
.recruit .recruit-staff .recruit-staff__wrap dl dt > ul > li ul,
.recruit .recruit-staff .recruit-staff__wrap dl dd > ul > li ul {
  padding-left: 22px;
}
.recruit .recruit-staff .recruit-staff__wrap dl dt > ul > li ul li,
.recruit .recruit-staff .recruit-staff__wrap dl dd > ul > li ul li {
  list-style-type: disc;
}
.recruit .recruit-staff .recruit-staff__wrap dl dt {
  width: 152px;
  font-weight: bold;
}
.recruit .recruit-staff .recruit-staff__wrap:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.recruit .recruit-staff .recruit-staff__wrap + .recruit-staff__wrap {
  margin-top: 80px;
}
.recruit .recruit-information .c-table tbody tr td ul {
  list-style: none;
}
.recruit .recruit-information .c-table tbody tr td ul li {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit .recruit-information .c-table tbody tr td ul li::before {
  content: "●";
  margin-right: 0.5em;
  font-size: 1.4rem;
}

.contact {
  width: 900px;
  padding-top: 56px;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 43px;
  }
}
@media (max-width: 767px) {
  .contact {
    width: 100%;
  }
}

.contact-thanks__ttl {
  color: #1AA976;
  font-size: 2.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-thanks__ttl {
    font-size: 2.4rem;
  }
}

.apply {
  width: 900px;
  padding-top: 56px;
}
@media (max-width: 767px) {
  .apply {
    padding-top: 43px;
  }
}
@media (max-width: 767px) {
  .apply {
    width: 100%;
  }
}
.apply .c-form__terms-box .c-form__terms-inner + .c-form__terms-inner {
  margin-top: 34px;
}
.apply .c-form__terms-box p {
  font-size: 1.6rem;
}
.apply .c-form__terms-box P + P {
  margin-top: 10px;
}
.apply .c-form__terms-box .un-ul,
.apply .c-form__terms-box .un-ol {
  margin: 15px 0;
}
.apply .c-form__terms-box .un-ul li + li,
.apply .c-form__terms-box .un-ol li + li {
  margin-top: 10px;
}
.apply .c-form__terms-box .c-form__terms-qr {
  width: 120px;
  margin-bottom: 20px;
}
.apply .c-form__terms-box .c-form__terms-signature {
  max-width: 305px;
  margin-left: auto;
}
.apply .c-form__terms-box .c-form__terms-mail img {
  display: inline-block;
  width: auto;
  height: 16px;
  vertical-align: middle;
}

.apply-thanks__ttl {
  color: #1AA976;
  font-size: 2.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .apply-thanks__ttl {
    font-size: 2.4rem;
  }
}

.privacy > .un-text {
  margin-bottom: 43px;
}
.privacy .un-section ul {
  padding-left: 24px;
  margin-top: 24px;
}
.privacy .un-section ul li {
  font-size: 1.6rem;
}
.privacy .un-section + .un-section {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .privacy .un-section + .un-section {
    margin-top: 56px;
  }
}

.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .sitemap {
    display: block;
  }
}
.sitemap ul {
  list-style: none;
}
.sitemap ul li {
  font-size: 1.6rem;
}
.sitemap ul li a {
  text-decoration: none;
}
.sitemap ul li a:hover {
  text-decoration: underline;
}
.sitemap > ul > li > a {
  font-weight: bold;
}
.sitemap > ul > li + li {
  margin-top: 15px;
}
.sitemap > ul > li ul {
  padding-left: 1em;
}
.sitemap > ul > li ul li {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .sitemap > ul + ul {
    margin-top: 15px;
  }
}

.page-404 {
  padding-top: 100px;
}
.page-404 h1,
.page-404 h2,
.page-404 .un-text {
  text-align: center;
}
.page-404 h1 {
  font-size: 6.4rem;
  color: #1AA976;
}
@media (max-width: 767px) {
  .page-404 h1 {
    font-size: 4rem;
  }
}
.page-404 h2 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .page-404 h2 {
    font-size: 2rem;
  }
}
.page-404 .page-404__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 54px 0 0;
  list-style: none;
}
.page-404 .page-404__menu li .c-btn-text {
  font-weight: 500;
}
.page-404 .page-404__menu li + li {
  margin-left: 85px;
}
@media (max-width: 767px) {
  .page-404 .page-404__menu li + li {
    margin-left: 25px;
  }
}

.u-color-primary {
  color: #FFFF00;
}

.u-fw-b {
  font-weight: bold;
}



