/*------------------------------------------------------------------------
サックルさんがFTP経由でアップしていた「common.min.css」をマージしたデータ。非圧縮
-------------------------------------------------------------------------*/
@charset "UTF-8";
html, body, div, span, 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: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

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

ul li,
ol li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table, tbody, tfoot, thead, tr, th, td {
  vertical-align: top;
}

table.tab-common{
  margin:0 0 30px 0;
  width:100%;
  border-collapse: collapse;
}
table.tab-common th{
  padding:.3em;
  border:solid 1px #aaa;
  background:#f2f2f2;
}
table.tab-common tr td{
  padding:.5em;
  border:solid 1px #aaa;
  background:#fff;
  vertical-align:middle;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

/*------------------------------------------------------------------------
 default
-------------------------------------------------------------------------*/
html {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  color: #101412;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
          animation: fadeIn 1s ease 0s 1 normal;
}

body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

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

a {
  outline: none;
  color: #059B55;
  text-decoration: none;
  cursor: pointer;
}

a + .wf_window {
  margin-left: 3px;
  color: #059B55;
  font-size: 1rem;
  vertical-align: 5px;
}

a, img, button {
  transition: 0.3s;
}

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

button {
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #CCC;
  outline: none;
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

input::-moz-placeholder {
  color: #ddd;
}

input:-ms-input-placeholder {
  color: #ddd;
}

input::-ms-input-placeholder {
  color: #ddd;
}

input::placeholder {
  color: #ddd;
}

input:-ms-input-placeholder {
  color: #ddd;
}

textarea {
  resize: vertical;
}

textarea::-moz-placeholder {
  color: #ddd;
}

textarea:-ms-input-placeholder {
  color: #ddd;
}

textarea::-ms-input-placeholder {
  color: #ddd;
}

textarea::placeholder {
  color: #ddd;
}

textarea:-ms-input-placeholder {
  color: #ddd;
}

select::-ms-expand {
  display: none;
}

hr {
  visibility: hidden;
  margin: 0;
  padding: 15px 0;
  clear: both;
}

u {
  display: block;
  text-decoration: none;
}

pre {
  font-size: 16px;
  line-height: 2;
  white-space: break-spaces;
  word-break: break-all;
}

@media screen and (max-width: 896px) {
  body {
    font-size: 1.5em;
  }
}

/*------------------------------------------------------------------------
 Clearfix
 -------------------------------------------------------------------------*/
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

.clearfix {
  display: inline-block;
}

/* Hide from Mac IE \*/
.clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* Hide from Mac IE */
/*------------------------------------------------------------------------
 Objectfit
 -------------------------------------------------------------------------*/
.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*------------------------------------------------------------------------
 Wrapper / Inner
 -------------------------------------------------------------------------*/
.wrapper {
  z-index: 0;
  position: relative;
  padding-bottom: 1px;
}

.contents_wrapper {
  padding-top: 170px;
  background-color: #fff;
}

@media screen and (max-width: 896px) {
  .contents_wrapper {
    padding-top: 140px;
  }
}

.inner_area {
  width: 100%;
  max-width: 880px;
  margin: auto;
}

/*------------------------------------------------------------------------
 背景色
 -------------------------------------------------------------------------*/
.bg {
  background-color: #f5f5f5;
}

/*------------------------------------------------------------------------
 PC/SP 切り替え
 -------------------------------------------------------------------------*/
@media screen and (min-width: 897px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 896px) {
  .pc_only {
    display: none !important;
  }
}

/*------------------------------------------------------------------------
 アニメーション
-------------------------------------------------------------------------*/
@-webkit-keyframes fadeUp {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.fadeup_item {
  opacity: 0;
}

.fadeUp {
  -webkit-animation: fadeUp 1s ease 0s 1 forwards;
  -webkit-animation-fill-mode: both;
  animation: fadeUp 1s ease 0s 1 forwards;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
  }
  100% {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
  }
  100% {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}

.fadein_item {
  opacity: 0;
}

.fadeIn {
  -webkit-animation: fadeIn 1.2s cubic-bezier(0.36, 0, 0.66, -0.56) 0s 1 forwards;
  -webkit-animation-fill-mode: both;
  animation: fadeIn 1.2s cubic-bezier(0.36, 0, 0.66, -0.56) 0s 1 forwards;
  animation-fill-mode: both;
}

@-webkit-keyframes slideIn {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.slideIn {
  -webkit-animation: slideIn 1.5s ease 0s 1 forwards;
  -webkit-animation-fill-mode: both;
  animation: slideIn 1.5s ease 0s 1 forwards;
  animation-fill-mode: both;
}

@-webkit-keyframes bgSlide {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  35% {
    transform: scaleX(1);
    transform-origin: left center;
  }
  36%, 60% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  to {
    transform: scaleX(0);
    transform-origin: right center;
  }
}

@keyframes bgSlide {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  35% {
    transform: scaleX(1);
    transform-origin: left center;
  }
  36%, 60% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  to {
    transform: scaleX(0);
    transform-origin: right center;
  }
}

.bgSlide span {
  -webkit-animation: fadeIn 0.2s linear 0.5s forwards;
  -webkit-animation-fill-mode: both;
  animation: fadeIn 0.2s linear 0.5s forwards;
  animation-fill-mode: both;
}

.bgSlide span::before {
  -webkit-animation: bgSlide 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.3s both;
  -webkit-animation-fill-mode: both;
  animation: bgSlide 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.3s both;
  animation-fill-mode: both;
}

@-webkit-keyframes imgSlide {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes imgSlide {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

.imgSlide::after {
  -webkit-animation: imgSlide 0.8s ease 0s 1 forwards;
  -webkit-animation-fill-mode: both;
  animation: imgSlide 0.8s ease 0s 1 forwards;
  animation-fill-mode: both;
}

.slide_view_item {
  position: relative;
}

.slide_view_item::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #059B55;
  content: "";
}

@-webkit-keyframes scaleUp {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes scaleUp {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

.scale_item {
  opacity: 0;
}

.scaleUp {
  -webkit-animation: scaleUp 1s ease 0s 1 forwards;
  -webkit-animation-fill-mode: both;
  animation: scaleUp 1s ease 0s 1 forwards;
  animation-fill-mode: both;
}

/*------------------------------------------------------------------------
 パンくず
-------------------------------------------------------------------------*/
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 80px 10px 0;
  color: #909090;
  font-size: 1.3rem;
}

.breadcrumb a {
  text-decoration: underline;
}

.breadcrumb a:hover {
  text-decoration: none;
}

.breadcrumb li:last-child {
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb li:not(:first-child)::before {
  margin: 0 8px;
  color: #CCC;
  font-size: 1rem;
  content: "／";
}

/*------------------------------------------------------------------------
 ボタン
-------------------------------------------------------------------------*/
.btn {
  display: block;
  position: relative;
  width: 80%;
  margin: 0;
  padding: 10px 0;
  border: 1px solid #059B55;
  border-radius: 30px;
  background-color: #fff;
  color: #059B55;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.btn .wf_window {
  margin-left: 3px;
  color: #059B55;
  font-size: 1rem;
  vertical-align: 5px;
}

.btn .ellipsis {
  right: 40px;
  background-color: #059B55;
}

.btn .ellipsis:before {
  left: -9px;
  background-color: #059B55;
}

.btn .ellipsis:after {
  right: -9px;
  background-color: #059B55;
}

.btn:hover {
  background-color: #059B55;
  color: #fff;
}

.btn:hover .wf_window {
  color: #fff;
}

.btn:hover .ellipsis {
  background-color: transparent;
}

.btn:hover .ellipsis:before {
  left: 0;
  width: 33px;
  height: 1px;
  border-radius: 0;
  background-color: #fff;
}

.btn:hover .ellipsis:after {
  right: -27px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}

@media screen and (max-width: 896px) {
  .btn .ellipsis {
    right: 30px;
  }
  .btn .ellipsis:before {
    left: -7px;
  }
  .btn .ellipsis:after {
    right: -7px;
  }
}

.cu_btn {
  display: block;
  position: relative;
  width: 270px;
  padding: 18px 0 18px 30px;
  border-radius: 30px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.cu_btn .ellipsis {
  right: 45px;
}

.cu_btn .ellipsis:before {
  left: -9px;
}

.cu_btn .ellipsis:after {
  right: -9px;
}

.cu_btn:hover .ellipsis {
  background-color: transparent;
}

.cu_btn:hover .ellipsis:before {
  left: 0;
  width: 33px;
  height: 1px;
  border-radius: 0;
  background-color: #fff;
}

.cu_btn:hover .ellipsis:after {
  right: -27px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.cu_btn:hover .ellipsis.green {
  background-color: transparent;
}

.cu_btn:hover .ellipsis.green:before {
  background-color: #059B55;
}

.cu_btn:hover .ellipsis.green:after {
  background-color: #059B55;
}

@media screen and (max-width: 896px) {
  .cu_btn {
    position: relative;
    width: 250px;
    padding: 15.5px 0 15.5px 30px;
  }
  .cu_btn .ellipsis {
    right: 45px;
  }
  .cu_btn .ellipsis:before {
    left: -8px;
  }
  .cu_btn .ellipsis:after {
    right: -8px;
  }
}

/*------------------------------------------------------------------------
 省略記号
-------------------------------------------------------------------------*/
.ellipsis {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}

.ellipsis:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  transition: width,left 0.3s ease;
}

.ellipsis:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  transition: right 0.3s ease;
}

.ellipsis.green {
  background-color: #059B55;
}

.ellipsis.green:before {
  background-color: #059B55;
}

.ellipsis.green:after {
  background-color: #059B55;
}

@media screen and (max-width: 896px) {
  .ellipsis {
    width: 3px;
    height: 3px;
  }
  .ellipsis:before, .ellipsis:after {
    width: 3px;
    height: 3px;
  }
}

/*------------------------------------------------------------------------
 リンク
-------------------------------------------------------------------------*/
.more_link {
  z-index: 1;
  position: relative;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 3;
}

.more_link.green {
  color: #059B55;
}

.more_link.center {
  display: block;
  width: 130px;
  margin: auto;
  text-align: center;
}

.more_link .link_icon {
  margin-left: 10px;
}

.more_link:hover .ellipsis {
  background-color: transparent;
}

.more_link:hover .ellipsis:before {
  left: 0;
  width: 33px;
  height: 1px;
  border-radius: 0;
  background-color: #fff;
}

.more_link:hover .ellipsis:after {
  right: -27px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.more_link:hover .ellipsis.green {
  background-color: transparent;
}

.more_link:hover .ellipsis.green:before {
  background-color: #059B55;
}

.more_link:hover .ellipsis.green:after {
  background-color: #059B55;
}

.link_icon {
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 47px;
  height: 47px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 2.2rem;
  text-align: center;
  vertical-align: middle;
}

.link_icon .ellipsis {
  right: 0;
  left: 0;
}

.link_icon .ellipsis:before {
  left: -9px;
}

.link_icon .ellipsis:after {
  right: -9px;
}

.link_icon.green {
  border: 1px solid #059B55;
  background-color: #fff;
  color: #059B55;
}

.link_icon.green .ellipsis {
  background-color: #059B55;
}

.link_icon.green .ellipsis:before, .link_icon.green .ellipsis:after {
  background-color: #059B55;
}

@media screen and (max-width: 896px) {
  .more_link {
    font-size: 1.8rem;
  }
  .link_icon {
    width: 36px;
    height: 36px;
  }
  .link_icon .ellipsis:before {
    left: -8px;
  }
  .link_icon .ellipsis:after {
    right: -8px;
  }
}

.text_link {
  border-bottom: 1px solid #059B55;
  word-break: break-all;
  transition: 0.3s;
}

.text_link:hover {
  border-bottom: 1px solid transparent;
}

.blank {
  position: relative;
}

.blank::after {
  position: absolute;
  right: -12px;
  font-family: 'hammock' !important;
  font-size: 1rem;
  content: "\e901";
}

.mailmaga_bnr {
  display: block;
  position: relative;
  width: 216px;
  padding: 7px 15px 6px 45px;
  border: 1px solid #00744A;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 2px 2px 0 #025F33;
}

.mailmaga_bnr::before {
  position: absolute;
  top: 5px;
  left: 12px;
  color: #00744A;
  font-family: 'hammock';
  font-size: 2.6rem;
  content: "\e907";
}

.whitepaper_bnr{
  padding: 15px 15px 15px 45px;
  content: "\e906";
}

.whitepaper_bnr::before {
  content: "\e906";
}

.mailmaga_bnr::after {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 0;
  height: 0;
  border-width: 0 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent #00744A transparent;
  content: "";
}

.mailmaga_bnr .bold {
  display: block;
  color: #00744A;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: -0.08em;
  line-height: 1.3;
}

.mailmaga_bnr .heavy {
  display: block;
  color: #00744A;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.3;
}

/*------------------------------------------------------------------------
 ニュースラベル
-------------------------------------------------------------------------*/
.news_label {
  padding: 0 5px;
  color: #fff;
  font-size: 1.2rem;
}

.news_label.release {
  background-color: #1FA4DE;
}

.news_label.notice {
  background-color: #006D3A;
}

.news_label.event {
  background-color: #FF962E;
}

.news_label.case {
  background-color: #4962A7;
}

.news_label.column {
  background-color: #392C1B;
}

@media screen and (max-width: 896px) {
  .news_label {
    font-size: 1.1rem;
  }
}

/*------------------------------------------------------------------------
 ローディング
-------------------------------------------------------------------------*/
.loader {
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.spinner {
  position: fixed;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: radial-gradient(#016451, #059b55);
  -webkit-animation: spin 1.25s infinite ease-in-out;
          animation: spin 1.25s infinite ease-in-out;
}

@-webkit-keyframes spin {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes spin {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*------------------------------------------------------------------------
 タイトル
-------------------------------------------------------------------------*/
.page_title {
  margin: 0 0 66px 100px;
}

.page_title .main {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 7.6rem;
  line-height: 1.19737;
}
.page_title .main.only {
  font-size: 4.6rem;
}

.page_title .sub {
  display: block;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 3.75;
}

.section_title {
  letter-spacing: 0.03em;
}

.section_title .english_title {
  display: inline-block;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 4rem;
  line-height: 1.5;
}

.section_title .sub_title {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.875;
}

.contents_title {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.6;
}

.item_title {
  margin-bottom: 40px;
  padding: 0 0 9px 0;
  border-bottom: 1px dashed #00744A;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.03em;
}

.item_title::before {
  display: inline-block;
  width: 6px;
  height: 20px;
  margin-right: 9px;
  border-radius: 4px;
  background-color: #00744A;
  vertical-align: -3px;
  content: "";
}

.subtitle {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 17px;
  border-radius: 8px;
  background-color: #00744A;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 896px) {
  .page_title {
    margin: 0 0 90px 30px;
  }
  .page_title .main {
    font-size: 2.8rem;
    line-height: 1.78571;
  }
  .page_title .sub {
    font-size: 1.5rem;
    line-height: 2;
  }
  .section_title .english_title {
    font-size: 2.1rem;
    line-height: 2;
  }
  .section_title .sub_title {
    font-size: 1.3rem;
    line-height: 2.30769;
  }
  .contents_title {
    font-size: 2.2rem;
    line-height: 2;
  }
  .item_title {
    position: relative;
    margin-bottom: 30px;
    padding-left: 16px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .item_title::before {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 9px);
  }
  .subtitle {
    padding: 5px 14px;
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------------------
 header
-------------------------------------------------------------------------*/
.header {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 18px 40px 18px 32px;
  background-color: #fff;
}

.header .header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo img {
  width: 160px;
  height: 44px;
}

.header.fixed, .header.open {
  -webkit-animation: headerIn 0.5s cubic-bezier(0.26, 1, 0.48, 1) 0s 1 normal both;
  -webkit-animation-fill-mode: both;
  position: fixed;
  height: 60px;
  padding: 13px 40px 13px 32px;
  animation: headerIn 0.5s cubic-bezier(0.26, 1, 0.48, 1) 0s 1 normal both;
  animation-fill-mode: both;
}

.header.fixed .logo img, .header.open .logo img {
  width: 120px;
  height: 33px;
}

.header a {
  color: #101412;
}

.header .nav_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .nav_list li {
  font-size: 1.5rem;
  line-height: 1.46667;
}

.header .nav_list li .h_link {
  padding-bottom: 18px;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
}

.header .nav_list li .h_link:hover, .header .nav_list li .h_link.current {
  border-bottom: 3px solid #00744A;
}

.header .nav_list li:not(:last-child) {
  margin-right: 30px;
}

.header .nav_list li.contact_item {
  margin-right: 22px;
}

.header .nav_list .menu_link_btn {
  position: relative;
  padding-right: 15px;
  color: #101412;
  cursor: pointer;
}

.header .nav_list .menu_link_btn:before {
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  width: 8px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #059B55;
  content: "";
}

.header .nav_list .menu_link_btn:after {
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  width: 8px;
  height: 2px;
  transform: translateY(-50%) rotate(90deg);
  background-color: #059B55;
  content: "";
  transition: transform 0.3s ease;
}

.header .nav_list .menu_link_btn.active {
  border-bottom: 3px solid #00744A;
}

.header .nav_list .menu_link_btn.active:after {
  transform: rotate(0);
}

.header .nav_list .contact_btn {
  display: block;
  z-index: 0;
  position: relative;
  width: 130px;
  padding: 6px 0;
  overflow: hidden;
  border: 1px solid #059B55;
  border-radius: 18px;
  background-color: #059B55;
  color: #fff;
  text-align: center;
}

.header .nav_list .contact_btn::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background-color: #fff;
  content: "";
  transition: all .3s linear;
}

.header .nav_list .contact_btn:hover {
  color: #059B55;
}

.header .nav_list .contact_btn:hover::before {
  left: 0;
}

.header .nav_list .search_btn {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: #059B55;
  font-size: 1.8rem;
  cursor: pointer;
}

.search_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 22px 80px;
  background-color: rgba(255, 255, 255, 0.9);
}

.search_area.small {
  padding: 12px 80px;
}

.search_area .search_form {
  position: relative;
}

.search_area .search_form .search_btn {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  outline: none;
  color: #059B55;
  font-size: 1.6rem;
}

.search_area .search_input {
  display: block;
  width: 280px;
  margin-left: auto;
  padding: 7.5px 40px 7.5px 10px;
  border: 1px solid #059B55;
  border-radius: 18px;
}

.search_area .close_btn {
  position: absolute;
  top: 0;
  right: 57px;
  bottom: 0;
  cursor: pointer;
}

.search_area .close_btn:before, .search_area .close_btn:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #101412;
  content: "";
}

.search_area .close_btn:before {
  transform: rotate(-45deg);
}

.search_area .close_btn:after {
  transform: rotate(45deg);
}

@-webkit-keyframes headerIn {
  0% {
    top: -80px;
  }
  to {
    top: 0;
  }
}

@keyframes headerIn {
  0% {
    top: -80px;
  }
  to {
    top: 0;
  }
}

@media screen and (min-width: 897px) {
  .top_contents .header {
    background-color: transparent;
  }
  .top_contents .header a {
    color: #fff;
  }
  .top_contents .header .nav_list .menu_link_btn {
    color: #fff;
  }
  .top_contents .header .nav_list .menu_link_btn::before {
    background-color: #fff;
  }
  .top_contents .header .nav_list .menu_link_btn::after {
    background-color: #fff;
  }
  .top_contents .header .nav_list .search_btn {
    color: #fff;
  }
  .top_contents .header .nav_list .search_form .search_btn {
    color: #059B55;
  }
  .top_contents .header.fixed, .top_contents .header.open {
    background-color: #fff;
  }
  .top_contents .header.fixed a, .top_contents .header.open a {
    color: #101412;
  }
  .top_contents .header.fixed .nav_list .menu_link_btn, .top_contents .header.open .nav_list .menu_link_btn {
    color: #101412;
  }
  .top_contents .header.fixed .nav_list .menu_link_btn:before, .top_contents .header.open .nav_list .menu_link_btn:before {
    background-color: #059B55;
  }
  .top_contents .header.fixed .nav_list .menu_link_btn:after, .top_contents .header.open .nav_list .menu_link_btn:after {
    background-color: #059B55;
  }
  .top_contents .header.fixed .contact_btn, .top_contents .header.open .contact_btn {
    color: #fff;
  }
  .top_contents .header.fixed .contact_btn:hover, .top_contents .header.open .contact_btn:hover {
    color: #059B55;
  }
  .top_contents .header.fixed .search_btn, .top_contents .header.open .search_btn {
    color: #059B55;
  }
}

@media screen and (max-width: 896px) {
  .header {
    position: fixed;
    height: 60px;
    padding: 0 15px;
    background-color: #fff;
  }
  .header .logo {
    margin-left: 10px;
  }
  .header .logo img {
    width: 100px;
    height: 28px;
  }
  .header .menu_btn {
    position: relative;
    padding: 24.5px 21px 24.5px;
    cursor: pointer;
  }
  .header .menu_btn::before, .header .menu_btn::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background-color: #059B55;
    content: "";
    transition: transform 0.3s ease;
  }
  .header .menu_btn:after {
    width: 12px;
    margin: 7px 0 0 auto;
  }
  .header .menu_btn.active {
    z-index: 100;
    position: fixed;
    top: 0;
    right: 15px;
    width: 60px;
    height: 60px;
  }
  .header .menu_btn.active::before, .header .menu_btn.active::after {
    z-index: 99;
    position: fixed;
    top: 30px;
    right: 36px;
    width: 18px;
    transform: rotate(-45deg);
  }
  .header .menu_btn.active:after {
    margin: 0;
    transform: rotate(45deg);
  }
  .header .nav {
    -webkit-overflow-scrolling: touch;
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 70px 45px 30px;
    overflow-y: scroll;
    background-color: #fff;
  }
  .header .nav_list {
    display: block;
  }
  .header .nav_list li {
    padding: 15px 0;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
  .header .nav_list li .h_link {
    padding-bottom: 0;
    border: none;
  }
  .header .nav_list li .h_link:hover {
    border: none;
  }
  .header .nav_list li .h_link.current {
    border: none;
    color: #00744A;
  }
  .header .nav_list li:not(:last-child) {
    margin: 0;
  }
  .header .nav_list a {
    color: #101412;
    font-weight: bold;
  }
  .header .nav_list .menu_open_btn {
    display: block;
    position: relative;
    padding-right: 15px;
    color: #101412;
    font-weight: bold;
  }
  .header .nav_list .menu_open_btn:before, .header .nav_list .menu_open_btn:after {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 8px;
    height: 2px;
    transform: translateY(-50%);
    background-color: #059B55;
    content: "";
  }
  .header .nav_list .menu_open_btn:after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s ease;
  }
  .header .nav_list .menu_open_btn.active {
    padding-bottom: 15px;
    border-bottom: none;
    color: #059B55;
  }
  .header .nav_list .menu_open_btn.active:after {
    transform: rotate(0);
  }
  .header .nav_list ul {
    display: none;
    width: 100vw;
    margin: 0 calc(50% - 50vw) -15px;
    padding: 15px 0 15px 60px;
    background-color: #f5f5f5;
  }
  .header .nav_list ul li {
    padding: 5px 0;
  }

.header .nav_list .nav_product {
  padding-top: 0px;
  text-indent: 1em;
}

.header .nav_list .nav_product a {
  font-size: 1.1rem;
}

  .header .nav_list ul a {
    font-size: 1.3rem;
    font-weight: normal;
  }
  .header .nav_list ul .wf_window {
    margin-left: 4px;
    font-size: 1rem;
    vertical-align: 4px;
  }
  .header .nav_list .contact_btn {
    position: relative;
    width: 250px;
    margin: 50px auto 0;
    padding: 15.5px 0 15.5px 30px;
    border-radius: 30px;
    color: #fff;
    text-align: left;
  }
  .header .nav_list .contact_btn .ellipsis {
    right: 45px;
  }
  .header .nav_list .contact_btn .ellipsis:before {
    right: 8px;
  }
  .header .nav_list .contact_btn .ellipsis:after {
    right: -8px;
  }
  .header .nav_list .search_btn {
    display: none;
  }
  body.fixed .header .logo {
    display: none;
  }
  .search_area {
    display: block;
    position: absolute;
    top: 0;
    padding: 0 45px;
  }
  .search_area .search_form {
    position: relative;
  }
  .search_area .search_form .search_btn {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    outline: none;
    color: #059B55;
  }
  .search_area .search_input {
    width: 100%;
    margin-left: 0;
  }
}

/*------------------------------------------------------------------------
 footer
-------------------------------------------------------------------------*/
/*----------------------------
 CONTACT US
----------------------------*/
.footer_contact {
  position: relative;
  margin-bottom: 768px;
  padding: 113px 100px 86px;
  overflow: hidden;
  background: linear-gradient(#016451 0%, #059b55 100%);
  color: #fff;
}

.footer_contact .text_box {
  z-index: 1;
  position: relative;
}

.footer_contact .section_title {
  margin: 0 0 20px;
}

.footer_contact .contents_title {
  margin: 0 0 50px;
}

.footer_contact .btn_link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer_contact .btn_link .contact_btn {
  background-color: #fff;
  color: #059B55;
}

.footer_contact .img_box {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 896px) {
  .footer_contact {
    display: block;
    margin-bottom: 450px;
    padding: 50px 30px;
  }
  .footer_contact .section_title {
    margin: 0 0 30px;
  }
  .footer_contact .contents_title {
    margin: 0 0 50px;
  }
  .footer_contact .btn_link {
    display: block;
  }
  .footer_contact .img_box {
    display: none;
  }
}

/*----------------------------
 サイドボタン
----------------------------*/
.side_btns {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
}

.side_btns .side_btn {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  right: 15px;
  bottom: 5%;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.06em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.side_btns .side_btn:before {
  display: block;
  position: absolute;
  right: 8px;
  bottom: 65px;
  width: 1px;
  height: 100px;
  background-color: #fff;
  content: "";
}

.side_btns .side_btn:after {
  display: block;
  position: absolute;
  right: 6px;
  bottom: 160px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #f5f5f5;
  content: "";
}

.side_btns .scroll_btn {
  display: block;
  padding-bottom: 10px;
}

.side_btns .scroll_btn:after {
  -webkit-animation: scroll 2s linear infinite;
          animation: scroll 2s linear infinite;
}

.side_btns .page_top_btn {
  display: none;
}

.side_btns .page_top_btn:after {
  -webkit-animation: pagetop 2s linear infinite;
          animation: pagetop 2s linear infinite;
}

.side_btns .page_top_btn.green {
  color: #059B55;
}

.side_btns .page_top_btn.green:before {
  background-color: #059B55;
}

.side_btns .page_top_btn.green:after {
  background-color: #059B55;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100px);
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100px);
    opacity: 0;
  }
}

@-webkit-keyframes pagetop {
  0% {
    transform: translateY(100px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}

@keyframes pagetop {
  0% {
    transform: translateY(100px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}

@media screen and (max-width: 896px) {
  .side_btns .side_btn {
    right: 8px;
  }
}

/*----------------------------
 footer
----------------------------*/
.footer {
  display: flex;
  z-index: -10;
  position: fixed;
  bottom: 0;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 210px 100px 18px 65px;
  background: linear-gradient(#003c20 0%, #025f33 100%);
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer .company_contents {
  position: relative;
  top: 100px;
  width: 220px;
}

.footer .company_contents .logo {
  width: 100%;
}

.footer .company_contents .company_name {
  margin-top: 20px;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  line-height: 1.63636;
}

.footer .link_contents {
  width: calc(100% - 300px);
}

.footer .site_link_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .site_link_list .list_box {
  width: calc((100% - 100px) / 3);
}

.footer .site_link_list .link_list:not(:last-child) {
  margin-bottom: 50px;
}

.footer .site_link_list .link_list li {
  margin-bottom: 13px;
  font-size: 1.3rem;
}

.footer .site_link_list .link_list li a {
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

.footer .site_link_list .link_list li a:hover {
  border-bottom: 1px solid #fff;
}

.footer .site_link_list .link_list li ul {
  margin-left: 17px;
}

.footer .site_link_list .category_title {
  margin-bottom: 20px;
  padding-bottom: 13px;
  border-bottom: 1px solid #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

.footer .site_link_list .business_name {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.footer .outside_link_list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 36px;
}

.footer .outside_link_list .sns_list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 15px;
}

.footer .outside_link_list .sns_list li {
  margin-right: 23px;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}

.footer .outside_link_list .sns_list .wf {
  margin-right: 6px;
  vertical-align: text-bottom;
}

.footer .outside_link_list .sns_list .wf_twitter {
  font-size: 2.5rem;
}

.footer .outside_link_list .sns_list .wf_facebook {
  font-size: 2.1rem;
}

.footer .outside_link_list .sns_list .wf_document {
  font-size: 2.4rem;
}

.footer .outside_link_list .sns_list .wf_mail {
  font-size: 1.9rem;
}

.footer .outside_link_list .mark_list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer .outside_link_list .mark_list li:last-child {
  margin-left: 25px;
}

.footer .outside_link_list .mark_list img {
  background-color: #fff;
}

.footer .outside_link_list .mark_list .p_mark {
  width: 200px;
  height: 56px;
}

.footer .outside_link_list .mark_list .iso_logo {
  width: 70px;
  height: 72px;
}

.footer .copyright {
  font-size: 1.2rem;
}

@media screen and (max-width: 896px) {
  .footer {
    display: block;
    padding: 270px 45px 30px 30px;
  }
  .footer .company_contents {
    position: static;
    top: auto;
    width: 194px;
    margin-bottom: 40px;
  }
  .footer .company_contents .company_name {
    margin-top: 15px;
    font-size: 1.1rem;
    line-height: 1.81818;
  }
  .footer .link_contents {
    width: 100%;
  }
  .footer .outside_link_list {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 30px;
  }
  .footer .outside_link_list .sp_link {
    width: 50%;
  }
  .footer .outside_link_list .sp_link li {
    margin: 15px 0 0;
    font-size: 1.2rem;
  }
  .footer .outside_link_list .sp_link .link_list {
    margin-bottom: 25px;
  }
  .footer .outside_link_list .sp_link .link_list a {
    border-bottom: 1px solid #fff;
  }
  .footer .outside_link_list .sp_link .sns_link li {
    display: inline-block;
    margin: 0 18px 0 0;
    font-size: 2.5rem;
  }
  .footer .outside_link_list .mark_list {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    width: 50%;
  }
  .footer .outside_link_list .mark_list img {
    margin: 0 0 0 auto;
  }
  .footer .outside_link_list .mark_list li:last-child {
    margin: 0 0 20px;
  }
  .footer .outside_link_list .mark_list .p_mark {
    width: 124px;
    height: 35px;
  }
  .footer .outside_link_list .mark_list .iso_logo {
    width: 44px;
    height: 46px;
  }
  .footer .copyright {
    display: block;
    text-align: center;
  }
}

/*------------------------------------------------------------------------
 menu
-------------------------------------------------------------------------*/
.menu_area {
  display: block;
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 80px 50px 80px 80px;
  background-color: #f5f5f5;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

.menu_area.open {
  opacity: 1;
  pointer-events: auto;
  transition: 0.5s;
}

.menu_area .menu_contents {
  padding-top: 60px;
}

.menu_area .sub_menu_list {
  margin-bottom: 60px;
}

.menu_contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.menu_contents .side_nav_list a {
  border-bottom: 1px solid transparent;
  color: #101412;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2.30769;
}

.menu_contents .side_nav_list a:before {
  display: inline-block;
  margin-right: 3px;
  color: #909090;
  content: "-";
}

.menu_contents .side_nav_list a:hover {
  border-bottom: 1px solid #101412;
}

.menu_contents .sub_menu {
  width: calc(100% - 290px);
}

.menu_contents .sub_menu_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.menu_contents .sub_menu_list a {
  display: block;
  position: relative;
  color: #101412;
}

.menu_contents .sub_menu_list a:hover img {
  transform: scale(1.05, 1.05);
  opacity: .8;
}

.menu_contents .sub_menu_list a:hover .ellipsis {
  background-color: transparent;
}

.menu_contents .sub_menu_list a:hover .ellipsis:before {
  left: 0;
  width: 33px;
  height: 1px;
  border-radius: 0;
  background-color: #fff;
}

.menu_contents .sub_menu_list a:hover .ellipsis:after {
  right: -27px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.menu_contents .sub_menu_list li {
  width: calc((100% - 68px) / 5);
  font-size: 1.3rem;
}

.menu_contents .sub_menu_list li:not(:first-child) {
  margin-left: 17px;
}

.menu_contents .sub_menu_list .image_link {
  position: relative;
}

.menu_contents .sub_menu_list .img_box {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background-color: #000500;
}

.menu_contents .sub_menu_list .img_box img {
  opacity: .5;
  transition: 0.3s;
}

.menu_contents .sub_menu_list .ellipsis {
  z-index: 10;
  top: 50%;
  bottom: auto;
  left: 50%;
}

.menu_contents .sub_menu_list .ellipsis:before {
  left: -9px;
}

.menu_contents .sub_menu_list .ellipsis:after {
  right: -9px;
}

.menu_contents .sub_menu_list .link_name {
  display: inline-block;
  padding: 10px 0 0 6px;
}

.menu_contents .sub_menu_list .link_name:before {
  display: inline-block;
  margin-right: 3px;
  color: #909090;
  content: "-";
}

.menu_contents .sub_menu_list .link_name .small {
  display: block;
  font-size: 1.1rem;
}

.menu_contents .sub_menu_list .wf_window {
  margin-left: 4px;
  font-size: 1rem;
  vertical-align: 3px;
}

.menu_contents .bnr_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (min-width: 1600px) {
  .menu_contents .bnr_list {
      padding-top: 30px;
  }
}

.menu_contents .bnr_list li {
  width: 220px;
  margin-right: 20px;
}

.overlay {
  display: none;
  z-index: 49;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(18, 25, 18, 0.75);
}

.local_link_menu {
  padding: 45px 80px 37px 57px;
  background-color: #F0F2F0;
}

.local_link_menu .menu_title {
  margin-bottom: 30px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 896px) {
  .local_link_menu {
    padding: 30px 45px 30px 30px;
  }
  .local_link_menu .menu_contents {
    align-items: center;
  }
  .local_link_menu .menu_contents .link_ttl {
    width: 50%;
    font-size: 1.3rem;
  }
  .local_link_menu .menu_contents .link_ttl a {
    padding: 0 0 3px;
    border-bottom: 1px solid #059B55;
  }
  .local_link_menu .menu_contents .sub_menu {
    width: auto;
  }
  .local_link_menu .menu_contents .sub_menu_list {
    display: block;
  }
  .local_link_menu .menu_contents .sub_menu_list li {
    width: 100%;
  }
  .local_link_menu .menu_contents .sub_menu_list li:not(:first-child) {
    margin: 6px 0 0;
  }
  .local_link_menu .menu_contents .sub_menu_list .link_name {
    padding: 0 0 3px;
    border-bottom: 1px solid #059B55;
    color: #059B55;
  }
  .local_link_menu .menu_contents .sub_menu_list .link_name::before {
    display: none;
  }
  .local_link_menu .menu_contents .sub_menu_list .link_name .small {
    display: none;
  }
  .local_link_menu .menu_contents .sub_menu_list .wf_window {
    color: #059B55;
  }
}

.support_submenu {
  padding: 40px 0;
  background-color: #F0F2F0;
}

.support_submenu .inner_area {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.support_submenu .menu_link_list {
  margin-right: 200px;
  line-height: 1.9;
}

.support_submenu img {
  width: auto;
}

@media screen and (max-width: 896px) {
  .support_submenu {
    padding: 30px 0;
  }
  .support_submenu .inner_area {
    display: block;
  }
  .support_submenu .menu_link_list {
    margin: 0 0 30px;
  }
}


#solution-telework .inner_area .mt_60{
    padding: 0;
}
@media screen and (max-width: 896px) {
    #solution-telework .inner_area .mt_60{
        padding: 0 30px;
    }
}
#solution-telework .inner_area .solution_box .solution_contents{
    padding: 4%;
}
@media screen and (max-width: 896px) {
    #solution-telework .inner_area .solution_box .solution_contents{
        padding: 20px 30px;
    }
}
@media screen and (max-width: 896px) {
    #solution-telework .inner_area .solution_box .solution_contents img{
        max-width: 100%;
    }
}
@media screen and (max-width: 896px) {
    .solution_2column .solution_box:nth-child(-n+5) {
        margin-bottom: 25px;
    }
}

.slick-slide img {
    max-width: 100%;
}

/*Zohoフォーム埋め込み*/
.backgroundBg {
    background: none !important;
}
