/*
Theme Name: mitene-internet
Author: ShareDan
Description:  Mitene Internet thema.
version: 1.0
*/index202308.html
modal.html
404.php
セキュリティカテゴリ一覧 固定ページテンプレート
(category-30.php)
クラウド活用カテゴリ一覧 固定ページテンプレート
(category-31.php)
コラムページカテゴリ一覧 固定ページテンプレート
(category-32.php)
ストレージカテゴリ一覧 固定ページテンプレート
(category-33.php)
バックアップ一覧 固定ページテンプレート
(category-35.php)
ブログ一覧確認用 固定ページテンプレート
(category-36.php)
category-release.php
category-report.php
category-research-project.php
category-tech-blog.php
category-work-style.php
catv-isp.php
functions.bak20201224.php
functions20210517.php
index.php
page-case 固定ページテンプレート
(page-case.php)
page-catv-ts 固定ページテンプレート
(page-catv-ts.php)
Contact 固定ページテンプレート
(page-contact.php)
page-catv-ts 固定ページテンプレート
(page-seminer-ts.php)
page-study（事例・ブログ・動画） 固定ページテンプレート
(page-study.php)
page-tag-list 固定ページテンプレート
(page-tag-list.php)
page-tag2 固定ページテンプレート
(page-tag2-BK20250411.php)
page-techブログ 固定ページテンプレート
(page-tech-blog.php)
page.php
search.php
searchform.php
single-mitene-action.php
single-release.php
single-report.php
single-research-project.php
single-work-style.php
single.php

(tag.php)
選択したファイルの内容:
/*
Theme Name: mitene-internet
Author: ShareDan
Description:  Mitene Internet thema.
version: 1.0
*/


@charset "UTF-8";
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.object-fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

p {
  word-wrap: break-word;
  color:#000;
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

.js-text-overflow {
  overflow: hidden;
  width: 100%;
  height: 50px;
  font-size: 16px;
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

body {
 font-family: "Hiragino Kaku Gothic Pro","メイリオ", sans-serif; 
	/* font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;*/
	/*color: #484848;*/	color: #000000;*
	
	line-height: 1em;
}

ul {
  list-style: none;
}

p, textarea {
  line-height: 1.5em;
}

a {
  text-decoration: none;
}
a:link {
  color: #000;
  /*color: #484848;*/
}
a:visited, a:hover, a:active {
color: #484848;
}

a.parents-click-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

hr {
  border: none;
  border-bottom: 1px solid #D6D6D6;
}

.image-wapper {
  overflow: hidden;
  padding: 0 !important;
}

.link-wapper {
  -webkit-transition: 2s;
  transition: 2s;
}

.container {
  margin: auto;
}

.button-wrapper {
  text-align: center;
}

.link-button {
  display: block;
  text-decoration: none;
}

.fa-facebook-f {
  color: #3867B8;
}

.fa-twitter {
  color: #0096E7;
}

.white-capsule-button {
  /*color: #4C6B2B; 
background: #F8F8F8;*/
  -webkit-box-shadow: 0px 5px 5px #d1d1d1;
          box-shadow: 0px 5px 5px #d1d1d1;
  display: block;
  padding: 18px 30px;
  border-radius: 30px;
  width: 180px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  /*background: #266dab;*/
  color: #ffffff;
}

.corporate-group-introduce__contents .white-capsule-button{color: #ffffff;}
.white-capsule-button-small {
  color: #4C6B2B;
  background: #F8F8F8;
  -webkit-box-shadow: 0px 5px 5px #d1d1d1;
          box-shadow: 0px 5px 5px #d1d1d1;
  display: block;
  padding: 18px 30px;
  border-radius: 30px;
  width: 180px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.green-capsule-button {
  color: #ffffff;
  background: #4C6B2B;
  -webkit-box-shadow: 0px 5px 5px #d1d1d1;
          box-shadow: 0px 5px 5px #d1d1d1;
  display: block;
  padding: 18px 30px;
  border-radius: 30px;
  width: 180px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.green-capsule-button:hover {
  color: #ffffff;
}

.white-capsule-button:hover {
  color: #ffffff;
}

.brown-capsule-button {
  color: #ffffff;
  background: #d47713;
  -webkit-box-shadow: 0px 5px 5px #d1d1d1;
          box-shadow: 0px 5px 5px #d1d1d1;
  display: block;
  padding: 18px 30px;
  border-radius: 30px;
  width: 180px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.brown-capsule-button:hover {
  color: #ffffff;
}

.title-border {
  width: 26px;
  border-bottom: 4px solid #4B6C2B;
  margin: auto;
  padding-top: 9px;
}

.contact-area {
  text-align: center;
  padding: 42px;
  background-color: #fff;
}

.contact-area h2 {
  font-weight: 100;
  font-size: 44px;
  font-family: Lato;
  color: #4C6B2B;
  padding-top: 8px;
  margin-bottom: 45px;
}

.contact-area__message {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 39px;
}

.contact-area .link-button {
  padding: 51px 0 51px;
  margin: 0 auto 43px;
  width: 91%;
  background: #4C6B2B;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
}

.contact-area__tel ul {
  margin-bottom: 35px;
}

.contact-area__tel li {
  margin-bottom: 24px;
}

.contact-area__tel li span {
  font-size: 18px;
  font-weight: 600;
}

.contact-area__tel li p {
  font-weight: bold;
  font-size: 40px;
  font-family: Lato;
  color: #4C6B2B;
  padding-top: 10px;
	white-space: nowrap;
}

.contact-area__tel__active-time {
  font-size: 14px;
}

.header-padding {
  padding-bottom: 70px;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 999;
  background: #ffffff;
}

.header header {
  height: 70px;
  max-width: 1500px;
  margin: auto;
}

.header header a:link, .header header a:visited, .header header a:hover, .header header a:active {
  color: initial;
}

.header header nav {
  height: 100%;
}

.header header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}

.header header nav ul li {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header header nav ul li:nth-of-type(1) {
  padding: 16px 20px;
}

.header header nav ul li:nth-of-type(1) img {
  width: 225px;
}

.header header nav ul li:nth-of-type(2) {
  margin-left: auto;
  width: 46px;
  padding-top: 24px;
  position: relative;
}

.header header nav ul li:nth-of-type(2) img {
  width: 22px;
}

.header header nav ul li:nth-of-type(3) {
  position: relative;
  padding: 25px 18px 0 0;
}

.header header nav ul li:nth-of-type(3) #nav-drawer {
  position: relative;
}

.header header nav ul li:nth-of-type(3) .nav-unshown {
  display: none;
}

.header header nav ul li:nth-of-type(3) #nav-open {
  display: inline-block;
  width: 35px;
  height: 22px;
  vertical-align: middle;
}

.header header nav ul li:nth-of-type(3) #nav-open span, .header header nav ul li:nth-of-type(3) #nav-open span:before, .header header nav ul li:nth-of-type(3) #nav-open span:after {
  position: absolute;
  text-align: right;
  height: 1px;
  /*線の太さ*/
  width: 39px;
  /*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}

.header header nav ul li:nth-of-type(3) #nav-open span:before {
  bottom: -8px;
}

.header header nav ul li:nth-of-type(3) #nav-open span:after {
  bottom: -16px;
}

.header header nav ul li:nth-of-type(3) #nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  /*最前面に*/
  width: 100%;
  height: 100% -70px;
  background: #fff;
  /*背景色*/
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  /*左に隠しておく*/
}

.header header nav ul li:nth-of-type(3) #nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5;
}

.header header nav ul li:nth-of-type(3) #nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

.header header nav ul li.search-icon {
  width: 60px;
  height: 70px;
  position: relative;

}

.header header nav ul li.search-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
  color: initial;
}

.footer__link {
  background: #4D4D4D;
  padding-bottom: 40px;
}

.footer__link h6 {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  font-family: Hiragino Kaku Gothic Pro;
  padding-top: 16px;
}

.footer__link__mitene-contents__element {
  position: relative;
  width: 100%;
  padding: 22px 5vw 37px;
}

.footer__link__mitene-contents__element img {
  width: 100%;
  height: 220px;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__link__mitene-contents__element p {
  font-weight: 300;
  font-size: 12px;
  font-family: Hiragino Kaku Gothic Pro;
  color: #D6D6D6;
  padding-top: 15px;
}

.footer__link__mitene-contents__element a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer__link__mitene-contents__element:nth-of-type(2) {
  padding-bottom: 32px;
}

.footer__link__personal-info {
  padding: 0 5vw;
}

.footer__link__personal-info img {
  width: 160px;
	align-self: flex-start;
}

.footer__bottom {
  background: #F8FAF5;
  text-align: center;
}

.footer__bottom p {
  font-weight: 300;
  font-size: 11px;
  font-family: Hiragino Kaku Gothic Pro;
  color: #484848;
}

.footer__bottom__sns {
  /*padding-top: 50px;*/
}
 
.footer__bottom__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 17px;
}

.footer__bottom__sns ul li {
  margin: 0 11px;
  position: relative;
  font-size: 28px;
  width: 56px;
}

.footer__bottom__sns ul li i {
  height: 56px;
  width: 56px;
  background: #4C6B2B;
  display: block;
  border-radius: 30px;
  color: #ffffff;
  padding-top: 14px;
}

.footer__bottom__sns ul li .fa-facebook-f {
  background: #3C528C;
}

.footer__bottom__sns ul li .fa-twitter {
  background: #4D9BE6;
}

.footer__bottom__logo {
  /*padding: 68px 0 50px;*/
   padding: 40px 0 30px
}

.footer__bottom__logo img {
 /* width: 254px;*/
}

.footer__bottom__logo p {
  padding-top: 10px;
}

.search-modal .modaal-inner-wrapper {
  padding: 70px 0 0 0;
  position: absolute;
}

.search-modal .modaal-inner-wrapper .modaal-container {
  max-width: none;
}

.search-modal .modaal-inner-wrapper .modaal-container .modaal-content-container {
  background: #F8F8F8;
  padding: 20px 0;
}

.search-modal .modaal-inner-wrapper .modaal-container .modaal-content-container input {
  background: #ffffff;
  border: 1px solid #D6D6D6;
  padding: 12px 50px 12px 15px;
  border-radius: 10px;
  display: block;
  margin: auto;
  width: 60%;
}

.search-modal .modaal-inner-wrapper .modaal-container .modaal-content-container img {
  position: absolute;
  top: 31%;
  right: calc(20% + 15px);
  width: 25px;
}

.search-modal .modaal-inner-wrapper .modaal-container .modaal-close {
  background: #ffffff;
  position: absolute;
  right: 6%;
}

.search-modal .modaal-inner-wrapper .modaal-container .modaal-close:before, .search-modal .modaal-inner-wrapper .modaal-container .modaal-close:after {
  background: #707070;
  width: 2px;
}

.hambuger-modal .modaal-inner-wrapper {
  padding: 0;
  position: absolute;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container {
  position: initial;
  max-width: none;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content-container {
  padding: 70px 0 0 0;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content-container ul li {
  padding: 50px 0;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul li {
  background: #4D4D4D;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #707070;
  color: #ffffff;
  padding: 28px 0;
  position: relative;
}

.hambuger-modal,
.hambuger-modal .modaal-inner-wrapper,
.hambuger-modal .modaal-inner-wrapper .modaal-container {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul li:hover {
  background: #4C6B2B;
  opacity: 1 !important;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul li:nth-of-type(9) {
  border-bottom: none;
  font-size: 12px;
  font-weight: 300;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .modal-mitene-action {
  text-align: left;
  padding: 23px 20px 0;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .modal-mitene-action div {
  position: relative;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .modal-mitene-action img {
  height: 245px;
  width: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .modal-mitene-action h6 {
  font-size: 16px;
  padding-top: 14px;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .modal-mitene-action p {
  padding-top: 15px;
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 40px;
}

/*
.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .modal-mitene-action__action-image {
  background-image: url("images/mitene-town-image.png");
  background-position-x: 50%;
  background-position-y: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .modal-mitene-action__report-image {
  background-image: url("images/mitene-report-image.png");
  background-position-x: 50%;
  background-position-y: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
} */

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion {
  padding: 0;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion--text {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
	cursor: pointer;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion label {
  display: block;
  padding: 36px 12px;
  color: #555;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 3s;
  transition: all 3s;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion label:before {
  /*content: '\f054';*/
  font-family: 'Font Awesome 5 Free';
  color: #999;
  padding-right: 8px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion input {
  display: none;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion input:checked + label + .accordion--show {
  height: auto;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion input:checked + label:before {
  content: '\f054';
  top: 23px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion--show {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #555;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion--show p {
  margin: 15px 10px;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion--show ul {
  border-top: 1px solid #707070;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion--show ul li {
  background: #000000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: left;
  padding: 0;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion--show ul li a  {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  padding: 23px 26px;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion--show ul li:hover {
  background: #4C6B2B;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion--show ul li img {
  height: 20px;
  position: absolute;
  right: 25px;
  top: 21px;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion--show ul li:nth-of-type(9) {
  border-bottom: 1px solid #707070;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .double-window {
  width: 15px;
  margin-left: 10px;
  padding-top: 2px;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-close {
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 0;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-close:before, .hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-close:after {
  background: #707070;
  width: 2px;
  height: 35px;
  top: 18px;
  left: 33px;
  width: 1px;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-close:before {
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-close:after {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}

.service-modal .modaal-inner-wrapper {
  padding: 0;
  position: absolute;
}

.service-modal .modaal-inner-wrapper .modaal-container {
  position: initial;
  max-width: none;
}

.service-modal .modaal-inner-wrapper .modaal-container .modaal-content-container {
  padding: 70px 0 0 0;
  background: #4D4D4D;
  position: absolute;
  top: 70px;
  padding: 90px 0 270px;
  width: 100%;
}

.service-modal .modaal-inner-wrapper .modaal-container .modaal-content-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin: auto;
}

.service-modal .modaal-inner-wrapper .modaal-container .modaal-content-container ul li {
  display: block;
  width: 32%;
  margin-bottom: 30px;
  position: relative;
}
.service-modal .modaal-inner-wrapper .modaal-container .modaal-content-container ul li a {
  background: #414141;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  padding: 22px 0;
  font-weight: 600;
}

.service-modal .modaal-inner-wrapper .modaal-container .modaal-content-container ul li:nth-of-type(3n + 2) {
  margin: 0 2% 30px;
}

.town-modal .modaal-container {
  background: transparent;
}

.town-modal .modaal-inner-wrapper {
  padding: 117px 20px;
}

.town-modal .modaal-content-container {
  padding: 0;
  padding-top: 100px;
  background: transparent;
}

.town-modal .modaal-close {
  top: 25px !important;
}


.town-modal .modaal-content-container img {
  width: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
	align-self: flex-start;
}

.town-modal .modaal-content-container .town-modal__text-area {
  padding: 24px 30px 43px;
  background: #ffffff;
}

.town-modal .modaal-content-container .town-modal__text-area h2 {
  font-size: 18px;
  line-height: 1.6em;
  padding-bottom: 18px;
}

.town-modal .modaal-content-container .town-modal__text-area p {
  font-size: 14px;
  line-height: 1.75em;
}

.town-modal .modaal-close {
  background: #ffffff !important;
  position: absolute;
  top: -78px;
  right: 0;
  width: 61px;
  height: 61px;
  border-radius: 100%;
}

.town-modal .modaal-close:before, .town-modal .modaal-close:after {
  background: #707070;
  width: 2px;
  height: 35px;
  top: 12px;
  left: 30px;
}

.town-modal .modaal-close:before {
  transform: rotate(-53deg);
  -webkit-transform: rotate(-53deg);
}

.town-modal .modaal-close:after {
  transform: rotate(53deg);
  -webkit-transform: rotate(53deg);
}

.top-page__hero-slider {
  background: #F8F8F5;
  padding-bottom: 10px;
}

.top-page__hero-slider ul {
  padding-top: 20px;
}

.top-page__hero-slider .slider{
  visibility: hidden; 
}
.top-page__hero-slider .slider.slick-initialized{
  visibility: visible;
}

.top-page__hero-slider ul .slick-list {
  padding: 0;
  padding-bottom: 20px;
}

.top-page__hero-slider ul .slick-list .slick-slide {
  width: 534px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.33);
          /*box-shadow: 0px 10px 15px rgba(0,0,0,0.33);*/
          box-shadow: 0px 5px 8px rgba(0,0,0,0.33);
}

.top-page__hero-slider ul .slick-list .slick-track {
  height: 452px;
  padding-bottom: 20px;
}

.top-page__hero-slider ul .slick-list li {
  /*margin: auto;*/
  margin: 0 5px;
  position: relative;
    max-height: 450px;
   /*max-height: 400px;/
  /*max-width: 449px;*/
}

.top-page__hero-slider ul .slick-list li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.top-page__hero-slider ul .slick-list li:nth-of-type(2n + 1) {
  padding-left: 0;
}

.top-page__hero-slider ul .slick-list li .slider-text {
  position: absolute;
  bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  max-width: 90%;
}

.top-page__hero-slider ul .slick-list li .slider-text__category {
  color: #ffffff;
  background: #4C6B2B;
  font-size: 11px;
  width: 165px;
  padding: 8px 10px 11px 16px;
}

.top-page__hero-slider ul .slick-list li .slider-text__title {
  background: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 11px 19px 10px 14px;
  display: block;
}

.top-page__hero-slider ul .slick-list li img {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 610px;
  line-height: 0;
  position: absolute;
  bottom: 0;

  background-position-x: 50%;
  background-position-y: center;
 /*background-position-y: center;*/
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
}

.top-page__hero-slider ul .slick-list li.default-top-image {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
   text-align: center;
   align-items: center;
	align-content: center;
}

.top-page__hero-slider ul .slick-list li.default-top-image img {
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
	box-sizing:border-box;
	width: auto;
}

.top-page__hero-slider ul .slick-dots {
  line-height: 20px;
  background: #F8F8F5;
}

.top-page__hero-slider ul .slick-dots li {
  margin: 0 11px;
}

.top-page__hero-slider ul .slick-dots li button:before {
  font-size: 12px;
}

.top-page__hero-slider ul .slick-dots li.slick-active button:before {
  color: #4C6B2B;
}

.top-page__news ul {
  padding: 19px;
}

.top-page__news ul li {
  position: relative;
}

.top-page__news ul li span {
  font-size: 13px;
 /* font-weight: 300; 
  color: #818181;*/
color:#343434;
}

.top-page__news ul li p {
  font-size: 14px;
  font-weight: 600;
  padding-top: 8px;
}

.top-page__news ul hr {
  margin: 16px 0;
  border-color: #DDDDDD;
}

.top-page__problem-solve {
  background: #F8F8F5;
  text-align: center;
  padding: 49px 0 2px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-page__problem-solve img {
  width: 94px;
  height:auto;
	align-self: flex-start;
}

.top-page__problem-solve h1 {
  font-weight: 600;
  font-size: 22px;
  padding-top: 29px;
}

.top-page__problem-solve ul {
  padding: 38px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

.top-page__problem-solve ul li {
  display: block;
  padding: 22px 26px;
  background: #ffffff;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  margin: 0 8px 10px 0;
}

.top-page__mitene-category {
  background: #F8F8F5;
  padding: 14px 0 91px;
}

.top-page__mitene-category h2 {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.top-page__mitene-category__title-line {
  display: block;
/* width: 24px; */
  width:180px;
  border-bottom: 3px solid #4C6B2B;
  padding-top: 16px;
  margin: auto;
}

.top-page__mitene-category ul {
  padding-top: 32px;
}

.top-page__mitene-category ul li {
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
  padding: 36px 25px 33px;
  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;
  position: relative;
}

.top-page__mitene-category ul li .link-text {
  position: absolute;
  right: 25px;
}

.top-page__mitene-category ul li h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1em;
}

.top-page__mitene-category ul li img {
  width: 20px;
}

.top-page__mitene-report {
  text-align: center;
  padding: 98px 0 93px;
}

.top-page__mitene-report h2 {
  font-weight: 100;
  font-size: 44px;
  font-family: Lato;
  color: #4C6B2B;
  padding: 0 0 48px 6px;
}

.top-page__mitene-report p {
  font-weight: 600;
  font-size: 18px;
  font-family: Hiragino Kaku Gothic Pro;
  padding-left: 3px;
}

.top-page__mitene-report div {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.top-page__mitene-report div::-webkit-scrollbar {
  display: none;
}

.top-page__mitene-report ul {
  padding: 52px 4.4vw 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc( 992px + 12vw);
}

.top-page__mitene-report ul li {
  width: 321px;
  height: 378px;
  border-radius: 18px;
  -webkit-box-shadow: 0px 10px 15px #dbdbdb;
          box-shadow: 0px 10px 15px #dbdbdb;
  text-align: left;
  position: relative;
}

.top-page__mitene-report ul li img {
  width: 100%;
  height: 209px;
  border-radius: 18px 18px 0 0;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
}

.top-page__mitene-report ul li span {
  padding: 16px 0 0 18px;
  display: block;
  color: #818181;
  font-weight: 300;
  font-size: 12px;
}

.top-page__mitene-report ul li p {
  padding: 16px 0 0 18px;
}

.top-page__mitene-report__list-button {
  background: #F8F8F8;
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 0px 10px rgba(0,0,0,0.33);
}

.top-page__mitene-report__list-button img {
  margin-top: 27px;
}

.top-page__mitene-action {
  text-align: center;
  padding-bottom: 46px;
  background: #F8F8F5;
  position: relative;
}

.top-page__mitene-action__image {
  width: 100%;
  max-height: 300px;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
}

.top-page__mitene-action__text-area__logo {
  width: 74vw;
  height: auto;
  padding: 40px 0 0 5vw;
  max-width: 230px;
}

.top-page__mitene-action__text-area__white-text {
  padding: 36px 0 0 14px;
  font-weight: 600;
  font-size: 18px;
}

.top-page__mitene-action__text-area__green-text {
  padding: 22px 0 0 17px;
  font-weight: 600;
  font-size: 18px;
  color: #4C6B2B;
}

.service-category__content {
  background: #F8F9F5;
  padding: 48px 0 24px;
}

.service-category__content h1 {
  font-size: 23px;
  color: #4C6B2B;
  text-align: center;
}

.service-category__content ul {
  padding-top: 42px;
}

.service-category__content ul li {
  padding: 48px 30px 25px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
  margin-bottom: 29px;
  background: #ffffff;
  position: relative;
}

.service-category__content ul li h2 {
  font-weight: 600;
  color: #4C6B2B;
	line-height: 1.3em;
}

.service-category__content ul li p {
  font-weight: 600;
  font-size: 16px;
  padding-top: 23px;
  line-height: 1.7em;
}

.service-article__hero-area__text-area {
  background: #F8F9F5;
  padding: 35px 21px;
}

.service-article__hero-area__text-area h1 {
  font-size: 23px;
  color: #4C6B2B;
  padding-left: 3px;
  line-height: 1.4em;
}

.service-article__hero-area__text-area__title-kana {
  font-size: 12px;
  font-weight: 300;
  padding: 17px 0 20px;
}

.service-article__hero-area__text-area h2 {
  font-size: 22px;
  line-height: 1.5em;
  padding-bottom: 18px;
}

.service-article__hero-area__text-area__overview {
  font-size: 16px;
  padding-bottom: 24px;
}

.service-article__hero-area__text-area__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}

.service-article__hero-area__text-area__button .green-capsule-button {
  color: #ffffff;
  width: 48%;
  padding: 22px 0;
}

.service-article__hero-area__text-area__button .white-capsule-button {
 /* color: #4C6B2B;*/
 color:#ffffff;
  margin-left: 4%;
  width: 48%;
  padding: 22px 0;
}

.service-article__hero-area__text-area__button .white-capsule-button-small {
  color: #4C6B2B;
  margin-left: 4%;
  width: 48%;
  padding: 15px 0;
}


.service-article__hero-area__photo-area img {
  width: 100%;
}

.service-article__choice-reason {
  text-align: center;
  padding: 45px 20px;
}

.service-article__choice-reason span {
  font-size: 18px;
  font-weight: 600;
}

.service-article__choice-reason h2 {
  font-size: 30px;
  color: #4C6B2B;
  padding: 24px 0 53px;
}

.service-article__choice-reason ul li {
  background: #F8F9F5;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
  text-align: left;
}

.service-article__choice-reason ul li img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.service-article__choice-reason ul li .card-bottom {
  padding: 18px 24px 36px;
}

.service-article__choice-reason ul li .card-bottom span {
  font-size: 14px;
  font-weight: 600;
  color: #4C6B2B;
}

.service-article__choice-reason ul li .card-bottom h4 {
  font-size: 22px;
  padding: 10px 0;
  line-height: 1.5em;
}

.service-article__choice-reason ul li .card-bottom p {
  font-size: 14px;
  line-height: 1.75em;
}

.service-article__solution {
  background: #F8FAF5;
  padding: 58px 20px 26px;
}

.service-article__solution__left-area span {
  font-size: 18px;
  padding-left: 18px;
  font-weight: 600;
  color: #4B6C2B;
}

.service-article__solution__left-area h2 {
  font-size: 30px;
  line-height: 1.35em;
  padding: 22px 18px 38px;
  border-radius: 20px;
}

.service-article__solution ul li {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 10px #dbdbdb;
          box-shadow: 0px 5px 10px #dbdbdb;
  margin-bottom: 37px;
  border-radius: 20px;
  padding: 27px 23px 49px;
}

.service-article__solution ul li h4 {
  line-height: 1.3em;
  font-size: 24px;
  min-height: 60px;
}

.service-article__solution ul li hr {
  margin: 10px 0 15px;
}

.service-article__solution ul li p {
  /*font-weight: 300;*/
  font-size: 14px;
  line-height: 1.75em;
}

.service-article__function {
  padding: 67px 20px 70px;
}

.service-article__function h2 {
  padding-bottom: 36px;
  font-size: 30px;
  text-align: center;
  color: #4C6B2B;
}

.service-article__function ul {
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 30px;
}

.service-article__function ul li {
  border-top: 1px solid #D6D6D6;
  padding: 10px 0;
  line-height: 1.75em;
  padding: 25px 0 26px;
}

.service-article__function ul li img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}

.service-article__function ul li .card-bottom h4 {
  font-size: 18px;
  padding-bottom: 16px;
}

.service-article__function ul li .card-bottom p {
  font-size: 16px;
}

.service-article__function__list-button {
  position: relative;
  text-align: center;
}

.service-article__function__list-button__show {
  font-size: 14px;
  color: #4C6B2B;
  height: 95px;
  width: 95%;
  max-width: 335px;
  padding: 40px 20px;
  background: red;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  background: #F8F8F8;
  border-radius: 10px;
  cursor: pointer;
}

.service-article__function__list-button__show i {
  position: absolute;
  bottom: 10px;
  right: 49%;
}

.service-article__function__list-button__close {
  width: 70px;
  height: 70px;
  margin: 70px auto 0;
  border-radius: 100%;
  background: #F8F8F8;
  position: relative;
}

.service-article__function__list-button__close:before, .service-article__function__list-button__close:after {
  background: #707070;
  width: 1px;
}

.service-article__function__list-button__close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  content: " ";
  position: absolute;
  top: 17px;
  left: 35px;
  height: 36px;
  border-radius: 4px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.service-article__function__list-button__close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  content: " ";
  position: absolute;
  top: 17px;
  left: 35px;
  height: 36px;
  border-radius: 4px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.service-article__function__list-button .triangle {
  border-right: 6px solid transparent;
  border-top: 12px solid #4D4D4D;
  border-left: 6px solid transparent;
  position: absolute;
  margin-left: 18px;
}

.service-article__function-list {
  padding: 0px 20px 75px;
}

.service-article__function-list h4 {
  font-size: 20px;
  color: #4C6B2B;
  text-align: center;
  padding-bottom: 40px;
}

.service-article__function-list__table-list {
  padding-bottom: 83px;
}

.service-article__function-list__table-list table {
  width: 100%;
  border: 1px solid #D6D6D6;
	border-collapse: collapse;
}

.service-article__function-list__table-list table tr {
  display: table-row;
  padding: 18px 20px 17px;
  font-size: 14px;
  text-align: left;
}

.service-article__function-list__table-list table tr th,
.service-article__function-list__table-list table tr td {
	border: 1px solid #D6D6D6;
   display: table-cell;
   padding: 18px 20px
}

.service-article__function-list__table-list table tr th {
  width: 30%;
  display: table-cell;
  text-align: left;
	line-height: 1.3em;
}

.service-article__function-list__flex-list ul {
  border-bottom: 1px solid #D6D6D6;
}

.service-article__function-list__flex-list ul li {
  border: 1px solid #D6D6D6;
  border-bottom: none;
  border-collapse: collapse;
  padding: 18px 20px 21px;
}

.service-article__case-study {
  padding: 62px 23px 30px;
  text-align: center;
  background: #F8FAF5;
}

.service-article__case-study span {
  font-size: 18px;
  font-weight: 600;
}

.service-article__case-study h2 {
  font-size: 30px;
  color: #4C6B2B;
  padding: 10px 0 45px;
  line-height: 1.35em;
}

.service-article__case-study ul li {
  background: #F8F9F5;
  border-radius: 20px;
  margin-bottom: 32px;
  text-align: left;
  background: #ffffff;
  position: relative;
}

.service-article__case-study ul li img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 220px;
}

.service-article__case-study ul li .card-bottom {
  padding: 14px 16px 20px;
}

.service-article__case-study ul li .card-bottom span {
  color: #818181;
  font-weight: 300;
  font-size: 16px;
}

.service-article__case-study ul li .card-bottom h4 {
  font-size: 18px;
  padding: 7px 0 13px;
  line-height: 1.6em;
}

.service-article__case-study ul li .card-bottom p {
  padding-bottom: 18px;
}

.service-article__case-study ul li .card-bottom__bottom-info {
  font-size: 12px;
  font-weight: 300;
  color: #4C6B2B;
}

.service-article__case-study ul li .card-bottom__bottom-info span {
  font-size: 12px;
  color: #4C6B2B;
}

.service-article__case-study ul li .card-bottom__bottom-info p {
  padding-bottom: 8px;
}

.service-article__flow-to-start {
  padding: 62px 23px 50px;
  text-align: center;
  background: #ffffff;
}

.service-article__flow-to-start span {
  font-size: 18px;
  font-weight: 600;
}

.service-article__flow-to-start h2 {
  font-size: 30px;
  color: #4C6B2B;
  padding: 10px 0 40px;
  line-height: 1.35em;
}

.service-article__flow-to-start ul li {
  background: #F8F9F5;
  border-radius: 20px;
  min-height: 97px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-article__flow-to-start ul li .card-right {
  color: #4C6B2B;
  width: 25%;
  padding: 22px 0 0 13px;
}

.service-article__flow-to-start ul li .card-right__step-text {
  font-size: 14px;
  display: block;
}

.service-article__flow-to-start ul li .card-right__step-number {
  font-size: 30px;
}

.service-article__flow-to-start ul li p {
  font-size: 18px;
  padding: 36px 2.6%;
  font-weight: 600;
  min-width: 75px;
  width: 75%;
  text-align: left;
}

.service-article__flow-to-start ul li img {
  width: 50px;
}

.service-article__price-plan {
  padding: 50px 23px 55px;
  text-align: center;
  background: #F8F9F5;
}

.service-article__price-plan h2 {
  font-size: 30px;
  color: #4C6B2B;
  padding: 10px 0 55px;
  line-height: 1.35em;
}

.service-article__price-plan__calc-price {
  background: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 10px 20px #c7c7c7;
          box-shadow: 0px 10px 20px #c7c7c7;
  padding: 50px 15px 35px;
  margin-top: 35px;
}

.service-article__price-plan__calc-price:nth-of-type(1) {
    margin-top: 0;
}

.service-article__price-plan__calc-price__initial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-article__price-plan__calc-price__initial__title {
  font-size: 16px;
  font-weight: 300;
  color: #4C6B2B;
  padding: 15px 37px 0 0;
}

.service-article__price-plan__calc-price__initial p {
  font-size: 28px;
}

.service-article__price-plan__calc-price hr {
  margin: 33px 0 18px;
}

.service-article__price-plan__calc-price__running h4 {
  font-size: 16px;
  background: #F8F8F8;
  color: #4C6B2B;
}

.service-article__price-plan__calc-price__running__license {
  text-align: left;
}

.service-article__price-plan__calc-price__running__license h4 {
  padding: 18px 25px;
}

.service-article__price-plan__calc-price__running__license span {
  font-size: 16px;
  color: #4C6B2B;
  padding: 12px 75px 0 0;
}

.service-article__price-plan__calc-price__running__license__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 27px;
}

.service-article__price-plan__calc-price__running__license__cost__price {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 10px;
}

.service-article__price-plan__calc-price__running__license__cost__sub-text {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 43px;
}

.service-article__price-plan__calc-price__running__storage {
  text-align: left;
}

.service-article__price-plan__calc-price__running__storage h4 {
  padding: 18px 25px;
}

.service-article__price-plan__calc-price__running__storage ul {
  padding-top: 15px;
}

.service-article__price-plan__calc-price__running__storage ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6px;
}

.service-article__price-plan__calc-price__running__storage ul li span {
  font-size: 16px;
  width: 100px;
  padding-top: 14px;
  font-weight: 600;
}

.service-article__price-plan__calc-price__running__storage ul li p {
  font-size: 28px;
  font-weight: 600;
}

.service-article__price-plan__supplement-text {
  font-size: 11px;
  font-weight: 300;
  padding-top: 30px;
  line-height: 1.7em;
  text-align: left;
}

.service-article__price-plan__campaign {
  text-align: left;
  padding-top: 13px;
}

.service-article__price-plan__campaign img {
  width: 154px;
	align-self: flex-start;
}

.service-article__price-plan__campaign p {
  font-size: 20px;
  color: #D12828;
  padding: 8px 0 0 6px;
  line-height: 2em;
}

.service-article__efficiency {
  background-image: url("images/mitene-town-green-back.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  padding: 48px 20px 40px;
}

.service-article__efficiency h2 {
  font-size: 30px;
  padding-bottom: 42px;
  color: #ffffff;
  line-height: 1.35em;
  text-align: center;
}

.service-article__efficiency ul li {
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 18px;
  -webkit-box-shadow: 0px 5px 10px #00000033;
          box-shadow: 0px 5px 10px #00000033;
  text-align: left;
  position: relative;
}

.service-article__efficiency ul li img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.service-article__efficiency ul li .card-bottom {
  padding: 45px 19px 39px;
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.service-article__efficiency ul li .card-bottom span {
  font-size: 14px;
  color: #4C6B2B;
}

.service-article__efficiency ul li .card-bottom h4 {
  font-size: 22px;
  padding-bottom: 21px;
  color: #4C6B2B;
  text-align: center;
}

.service-article__efficiency ul li .card-bottom p {
  font-size: 16px;
}

.case-study {
  background: #F8FAF5;
  padding: 10px 0 40px;
}

.case-study__contents {
  background: #ffffff;
  padding: 28px 20px 64px;
  -webkit-box-shadow: 0px 5px 5px #e0e0e0;
          box-shadow: 0px 5px 5px #e0e0e0;
}

.case-study__contents h1 {
  font-size: 34px;
  padding-bottom: 15px;
  line-height: 1.48em;
}

.case-study__contents__header__company {
  font-size: 12px;
  color: #4C6B2B;
}

.case-study__contents__header__company__name {
  font-size: 18px;
  font-weight: 600px;
  padding-bottom: 10px;
}

.case-study__contents__header__company__industry {
  padding-bottom: 8px;
}

.case-study__contents__header__company__menber-counts {
  padding-bottom: 24px;
}

.case-study__contents__header__service {
  background: #F8F8F8;
  padding: 17px 20px;
  margin-bottom: 27px;
}

.case-study__contents__header__service p {
  font-size: 18px;
  font-weight: 600;
  color: #4C6B2B;
}

.case-study__contents__header__service ul {
  list-style: disc;
  font-size: 14px;
  padding: 8px 0 0 20px;
  line-height: 1.75em;
}

.case-study__contents__header__photo {
  padding-bottom: 60px;
}

.case-study__contents__header__photo img {
  width: 100%;
}

.case-study__contents__header__photo p {
  text-align: right;
  font-size: 12px;
}

.case-study__contents__body {
  padding-top: 56px 0 48px;
}

.case-study__contents__body ul li h2 {
  color: #4C6B2B;
  font-size: 18px;
  line-height: 1.5em;
}

.case-study__contents__body ul li hr {
  border-bottom: 2px solid #D6D6D6;
  margin: 17px 0 18px;
}

.case-study__contents__body ul li p {
  font-size: 14px;
  padding-bottom: 16px;
}

.case-study__contents__body ul li img {
  width: 100%;
}

.case-study__contents__body__thanks {
  color: #4C6B2B;
  font-size: 18px;
  font-weight: 600;
  padding: 33px 0 48px;
}

.case-study__contents__link {
  background: #F8F8F8;
  padding: 24px 24px 14px;
}

.case-study__contents__link h3 {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 22px;
}

.case-study__contents__link ul li {
  margin-bottom: 19px;
  color: #4C6B2B;
}

.case-study__contents__link ul li a {
  width: 100%;
  padding: 26px 0;
  border-radius: 10px;
  color: #4C6B2B;
  background: #ffffff;
}

.case-study__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}

.case-study__sns__button {
  width: 84px;
  height: 84px;
  border-radius: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px #d1d1d1;
          box-shadow: 0px 3px 6px #d1d1d1;
  margin: 0 0 23px 23px;
  text-align: center;
  position: relative;
}

.case-study__sns__button i {
  font-size: 30px;
  padding-top: 20px;
}

.case-study__sns__button p {
  font-size: 11px;
  padding-top: 6px;
}

.corporate-info {
  background: #F8FAF5;
  padding: 50px 0;
  text-align: center;
}

.corporate-info h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
}

.corporate-info__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: auto;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
}

.corporate-info__contents img {
  width: 100%;
  border-top-right-radius: 26px;
  border-top-left-radius: 26px;
}

.corporate-info__contents ul {
  padding: 34px 24px 8px;
}

.corporate-info__contents ul li {
  background: #F8F8F8;
  width: 100%;
  border-radius: 20px;
  padding: 27px 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.corporate-top-message {
  background: #F8FAF5;
  padding: 50px 0 60px;
}

.corporate-top-message h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
  text-align: center;
}

.corporate-top-message__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: 0 auto 60px;
  padding: 53px 20px 47px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
}

.corporate-top-message__contents h2 {
  font-size: 23px;
  text-align: left;
  line-height: 1.4em;
}

.corporate-top-message__contents__text {
  font-size: 14px;
  padding-top: 37px;
  line-height: 1.72em;
}

.corporate-top-message__contents__top-name {
  width: 135px;
  padding-top: 37px;
  margin-left: auto;
}

.corporate-top-message__contents__top-name span {
  font-size: 12px;
}

.corporate-top-message__contents__top-name p {
  font-size: 24px;
  font-family: "Yu Mincho", "YuMincho";
  padding-top: 5px;
  font-size: 24px;
}

.corporate-profile {
  background: #F8FAF5;
  padding: 50px 0 60px;
}

.corporate-profile h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
  text-align: center;
}

.corporate-profile__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: 0 auto;
  padding: 48px 20px 17px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #00000033;
          box-shadow: 0px 5px 10px #00000033;
}

.corporate-profile__contents ul li .li-item {
  font-size: 13px;
  font-weight: 200;
  width: 100%;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 8px;
}

.corporate-profile__contents ul li .li-contents {
  padding-top: 10px;
  padding-bottom: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9em;
}

.corporate-profile__contents ul li .li-contents .map-img {
  width: 100%;
  margin: 16px 0 18px;
}

.corporate-profile__contents ul li .li-contents .map-img img {
	max-width: 100%;
	max-height: 100%;
}

.corporate-profile__contents ul li .li-contents .group-button {
  margin-top: 20px;
}

.corporate-profile__contents ul li .li-contents .white-capsule-button {
  color: #4C6B2B;
}

.corporate-profile__contents ul li .office-margin {
  height: 40px;
}

.corporate-group-introduce {
  background: #F8FAF5;
  padding: 50px 0 60px;
}

.corporate-group-introduce h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
  text-align: center;
}

.corporate-group-introduce__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: 0 auto;
  padding: 45px 20px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
}

.corporate-group-introduce__contents ul li {
  padding-bottom: 11px;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 21px;
}

.corporate-group-introduce__contents ul li h2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8em;
}

.corporate-group-introduce__contents ul li p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7em;
  padding-bottom: 14px;
}

.corporate-group-introduce__contents ul li .white-capsule-button {
  width: 100%;
  padding: 23px 30px;
  margin-bottom: 17px;
  color: #4C6B2B;
}

.corporate-history {
  background: #F8FAF5;
  padding: 50px 0 60px;
}

.corporate-history h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
  text-align: center;
}

.corporate-history__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: 0 auto;
  padding: 45px 20px 17px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
}

.corporate-history__contents ul {
  font-size: 14px;
}

.corporate-history__contents ul li {
  padding-bottom: 28px;
}

.corporate-history__contents ul li span {
  font-weight: 300;
  display: block;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 8px;
}

.corporate-history__contents ul li p {
  padding-top: 12px;
  font-weight: 600;
}

.corporate-vision {
  background: #F8FAF5;
  padding: 50px 0 53px;
}

.corporate-vision h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
  text-align: center;
}

.corporate-vision__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: 0 auto;
  padding: 53px 20px 54px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
}

.corporate-vision__contents h2 {
  font-size: 18px;
  text-align: left;
  line-height: 1.4em;
  padding-bottom: 30px;
}

.corporate-vision__contents p {
  font-size: 14px;
  line-height: 1.73em;
}

.corporate-vision__contents__philosophy__title {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 38px 0 3px;
  display: block;
}

.corporate-vision__contents__philosophy__area {
  background: #F8FFF5;
  padding: 48px 30px 42px;
  margin-top: 32px;
}

.corporate-vision__contents__philosophy__area h3 {
  font-size: 18px;
  line-height: 1.6em;
  color: #4C6B2B;
}

.corporate-vision__contents__philosophy__area p {
  padding-top: 20px;
}

.privacy-policy {
  background: #F8FAF5;
  padding: 50px 0 53px;
}

.privacy-policy h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
  text-align: center;
}

.privacy-policy__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: 0 auto;
  padding: 53px 20px 54px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
}

.privacy-policy__contents h2 {
  font-size: 23px;
  text-align: left;
  line-height: 1.4em;
  padding-bottom: 30px;
}

.privacy-policy__contents p {
  font-size: 14px;
  line-height: 1.73em;
}

.privacy-policy__contents .right-info {
  text-align: right;
}

.privacy-policy__contents__link {
  text-decoration: underline;
}

.privacy-policy__contents .green-capsule-button {
  width: 280px;
  margin: auto;
  color: #ffffff;
}

.privacy-policy__contents .number {
  font-size: 14px;
  padding:20px 0 45px 50px;
  list-style-type: decimal;
  line-height: 1.73em;
}

.privacy-policy__contents .number_left {
  font-size: 14px;
  padding:0 0 45px 25px;
  list-style-type: decimal;
  line-height: 1.73em;
}

.privacy-policy__contents .list_disc {
  font-size: 14px;
  padding:0 0 0px 50px;
  list-style-type: disc;
  line-height: 1.73em;
}

.corporate-info-link {
  background: #ffffff;
  width: 90.7vw;
  margin: 60px auto 0;
  padding-bottom: 37px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
}

.corporate-info-link p {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding-top: 31px;
}

.corporate-info-link ul {
  padding: 34px 24px 8px;
  text-align: center;
}

.corporate-info-link ul li {
  background: #F8F8F8;
  width: 100%;
  border-radius: 20px;
  padding: 27px 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.download-pdf {
  background: #F8FAF5;
  padding: 50px 0 130px;
}

.download-pdf h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
  text-align: center;
}

.download-pdf a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.download-pdf__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: auto;
  padding-bottom: 163px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
}

.download-pdf__contents p {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding-top: 31px;
}

.download-pdf__contents ul {
  padding: 40px 20px 8px;
  text-align: center;
}

.download-pdf__contents ul li {
  background: #F8F8F8;
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.download-pdf__contents ul li p {
  padding-top: 24px;
}

.download-pdf__contents ul li .link-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #697b91;
  border-right: solid 2px #697b91;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.download-pdf__contents__main {
  text-align: left;
  padding: 44px 20px 8px;
}

.download-pdf__contents__main h2 {
  font-size: 23px;
  padding-bottom: 25px;
}

.download-pdf__contents__main h3 {
  font-size: 14px;
  padding: 28px 0 20px;
}

.download-pdf__contents__main ul {
  padding: 0;
  text-align: left;
}

.download-pdf__contents__main ul li {
  padding: 22px 23px 17px;
  margin-bottom: 10px;
  line-height: 1.5em;
  color: #4C6B2B;
  position: relative;
}

.download-pdf__contents__main ul li p {
  padding: 0;
  text-align: left;
}

.news-release {
  background: #F8FAF5;
  padding: 50px 0 30px;
}

.news-release h1 {
  font-size: 23px;
  padding-bottom: 43px;
  color: #4C6B2B;
  text-align: center;
}

.news-release__choice-year ul {
  padding: 0 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  position: relative;
}

.news-release__choice-year ul a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-release__choice-year ul li {
  padding: 17px 0;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 30px;
  width: 150px;
  height: 50px;
  margin: 0 20px 15px 0;
  position: relative;
}

.news-release__choice-year ul li .year-selected {
  background: #4C6B2B;
  color: #ffffff;
}

.news-release__choice-year ul .news-release__choice-year__choiced {
  color: #ffffff;
  background: #4C6B2B;
}

.news-release__year-list ul li {
  padding-bottom: 28px;
  background: #ffffff;
  padding: 30px 19px 26px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
  position: relative;
}

.news-release__year-list ul li span {
  font-size: 12px;
  font-weight: 300;
  display: block;
  padding-bottom: 18px;
}

.news-release__year-list ul li p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.47em;
}

.news-release-article {
  background: #F8FAF5;
  padding: 50px 0 73px;
}

.news-release-article__title {
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.news-release-article h1 {
  font-size: 23px;
  padding: 19px 0 30px;
  line-height: 1.4em;
}

.news-release-article__contents {
  background: #ffffff;
  margin: 30px auto 42px;
  padding: 30px 20px 40px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
  text-align: left;
}

.news-release-article__contents__date {
  font-size: 12px;
}

.news-release-article__contents h2 {
  font-size: 18px;
  line-height: 1.6em;
  padding-bottom: 16px;
  color: #4C6B2B;
}

.news-release-article__contents hr {
  border-bottom: 1px solid #D6D6D6;
}

.news-release-article__contents p {
  padding: 16px 0 37px;
  font-size: 14px;
  line-height: 1.75em;
}

.news-release-article__link {
  padding: 27px 0;
  width: 250px;
  border-radius: 20px;
  display: block;
  text-align: center;
  margin: auto;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
  color: #484848;
}

.form-article__hero-area{
  background: #FFF;
  padding: 35px 21px;
}


.form-class {
  /*background: #F8FAF5;*/
background:#FFF!important;
  padding: 0 20px 20px;
}
.form-class .container {
  margin: 0 auto;
  max-width: 900px;
}

.form-class h1 {
  color: #4C6B2B;
  text-align: center;
  font-size: 23px;
  padding-top: 47px;
  margin-bottom: 43px;
}

.form-class .personal-info-message {
  padding-left: 8px;
}

.form-class .personal_info_handling {
  padding: 27px 23px 9px;
  margin-bottom: 30px;
  background: #fff;
  color: #484848;
  height: 380px;
  max-height: 365px;
  overflow: scroll;
  overflow-x : hidden ;
}

.form-class .personal_info_handling p {
  color: #484848;
  font-size: 14px;
  line-height: 1.75em;
}

.form-class .personal_info_handling .left-info {
  color: #484848;
  font-size: 14px;
  line-height: 1.75em;
  padding-left: 20px;
}

.form-class .personal_info_handling p span {
  color: #4C6B2B;
}

.form-class .personal_info_handling p a {
  color: #4C6B2B;
}

.form-class hr {
  border: none;
  border-top: 1px solid #D6D6D6;
  margin-bottom: 64px;
}

.form-class .green-capsule-button {
  width: 100%;
}

.form-class .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.form-class .button-wrapper .green-capsule-button, .form-class .button-wrapper .white-capsule-button {
  width: 45%;
}

.form-class .intro_message {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 60px;
}

.form-class__confirm .intro_green_message {
  font-size: 16px;
  font-weight: 600;
  color: #4C6B2B;
}

.form-class__confirm hr {
  margin: 38px 0 58px;
}

.form-class__confirm ul li {
  margin-bottom: 50px;
}

.form-class__confirm ul li label {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 10px;
}

.form-class__confirm ul li p {
  font-size: 16px;
  font-weight: 600;
}

.form-class__confirm ul li .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-class__confirm ul li .name p {
  margin-right: 20px;
}

.form-class__finish .intro_green_message {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 25px;
  color: #4C6B2B;
  line-height: 1.5em;
}

.form-class__finish p {
  font-size: 14px;
  line-height: 1.74em;
}

.form-class__finish .button-wrapper .green-capsule-button {
  color: #ffffff;
  font-size: 20px;
  height: 70px;
  margin-top: 30px;
  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;
}

.form-class label {
  width: 100%;
  color: #484848;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 19px;
  display: block;
}

.form-class label span {
  padding-left: 9px;
  color: #CC0303;
  font-weight: 600;
  font-size: 12px;
}

.form-class label .confirm-checkbox {
  padding-left: 17px;
  margin-bottom: 0;
  color: #4C6B2B;
}

.form-class .contact-select-box {
  overflow: hidden;
  width: 90%;
  margin-bottom: 2em;
  text-align: center;
}

.form-class .contact-select-box select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.form-class .contact-select-box select::-ms-expand {
  display: none;
}

.form-class .contact-select-box {
  position: relative;
  border-radius: 2px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #D6D6D6;
  width: 100%;
}

.form-class .contact-select-box::before {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #818181;
  pointer-events: none;
}

.form-class .contact-select-box select {
  padding: 21px 22px;
  color: #818181;
}

.form-class__download-product, .form-class__target-service {
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 30px;
  color: #484848;
}

.form-class__target-service {
  padding-bottom: 35px;
}

.form-class .annotation {
  font-size: 14px;
  padding-bottom: 23px;
}

.form-class .any-tag {
  font-size: 12px;
  color: #818181;
}

.form-class .hope-date, .form-class .sns-account {
  margin-bottom: 60px;
}

.form-class .hope-date li, .form-class .sns-account li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-class .hope-date li label, .form-class .sns-account li label {
  width: 130px;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 0;
}

.form-class .hope-date li input, .form-class .sns-account li input {
  width: 200px;
  margin-bottom: 0;
}

.form-class .hope-date li .wide-input, .form-class .sns-account li .wide-input {
  width: 100%;
}

.form-class .hope-date li .contact-select-box, .form-class .sns-account li .contact-select-box {
  width: 200px;
  height: 60px;
  margin-bottom: 0;
}

.form-class .zip-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.form-class .zip-code input[type="text"] {
  width: 30%;
}

.form-class .zip-code button {
  width: 30%;
  height: 60px;
  border: 1px solid #D6D6D6;
  border-radius: 23px;
  background: #ffffff;
}

.form-class .checkbox-label {
  margin-bottom: 35px;
}

.form-class .color-confirm-label {
  color: #4C6B2B;
}

.form-class input[type="text"], .form-class textarea {
  width: 100%;
  background: #fff;
  padding: 21px 23px;
  margin-bottom: 40px;
  font-size: 14px;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
}

.form-class .name-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-class .name-input input[type="text"] {
  width: 48%;
}

.form-class input[type=checkbox] {
  display: none;
}

.form-class .checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 28px 12px 12px 58px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

.form-class .checkbox .color-confirm-label {
  font-size: 16px;
  color: #4C6B2B;
}

.form-class .checkbox:hover:after {
  border-color: #D6D6D6;
}

.form-class .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 26px;
  left: 1px;
  display: block;
  margin-top: -10px;
  width: 41px;
  height: 40px;
  border: 1px solid #bbb;
  border-radius: 10px;
  content: '';
}

.form-class .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 55%;
  left: 18px;
  display: block;
  margin-top: -7px;
  width: 10px;
  height: 20px;
  border-right: 4px solid #4C6B2B;
  border-bottom: 4px solid #4C6B2B;
  background: #ffffff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-class input:checked + .checkbox:before {
  opacity: 1;
}

.mitene-action {
  background-image: url("images/mitene-town-green-image.png");
  background-position: top 70px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 25px 0 28px;
  text-align: center;
}

.mitene-action__white-logo {
  width: 100%;
}

.mitene-action__contents {
  padding: 32px 20px;
}

.mitene-action__contents h1 {
  background: #ffffff;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4em;
  padding: 10px 0;
}

.mitene-action__contents__sub-message {
  color: #ffffff;
  padding: 30px 0 25px;
  font-size: 18px;
}

.mitene-action__contents ul li {
  width: 100%;
  height: 139px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
  border-radius: 20px;
  margin-bottom: 31px;
  position: relative;
}

.mitene-action__contents ul li img {
  width: 30%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.mitene-action__contents ul li .card-right {
  background: #ffffff;
  width: 70%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.mitene-action__contents ul li .card-right p {
  font-size: 14px;
  padding: 45px 0 9px;
}

.mitene-action__contents ul li .card-right h4 {
  font-size: 18px;
  padding-bottom: 47px;
}

.mitene-action__contents__recruit {
  background-image: url("images/mitene-town-image-focus.png");
  background-position:center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 20px;
  height: 257px;
  margin-top: 60px;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
  position: relative;
}

.mitene-action__contents__recruit__message {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #4C6B2B;
  opacity: 0.9;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #ffffff;
}

.mitene-action__contents__recruit__message p {
  font-size: 14px;
  padding: 23px 0 18px;
}

.mitene-action__contents__recruit__message h3 {
  font-size: 23px;
  padding-bottom: 37px;
}

.mitene-action-area {
  background: #F8F8F5;
  padding: 40px 0 10px;
}

.mitene-action-area__logo {
  display: block;
  margin: auto;
  width: 300px;
  padding-bottom: 40px;
}

.mitene-action-area ul {
  padding: 0 20px;
}

.mitene-action-area ul li {
  width: 100%;
  height: 139px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
  border-radius: 20px;
  margin-bottom: 31px;
  position: relative;
}

.mitene-action-area ul li img {
  width: 30%;
  display: block;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  font-family: 'object-fit: cover;';
     object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.mitene-action-area ul li .card-right {
  background: #ffffff;
  width: 70%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
}

.mitene-action-area ul li .card-right p {
  font-size: 14px;
  padding: 45px 0 9px;
}

.mitene-action-area ul li .card-right h4 {
  font-size: 18px;
  padding-bottom: 47px;
}

.mitene-town {
  color: #4C6B2B;
  position: relative;
}

.mitene-town h1 {
  position: absolute;
  top: 14px;
  left: 20px;
  z-index: 10;
  font-size: 14px;
  color: #484848;
  background: #ffffff;
  padding: 9px 72px 9px 14px;
}

.mitene-town__contents {
  position: relative;
}

.mitene-town__contents img {
  width: 100%;
}

.mitene-town__contents .town-modal-button {
  position: absolute;
  display: block;
  opacity: 0.5;
  width: 8%;
  height: 4.21%;
  border-radius: 100%;
}

.mitene-town__contents .town-modal-button.m_1 {
  top: 16.2%;
  left: 20.9%;
}

.mitene-town__contents .town-modal-button.m_2 {
  top: 79.6%;
  left: 18.9%;
}

.mitene-town__contents .town-modal-button.m_3 {
  top: 53.6%;
  left: 15.2%;
}

.mitene-town__contents .town-modal-button.m_4 {
  top: 88.9%;
  left: 47.6%;
}

.mitene-town__contents .town-modal-button.m_5 {
  top: 34.1%;
  left: 27.85%;
}

.mitene-town__contents .town-modal-button.m_6 {
  top: 32.6%;
  left: 9.25%;
}

.mitene-town__contents .town-modal-button.m_7 {
  top: 10.05%;
  left: 38.5%;
}

.mitene-town__contents .town-modal-button.m_8 {
	top: 46.5%;
  left: 58.75%;
}

.mitene-town__contents .town-modal-button.m_9 {
  top: 88.5%;
  left: 85.6%;
}

.mitene-town__contents .town-modal-button.m_10 {
  top: 7.0%;
  left: 72.8%;
}

.mitene-town__contents .town-modal-button.m_11 {
  top: 75.2%;
  left: 40.2%;
}

.mitene-town__contents .town-modal-button.m_12 {
  top: 51%;
  left: 89.55%;
}

.mitene-town__contents .town-modal-button.m_13 {
  top: 76.75%;
  left: 68.3%;
}

.mitene-town__contents .town-modal-button.m_14 {
  top: 16.8%;
  left: 72.34%;
}

.mitene-town__contents .town-modal-button.m_15 {
  top: 37.8%;
  left: 65.3%;
}

.mitene-town__contents .town-modal-button:hover {
  background: #fff;
  opacity: 0.5;
}

.mitene-work-style {
  background-image: url("images/mitene-town-green-image.png");
  background-position: top 70px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 47px 0 28px;
  text-align: center;
}

.mitene-work-style h1 {
  color: #ffffff;
  font-size: 23px;
}

.mitene-work-style__sub-message {
  color: #ffffff;
  padding: 30px 0 25px;
  font-size: 18px;
}

.mitene-work-style ul {
  padding: 46px 20px;
}

.mitene-work-style ul li {
  width: 100%;
  border-radius: 30px;
  /* -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33); */
  border-radius: 20px;
  margin-bottom: 90px;
  position: relative;
}

.mitene-work-style ul li .worker-comment-area {
  width: 100%;
  text-align: left;
  padding: 25px 32px 50px;
  position: relative;
  border-radius: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
}

.mitene-work-style ul li .worker-comment-area p {
  font-size: 22px;
  font-weight: 600;
  display: block;
  min-height: 74px;
}

.mitene-work-style ul li .worker-comment-area .department {
  position: absolute;
  bottom: 25px;
  left: 35px;
  font-size: 14px;
  color: #4C6B2B;
}

.mitene-work-style ul li .comment-triangle {
  border-right: 8px solid transparent;
  border-top: 18px solid #ffffff;
  border-left: 8px solid transparent;
  position: absolute;
  margin-left: 18px;
}

.mitene-work-style ul li img {
  border-radius: 100%;
  width: 50px;
  text-align: left;
  position: absolute;
  left: 3px;
  bottom: -72px;
}

/*  news comment start */

.mitene-news-style {
  padding: 47px 0 28px;
  text-align: center;
}

.mitene-news-style h1 {
  color: #ffffff;
  font-size: 23px;
}

.mitene-news-style__sub-message {
  color: #ffffff;
  padding: 30px 0 25px;
  font-size: 18px;
}

.mitene-new-style ul {
  padding: 46px 20px;
}

.mitene-news-style ul li {
  width: 100%;
  border-radius: 30px;
  /* -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33); */
  border-radius: 20px;
  margin-bottom: 90px;
  position: relative;
}

.mitene-news-style ul li .sales-comment-area {
  width: 100%;
  text-align: left;
  padding: 25px 32px 50px;
  position: relative;
  border-radius: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
}

.mitene-news-style ul li .sales-comment-area p {
  font-size: 22px;
  font-weight: 600;
  display: block;
  min-height: 74px;
}

.mitene-news-style ul li .sales-comment-area .department {
  position: absolute;
  bottom: 25px;
  left: 35px;
  font-size: 14px;
  color: #4C6B2B;
}

.mitene-news-style ul li .comment-triangle {
  border-right: 8px solid transparent;
  border-top: 18px solid #ffffff;
  border-left: 8px solid transparent;
  position: absolute;
  margin-left: 18px;
}

.mitene-news-style ul li img {
  border-radius: 100%;
  width: 50px;
  text-align: left;
  position: absolute;
  left: 3px;
  bottom: -72px;
}

/*  news comment end */




.mitene-interview {
  background-image: url("images/mitene-town-green-image.png");
  background-position: top 70px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 31px 0 65px;
  text-align: center;
}

.mitene-interview__page-title {
  padding-bottom: 28px;
}

.mitene-interview__page-title p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.mitene-interview__page-title .title-border {
  border-color: #ffffff;
}

.mitene-interview__hero {
  background: #ffffff;
  text-align: left;
}

.mitene-interview__hero__text-area {
  padding: 43px 20px;
}

.mitene-interview__hero__text-area h1 {
  font-size: 23px;
  line-height: 1.4em;
  display: inline;
  border-bottom: 6px solid #FFEB00;
}

.mitene-interview__hero__text-area__message {
  font-size: 18px;
  font-weight: 600;
  padding: 34px 0 16px;
  color: #4C6B2B;
}

.mitene-interview__hero__text-area__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mitene-interview__hero__text-area__person img {
  height: 73px;
  width: 73px;
}

.mitene-interview__hero__text-area__person__info {
  padding-left: 9px;
  padding-top: 13px;
}

.mitene-interview__hero__text-area__person__info span {
  font-size: 12px;
  font-weight: 200;
}

.mitene-interview__hero__text-area__person__info p {
  font-size: 18px;
  padding-top: 5px;
}

.mitene-interview__hero__photo-area img {
  width: 100%;
}

.mitene-interview__contents {
  text-align: left;
  padding: 27px 20px 0;
}

.mitene-interview__contents ul li {
  background: #F8FFF5;
  margin-bottom: 30px;
}

.mitene-interview__contents ul li:nth-of-type(-1) {
  margin-bottom: 0;
}

.mitene-interview__contents ul li img {
  width: 100%;
}

.mitene-interview__contents ul li .mitene-interview__contents__text-area {
  padding: 27px 27px;
}

.mitene-interview__contents ul li .mitene-interview__contents__text-area h2 {
  font-size: 18px;
  line-height: 1.6em;
  padding-bottom: 15px;
  color: #4C6B2B;
}

.mitene-interview__contents ul li .mitene-interview__contents__text-area h2 span {
    color: rgb(72, 72, 72);
    font-size: 15px;
	margin-bottom:5px;
	display:block;
}

.mitene-interview__contents ul li .mitene-interview__contents__text-area p {
  font-size: 16px;
  line-height: 1.75em;
}

.mitene-report {
  background-image: url("images/mitene-town-green-image.png");
  background-position: top 70px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 38px 0 22px;
  text-align: center;
}

.mitene-report__contents {
  padding: 0 20px;
}

.mitene-report__contents h1 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4em;
  padding-bottom: 40px;
  color: #ffffff;
}

.mitene-report__contents ul li {
  width: 100%;
  height: 130px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
  border-radius: 20px;
  margin-bottom: 33px;
  background: #ffffff;
  position: relative;
}

.mitene-report__contents ul li img {
  width: 27.5%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: auto;
}

.mitene-report__contents ul li .card-right {
  background: #ffffff;
  width: 72.5%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 12px 15px;
  text-align: left;
}

.mitene-report__contents ul li .card-right p {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 7px;
  color: #4C6B2B;
  color: #4C6B2B;
}

.mitene-report__contents ul li .card-right h4 {
  font-size: 16px;
  line-height: 1.5em;
}

.mitene-report__contents__recruit {
  background-image: url("images/mitene-town-image-focus.png");
  border-radius: 20px;
  height: 257px;
  margin-top: 60px;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
  position: relative;
}

.mitene-report__contents__recruit__message {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #4C6B2B;
  opacity: 0.9;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #ffffff;
}

.mitene-report__contents__recruit__message p {
  font-size: 14px;
  padding: 23px 0 18px;
}

.mitene-report__contents__recruit__message h3 {
  font-size: 23px;
  padding-bottom: 37px;
}

.mitene-report-article {
  background-image: url("images/mitene-town-green-image.png");
  background-position: top 70px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 31px 0 35px;
  text-align: center;
}

.mitene-report-article__page-title {
  padding-bottom: 28px;
}

.mitene-report-article__page-title p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.mitene-report-article__page-title .title-border {
  border-color: #ffffff;
}

.mitene-report-article__hero {
  text-align: left;
}

.mitene-report-article__hero__text-area {
  background: #ffffff;
  padding: 20px 20px 30px;
}

.mitene-report-article__hero__text-area__tag {
  font-size: 16px;
  padding-bottom: 10px;
  color: #4C6B2B;
}

.mitene-report-article__hero__text-area__date {
  padding-top: 17px;
  font-size: 12px;
}

.mitene-report-article__hero__text-area h1 {
  font-size: 23px;
  line-height: 1.4em;
  display: inline;
  border-bottom: 6px solid #FFEB00;
}

.mitene-report-article__hero__text-area__message {
  font-size: 18px;
  font-weight: 600;
  padding: 34px 0 16px;
  color: #4C6B2B;
}

.mitene-report-article__hero__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}

.mitene-report-article__hero__person .comment-triangle {
  border-right: 11px solid transparent;
  border-top: 20px solid #ffffff;
  border-left: 11px solid transparent;
  position: absolute;
  margin-left: 25px;
  z-index: 1000;
}

.mitene-report-article__hero__person img {
  width: 70px;
  height: auto;
  padding-top: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: cover;';
}

.mitene-report-article__hero__person__info {
  color: #ffffff;
  padding-left: 9px;
  padding-top: 43px;
}

.mitene-report-article__hero__person__info span {
  font-size: 12px;
  font-weight: 200;
}

.mitene-report-article__hero__person__info p {
  font-size: 18px;
  padding-top: 5px;
  font-weight: 600;
}

.mitene-report-article__hero__photo-area img {
  width: 100%;
}

.mitene-report-article__contents {
  text-align: left;
  padding: 30px 20px 0;
}

.mitene-report-article__contents ul li {
  /* background: #F8FFF5; */
  margin-bottom: 30px;
}

.mitene-report-article__contents ul li:nth-of-type(-1) {
  margin-bottom: 0;
}

.mitene-report-article__contents ul li img {
  width: 100%;
}

.mitene-report-article__contents ul li .mitene-interview__contents__text-area {
  background: #ffffff;
  padding: 14px 22px;
}

.mitene-report-article__contents ul li .mitene-interview__contents__text-area h2 {
  font-size: 18px;
  line-height: 1.6em;
  padding-bottom: 15px;
  color: #484848;
}

.mitene-report-article__contents ul li .mitene-interview__contents__text-area p {
  font-size: 14px;
  line-height: 1.75em;
  margin: 2em 0;
}

.mitene-report-article__contents ul li .mitene-interview__contents__text-area p:first-child,
.mitene-report-article__contents ul li .mitene-interview__contents__text-area p:last-child {
  margin: 0;
}

.mitene-research-project {
  background-image: url("images/mitene-town-green-image.png");
  background-position: top 70px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 38px 0 22px;
  text-align: center;
}

.mitene-research-project__contents {
  padding: 0 20px;
}

.mitene-research-project__contents h1 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4em;
  padding-bottom: 28px;
  color: #ffffff;
}

.mitene-research-project__contents__title-supple {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.7em;
  padding-bottom: 26px;
}

.mitene-research-project__contents ul li {
  width: 100%;
  height: 145px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
  border-radius: 20px;
  margin-bottom: 36px;
  background: #ffffff;
  position: relative;
}

.mitene-research-project__contents ul li img {
  width: 27.5%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: auto;
}

.mitene-research-project__contents ul li .card-right {
  background: #ffffff;
  width: 72.5%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 12px 6px 12px 15px;
  text-align: left;
  position: relative;
}

.mitene-research-project__contents ul li .card-right p {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 28px;
  line-height: 1.6em;
  color: #4C6B2B;
}

.mitene-research-project__contents ul li .card-right h4 {
  font-size: 16px;
  line-height: 1.5em;
  position: absolute;
  top: 62px;
  padding-right: 20px;
}

.mitene-research-project__contents__recruit {
  background-image: url("images/mitene-town-image-focus.png");
  border-radius: 20px;
  height: 257px;
  margin-top: 60px;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
  position: relative;
}

.mitene-research-project__contents__recruit__message {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #4C6B2B;
  opacity: 0.9;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #ffffff;
}

.mitene-research-project__contents__recruit__message p {
  font-size: 14px;
  padding: 23px 0 18px;
}

.mitene-research-project__contents__recruit__message h3 {
  font-size: 23px;
  padding-bottom: 37px;
}

.mitene-research-project-article {
  background-image: url("images/mitene-town-green-image.png");
  background-position: top 70px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 31px 0 65px;
  text-align: center;
}

.mitene-research-project-article__page-title {
  padding-bottom: 28px;
}

.mitene-research-project-article__page-title p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.mitene-research-project-article__page-title .title-border {
  border-color: #ffffff;
}

.mitene-research-project-article__hero {
  text-align: left;
}

.mitene-research-project-article__hero__text-area {
  background: #ffffff;
  padding: 30px 20px 33px;
}

.mitene-research-project-article__hero__text-area h1 {
  font-size: 23px;
  line-height: 1.4em;
  display: inline;
  border-bottom: 6px solid #FFEB00;
}

.mitene-research-project-article__contents {
  width: 91vw;
  margin: 33px auto 45px;
  border-radius: 20px;
  text-align: left;
  padding: 19px 18px 52px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 10px #00000033;
          box-shadow: 0px 5px 10px #00000033;
}

.mitene-research-project-article__contents img {
  max-width:100%;
  /*width: 100%;*/
}

.mitene-research-project-article__contents h2 {
  font-size: 18px;
  padding: 45px 0 6px;
  font-size: 14px;
  line-height: 1.75em;
}

.mitene-research-project-article__contents p {
  padding: 18px 0 41px;
  font-size: 14px;
  line-height: 1.75em;
}

.mitene-action-link {
  padding: 0 20px 0;
}

.mitene-action-link__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

.mitene-action-link__sns__button {
  width: 84px;
  height: 84px;
  border-radius: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.33);
          box-shadow: 0px 3px 6px rgba(0,0,0,0.33);
  margin: 0 0 23px 23px;
  text-align: center;
  position: relative;
}

.mitene-action-link__sns__button i {
  font-size: 30px;
  padding-top: 20px;
}

.mitene-action-link__sns__button p {
  font-size: 11px;
  padding-top: 6px;
}

.mitene-action-link__interview {
  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;
}

.mitene-action-link__interview img {
  width: 50px;
}

.mitene-action-link__interview__center-link {
  padding: 25px 13vw;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
  color: #4D4D4D !important;
  border-radius: 20px;
}

.recruit {
  /* iOS対応 */
  /* background-image: url("images/mitene-town-image.png");
  background-position: top 70px center;
  background-repeat: no-repeat;
  background-attachment: fixed; */
  padding: 40px 20px 57px;
}
.recruit:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url("images/mitene-town-image.png") center no-repeat;
  background-position: top 70px center;
  background-size:cover;
}


.recruit__contents {
  padding: 55px 30px 47px;
  background: #ffffff;
  margin-bottom: 30px;
}

.recruit__contents h1 {
  font-size: 28px;
  padding-bottom: 42px;
  line-height: 1.8em;
}

.recruit__contents p {
  font-weight: 600;
  line-height: 2.5em;
}

.recruit__link {
  background: #ffffff;
  text-align: center;
  padding: 34px 28px 48px;
}

.recruit__link h2 {
  color: #4C6B2B;
  font-size: 18px;
  padding-bottom: 35px;
}

.recruit__link img {
  width: 100%;
  max-height: 130px;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.recruit__link p {
  padding: 20px 0 43px;
  font-size: 14px;
}

.recruit__link hr {
  margin-bottom: 45px;
}

.recruit__link .green-capsule-button {
  border-radius: 50px;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  padding: 26px 0;
  margin-bottom: 20px;
}

.recruit__link .brown-capsule-button {
  border-radius: 50px;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  padding: 26px 0;
  margin-bottom: 20px;
}


.recruit-new-graduate {
  background: #F8FAF5;
  padding: 50px 0 60px;
}

.recruit-new-graduate h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
  text-align: center;
}

.recruit-new-graduate__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: 0 auto;
  padding: 45px 20px 17px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
}

.recruit-new-graduate__contents ul {
  font-size: 14px;
}

.recruit-new-graduate__contents ul li {
  padding-bottom: 28px;
}

.recruit-new-graduate__contents ul li span {
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 8px;
}

.recruit-new-graduate__contents ul li p {
  padding-top: 12px;
}

.recruit-new-graduate .green-capsule-button {
  width: 300px;
  margin: 57px auto 56px;
  color: #ffffff;
	font-size: 22px;
	padding: 30px;
}

.recruit-new-graduate .brown-capsule-button {
  width: 300px;
  margin: 57px auto 56px;
  color: #ffffff;
	font-size: 22px;
	padding: 30px;
}

.search-page {
  background: #F8FAF5;
  padding: 50px 0 66px;
}

.search-page h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
  text-align: center;
}

.search-page span.search-highlight {
  background:yellow;
}

.search-page .search-page__input {
  position: relative;
  margin: 0 auto 45px;
  width: 90.7vw;
  max-width: 747px;
}

.search-page .search-page__input input {
  background: #ffffff;
  border: 1px solid #D6D6D6;
  padding: 12px 50px 12px 15px;
  border-radius: 10px;
  display: block;
  margin: auto;
  width: 100%;
}

.search-page .search-page__input img {
  position: absolute;
	top: 35%;
  right: 15px;
  width: 25px;
}

.search-page__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: auto;
  padding-bottom: 163px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
  padding: 18px 19px 30px;
}

.search-page__contents__count {
  font-size: 20px;
  padding-bottom: 19px;
}

.search-page__contents ul {
  border-bottom: 1px solid #D6D6D6;
}

.search-page__contents ul li .search-result {
  position: relative;
  border-top: 1px solid #D6D6D6;
}

.search-page__contents ul li .search-result__title {
  font-size: 22px;
  font-weight: 600;
  padding: 18px 0 9px;
  line-height: 1.3em;
}

.search-page__contents ul li .search-result__open-text {
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  color: #4C6B2B;
  padding: 6px 0 14px;
}

.search-page__contents__paging {
  padding-top: 36px;
}

.search-page__contents__paging ul {
  text-align: center;
  border-bottom: none;
}

.search-page__contents__paging ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  margin: 10px 5px;
}

.search-page__contents__paging ul li .left-triangle {
	position: absolute;
	top: 0;
	left: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid #B5B5B5;
	border-bottom: 20px solid transparent;
}

.search-page__contents__paging ul li .right-triangle {
	position: absolute;
	top: 0;
	right: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid #B5B5B5;
	border-bottom: 20px solid transparent;
}

.search-page__contents__paging ul li .page-numbers {
  display: block;
  background: #B5B5B5;
  color: #ffffff;
  width: 30px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.search-page__contents__paging ul li .prev {
	width: 60px;
	border-radius: 0px 5px 5px 0;
}

.search-page__contents__paging ul li .next {
	width: 60px;
	border-radius: 5px 0 0 5px;
}

.search-page__contents__paging ul li.paging-box .page-numbers {
  border-radius: 5px;
}

.search-page__contents__paging ul li.paging-box .current {
  background: #4C6B2B;
}

.page-404 {
  text-align: center;
  padding: 59px 20px 63px;
  background: #F8F9F5;
}

.page-404 img {
  width: 238px;
}

.page-404 h1 {
  padding: 50px 0 31px;
  font-size: 23px;
  line-height: 1.4em;
  color: #4C6B2B;
}

.header header .header__pc-nav {
  display: none;
}

@media screen and (max-width: 1023px) {
  .sp-not-show {
    display: none;
  }
	.top-page__mitene-report ul li {
    width: 280px;
    height: 350px;
	}
	.top-page__mitene-report ul {
	  width: calc( 900px + 12vw);
	}
	.service-article__hero-area__photo-area img {
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
       object-fit: cover;
   /* max-height: 450px;*/
 max-height: 670px;
  }
  .service-article__choice-reason img {
    font-family: 'object-fit: cover;';
    -o-object-f
    font-family: 'object-fit: cover;';it: cover;
       object-fit: cover;
  }

  .privacy-policy {
    background: #F8FAF5;
    padding: 50px 0 20px;
  }
  .privacy-policy h1 {
    font-size: 22px;
    padding-bottom: 10px;
	  line-height: 1.6em;
  }
  .privacy-policy__contents {
	  background: #ffffff;
	  margin: 30px auto 42px;
	  padding: 30px 20px 40px;
	  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
	  box-shadow: 0px 5px 10px #c7c7c7;
	  text-align: left;
	  width: 100%;
	  border-radius: 0;
  }
  .privacy-policy__contents__first-statement {
    font-size: 12px;
  }
  .privacy-policy__contents h2 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .privacy-policy__contents hr {
    margin-bottom: 15px;
  }
  .privacy-policy__contents p {
    padding-bottom: 45px;
  }  
  .privacy-policy__contents ol {
    padding-bottom: 45px;
  }
  
  .privacy-policy__contents .right-info {
    text-align: right;
  }
  .privacy-policy__contents__p-mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .privacy-policy__contents__p-mark img {
    /* width: 80px; */
    height: 80px;
    margin-right: 20px;
    margin-top: 5px;
  }
	.service-article__price-plan__calc-price__annotation {
		font-size: 14px;
		padding-left: 10px;
	}
  .service-article__function-list__table-list tr th {
    width: 50%;
  }
  .service-article__function-list__table-list tr td {
    width: 50%;
  }
	.news-release__choice-year ul {
		padding: 0 10px;
	}
	
	.news-release__choice-year ul li {
	  font-size: 14px;
	  width: 90px;
	  margin: 0 4px 15px;
	  position: relative;
	}

	.top_ul_report {
	 display: block!important;
	}
	
	.top_li_report {
	 margin: 20px auto!important;
	}
	
}

@media screen and (min-width: 1024px) {
  .sp_br {
    display: none;
  }
  .pc-not-show {
    display: none;
  }
  .header header {
    height: 70px;
  }
  .header header .header__pc-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header header .header__pc-nav li:nth-of-type(1) {
    padding: 16px 24px 5px;
  }
  .header header .header__pc-nav li:nth-of-type(1) img {
    width: 225px;
	height:auto;
  }
  .header header .header__pc-nav li:nth-of-type(2), .header header .header__pc-nav li:nth-of-type(3) {
    width: auto;
    padding: 0;
  }
  .header header .header__pc-nav li:nth-last-of-type(3) a {
    display: block;
    height: 100%;
  }
  .header header .header__pc-nav li:nth-last-of-type(3) a img {
    padding: 24px 13px 27px 21px;
    width: 178px;
  }
  .header header .header__pc-nav li:nth-last-of-type(2) {
    padding: 23px 24px 21px 11px;
    color: #fff;
  }
  .header header .header__pc-nav li:nth-last-of-type(2) img {
    width: 23px;
  }
  .header header .header__pc-nav li:nth-last-of-type(1) {
    padding: 28px 34px 26px 35px;
    background: #4C6B2B;
    font-weight: 600;
    font-size: 14px;
    font-family: Hiragino Kaku Gothic Pro;
  }
  .header header .header__pc-nav li:nth-last-of-type(1) a:link, .header header .header__pc-nav li:nth-last-of-type(1) a:visited, .header header .header__pc-nav li:nth-last-of-type(1) a:hover, .header header .header__pc-nav li:nth-last-of-type(1) a:active {
    color: #FFFFFF;
  }
  .header header .header__pc-nav li.header-link-border {
    position: relative;
  }
  .header header .header__pc-nav li.header-link-border:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    display: inline-block;
    width: calc(100% - 20px);
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #4B6C2B;
  }
  .header header .header__pc-nav__normal-link li {
    padding: 0;
  }
  .header header .header__pc-nav__normal-link a {
    display: block;
    padding: 27px 15px !important;
    font-weight: 600;
    color: #484848;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1150px) {
  .header header .header__pc-nav__normal-link a {
    padding: 27px 10px !important;
  }
}

@media screen and (min-width: 1024px) {
  .header header .header__mobile-nav {
    display: none;
  }
  .town-modal .modaal-inner-wrapper {
    padding: 60px;
  }
  .town-modal .modaal-content-container {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .town-modal .modaal-content-container img {
    flex: 100%;
    width: 48%;
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
       object-fit: cover;
	  align-self: flex-start;
	}
  .town-modal .modaal-content-container .town-modal__text-area {
    flex: 100%;
    padding: 50px;
  }
  .town-modal .modaal-content-container .town-modal__text-area h2 {
    font-size: 18px;
    line-height: 1.5em;
    padding-bottom: 18px;
  }
  .town-modal .modaal-content-container .town-modal__text-area p {
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
  }
  .town-modal .modaal-content-container .town-modal__text-area p a {
    color: #4C6B2B;
    font-weight: 600;
  }
  .town-modal .modaal-content-container .town-modal__text-area p a:before {
    content: "▶";
    margin-right: 0.5em;
  }
  .town-modal .modaal-close {
    background: #ffffff !important;
    position: absolute;
    top: -73px !important;
    right: 0;
    width: 61px;
    height: 61px;
    border-radius: 100%;
  }
  .town-modal .modaal-close:before, .town-modal .modaal-close:after {
    background: #707070;
    width: 2px;
    height: 35px;
    top: 12px;
    left: 30px;
  }
  .town-modal .modaal-close:before {
    transform: rotate(-53deg);
    -webkit-transform: rotate(-53deg);
  }
  .town-modal .modaal-close:after {
    transform: rotate(53deg);
    -webkit-transform: rotate(53deg);
  }
  .breadcrumb {
    background: #fff;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    display: block;
    padding: 10px 0 16px;
    font-size: 12px;
  }
  .breadcrumb ul {
	  padding-top: 5px;
	  margin-left: 25px;
	  color: #4D4D4D;
  }
  .breadcrumb ul li {
	 display: inline-block;
	 margin-right: 5px;
  }
  .breadcrumb ul li:after {
    content: '/';
  }
  .breadcrumb ul li:last-child:after {
    display: none;
  }
	.footer__link {
    padding: 96px 9.9vw 16px;
  }
  .footer__link__mitene-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 4px;
  }
  .footer__link__mitene-contents__element {
    width: 31.3%;
    margin-right: 3.05%;
    padding: 0;
  }
  .footer__link__mitene-contents__element h6 {
    padding-top: 17px;
  }
  .footer__link__mitene-contents__element p {
    padding-top: 17px;
  }
  .footer__link__mitene-contents__element img {
    height: 185px;
  }
  .footer__link__services {
    padding-bottom: 19px;
  }
  .footer__link__services h6 {
    padding-top: 53px;
  }
  .footer__link__services ul {
    padding-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__link__services ul li {
    width: 25%;
    padding: 0 0 17px 3px;
  }
  .footer__link__services ul li a {
    font-weight: 600;
    font-size: 14px;
    font-family: Hiragino Kaku Gothic Pro;
    color: #D6D6D6 !important;
  }
  .footer__link__nav, .footer__link__other {
    padding: 41.5px 0;
  }
  .footer__link__nav ul, .footer__link__other ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__link__nav ul li, .footer__link__other ul li {
    width: 25%;
  }
  .footer__link__nav ul li a, .footer__link__other ul li a {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 16px;
    font-family: Hiragino Kaku Gothic Pro;
  }
  .footer__link__other li img {
    width: 15px;
    margin-left: 10px;
    padding-top: 2px;
  }
  .footer__link__personal-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 33px 0;
  }
  .footer__link__personal-info a {
    font-weight: 300;
    font-size: 12px;
    vertical-align: top;
    color: #ffffff !important;
    height: 20px;
  }
  .footer__bottom__sns {
     /*padding-top: 45px;*/padding-top: 0px;
  }
  .footer__bottom__logo {
   /* padding-bottom: 156px; */
  }
  .footer hr {
    border: 1px solid #707070;
  }
  .moddal .search-modal .modaal-close {
    right: 13px;
  }
  .top-page__hero-slider {
    padding-bottom: 14px;
    border-radius: 20px;
  }
  .top-page__hero-slider ul .slick-list {
    padding-left: 20px;
   padding-left: 18px;
    border-radius: 20px;
  }
  .top-page__hero-slider ul .slick-list .slick-track {
    height: initial;
  }
  .top-page__hero-slider ul .slick-list .slick-track .slick-slide {
    border-radius: 20px;
  }
  .top-page__hero-slider ul .slick-list li {
    margin-right: 20px;
  }
  .top-page__hero-slider ul .slick-list li .slider-text {
    width: initial;
  }
  .top-page__hero-slider ul .slick-list li .slider-text__category {
    bottom: 135px;
    font-size: 14px;
    width: 223px;
    padding: 6px 10px 8px 12px;
  }
  .top-page__hero-slider ul .slick-list li .slider-text__title {
    font-size: 28px;
    width: initial;
    bottom: 77px;
    padding: 8px 19px 8px 12px;
  }
  .top-page__hero-slider ul .slick-list li img {
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px #00000066;
            box-shadow: 0px 0px 10px #00000066;
  }
  .top-page__hero-slider ul .slick-dots li button:before {
    font-size: 14px;
  }
  .top-page__news {
    position: relative;
  }
  .top-page__news ul {
    padding: 0 2%;
  }
  .top-page__news ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0;
  }
  .top-page__news ul li span {
    padding-top: 2px;
	  white-space: nowrap;

	}
  .top-page__news ul li p {
    padding-top: 0;
    padding-left: 25px;
  }
  .top-page__news ul hr {
    margin: 0;
  }
  .top-page__news__all-button {
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.33);
            box-shadow: 0px 0px 10px rgba(0,0,0,0.33);
    position: absolute;
    right: 35px;
    bottom: 35px;
    width: 78px;
    height: 78px;
    border-radius: 100%;
    background: #F8F8F8;
    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;
  }
  .top-page__news__all-button img {

  }
  .top-page__problem-solve {
    padding-top: 85px;
  }
  .top-page__problem-solve div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-page__problem-solve div h1 {
    font-size: 28px;
    margin-left: 30px;
    padding-top: 39px;
  }
  .top-page__problem-solve ul {
    padding: 64px 10vw 0;
  }
  .top-page__problem-solve ul li {
    font-size: 16px;
    margin: 0 19px 30px 0;
    padding: 22px 20px;
  }
  .top-page__mitene-category {
    padding-top: 90px;
  }
  .top-page__mitene-category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .top-page__mitene-category ul li {
    position: relative;
    display: block;
    width: 32.6%;
  }
  .top-page__mitene-category ul li h4 {
    font-size: 28px;
    padding-bottom: 36px;
	  line-height: 1.2em
	}
  .top-page__mitene-category ul li .card-text {
    padding-bottom: 15px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-page__mitene-category ul li .card-text .arrow {
    display: inline-block;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    border-top: solid 3px #697b91;
    border-right: solid 3px #697b91;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .top-page__mitene-category ul li .card-text .arrow-wrapper {
    width: 20px;
  }
  .top-page__mitene-category ul li .link-text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    bottom: 22px;
    right: 25px;
  }
  .top-page__mitene-category ul li .link-text p {
    font-size: 11px;
    color: #4C6B2B;
    margin-right: 15px;
  }
  .top-page__mitene-category ul li .link-text img {
    width: 19px;
    height: 16px;
  }
  .top-page__mitene-category ul li:nth-of-type(3n + 2) {
    margin: 0 1.1% 10px;
  }
  .top-page__mitene-report div ul {
    margin: auto;
    padding-left: 0;
    width: 90vw;
    max-width: 1200px;
    padding: 52px 0 75px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1240px) {
  .top-page__mitene-report div ul {
    width: 97vw;
  }
  .top-page__mitene-report div ul li {
    width: 310px;
  }
}

@media screen and (min-width: 1024px) {
  .top-page__mitene-action {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 420px;
  }
	.top-page__mitene-action__image-area {
    width: 50%;		
	}
	.top-page__mitene-action__image {
    width: 50vw;
    max-height: none;
    height: 100%;
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-page__mitene-action__text-area {
    padding-bottom: 135px;
    width: 50%;
  }
  .top-page__mitene-action__text-area img {
    padding: 21.3% 0 0 2%;
    width: 46%;
	height: auto;
  }
  .top-page__mitene-action__text-area__logo {
    max-width: none;
  }
  .corporate-info {
    padding-top: 73px;
    padding-bottom: 60px;
  }
  .corporate-info h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .corporate-info__contents {
    width: 78vw;
  }
  .corporate-info__contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .corporate-info__contents ul li {
    width: 32%;
    padding: 65px 0;
    margin-bottom: 21px;
  }
  .corporate-info__contents ul li:nth-of-type(3n + 2) {
    margin: 0 2% 21px;
  }
  .corporate-top-message {
    padding-top: 73px;
    padding-bottom: 80px;
  }
  .corporate-top-message h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .corporate-top-message img {
    border-radius: 20px 20px 0 0;
  }
  .corporate-top-message__contents {
    width: 78vw;
    padding: 77px 88px 85px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .corporate-top-message__contents__text {
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
    padding-top: 54px;
  }
  .corporate-top-message__contents__top-name {
    padding-top: 60px;
    width: 123px;
  }
  .corporate-profile {
    padding-top: 73px;
  }
  .corporate-profile h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .corporate-profile__contents {
    width: 78vw;
    padding: 84px 88px 85px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .corporate-profile__contents ul {
    border-top: 1px solid #D6D6D6;
  }
  .corporate-profile__contents ul li {
    border-bottom: 1px solid #D6D6D6;
    padding: 25px 0 26px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .corporate-profile__contents ul li .li-item {
    border: none;
    padding: 0;
    width: 21%;
    padding-top: 3px;
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
  }
  .corporate-profile__contents ul li .li-contents {
    padding: 0;
    width: 79%;
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
  }
  .corporate-profile__contents ul li .li-contents p {
    line-height: 1.75em;
  }
  .corporate-profile__contents ul li .li-contents .map-img {
    margin-top: 10px;
    height: 250px;
  }
  .corporate-group-introduce {
    padding-top: 73px;
  }
  .corporate-group-introduce h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .corporate-group-introduce__contents {
    width: 78vw;
    padding: 84px 88px 85px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .corporate-group-introduce__contents ul {
    border-top: 1px solid #D6D6D6;
  }
  .corporate-group-introduce__contents ul li {
    border-bottom: 1px solid #D6D6D6;
    padding: 25px 6px 11px;
    font-size: 14px;
    margin: 0;
  }
  .corporate-group-introduce__contents ul li h2 {
    padding-bottom: 10px;
  }
  .corporate-group-introduce__contents ul li p {
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
    padding-bottom: 17px;
  }
  .corporate-group-introduce__contents ul li .button-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .corporate-group-introduce__contents ul li .group-button {
    max-width: 325px;
    margin-right: 19px;
    padding: 23px 0;
  }
  .corporate-history {
    padding-top: 73px;
  }
  .corporate-history h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .corporate-history__contents {
    width: 78vw;
    padding: 84px 88px 85px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .corporate-history__contents ul {
    border-top: 1px solid #D6D6D6;
  }
  .corporate-history__contents ul li {
    border-bottom: 1px solid #D6D6D6;
    padding: 16px 0 15px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .corporate-history__contents ul li span {
    border: none;
    padding: 2px 0 0;
    width: 28%;
  }
  .corporate-history__contents ul li p {
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
    padding: 0;
  }
  .corporate-history__contents ul ul {
    width: 100%;
    border: none;
  }
  .corporate-history__contents ul ul li {
    border: none;
  }
  .corporate-history__contents ul ul li span {
    width: 150px;
    text-align: right;
    padding-right: 40px;
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
  }
  .corporate-vision {
    padding-top: 73px;
  }
  .corporate-vision h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .corporate-vision__contents {
    width: 58vw;
    padding: 78px 88px 85px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .corporate-vision__contents h2 {
    font-size: 28px;
    padding-bottom: 40px;
  }
  .corporate-vision__contents p {
    padding-bottom: 45px;
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
  }
  .corporate-vision__contents__philosophy h3 {
    color: #4C6B2B;
  }
  .privacy-policy {
    padding-top: 73px;
  }
  .privacy-policy h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .privacy-policy__contents {
    /*width: 78vw;*/
width: 58vw;
    padding: 78px 88px 85px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .privacy-policy__contents__first-statement {
    font-size: 12px;
  }
  .privacy-policy__contents h2 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .privacy-policy__contents hr {
    margin-bottom: 15px;
  }
  .privacy-policy__contents p {
    flex: 100%;
    padding-bottom: 45px;
  }
  .privacy-policy__contents li {
  color:#000;
  }
  .privacy-policy__contents .info-start {
    flex: 100%;
    padding-bottom: 0;
  }
  .privacy-policy__contents .right-info {
    text-align: right;
  }
  .privacy-policy__contents__p-mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .privacy-policy__contents__p-mark img {
    /* width: 100px; */
    height: 100px;
    margin-right: 20px;
    margin-top: 5px;
  }
  .download-pdf {
    padding-top: 73px;
  }
  .download-pdf h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .download-pdf__contents {
    width: 78vw;
    padding: 78px 78px 85px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .download-pdf__contents h2 {
    font-size: 28px;
    padding-bottom: 29px;
  }
  .download-pdf__contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .download-pdf__contents ul li {
    font-size: 18px;
    width: 31.33%;
    padding: 0 0 7px;
    margin-bottom: 8px;
  }
  .download-pdf__contents ul li:nth-of-type(3n + 2) {
    margin: 0 3% 8px;
  }
  .download-pdf__contents ul li p {
    font-size: 16px;
    padding-top: 19px;
  }
  .download-pdf__contents__main {
    padding-top: 62px;
    padding-bottom: 0;
  }
  .download-pdf__contents__main ul {
    display: block;
    padding: 0;
  }
  .download-pdf__contents__main ul li {
    width: 100%;
    padding: 20px 21px;
  }
  .download-pdf__contents__main ul li p {
    font-size: 14px;
    padding: 0;
  }
  .download-pdf__contents__main ul li:nth-of-type(3n + 2) {
    margin-left: 0;
  }
  .news-release {
    padding-top: 65px;
    padding-bottom: 63px;
  }
  .news-release h1 {
    font-size: 34px;
    padding-bottom: 70px;
  }
  .news-release__choice-year {
    width: 81.5%;
    margin: auto;
  }
  .news-release__choice-year ul {
    margin-bottom: 30px;
  }
  .news-release__choice-year ul li {
    font-size: 18px;
    width: 105px;
  }
  .news-release__year-list {
    width: 78.5%;
    margin: auto;
  }
  .news-release__year-list ul li {
    border-radius: 20px;
    padding: 40px 30px 38px;
  }
  .news-release-article {
    padding-bottom: 97px;
  }
  .news-release-article__title {
    font-size: 14px;
  }
  .news-release-article .title-border {
    margin-bottom: 24px;
  }
  .news-release-article__contents {
    width: 78.5%;
    margin: auto;
    border-radius: 20px;
    padding: 58px 93px 117px;
  }
  .news-release-article__contents__date {
    font-size: 12px;
  }
  .news-release-article__contents h1 {
    padding-top: 20px;
    padding-bottom: 65px;
    font-size: 34px;
    line-height: 1.45em;
  }
  .news-release-article__contents h2 {
    padding-bottom: 12px;
  }
  .news-release-article__contents hr {
    margin-bottom: 11px;
  }
  .news-release-article__contents p {
    padding-top: 7px;
    padding-bottom: 34px;
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
  }
  .news-release-article__link {
    margin-top: 52px;
  }
  .mitene-action {
    padding-top: 55px;
    padding-bottom: 45px;
	}
	.mitene-action__contents {
    padding-top: 46px;
    width: 81.5%;
    margin: auto;
  }
  .mitene-action__contents h1 {
    font-size: 28px;
    padding: 14px 5px 14px 20px;
    width: 650px;
    margin: auto;
  }
  .mitene-action__contents__sub-message {
    padding: 15px 0 60px;
  }
  .mitene-action__contents ul {
    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;
    padding-bottom: 16px;
  }
  .mitene-action__contents ul li {
    width: 48.5%;
    height: 222px;
  }
  .mitene-action__contents ul li img {
    width: 46%;
  }
  .mitene-action__contents ul li .card-right {
    width: 54%;
  }
  .mitene-action__contents ul li .card-right p {
    padding: 82px 0 13px;
  }
  .mitene-action__contents hr {
    border: none;
    border-bottom: 1px solid #ffffff;
  }
  .mitene-action__contents__recruit {
    height: 130px;
    margin-top: 40px;
  }
  .mitene-action__contents__recruit__message {
    width: 330px;
    height: 100%;
    border-radius: 0;
    margin: auto;
    position: static;
  }
  .mitene-action__contents__recruit__message p {
    padding: 32px 0 16px;
  }
  .mitene-action__contents__recruit__message h3 {
    font-size: 28px;
  }
  .mitene-action-area {
    padding-top: 65px;
    padding-bottom: 17px;
  }
  .mitene-action-area__logo {
    padding-bottom: 64px;
  }
  .mitene-action-area ul {
    width: 81.5%;
    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;
    padding-bottom: 16px;
    margin: auto;
  }
  .mitene-action-area ul li {
    width: 48.5%;
    height: 224px;
  }
  .mitene-action-area ul li img {
    width: 46%;
  }
  .mitene-action-area ul li .card-right {
    width: 54%;
  }
  .mitene-action-area ul li .card-right p {
    padding: 83px 0 13px;
  }
  .mitene-town {
    background: #F8FAF5;
    padding-top: 67px;
    text-align: center;
    color: #4C6B2B;
  }
  .mitene-town h1 {
	  position: relative;
	  top: auto;
	  left: auto;
	  font-size: 34px;
	  color: #4C6B2B;
	  font-weight: 600;
	  padding: 0 0 61px;
	  background: transparent;
  }
  .mitene-town__contents {
    position: relative;
	  line-height: 0;
  }
  .mitene-town__contents img {
    width: 100%;
  }
  .mitene-town__contents .town-modal-button {
    position: absolute;
    display: block;
    opacity: 0.5;
    width: 4.7%;
    height: 8%;
    border-radius: 100%;
  }
  .mitene-town__contents .town-modal-button.m_1 {
    top: 14.8%;
    left: 12.8%;
  }
  .mitene-town__contents .town-modal-button.m_2 {
    top: 64.5%;
    left: 15%;
  }
  .mitene-town__contents .town-modal-button.m_3 {
    top: 38.6%;
    left: 28.3%;
  }
  .mitene-town__contents .town-modal-button.m_4 {
    top: 83%;
    left: 31.9%;
  }
  .mitene-town__contents .town-modal-button.m_5 {
    top: 26.4%;
    left: 40.9%;
  }
  .mitene-town__contents .town-modal-button.m_6 {
    top: 72%;
    left: 42.4%;
  }
  .mitene-town__contents .town-modal-button.m_7 {
    top: 18.4%;
    left: 48.7%;
  }
  .mitene-town__contents .town-modal-button.m_8 {
    top: 44.1%;
    left: 58.5%;
  }
  .mitene-town__contents .town-modal-button.m_9 {
    top: 79.3%;
    left: 60.9%;
  }
  .mitene-town__contents .town-modal-button.m_10 {
    top: 12.2%;
    left: 66.1%;
  }
  .mitene-town__contents .town-modal-button.m_11 {
    top: 28.4%;
    left: 67.2%;
  }
  .mitene-town__contents .town-modal-button.m_12 {
    top: 38.5%;
    left: 74.8%;
  }
  .mitene-town__contents .town-modal-button.m_13 {
    top: 80.8%;
    left: 79.5%;
  }
  .mitene-town__contents .town-modal-button.m_14 {
    top: 14.2%;
    left: 81.7%;
  }
  .mitene-town__contents .town-modal-button.m_15 {
    top: 42%;
    left: 88.1%;
  }
  .mitene-town__contents .town-modal-button:hover {
    background: #fff;
    opacity: 0.5;
  }
  .mitene-work-style {
    padding: 67px 0 22px;
	}
  .mitene-work-style h1 {
    font-size: 34px;
  }
  .mitene-work-style__contents {
    width: 81.5%;
    margin: auto;
  }
  .mitene-work-style__contents ul {
    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;
    padding-top: 78px;
  }
  .mitene-work-style__contents ul li {
    width: 48.5%;
    margin-bottom: 90px;
  }
  .mitene-work-style__contents ul li .worker-comment-area {
    padding: 30px 30px 50px;
  }
  .mitene-work-style__contents ul li .worker-comment-area p {
    font-size: 26px;
    min-height: 91px;
  }
  .mitene-work-style__contents ul li .worker-comment-area span {
    bottom: 29px;
    left: 33px;
  }
  .mitene-work-style__contents ul li .worker-comment-area img {
    width: 60px;
    left: 1px;
    bottom: -83px;
  }
  .mitene-work-style__contents ul li .worker-comment-area .comment-triangle {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    margin-left: 20px;
  }



  .mitene-interview {
    padding-top: 56px;
	}
  .mitene-interview__page-title {
    padding-bottom: 47px;
  }
  .mitene-interview__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: 474px;
  }
  .mitene-interview__hero__text-area {
    padding: 66px 58px 130px;
    position: relative;
  }
  .mitene-interview__hero__text-area h1 {
    font-size: 34px;
  }
  .mitene-interview__hero__text-area__message {
    padding-top: 42px;
  }
  .mitene-interview__hero__text-area__person {
    position: absolute;
    bottom: 55px;
  }
  .mitene-interview__hero__text-area__person__info {
    padding-left: 20px;
  }
  .mitene-interview__hero__photo-area img {
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
     object-fit: cover;
    width: auto;
    height: auto;
    max-height: 474px;
  }
  .mitene-interview__contents {
    width: 81.5%;
    margin: auto;
  }
  .mitene-interview__contents ul {
    background: #ffffff;
    padding: 52px 56px;
    border-radius: 20px;
    margin-bottom: 45px;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
            box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
  }
  .mitene-interview__contents ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: none;
    margin-bottom: 60px;
    min-height: 380px;
  }
  .mitene-interview__contents ul li .mitene-interview__contents__text-area {
    z-index: 5;
    background: #F8FFF5;
    width: 50%;
    height: 85%;
    min-height: 280px;
    margin: 5% 0 0 50%;
  }
  .mitene-interview__contents ul li img {
    position: absolute;
    width: 65%;
    height: 380px;
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mitene-interview__contents ul li:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mitene-interview__contents ul li:nth-of-type(2n) .mitene-interview__contents__text-area {
    width: 45%;
    margin: 5% 55% 0 0;
  }


  .mitene-interview__contents ul li .mitene-interview__contents__text-area p {
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
  }


  .mitene-interview__contents ul li:nth-of-type(2n) img {
    right: 0;
  }
  .mitene-report {
    padding-top: 0 0 20px;
	}
  .mitene-report h1 {
    font-size: 34px;
    padding-bottom: 52px;
  }
  .mitene-report__contents {
    padding-top: 49px;
    width: 81.5%;
    margin: auto;
  }
  .mitene-report__contents ul {
    padding-bottom: 16px;
  }
  .mitene-report__contents ul li {
    height: 175px;
    margin-bottom: 50px;
  }
  .mitene-report__contents ul li img {
    width: 175px;
	  height: auto;
	}
  .mitene-report__contents ul li .card-right {
    width: calc(100% - 175px);
    padding: 36px 22px;
  }
  .mitene-report__contents ul li .card-right p {
    font-size: 16px;
    padding-bottom: 16px;
  }
  .mitene-report__contents ul li .card-right h4 {
    font-size: 22px;
  }
  .mitene-report-article {
    padding-top: 45px;
	}
  .mitene-report-article__page-title {
    padding-bottom: 47px;
  }
  .mitene-report-article__hero__text-area {
    padding: 50px 10.3% 64px;
  }
  .mitene-report-article__hero__text-area__tag {
    padding-bottom: 15px;
  }
  .mitene-report-article__hero__text-area h1 {
    font-size: 34px;
  }
  .mitene-report-article__hero__text-area__date {
    padding-top: 47px;
  }
  .mitene-report-article__hero__person {
    padding-left: 10.75%;
  }
  .mitene-report-article__hero__person img {
    padding-top: 26px;
	  align-self: flex-start;
	}
  .mitene-report-article__hero__person__info {
    padding: 38px 0 0 23px;
  }
  .mitene-report-article__contents {
    width: 81.5%;
    margin: auto;
    padding-top: 52px;
    margin-bottom: 34px;
  }
  .mitene-report-article__contents ul {
    background: #ffffff;
    padding: 52px 50px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
            box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
  }
  .mitene-report-article__contents ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 51px;
  }
  .mitene-report-article__contents ul li img {
    flex: 100%;
    width: 49.5%;
	  align-self: flex-start;
	}
  .mitene-report-article__contents ul li .mitene-interview__contents__text-area {
    flex: 100%;
    background: #ffffff;
    padding: 0 30px 0;
  }
  .mitene-report-article__contents ul li .mitene-interview__contents__text-area h2 {
    padding-bottom: 13px;
  }

  .mitene-report-article__contents ul li .mitene-interview__contents__text-area p {
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
  }
  .mitene-report-article__contents ul li .mitene-interview__contents__text-area p a {
    color: #4C6B2B;
    text-decoration: underline;
  }
  .mitene-report-article__contents ul .mitene-report-article__contents__one-row-photo {
    display: block;
    width: 66.5%;
    background: #ffffff;
    margin: auto;
  }
  .mitene-report-article__contents ul .mitene-report-article__contents__one-row-photo img {
    width: 100%;
    margin: auto;
    display: block;
  }
  .mitene-report-article__contents ul .mitene-report-article__contents__one-row-photo .mitene-interview__contents__text-area {
    padding: 20px 5px;
  }
  .mitene-research-project {
    padding: 0 0 90px;
	}
  .mitene-research-project h1 {
    font-size: 34px;
    padding-bottom: 40px;
  }
  .mitene-research-project__contents {
    padding-top: 49px;
    width: 81.5%;
    margin: auto;
  }
  .mitene-research-project__contents__title-supple {
    font-size: 18px;
    padding-bottom: 57px;
  }
  .mitene-research-project__contents ul {
    padding-bottom: 16px;
  }
  .mitene-research-project__contents ul li {
    height: 175px;
    margin-bottom: 50px;
  }
  .mitene-research-project__contents ul li img {
    width: 175px;
	  height: auto;
  }
  .mitene-research-project__contents ul li .card-right {
    padding: 34px 21px;
    width: calc(100% - 175px);
  }
  .mitene-research-project__contents ul li .card-right p {
    font-size: 16px;
    padding-bottom: 16px;
  }
  .mitene-research-project__contents ul li .card-right h4 {
    font-size: 22px;
    top: 73px;
  }
  .mitene-research-project-article {
    padding-top: 45px;
    padding-bottom: 12px;
	}
  .mitene-research-project-article__page-title {
    padding-bottom: 47px;
  }
  .mitene-research-project-article__hero {
    margin-bottom: 37px;
  }
  .mitene-research-project-article__hero__text-area {
    padding: 50px 10.3% 44px;
  }
  .mitene-research-project-article__hero__text-area__tag {
    padding-bottom: 15px;
  }
  .mitene-research-project-article__hero__text-area h1 {
    font-size: 34px;
    min-height: 208px;
  }
  .mitene-research-project-article__hero__text-area__date {
    padding-top: 47px;
  }
  .mitene-research-project-article__hero__person {
    padding-left: 10.75%;
  }
  .mitene-research-project-article__hero__person img {
    padding-top: 26px;
  }
  .mitene-research-project-article__hero__person__info {
    padding: 38px 0 0 23px;
  }
  .mitene-research-project-article__contents {
    width: 81.5%;
    margin: auto;
    padding: 52px;
    margin-bottom: 34px;
  }
  .mitene-research-project-article__contents img {
    padding-bottom: 32px;
  }
  .mitene-research-project-article__contents .article-contents-container {
    width: 67%;
    margin: auto;
  }
  .mitene-research-project-article__contents .article-contents-container h2 {
    padding-top: 25px;
    font-size: 18px;
  }
  .mitene-research-project-article__contents .article-contents-container hr {
    border: none;
    border: 1px solid #D6D6D6;
  }

  .mitene-research-project-article__contents .article-contents-container p {
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
  }
  .mitene-action-link {
    padding: 0 10.5%;
  }
  .mitene-action-link__sns {
    margin-bottom: 42px;
  }
  .mitene-action-link__interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 20px;
    padding-bottom: 87px;
  }
  .mitene-action-link__interview a {
    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;
    color: #ffffff;
    width: 220px;
  }
  .mitene-action-link__interview .mitene-action-link__interview__center-link {
    padding: 27px 0;
    margin: 0 50px;
    text-align: center;
    display: inline;
  }
  .recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 116px;
  }
  .recruit__contents {
    margin-right: 30px;
    width: 40%;
  }
  .recruit__link {
    height: 653px;
    width: 40%;
  }
  .recruit-new-graduate {
    padding-top: 73px;
  }
  .recruit-new-graduate h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .recruit-new-graduate__contents {
    width: 78vw;
    padding: 84px 88px 85px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .recruit-new-graduate__contents ul {
    border-top: 1px solid #D6D6D6;
  }
  .recruit-new-graduate__contents ul li {
    border-bottom: 1px solid #D6D6D6;
    padding: 25px 0 26px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recruit-new-graduate__contents ul li span {
    font-weight: 600;
    border: none;
    padding: 2px 0 0;
    width: 28%;
  }
  .recruit-new-graduate__contents ul li p {
    padding: 0;
  }
  .service-category__content {
    padding-top: 72px;
    padding-bottom: 43px;
  }
  .service-category__content h1 {
    font-size: 34px;
  }
  .service-category__content ul {
    padding: 51px 11% 0;
    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;
  }
  .service-category__content ul li {
    width: 48.4%;
    border-radius: 20px;
  }
  .service-article__hero-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-article__hero-area__photo-area {
    flex: 100%;
  }
  .service-article__hero-area__text-area {
    flex: 100%;
    width: 100%;
    padding: 40px 34px;
  }
  .service-article__hero-area__text-area h1 {
    font-size: 28px;
    line-height: 1.4em;
	padding: 0;
  }
  .service-article__hero-area__text-area__title-kana {
    padding-bottom: 50px;
    padding-top: 19px;
    font-size: 16px;
    font-weight: 600;
  }
  .service-article__hero-area__text-area h2 {
    font-size: 34px;
    line-height: 1.4em;
    padding-bottom: 22px;
  }
  .service-article__hero-area__text-area__overview {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7em;
    padding-bottom: 35px;
  }
  .service-article__hero-area__text-area__button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .service-article__hero-area__text-area__button .green-capsule-button {
    padding: 27px 0;
    width: 280px;
    font-size: 20px;
    border-radius: 100px;
	 margin-left: 34px;
  }
  .service-article__hero-area__text-area__button .white-capsule-button {
    padding: 27px 0;
    width: 280px;
    font-size: 20px;
    border-radius: 100px;
    margin-left: 34px;
background: #266dab;
color:#fff;
  }
   .service-article__hero-area__text-area__button .white-capsule-button-small {
    padding: 15px 0;
    width: 240px;
    font-size: 16px;
	line-height: 20px;
    border-radius: 100px;
    margin-left: 34px;
  }
  .service-article__hero-area__photo-area img {
    /*height: 600px;*/
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service-article__choice-reason {
    padding-top: 67px;
    padding-bottom: 58px;
  }
  .service-article__choice-reason h2 {
    font-size: 34px;
    padding-top: 26px;
  }
  .service-article__choice-reason ul {
    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;
    width: 87%;
    margin: auto;
  }
  .service-article__choice-reason ul li {
    width: 31%;
  }
  .service-article__choice-reason ul li img {
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
       object-fit: cover;
  }

  .service-article__choice-reason ul .wide-card {
   /*　　 width: 48.3%;*/
	width: 32%;
	
  }
  .service-article__choice-reason ul li.wide-card-detacenter {
    width: 100%!important;
  }
  .service-article__solution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    padding: 90px 8% 76px;
  }
  .service-article__solution__left-area img {
    width: 100%;
  }
  .service-article__solution__left-area span {
    width: 200px;
    padding-left: 0;
  }
  .service-article__solution__left-area h2 {
    padding-left: 0;
    font-size: 34px;
    padding-top: 19px;
  }
  .service-article__solution__left-area img {
    width: 210px;
    margin-right: 110px;
    padding-top: 17px;
  }
  .service-article__solution ul {
    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;
    align-items: flex-start;
  }
  .service-article__solution ul li {
    width: 48%;
    padding-top: 24px;
    padding-bottom: 31px;
    margin-bottom: 30px;
    align-self: normal;
  }
  .service-article__solution ul li h4 {
    font-size: 22px;
    line-height: 1.5em;
  }
  .service-article__solution ul li hr {
    display: none;
  }
  .service-article__solution ul li p {
    padding-top: 11px;
  }
  .service-article__function {
    padding: 118px 8% 88px;
  }
  .service-article__function h2 {
    font-size: 34px;
    padding-bottom: 65px;
  }
  .service-article__function ul {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .service-article__function ul li {
    border: 1px solid #D6D6D6;
    width: 31.3%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .service-article__function ul li:nth-of-type(3n + 2) {
    margin: 0 3% 30px !important;
  }
	.service-article__function ul li .image-wapper {
	  background-image: url("images/service-article-function-illust.png");
		background-position: center center;
		background-size: 80px;
	}
	.service-article__function ul li .image-wapper img {
    margin: auto;
    display: block;
    padding-top: 0px;
  }
  .service-article__function ul li .card-bottom {
    padding: 18px 17px 30px;
  }
  .service-article__function-list {
    padding: 0 8% 183px;
  }
  .service-article__function-list__table-list tr {
    padding: 0;
  }
  .service-article__function-list__table-list tr th {
    display: table-cell;
    width: 50%;
    padding: 18px 20px 17px;
  }
  .service-article__function-list__table-list tr td {
    display: table-cell;
    width: 50%;
    padding: 18px 20px 17px;
  }
  .service-article__function-list__flex-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service-article__function-list__flex-list ul li {
    width: 33.3%;
  }
  .service-article__case-study {
    padding-top: 93px;
    padding-bottom: 57px;
  }
  .service-article__case-study h2 {
    padding-top: 12px;
    font-size: 34px;
  }
  .service-article__case-study ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 6.7%;
  }
  .service-article__case-study ul li {
    width: 48.5%;
  }
  .service-article__case-study ul li img {
    height: 315px;
    max-height: none;
  }
  .service-article__case-study ul li .card-bottom {
    padding: 23px 22px;
  }
  .service-article__case-study ul li .card-bottom h4 {
    padding: 18px 0;
  }
  .service-article__case-study ul li .card-bottom p {
    padding-bottom: 20px;
  }
  .service-article__flow-to-start {
    padding-top: 92px;
    padding-bottom: 80px;
  }
  .service-article__flow-to-start h2 {
    padding-top: 9px;
    padding-bottom: 34px;
    font-size: 34px;
  }
  .service-article__flow-to-start ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 6.7%;
  }
  .service-article__flow-to-start ul li {
    min-height: 228px;
    width: 23%;
    display: block;
    padding: 0 20px 20px;
  }
  .service-article__flow-to-start ul li .card-right {
    width: 100%;
    padding: 50px 0 40px;
  }
  .service-article__flow-to-start ul li .card-right__step-number {
    font-size: 36px;
  }
  .service-article__flow-to-start ul li p {
    font-size: 16px;
    padding: 0;
    text-align: center;
    display: inline;
  }
  .service-article__flow-to-start ul li:nth-of-type(4) .card-right {
    padding: 37px 0 9px;
  }
  .service-article__flow-to-start ul li:nth-of-type(4) img {
    width: 92px;
  }
  .service-article__price-plan {
    padding: 50px 19.5% 93px;
  }
  .service-article__price-plan h2 {
    padding: 35px 0 42px;
    font-size: 34px;
  }
  .service-article__price-plan__calc-price {
    padding-top: 58px;
    padding-bottom: 63px;
    margin-top:35px;
  }
  .service-article__price-plan__calc-price:nth-of-type(1) {
    margin-top:0;
  }
  .service-article__price-plan__calc-price__initial {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
  .service-article__price-plan__calc-price__initial__title {
    padding: 20px 50px 0 20px;
    font-weight: 600;
  }
  .service-article__price-plan__calc-price__initial p {
    font-size: 40px;
    font-weight: 600;
  }
  .service-article__price-plan__calc-price__initial__unit {
    font-size: 24px;
  }
  .service-article__price-plan__calc-price hr {
    margin-top: 12px;
  }
  .service-article__price-plan__calc-price__running {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
  }
  .service-article__price-plan__calc-price__running__license {
    width: 50%;
  }
  .service-article__price-plan__calc-price__running__license h4 {
    padding-left: 127px;
  }
  .service-article__price-plan__calc-price__running__license__cost {
    padding-top: 21px;
  }
  .service-article__price-plan__calc-price__running__license__cost__price {
    font-size: 34px;
    padding-bottom: 8px;
  }
  .service-article__price-plan__calc-price__running__license span {
    padding: 18px 73px 0 22px;
    font-weight: 600;
  }
  .service-article__price-plan__calc-price__running__storage {
    width: 50%;
  }
  .service-article__price-plan__calc-price__running__storage h4 {
    padding-left: 20px;
  }
  .service-article__price-plan__calc-price__running__storage ul {
    padding-top: 21px;
  }
  .service-article__price-plan__calc-price__running__storage ul li {
    padding: 0;
  }
  .service-article__price-plan__calc-price__running__storage ul li span {
    padding: 19px 0 0 35px;
  }
  .service-article__price-plan__calc-price__running__storage ul li p {
    padding-left: 20px;
    font-size: 34px;
    line-height: 1.42em;
  }
  .service-article__price-plan__calc-price__annotation {
    font-size: 12px;
    padding-left: 10px;
  }
  .service-article__price-plan__supplement-text {
    padding-top: 19px;
  }
  .service-article__price-plan__campaign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-article__price-plan__campaign p {
    padding: 45px 0 0 25px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.45em;
  }
  .service-article__efficiency {
    padding-top: 85px;
    background-size: cover;
  }
  .service-article__efficiency h2 {
    font-size: 28px;
  }
  .service-article__efficiency ul {
    width: 86.4%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-article__efficiency ul li {
    width: 48.5%;
  }
  .case-study {
    padding: 80px 10.7% 40px;
  }
  .case-study__contents {
    background: #ffffff;
    padding: 58px 94px 64px;
    border-radius: 20px;
  }
  .case-study__contents h1 {
    padding-bottom: 23px;
  }
  .case-study__contents__header__company {
    float: left;
  }
  .case-study__contents__header__service {
    width: 47.5%;
    margin-left: auto;
    padding: 32px 28px;
    margin-bottom: 20px;
  }
  .case-study__contents__header__photo {
    padding-bottom: 56px;
  }
  .case-study__contents__body {
    padding-top: 56px 0 48px;
  }
  .case-study__contents__body ul li {
    padding-bottom: 40px;
  }
  .case-study__contents__body ul li hr {
    margin-top: 12px;
  }
  .case-study__contents__body__thanks {
    padding-bottom: 63px;
  }
  .case-study__contents__link {
    background: #F8F8F8;
    padding: 24px 24px 14px;
  }
  .case-study__contents__link h3 {
    padding-bottom: 22px;
  }
  .case-study__contents__link ul li {
    margin-bottom: 19px;
    color: #4C6B2B;
  }
  .case-study__contents__link ul li a {
    font-size: 20px;
  }
  .corporate-info-link {
    width: 78vw;
    padding-bottom: 16px;
    border-radius: 20px;
  }
  .corporate-info-link p {
    padding-top: 40px;
  }
  .corporate-info-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 43px;
    padding-bottom: 20px;
  }
  .corporate-info-link ul li {
    font-size: 18px;
    width: 32%;
    padding: 65px 0;
    margin-bottom: 21px;
  }
  .corporate-info-link ul li:nth-of-type(3n + 2) {
    margin: 0 2% 21px;
  }
  .contact-area {
   padding: 80px 42px;
    /* padding: 120px 42px 80px 42px;*/
    width:1100px;
	margin:0 auto;
  }
  .contact-area .container {
    width: 80%;
    max-width: 1100px;
	margin:0 auto;
  }
  .contact-area h2 {
    padding-top: 8px;
    margin-bottom: 48px;
  }
  .contact-area .link-button {
    /* width: 31.5%;*/
    width: 20%;
    float: right;
  }
  .contact-area__message {
    font-size: 18px;
    margin-bottom: 72px;
  }
  .contact-area__tel {
    width: 65.9%;
    max-width: 700px;
  }
  .contact-area__tel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px;
    margin-bottom: 10px;
  }
  .contact-area__tel ul li {
    margin: 0;
  }
  .contact-area__tel ul li span {
    padding-top: 14px;
    display: block;
  }
}

@media screen and (min-width: 1040px) and (max-width: 1330px) {
  .contact-area__tel ul li p {
    font-size: 30px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1039px) {
  .contact-area__tel ul li p {
    font-size: 29px;
  }
}

@media screen and (min-width: 1167px) and (max-width: 1215px) {
  .header header nav ul li {
    font-size: 14px!important;
  }
}

@media screen and (min-width: 1070px) and (max-width: 1167px) {
  .header header nav ul li {
    font-size: 12px!important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1070px) {
  .header header nav ul li {
    font-size: 10px!important;
  }
}

@media screen and (min-width: 1024px) {
  .contact-area__tel ul li:nth-of-type(1) {
    margin-right: 20px;
  }
  .contact-area__tel__active-time {
    padding-left: 10px;
  }
  .form-class h1 {
    font-size: 34px;
    padding-top: 70px;
    margin-bottom: 67px;
  }
  .form-class .green-capsule-button, .form-class .white-capsule-button {
    max-width: 240px;
    margin: auto;
  }
  .search-page {
    padding-top: 73px;
    padding-bottom: 33px;
  }
  .search-page h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .search-page__contents {
    width: 78vw;
    padding: 72px 88px 100px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .search-page__contents__count {
    padding-bottom: 16px;
  }
  .search-page__contents ul li .search-result__title {
    padding: 22px 0 19px;
  }
  .search-page__contents ul li .search-result__open-text {
    padding: 6px 0 22px;
  }
  .search-page__contents__paging ul li .paging-box {
    width: 40px;
  }
  .search-page__contents__paging ul li .left-box, .search-page__contents__paging ul li .right-box {
    width: 80px;
  }

  .page-404 {
    padding: 46px 20px 80px;
  }


/*  news comment start */
@media screen and (max-width: 768px) {
　/*　画面サイズが768pxまではここを読み込む スマホ用*/

/* 吹き出し start */

.icon-box {
padding-top:20px;
}

.balloon-shadow-line {
  /*position: relative;  三角の位置を固定するために設定 */
  width: 80%; /* 幅 */
  margin: 0 auto 40px; /* 上 左右 下のマージン */
  padding: 20px; /* ふきだし内の余白 */
  background: #fff; /* 背景色 */
  border: 1px solid #ddd;
  text-align: left; /* テキストの揃え */
  line-height:1.6;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.3); 
}
.balloon-shadow-line::before,
.balloon-shadow-line::after {
  content: '';
  width: 20px; /* 影をつけるために線幅で設定せずにboxを使用する */
  height: 20px;
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  margin-left: -10px;
}
.balloon-shadow-line::before {
  background: #ddd; /* 吹き出しの線と同じ色 */
  bottom: 78px;
  /*box-shadow: 3px 3px 3px rgba(0,0,0,0.3); */
  border:1px solid #ddd;
}
.balloon-shadow-line::after {
  background: #fff; /* 吹き出しの地と同じ色 */
  bottom: 78px; /* 線の太さだけずらす */
  left:1px;
}
.round { /* 角丸用クラス */
  border-radius: 8px;
}
.balloon-line::before { /* 線になる部分 */
  border-top-color: #ddd; /* 吹き出しの線の色と同じ色 */
  bottom: -28px;
}
.balloon-line::after { /* 地の部分 */
  border-top-color: #fff; /* 吹き出しの背景色と同じ色 */
  bottom: -27px;
}
.dept{padding:10px;width:120px;line-height:1.4; font-size:1.0em;}
.sales_comment{margin:100px 0 10px 0;
text-align:center;font-size: 1.2em;color:#0A5C99;font-weight: 600;}
.title-border2{ width: 26px;
border-bottom: 4px solid #0A5C99;margin: auto;margin-bottom: auto;padding-top: 9px;}
}
/* 吹き出し end */
/*  news comment end */

/*  ssl start */
/* 吹き出し start */

.article {
  position: relative;padding: 10px 5px;}
.article:not(:last-child) {border-bottom: 1px dashed #ddd;}
.balloon {
  position: absolute; left: 0px;top: -43px;width: 90px;margin: 0 auto 40px;padding: 10px 0;background: #e91e63;text-align: center;font-family: '游ゴシック', 'Yu Gothic', 'sans-serif';font-weight: bold;color: #fff;}
.balloon::after {content: '';border: 8px solid transparent;border-top-color: #e91e63;position: absolute;bottom: -14px;left: 45%;margin-left: -8px;}
.jump {animation: 0.5s jump infinite alternate linear;}
@keyframes jump {
  to { transform: transtateY(0); }
  from { transform: translateY(4px); }
}

/* 吹き出し end */
/*  ssl end */

/* 余白など */
.mT20{margin-top:20px!important;}
.mB10{margin-bottom:10px!important;}
.mB20{margin-bottom:20px!important;}
.pB30{padding-top:30px!important;}


/* テキストレイアウトなど */
.fz-tc{text-align:center!important;}

/* Windowsスクロール対策 */
.win .modaal-noscroll .header,
.win .modaal-noscroll .contents-wrapper {
	padding-right: 17px;
}

/* reCaptchaを表示する */
.grecaptcha-badge { visibility: hidden; }



/*# sourceMappingURL=style.css.map */




@charset "UTF-8";
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.object-fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

p {
  word-wrap: break-word;
  color:#000;
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

.js-text-overflow {
  overflow: hidden;
  width: 100%;
  height: 50px;
  font-size: 16px;
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

body {
 font-family: "Hiragino Kaku Gothic Pro","メイリオ", sans-serif; 
	/* font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;*/
	/*color: #484848;*/	color: #000000;*
	
	line-height: 1em;
}

ul {
  list-style: none;
}

p, textarea {
  line-height: 1.75em;
}

a {
  text-decoration: none;
}
a:link {
  color: #000;
  /*color: #484848;*/
}
a:visited, a:hover, a:active {
color: #484848;
}

a.parents-click-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

hr {
  border: none;
  border-bottom: 1px solid #D6D6D6;
}

.image-wapper {
  overflow: hidden;
  padding: 0 !important;
}

.link-wapper {
  -webkit-transition: 2s;
  transition: 2s;
}

.container {
  margin: auto;
}

.button-wrapper {
  text-align: center;
}

.link-button {
  display: block;
  text-decoration: none;
}

.fa-facebook-f {
  color: #3867B8;
}

.fa-twitter {
  color: #0096E7;
}

.white-capsule-button {
  /*color: #4C6B2B; 
background: #F8F8F8;*/
  -webkit-box-shadow: 0px 5px 5px #d1d1d1;
          box-shadow: 0px 5px 5px #d1d1d1;
  display: block;
  padding: 18px 30px;
  border-radius: 30px;
  width: 180px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  /*background: #266dab;*/
  color: #ffffff;
}

.corporate-group-introduce__contents .white-capsule-button{color: #ffffff;}
.white-capsule-button-small {
  color: #4C6B2B;
  background: #F8F8F8;
  -webkit-box-shadow: 0px 5px 5px #d1d1d1;
          box-shadow: 0px 5px 5px #d1d1d1;
  display: block;
  padding: 18px 30px;
  border-radius: 30px;
  width: 180px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.green-capsule-button {
  color: #ffffff;
  background: #4C6B2B;
  -webkit-box-shadow: 0px 5px 5px #d1d1d1;
          box-shadow: 0px 5px 5px #d1d1d1;
  display: block;
  padding: 18px 30px;
  border-radius: 30px;
  width: 180px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.green-capsule-button:hover {
  color: #ffffff;
}

.white-capsule-button:hover {
  color: #ffffff;
}

.brown-capsule-button {
  color: #ffffff;
  background: #d47713;
  -webkit-box-shadow: 0px 5px 5px #d1d1d1;
          box-shadow: 0px 5px 5px #d1d1d1;
  display: block;
  padding: 18px 30px;
  border-radius: 30px;
  width: 180px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.brown-capsule-button:hover {
  color: #ffffff;
}

.title-border {
  width: 26px;
  border-bottom: 4px solid #4B6C2B;
  margin: auto;
  padding-top: 9px;
}

.contact-area {
  text-align: center;
  padding: 42px;
  background-color: #fff;
}

.contact-area h2 {
  font-weight: 100;
  font-size: 44px;
  font-family: Lato;
  color: #4C6B2B;
  padding-top: 8px;
  margin-bottom: 45px;
}

.contact-area__message {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 39px;
}

.contact-area .link-button {
  padding: 51px 0 51px;
  margin: 0 auto 43px;
  width: 91%;
  background: #4C6B2B;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
}

.contact-area__tel ul {
  margin-bottom: 35px;
}

.contact-area__tel li {
  margin-bottom: 24px;
}

.contact-area__tel li span {
  font-size: 18px;
  font-weight: 600;
}

.contact-area__tel li p {
  font-weight: bold;
  font-size: 40px;
  font-family: Lato;
  color: #4C6B2B;
  padding-top: 10px;
	white-space: nowrap;
}

.contact-area__tel__active-time {
  font-size: 14px;
}

.header-padding {
  padding-bottom: 70px;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 999;
  background: #ffffff;
}

.header header {
  height: 70px;
  max-width: 1500px;
  margin: auto;
}

.header header a:link, .header header a:visited, .header header a:hover, .header header a:active {
  color: initial;
}

.header header nav {
  height: 100%;
}

.header header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}

.header header nav ul li {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header header nav ul li:nth-of-type(1) {
  padding: 16px 20px;
}

.header header nav ul li:nth-of-type(1) img {
  width: 225px;
}

.header header nav ul li:nth-of-type(2) {
  margin-left: auto;
  width: 46px;
  padding-top: 24px;
  position: relative;
}

.header header nav ul li:nth-of-type(2) img {
  width: 22px;
}

.header header nav ul li:nth-of-type(3) {
  position: relative;
  padding: 25px 18px 0 0;
}

.header header nav ul li:nth-of-type(3) #nav-drawer {
  position: relative;
}

.header header nav ul li:nth-of-type(3) .nav-unshown {
  display: none;
}

.header header nav ul li:nth-of-type(3) #nav-open {
  display: inline-block;
  width: 35px;
  height: 22px;
  vertical-align: middle;
}

.header header nav ul li:nth-of-type(3) #nav-open span, .header header nav ul li:nth-of-type(3) #nav-open span:before, .header header nav ul li:nth-of-type(3) #nav-open span:after {
  position: absolute;
  text-align: right;
  height: 1px;
  /*線の太さ*/
  width: 39px;
  /*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}

.header header nav ul li:nth-of-type(3) #nav-open span:before {
  bottom: -8px;
}

.header header nav ul li:nth-of-type(3) #nav-open span:after {
  bottom: -16px;
}

.header header nav ul li:nth-of-type(3) #nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  /*最前面に*/
  width: 100%;
  height: 100% -70px;
  background: #fff;
  /*背景色*/
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  /*左に隠しておく*/
}

.header header nav ul li:nth-of-type(3) #nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5;
}

.header header nav ul li:nth-of-type(3) #nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

.header header nav ul li.search-icon {
  width: 60px;
  height: 70px;
  position: relative;

}

.header header nav ul li.search-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
  color: initial;
}

.footer__link {
  background: #4D4D4D;
  padding-bottom: 40px;
}

.footer__link h6 {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  font-family: Hiragino Kaku Gothic Pro;
  padding-top: 16px;
}

.footer__link__mitene-contents__element {
  position: relative;
  width: 100%;
  padding: 22px 5vw 37px;
}

.footer__link__mitene-contents__element img {
  width: 100%;
  height: 220px;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__link__mitene-contents__element p {
  font-weight: 300;
  font-size: 12px;
  font-family: Hiragino Kaku Gothic Pro;
  color: #D6D6D6;
  padding-top: 15px;
}

.footer__link__mitene-contents__element a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer__link__mitene-contents__element:nth-of-type(2) {
  padding-bottom: 32px;
}

.footer__link__personal-info {
  padding: 0 5vw;
}

.footer__link__personal-info img {
  width: 160px;
	align-self: flex-start;
}

.footer__bottom {
  background: #F8FAF5;
  text-align: center;
}

.footer__bottom p {
  font-weight: 300;
  font-size: 11px;
  font-family: Hiragino Kaku Gothic Pro;
  color: #484848;
}

.footer__bottom__sns {
  /*padding-top: 50px;*/
}
 
.footer__bottom__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 17px;
}

.footer__bottom__sns ul li {
  margin: 0 11px;
  position: relative;
  font-size: 28px;
  width: 56px;
}

.footer__bottom__sns ul li i {
  height: 56px;
  width: 56px;
  background: #4C6B2B;
  display: block;
  border-radius: 30px;
  color: #ffffff;
  padding-top: 14px;
}

.footer__bottom__sns ul li .fa-facebook-f {
  background: #3C528C;
}

.footer__bottom__sns ul li .fa-twitter {
  background: #4D9BE6;
}

.footer__bottom__logo {
  /*padding: 68px 0 50px;*/
   padding: 40px 0 30px
}

.footer__bottom__logo img {
 /* width: 254px;*/
}

.footer__bottom__logo p {
  padding-top: 10px;
}

.search-modal .modaal-inner-wrapper {
  padding: 70px 0 0 0;
  position: absolute;
}

.search-modal .modaal-inner-wrapper .modaal-container {
  max-width: none;
}

.search-modal .modaal-inner-wrapper .modaal-container .modaal-content-container {
  background: #F8F8F8;
  padding: 20px 0;
}

.search-modal .modaal-inner-wrapper .modaal-container .modaal-content-container input {
  background: #ffffff;
  border: 1px solid #D6D6D6;
  padding: 12px 50px 12px 15px;
  border-radius: 10px;
  display: block;
  margin: auto;
  width: 60%;
}

.search-modal .modaal-inner-wrapper .modaal-container .modaal-content-container img {
  position: absolute;
  top: 31%;
  right: calc(20% + 15px);
  width: 25px;
}

.search-modal .modaal-inner-wrapper .modaal-container .modaal-close {
  background: #ffffff;
  position: absolute;
  right: 6%;
}

.search-modal .modaal-inner-wrapper .modaal-container .modaal-close:before, .search-modal .modaal-inner-wrapper .modaal-container .modaal-close:after {
  background: #707070;
  width: 2px;
}

.hambuger-modal .modaal-inner-wrapper {
  padding: 0;
  position: absolute;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container {
  position: initial;
  max-width: none;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content-container {
  padding: 70px 0 0 0;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content-container ul li {
  padding: 50px 0;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul li {
  background: #4D4D4D;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #707070;
  color: #ffffff;
  padding: 28px 0;
  position: relative;
}

.hambuger-modal,
.hambuger-modal .modaal-inner-wrapper,
.hambuger-modal .modaal-inner-wrapper .modaal-container {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul li:hover {
  background: #4C6B2B;
  opacity: 1 !important;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul li:nth-of-type(9) {
  border-bottom: none;
  font-size: 12px;
  font-weight: 300;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .modal-mitene-action {
  text-align: left;
  padding: 23px 20px 0;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .modal-mitene-action div {
  position: relative;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .modal-mitene-action img {
  height: 245px;
  width: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .modal-mitene-action h6 {
  font-size: 16px;
  padding-top: 14px;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .modal-mitene-action p {
  padding-top: 15px;
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 40px;
}

/*
.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .modal-mitene-action__action-image {
  background-image: url("images/mitene-town-image.png");
  background-position-x: 50%;
  background-position-y: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .modal-mitene-action__report-image {
  background-image: url("images/mitene-report-image.png");
  background-position-x: 50%;
  background-position-y: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
} */

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion {
  padding: 0;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion--text {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
	cursor: pointer;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion label {
  display: block;
  padding: 36px 12px;
  color: #555;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 3s;
  transition: all 3s;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion label:before {
  /*content: '\f054';*/
  font-family: 'Font Awesome 5 Free';
  color: #999;
  padding-right: 8px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion input {
  display: none;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion input:checked + label + .accordion--show {
  height: auto;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion input:checked + label:before {
  content: '\f054';
  top: 23px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion--show {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #555;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion--show p {
  margin: 15px 10px;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion--show ul {
  border-top: 1px solid #707070;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion--show ul li {
  background: #000000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: left;
  padding: 0;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion--show ul li a  {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  padding: 23px 26px;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion--show ul li:hover {
  background: #4C6B2B;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion--show ul li img {
  height: 20px;
  position: absolute;
  right: 25px;
  top: 21px;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .accordion--show ul li:nth-of-type(9) {
  border-bottom: 1px solid #707070;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-content ul .double-window {
  width: 15px;
  margin-left: 10px;
  padding-top: 2px;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-close {
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 0;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-close:before, .hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-close:after {
  background: #707070;
  width: 2px;
  height: 35px;
  top: 18px;
  left: 33px;
  width: 1px;
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-close:before {
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}

.hambuger-modal .modaal-inner-wrapper .modaal-container .modaal-close:after {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}

.service-modal .modaal-inner-wrapper {
  padding: 0;
  position: absolute;
}

.service-modal .modaal-inner-wrapper .modaal-container {
  position: initial;
  max-width: none;
}

.service-modal .modaal-inner-wrapper .modaal-container .modaal-content-container {
  padding: 70px 0 0 0;
  background: #4D4D4D;
  position: absolute;
  top: 70px;
  padding: 90px 0 270px;
  width: 100%;
}

.service-modal .modaal-inner-wrapper .modaal-container .modaal-content-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin: auto;
}

.service-modal .modaal-inner-wrapper .modaal-container .modaal-content-container ul li {
  display: block;
  width: 32%;
  margin-bottom: 30px;
  position: relative;
}
.service-modal .modaal-inner-wrapper .modaal-container .modaal-content-container ul li a {
  background: #414141;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  padding: 22px 0;
  font-weight: 600;
}

.service-modal .modaal-inner-wrapper .modaal-container .modaal-content-container ul li:nth-of-type(3n + 2) {
  margin: 0 2% 30px;
}

.town-modal .modaal-container {
  background: transparent;
}

.town-modal .modaal-inner-wrapper {
  padding: 117px 20px;
}

.town-modal .modaal-content-container {
  padding: 0;
  padding-top: 100px;
  background: transparent;
}

.town-modal .modaal-close {
  top: 25px !important;
}


.town-modal .modaal-content-container img {
  width: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
	align-self: flex-start;
}

.town-modal .modaal-content-container .town-modal__text-area {
  padding: 24px 30px 43px;
  background: #ffffff;
}

.town-modal .modaal-content-container .town-modal__text-area h2 {
  font-size: 18px;
  line-height: 1.6em;
  padding-bottom: 18px;
}

.town-modal .modaal-content-container .town-modal__text-area p {
  font-size: 14px;
  line-height: 1.75em;
}

.town-modal .modaal-close {
  background: #ffffff !important;
  position: absolute;
  top: -78px;
  right: 0;
  width: 61px;
  height: 61px;
  border-radius: 100%;
}

.town-modal .modaal-close:before, .town-modal .modaal-close:after {
  background: #707070;
  width: 2px;
  height: 35px;
  top: 12px;
  left: 30px;
}

.town-modal .modaal-close:before {
  transform: rotate(-53deg);
  -webkit-transform: rotate(-53deg);
}

.town-modal .modaal-close:after {
  transform: rotate(53deg);
  -webkit-transform: rotate(53deg);
}

.top-page__hero-slider {
  background: #F8F8F5;
  padding-bottom: 10px;
}

.top-page__hero-slider ul {
  padding-top: 20px;
}

.top-page__hero-slider .slider{
  visibility: hidden; 
}
.top-page__hero-slider .slider.slick-initialized{
  visibility: visible;
}

.top-page__hero-slider ul .slick-list {
  padding: 0;
  padding-bottom: 20px;
}

.top-page__hero-slider ul .slick-list .slick-slide {
  width: 534px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.33);
          /*box-shadow: 0px 10px 15px rgba(0,0,0,0.33);*/
          box-shadow: 0px 5px 8px rgba(0,0,0,0.33);
}

.top-page__hero-slider ul .slick-list .slick-track {
  height: 452px;
  padding-bottom: 20px;
}

.top-page__hero-slider ul .slick-list li {
  /*margin: auto;*/
  margin: 0 5px;
  position: relative;
    max-height: 450px;
   /*max-height: 400px;/
  /*max-width: 449px;*/
}

.top-page__hero-slider ul .slick-list li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.top-page__hero-slider ul .slick-list li:nth-of-type(2n + 1) {
  padding-left: 0;
}

.top-page__hero-slider ul .slick-list li .slider-text {
  position: absolute;
  bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  max-width: 90%;
}

.top-page__hero-slider ul .slick-list li .slider-text__category {
  color: #ffffff;
  background: #4C6B2B;
  font-size: 11px;
  width: 165px;
  padding: 8px 10px 11px 16px;
}

.top-page__hero-slider ul .slick-list li .slider-text__title {
  background: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 11px 19px 10px 14px;
  display: block;
}

.top-page__hero-slider ul .slick-list li img {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 610px;
  line-height: 0;
  position: absolute;
  bottom: 0;

  background-position-x: 50%;
  background-position-y: center;
 /*background-position-y: center;*/
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
}

.top-page__hero-slider ul .slick-list li.default-top-image {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
   text-align: center;
   align-items: center;
	align-content: center;
}

.top-page__hero-slider ul .slick-list li.default-top-image img {
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
	box-sizing:border-box;
	width: auto;
}

.top-page__hero-slider ul .slick-dots {
  line-height: 20px;
  background: #F8F8F5;
}

.top-page__hero-slider ul .slick-dots li {
  margin: 0 11px;
}

.top-page__hero-slider ul .slick-dots li button:before {
  font-size: 12px;
}

.top-page__hero-slider ul .slick-dots li.slick-active button:before {
  color: #4C6B2B;
}

.top-page__news ul {
  padding: 19px;
}

.top-page__news ul li {
  position: relative;
}

.top-page__news ul li span {
  font-size: 13px;
 /* font-weight: 300; 
  color: #818181;*/
color:#343434;
}

.top-page__news ul li p {
  font-size: 14px;
  font-weight: 600;
  padding-top: 8px;
}

.top-page__news ul hr {
  margin: 16px 0;
  border-color: #DDDDDD;
}

.top-page__problem-solve {
  background: #F8F8F5;
  text-align: center;
  padding: 49px 0 2px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-page__problem-solve img {
  width: 94px;
  height:auto;
	align-self: flex-start;
}

.top-page__problem-solve h1 {
  font-weight: 600;
  font-size: 22px;
  padding-top: 29px;
}

.top-page__problem-solve ul {
  padding: 38px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

.top-page__problem-solve ul li {
  display: block;
  padding: 22px 26px;
  background: #ffffff;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  margin: 0 8px 10px 0;
}

.top-page__mitene-category {
  background: #F8F8F5;
  padding: 14px 0 91px;
}

.top-page__mitene-category h2 {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.top-page__mitene-category__title-line {
  display: block;
/* width: 24px; */
  width:180px;
  border-bottom: 3px solid #4C6B2B;
  padding-top: 16px;
  margin: auto;
}

.top-page__mitene-category ul {
  padding-top: 32px;
}

.top-page__mitene-category ul li {
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
  padding: 36px 25px 33px;
  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;
  position: relative;
}

.top-page__mitene-category ul li .link-text {
  position: absolute;
  right: 25px;
}

.top-page__mitene-category ul li h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1em;
}

.top-page__mitene-category ul li img {
  width: 20px;
}

.top-page__mitene-report {
  text-align: center;
  padding: 98px 0 93px;
}

.top-page__mitene-report h2 {
  font-weight: 100;
  font-size: 44px;
  font-family: Lato;
  color: #4C6B2B;
  padding: 0 0 48px 6px;
}

.top-page__mitene-report p {
  font-weight: 600;
  font-size: 18px;
  font-family: Hiragino Kaku Gothic Pro;
  padding-left: 3px;
}

.top-page__mitene-report div {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.top-page__mitene-report div::-webkit-scrollbar {
  display: none;
}

.top-page__mitene-report ul {
  padding: 52px 4.4vw 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc( 992px + 12vw);
}

.top-page__mitene-report ul li {
  width: 321px;
  height: 378px;
  border-radius: 18px;
  -webkit-box-shadow: 0px 10px 15px #dbdbdb;
          box-shadow: 0px 10px 15px #dbdbdb;
  text-align: left;
  position: relative;
}

.top-page__mitene-report ul li img {
  width: 100%;
  height: 209px;
  border-radius: 18px 18px 0 0;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
}

.top-page__mitene-report ul li span {
  padding: 16px 0 0 18px;
  display: block;
  color: #818181;
  font-weight: 300;
  font-size: 12px;
}

.top-page__mitene-report ul li p {
  padding: 16px 0 0 18px;
}

.top-page__mitene-report__list-button {
  background: #F8F8F8;
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 0px 10px rgba(0,0,0,0.33);
}

.top-page__mitene-report__list-button img {
  margin-top: 27px;
}

.top-page__mitene-action {
  text-align: center;
  padding-bottom: 46px;
  background: #F8F8F5;
  position: relative;
}

.top-page__mitene-action__image {
  width: 100%;
  max-height: 300px;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
}

.top-page__mitene-action__text-area__logo {
  width: 74vw;
  height: auto;
  padding: 40px 0 0 5vw;
  max-width: 230px;
}

.top-page__mitene-action__text-area__white-text {
  padding: 36px 0 0 14px;
  font-weight: 600;
  font-size: 18px;
}

.top-page__mitene-action__text-area__green-text {
  padding: 22px 0 0 17px;
  font-weight: 600;
  font-size: 18px;
  color: #4C6B2B;
}

.service-category__content {
  background: #F8F9F5;
  padding: 48px 0 24px;
}

.service-category__content h1 {
  font-size: 23px;
  color: #4C6B2B;
  text-align: center;
}

.service-category__content ul {
  padding-top: 42px;
}

.service-category__content ul li {
  padding: 48px 30px 25px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
  margin-bottom: 29px;
  background: #ffffff;
  position: relative;
}

.service-category__content ul li h2 {
  font-weight: 600;
  color: #4C6B2B;
	line-height: 1.3em;
}

.service-category__content ul li p {
  font-weight: 600;
  font-size: 16px;
  padding-top: 23px;
  line-height: 1.7em;
}

.service-article__hero-area__text-area {
  background: #F8F9F5;
  padding: 35px 21px;
}

.service-article__hero-area__text-area h1 {
  font-size: 23px;
  color: #4C6B2B;
  padding-left: 3px;
  line-height: 1.4em;
}

.service-article__hero-area__text-area__title-kana {
  font-size: 12px;
  font-weight: 300;
  padding: 17px 0 20px;
}

.service-article__hero-area__text-area h2 {
  font-size: 22px;
  line-height: 1.5em;
  padding-bottom: 18px;
}

.service-article__hero-area__text-area__overview {
  font-size: 16px;
  padding-bottom: 24px;
}

.service-article__hero-area__text-area__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}

.service-article__hero-area__text-area__button .green-capsule-button {
  color: #ffffff;
  width: 48%;
  padding: 22px 0;
}

.service-article__hero-area__text-area__button .white-capsule-button {
 /* color: #4C6B2B;*/
 color:#ffffff;
  margin-left: 4%;
  width: 48%;
  padding: 22px 0;
}

.service-article__hero-area__text-area__button .white-capsule-button-small {
  color: #4C6B2B;
  margin-left: 4%;
  width: 48%;
  padding: 15px 0;
}


.service-article__hero-area__photo-area img {
  width: 100%;
}

.service-article__choice-reason {
  text-align: center;
  padding: 45px 20px;
}

.service-article__choice-reason span {
  font-size: 18px;
  font-weight: 600;
}

.service-article__choice-reason h2 {
  font-size: 30px;
  color: #4C6B2B;
  padding: 24px 0 53px;
}

.service-article__choice-reason ul li {
  background: #F8F9F5;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
  text-align: left;
}

.service-article__choice-reason ul li img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.service-article__choice-reason ul li .card-bottom {
  padding: 18px 24px 36px;
}

.service-article__choice-reason ul li .card-bottom span {
  font-size: 14px;
  font-weight: 600;
  color: #4C6B2B;
}

.service-article__choice-reason ul li .card-bottom h4 {
  font-size: 22px;
  padding: 10px 0;
  line-height: 1.5em;
}

.service-article__choice-reason ul li .card-bottom p {
  font-size: 14px;
  line-height: 1.75em;
}

.service-article__solution {
  background: #F8FAF5;
  padding: 58px 20px 26px;
}

.service-article__solution__left-area span {
  font-size: 18px;
  padding-left: 18px;
  font-weight: 600;
  color: #4B6C2B;
}

.service-article__solution__left-area h2 {
  font-size: 30px;
  line-height: 1.35em;
  padding: 22px 18px 38px;
  border-radius: 20px;
}

.service-article__solution ul li {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 10px #dbdbdb;
          box-shadow: 0px 5px 10px #dbdbdb;
  margin-bottom: 37px;
  border-radius: 20px;
  padding: 27px 23px 49px;
}

.service-article__solution ul li h4 {
  line-height: 1.3em;
  font-size: 24px;
  min-height: 60px;
}

.service-article__solution ul li hr {
  margin: 10px 0 15px;
}

.service-article__solution ul li p {
  /*font-weight: 300;*/
  font-size: 14px;
  line-height: 1.75em;
}

.service-article__function {
  padding: 67px 20px 70px;
}

.service-article__function h2 {
  padding-bottom: 36px;
  font-size: 30px;
  text-align: center;
  color: #4C6B2B;
}

.service-article__function ul {
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 30px;
}

.service-article__function ul li {
  border-top: 1px solid #D6D6D6;
  padding: 10px 0;
  line-height: 1.75em;
  padding: 25px 0 26px;
}

.service-article__function ul li img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}

.service-article__function ul li .card-bottom h4 {
  font-size: 18px;
  padding-bottom: 16px;
}

.service-article__function ul li .card-bottom p {
  font-size: 16px;
}

.service-article__function__list-button {
  position: relative;
  text-align: center;
}

.service-article__function__list-button__show {
  font-size: 14px;
  color: #4C6B2B;
  height: 95px;
  width: 95%;
  max-width: 335px;
  padding: 40px 20px;
  background: red;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  background: #F8F8F8;
  border-radius: 10px;
  cursor: pointer;
}

.service-article__function__list-button__show i {
  position: absolute;
  bottom: 10px;
  right: 49%;
}

.service-article__function__list-button__close {
  width: 70px;
  height: 70px;
  margin: 70px auto 0;
  border-radius: 100%;
  background: #F8F8F8;
  position: relative;
}

.service-article__function__list-button__close:before, .service-article__function__list-button__close:after {
  background: #707070;
  width: 1px;
}

.service-article__function__list-button__close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  content: " ";
  position: absolute;
  top: 17px;
  left: 35px;
  height: 36px;
  border-radius: 4px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.service-article__function__list-button__close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  content: " ";
  position: absolute;
  top: 17px;
  left: 35px;
  height: 36px;
  border-radius: 4px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.service-article__function__list-button .triangle {
  border-right: 6px solid transparent;
  border-top: 12px solid #4D4D4D;
  border-left: 6px solid transparent;
  position: absolute;
  margin-left: 18px;
}

.service-article__function-list {
  padding: 0px 20px 75px;
}

.service-article__function-list h4 {
  font-size: 20px;
  color: #4C6B2B;
  text-align: center;
  padding-bottom: 40px;
}

.service-article__function-list__table-list {
  padding-bottom: 83px;
}

.service-article__function-list__table-list table {
  width: 100%;
  border: 1px solid #D6D6D6;
	border-collapse: collapse;
}

.service-article__function-list__table-list table tr {
  display: table-row;
  padding: 18px 20px 17px;
  font-size: 14px;
  text-align: left;
}

.service-article__function-list__table-list table tr th,
.service-article__function-list__table-list table tr td {
	border: 1px solid #D6D6D6;
   display: table-cell;
   padding: 18px 20px
}

.service-article__function-list__table-list table tr th {
  width: 30%;
  display: table-cell;
  text-align: left;
	line-height: 1.3em;
}

.service-article__function-list__flex-list ul {
  border-bottom: 1px solid #D6D6D6;
}

.service-article__function-list__flex-list ul li {
  border: 1px solid #D6D6D6;
  border-bottom: none;
  border-collapse: collapse;
  padding: 18px 20px 21px;
}

.service-article__case-study {
  padding: 62px 23px 30px;
  text-align: center;
  background: #F8FAF5;
}

.service-article__case-study span {
  font-size: 18px;
  font-weight: 600;
}

.service-article__case-study h2 {
  font-size: 30px;
  color: #4C6B2B;
  padding: 10px 0 45px;
  line-height: 1.35em;
}

.service-article__case-study ul li {
  background: #F8F9F5;
  border-radius: 20px;
  margin-bottom: 32px;
  text-align: left;
  background: #ffffff;
  position: relative;
}

.service-article__case-study ul li img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 220px;
}

.service-article__case-study ul li .card-bottom {
  padding: 14px 16px 20px;
}

.service-article__case-study ul li .card-bottom span {
  color: #818181;
  font-weight: 300;
  font-size: 16px;
}

.service-article__case-study ul li .card-bottom h4 {
  font-size: 18px;
  padding: 7px 0 13px;
  line-height: 1.6em;
}

.service-article__case-study ul li .card-bottom p {
  padding-bottom: 18px;
}

.service-article__case-study ul li .card-bottom__bottom-info {
  font-size: 12px;
  font-weight: 300;
  color: #4C6B2B;
}

.service-article__case-study ul li .card-bottom__bottom-info span {
  font-size: 12px;
  color: #4C6B2B;
}

.service-article__case-study ul li .card-bottom__bottom-info p {
  padding-bottom: 8px;
}

.service-article__flow-to-start {
  padding: 62px 23px 50px;
  text-align: center;
  background: #ffffff;
}

.service-article__flow-to-start span {
  font-size: 18px;
  font-weight: 600;
}

.service-article__flow-to-start h2 {
  font-size: 30px;
  color: #4C6B2B;
  padding: 10px 0 40px;
  line-height: 1.35em;
}

.service-article__flow-to-start ul li {
  background: #F8F9F5;
  border-radius: 20px;
  min-height: 97px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-article__flow-to-start ul li .card-right {
  color: #4C6B2B;
  width: 25%;
  padding: 22px 0 0 13px;
}

.service-article__flow-to-start ul li .card-right__step-text {
  font-size: 14px;
  display: block;
}

.service-article__flow-to-start ul li .card-right__step-number {
  font-size: 30px;
}

.service-article__flow-to-start ul li p {
  font-size: 18px;
  padding: 36px 2.6%;
  font-weight: 600;
  min-width: 75px;
  width: 75%;
  text-align: left;
}

.service-article__flow-to-start ul li img {
  width: 50px;
}

.service-article__price-plan {
  padding: 50px 23px 55px;
  text-align: center;
  background: #F8F9F5;
}

.service-article__price-plan h2 {
  font-size: 30px;
  color: #4C6B2B;
  padding: 10px 0 55px;
  line-height: 1.35em;
}

.service-article__price-plan__calc-price {
  background: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 10px 20px #c7c7c7;
          box-shadow: 0px 10px 20px #c7c7c7;
  padding: 50px 15px 35px;
  margin-top: 35px;
}

.service-article__price-plan__calc-price:nth-of-type(1) {
    margin-top: 0;
}

.service-article__price-plan__calc-price__initial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-article__price-plan__calc-price__initial__title {
  font-size: 16px;
  font-weight: 300;
  color: #4C6B2B;
  padding: 15px 37px 0 0;
}

.service-article__price-plan__calc-price__initial p {
  font-size: 28px;
}

.service-article__price-plan__calc-price hr {
  margin: 33px 0 18px;
}

.service-article__price-plan__calc-price__running h4 {
  font-size: 16px;
  background: #F8F8F8;
  color: #4C6B2B;
}

.service-article__price-plan__calc-price__running__license {
  text-align: left;
}

.service-article__price-plan__calc-price__running__license h4 {
  padding: 18px 25px;
}

.service-article__price-plan__calc-price__running__license span {
  font-size: 16px;
  color: #4C6B2B;
  padding: 12px 75px 0 0;
}

.service-article__price-plan__calc-price__running__license__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 27px;
}

.service-article__price-plan__calc-price__running__license__cost__price {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 10px;
}

.service-article__price-plan__calc-price__running__license__cost__sub-text {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 43px;
}

.service-article__price-plan__calc-price__running__storage {
  text-align: left;
}

.service-article__price-plan__calc-price__running__storage h4 {
  padding: 18px 25px;
}

.service-article__price-plan__calc-price__running__storage ul {
  padding-top: 15px;
}

.service-article__price-plan__calc-price__running__storage ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6px;
}

.service-article__price-plan__calc-price__running__storage ul li span {
  font-size: 16px;
  width: 100px;
  padding-top: 14px;
  font-weight: 600;
}

.service-article__price-plan__calc-price__running__storage ul li p {
  font-size: 28px;
  font-weight: 600;
}

.service-article__price-plan__supplement-text {
  font-size: 11px;
  font-weight: 300;
  padding-top: 30px;
  line-height: 1.7em;
  text-align: left;
}

.service-article__price-plan__campaign {
  text-align: left;
  padding-top: 13px;
}

.service-article__price-plan__campaign img {
  width: 154px;
	align-self: flex-start;
}

.service-article__price-plan__campaign p {
  font-size: 20px;
  color: #D12828;
  padding: 8px 0 0 6px;
  line-height: 2em;
}

.service-article__efficiency {
  background-image: url("images/mitene-town-green-back.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  padding: 48px 20px 40px;
}

.service-article__efficiency h2 {
  font-size: 30px;
  padding-bottom: 42px;
  color: #ffffff;
  line-height: 1.35em;
  text-align: center;
}

.service-article__efficiency ul li {
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 18px;
  -webkit-box-shadow: 0px 5px 10px #00000033;
          box-shadow: 0px 5px 10px #00000033;
  text-align: left;
  position: relative;
}

.service-article__efficiency ul li img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.service-article__efficiency ul li .card-bottom {
  padding: 45px 19px 39px;
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.service-article__efficiency ul li .card-bottom span {
  font-size: 14px;
  color: #4C6B2B;
}

.service-article__efficiency ul li .card-bottom h4 {
  font-size: 22px;
  padding-bottom: 21px;
  color: #4C6B2B;
  text-align: center;
}

.service-article__efficiency ul li .card-bottom p {
  font-size: 16px;
}

.case-study {
  background: #F8FAF5;
  padding: 10px 0 40px;
}

.case-study__contents {
  background: #ffffff;
  padding: 28px 20px 64px;
  -webkit-box-shadow: 0px 5px 5px #e0e0e0;
          box-shadow: 0px 5px 5px #e0e0e0;
}

.case-study__contents h1 {
  font-size: 34px;
  padding-bottom: 15px;
  line-height: 1.48em;
}

.case-study__contents__header__company {
  font-size: 12px;
  color: #4C6B2B;
}

.case-study__contents__header__company__name {
  font-size: 18px;
  font-weight: 600px;
  padding-bottom: 10px;
}

.case-study__contents__header__company__industry {
  padding-bottom: 8px;
}

.case-study__contents__header__company__menber-counts {
  padding-bottom: 24px;
}

.case-study__contents__header__service {
  background: #F8F8F8;
  padding: 17px 20px;
  margin-bottom: 27px;
}

.case-study__contents__header__service p {
  font-size: 18px;
  font-weight: 600;
  color: #4C6B2B;
}

.case-study__contents__header__service ul {
  list-style: disc;
  font-size: 14px;
  padding: 8px 0 0 20px;
  line-height: 1.75em;
}

.case-study__contents__header__photo {
  padding-bottom: 60px;
}

.case-study__contents__header__photo img {
  width: 100%;
}

.case-study__contents__header__photo p {
  text-align: right;
  font-size: 12px;
}

.case-study__contents__body {
  padding-top: 56px 0 48px;
}

.case-study__contents__body ul li h2 {
  color: #4C6B2B;
  font-size: 18px;
  line-height: 1.5em;
}

.case-study__contents__body ul li hr {
  border-bottom: 2px solid #D6D6D6;
  margin: 17px 0 18px;
}

.case-study__contents__body ul li p {
  font-size: 14px;
  padding-bottom: 16px;
}

.case-study__contents__body ul li img {
  width: 100%;
}

.case-study__contents__body__thanks {
  color: #4C6B2B;
  font-size: 18px;
  font-weight: 600;
  padding: 33px 0 48px;
}

.case-study__contents__link {
  background: #F8F8F8;
  padding: 24px 24px 14px;
}

.case-study__contents__link h3 {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 22px;
}

.case-study__contents__link ul li {
  margin-bottom: 19px;
  color: #4C6B2B;
}

.case-study__contents__link ul li a {
  width: 100%;
  padding: 26px 0;
  border-radius: 10px;
  color: #4C6B2B;
  background: #ffffff;
}

.case-study__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}

.case-study__sns__button {
  width: 84px;
  height: 84px;
  border-radius: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px #d1d1d1;
          box-shadow: 0px 3px 6px #d1d1d1;
  margin: 0 0 23px 23px;
  text-align: center;
  position: relative;
}

.case-study__sns__button i {
  font-size: 30px;
  padding-top: 20px;
}

.case-study__sns__button p {
  font-size: 11px;
  padding-top: 6px;
}

.corporate-info {
  background: #F8FAF5;
  padding: 50px 0;
  text-align: center;
}

.corporate-info h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
}

.corporate-info__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: auto;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
}

.corporate-info__contents img {
  width: 100%;
  border-top-right-radius: 26px;
  border-top-left-radius: 26px;
}

.corporate-info__contents ul {
  padding: 34px 24px 8px;
}

.corporate-info__contents ul li {
  background: #F8F8F8;
  width: 100%;
  border-radius: 20px;
  padding: 27px 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.corporate-top-message {
  background: #F8FAF5;
  padding: 50px 0 60px;
}

.corporate-top-message h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
  text-align: center;
}

.corporate-top-message__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: 0 auto 60px;
  padding: 53px 20px 47px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
}

.corporate-top-message__contents h2 {
  font-size: 23px;
  text-align: left;
  line-height: 1.4em;
}

.corporate-top-message__contents__text {
  font-size: 14px;
  padding-top: 37px;
  line-height: 1.72em;
}

.corporate-top-message__contents__top-name {
  width: 135px;
  padding-top: 37px;
  margin-left: auto;
}

.corporate-top-message__contents__top-name span {
  font-size: 12px;
}

.corporate-top-message__contents__top-name p {
  font-size: 24px;
  font-family: "Yu Mincho", "YuMincho";
  padding-top: 5px;
  font-size: 24px;
}

.corporate-profile {
  background: #F8FAF5;
  padding: 50px 0 60px;
}

.corporate-profile h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
  text-align: center;
}

.corporate-profile__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: 0 auto;
  padding: 48px 20px 17px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #00000033;
          box-shadow: 0px 5px 10px #00000033;
}

.corporate-profile__contents ul li .li-item {
  font-size: 13px;
  font-weight: 200;
  width: 100%;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 8px;
}

.corporate-profile__contents ul li .li-contents {
  padding-top: 10px;
  padding-bottom: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9em;
}

.corporate-profile__contents ul li .li-contents .map-img {
  width: 100%;
  margin: 16px 0 18px;
}

.corporate-profile__contents ul li .li-contents .map-img img {
	max-width: 100%;
	max-height: 100%;
}

.corporate-profile__contents ul li .li-contents .group-button {
  margin-top: 20px;
}

.corporate-profile__contents ul li .li-contents .white-capsule-button {
  color: #4C6B2B;
}

.corporate-profile__contents ul li .office-margin {
  height: 40px;
}

.corporate-group-introduce {
  background: #F8FAF5;
  padding: 50px 0 60px;
}

.corporate-group-introduce h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
  text-align: center;
}

.corporate-group-introduce__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: 0 auto;
  padding: 45px 20px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
}

.corporate-group-introduce__contents ul li {
  padding-bottom: 11px;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 21px;
}

.corporate-group-introduce__contents ul li h2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8em;
}

.corporate-group-introduce__contents ul li p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7em;
  padding-bottom: 14px;
}

.corporate-group-introduce__contents ul li .white-capsule-button {
  width: 100%;
  padding: 23px 30px;
  margin-bottom: 17px;
  color: #4C6B2B;
}

.corporate-history {
  background: #F8FAF5;
  padding: 50px 0 60px;
}

.corporate-history h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
  text-align: center;
}

.corporate-history__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: 0 auto;
  padding: 45px 20px 17px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
}

.corporate-history__contents ul {
  font-size: 14px;
}

.corporate-history__contents ul li {
  padding-bottom: 28px;
}

.corporate-history__contents ul li span {
  font-weight: 300;
  display: block;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 8px;
}

.corporate-history__contents ul li p {
  padding-top: 12px;
  font-weight: 600;
}

.corporate-vision {
  background: #F8FAF5;
  padding: 50px 0 53px;
}

.corporate-vision h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
  text-align: center;
}

.corporate-vision__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: 0 auto;
  padding: 53px 20px 54px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
}

.corporate-vision__contents h2 {
  font-size: 18px;
  text-align: left;
  line-height: 1.4em;
  padding-bottom: 30px;
}

.corporate-vision__contents p {
  font-size: 14px;
  line-height: 1.73em;
}

.corporate-vision__contents__philosophy__title {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 38px 0 3px;
  display: block;
}

.corporate-vision__contents__philosophy__area {
  background: #F8FFF5;
  padding: 48px 30px 42px;
  margin-top: 32px;
}

.corporate-vision__contents__philosophy__area h3 {
  font-size: 18px;
  line-height: 1.6em;
  color: #4C6B2B;
}

.corporate-vision__contents__philosophy__area p {
  padding-top: 20px;
}

.privacy-policy {
  background: #F8FAF5;
  padding: 50px 0 53px;
}

.privacy-policy h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
  text-align: center;
}

.privacy-policy__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: 0 auto;
  padding: 53px 20px 54px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
}

.privacy-policy__contents h2 {
  font-size: 23px;
  text-align: left;
  line-height: 1.4em;
  padding-bottom: 30px;
}

.privacy-policy__contents p {
  font-size: 14px;
  line-height: 1.73em;
}

.privacy-policy__contents .right-info {
  text-align: right;
}

.privacy-policy__contents__link {
  text-decoration: underline;
}

.privacy-policy__contents .green-capsule-button {
  width: 280px;
  margin: auto;
  color: #ffffff;
}

.privacy-policy__contents .number {
  font-size: 14px;
  padding:20px 0 45px 50px;
  list-style-type: decimal;
  line-height: 1.73em;
}

.privacy-policy__contents .number_left {
  font-size: 14px;
  padding:0 0 45px 25px;
  list-style-type: decimal;
  line-height: 1.73em;
}

.privacy-policy__contents .list_disc {
  font-size: 14px;
  padding:0 0 0px 50px;
  list-style-type: disc;
  line-height: 1.73em;
}

.corporate-info-link {
  background: #ffffff;
  width: 90.7vw;
  margin: 60px auto 0;
  padding-bottom: 37px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
}

.corporate-info-link p {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding-top: 31px;
}

.corporate-info-link ul {
  padding: 34px 24px 8px;
  text-align: center;
}

.corporate-info-link ul li {
  background: #F8F8F8;
  width: 100%;
  border-radius: 20px;
  padding: 27px 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.download-pdf {
  background: #F8FAF5;
  padding: 50px 0 130px;
}

.download-pdf h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
  text-align: center;
}

.download-pdf a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.download-pdf__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: auto;
  padding-bottom: 163px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
}

.download-pdf__contents p {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding-top: 31px;
}

.download-pdf__contents ul {
  padding: 40px 20px 8px;
  text-align: center;
}

.download-pdf__contents ul li {
  background: #F8F8F8;
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.download-pdf__contents ul li p {
  padding-top: 24px;
}

.download-pdf__contents ul li .link-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #697b91;
  border-right: solid 2px #697b91;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.download-pdf__contents__main {
  text-align: left;
  padding: 44px 20px 8px;
}

.download-pdf__contents__main h2 {
  font-size: 23px;
  padding-bottom: 25px;
}

.download-pdf__contents__main h3 {
  font-size: 14px;
  padding: 28px 0 20px;
}

.download-pdf__contents__main ul {
  padding: 0;
  text-align: left;
}

.download-pdf__contents__main ul li {
  padding: 22px 23px 17px;
  margin-bottom: 10px;
  line-height: 1.5em;
  color: #4C6B2B;
  position: relative;
}

.download-pdf__contents__main ul li p {
  padding: 0;
  text-align: left;
}

.news-release {
  background: #F8FAF5;
  padding: 50px 0 30px;
}

.news-release h1 {
  font-size: 23px;
  padding-bottom: 43px;
  color: #4C6B2B;
  text-align: center;
}

.news-release__choice-year ul {
  padding: 0 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  position: relative;
}

.news-release__choice-year ul a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-release__choice-year ul li {
  padding: 17px 0;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 30px;
  width: 150px;
  height: 50px;
  margin: 0 20px 15px 0;
  position: relative;
}

.news-release__choice-year ul li .year-selected {
  background: #4C6B2B;
  color: #ffffff;
}

.news-release__choice-year ul .news-release__choice-year__choiced {
  color: #ffffff;
  background: #4C6B2B;
}

.news-release__year-list ul li {
  padding-bottom: 28px;
  background: #ffffff;
  padding: 30px 19px 26px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
  position: relative;
}

.news-release__year-list ul li span {
  font-size: 12px;
  font-weight: 300;
  display: block;
  padding-bottom: 18px;
}

.news-release__year-list ul li p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.47em;
}

.news-release-article {
  background: #F8FAF5;
  padding: 50px 0 73px;
}

.news-release-article__title {
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.news-release-article h1 {
  font-size: 23px;
  padding: 19px 0 30px;
  line-height: 1.4em;
}

.news-release-article__contents {
  background: #ffffff;
  margin: 30px auto 42px;
  padding: 30px 20px 40px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
  text-align: left;
}

.news-release-article__contents__date {
  font-size: 12px;
}

.news-release-article__contents h2 {
  font-size: 18px;
  line-height: 1.6em;
  padding-bottom: 16px;
  color: #4C6B2B;
}

.news-release-article__contents hr {
  border-bottom: 1px solid #D6D6D6;
}

.news-release-article__contents p {
  padding: 16px 0 37px;
  font-size: 14px;
  line-height: 1.75em;
}

.news-release-article__link {
  padding: 27px 0;
  width: 250px;
  border-radius: 20px;
  display: block;
  text-align: center;
  margin: auto;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
  color: #484848;
}

.form-article__hero-area{
  background: #FFF;
  padding: 35px 21px;
}


.form-class {
  /*background: #F8FAF5;*/
background:#FFF!important;
  padding: 0 20px 20px;
}
.form-class .container {
  margin: 0 auto;
  max-width: 900px;
}

.form-class h1 {
  color: #4C6B2B;
  text-align: center;
  font-size: 23px;
  padding-top: 47px;
  margin-bottom: 43px;
}

.form-class .personal-info-message {
  padding-left: 8px;
}

.form-class .personal_info_handling {
  padding: 27px 23px 9px;
  margin-bottom: 30px;
  background: #fff;
  color: #484848;
  height: 380px;
  max-height: 365px;
  overflow: scroll;
  overflow-x : hidden ;
}

.form-class .personal_info_handling p {
  color: #484848;
  font-size: 14px;
  line-height: 1.75em;
}

.form-class .personal_info_handling .left-info {
  color: #484848;
  font-size: 14px;
  line-height: 1.75em;
  padding-left: 20px;
}

.form-class .personal_info_handling p span {
  color: #4C6B2B;
}

.form-class .personal_info_handling p a {
  color: #4C6B2B;
}

.form-class hr {
  border: none;
  border-top: 1px solid #D6D6D6;
  margin-bottom: 64px;
}

.form-class .green-capsule-button {
  width: 100%;
}

.form-class .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.form-class .button-wrapper .green-capsule-button, .form-class .button-wrapper .white-capsule-button {
  width: 45%;
}

.form-class .intro_message {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 60px;
}

.form-class__confirm .intro_green_message {
  font-size: 16px;
  font-weight: 600;
  color: #4C6B2B;
}

.form-class__confirm hr {
  margin: 38px 0 58px;
}

.form-class__confirm ul li {
  margin-bottom: 50px;
}

.form-class__confirm ul li label {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 10px;
}

.form-class__confirm ul li p {
  font-size: 16px;
  font-weight: 600;
}

.form-class__confirm ul li .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-class__confirm ul li .name p {
  margin-right: 20px;
}

.form-class__finish .intro_green_message {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 25px;
  color: #4C6B2B;
  line-height: 1.5em;
}

.form-class__finish p {
  font-size: 14px;
  line-height: 1.74em;
}

.form-class__finish .button-wrapper .green-capsule-button {
  color: #ffffff;
  font-size: 20px;
  height: 70px;
  margin-top: 30px;
  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;
}

.form-class label {
  width: 100%;
  color: #484848;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 19px;
  display: block;
}

.form-class label span {
  padding-left: 9px;
  color: #CC0303;
  font-weight: 600;
  font-size: 12px;
}

.form-class label .confirm-checkbox {
  padding-left: 17px;
  margin-bottom: 0;
  color: #4C6B2B;
}

.form-class .contact-select-box {
  overflow: hidden;
  width: 90%;
  margin-bottom: 2em;
  text-align: center;
}

.form-class .contact-select-box select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.form-class .contact-select-box select::-ms-expand {
  display: none;
}

.form-class .contact-select-box {
  position: relative;
  border-radius: 2px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #D6D6D6;
  width: 100%;
}

.form-class .contact-select-box::before {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #818181;
  pointer-events: none;
}

.form-class .contact-select-box select {
  padding: 21px 22px;
  color: #818181;
}

.form-class__download-product, .form-class__target-service {
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 30px;
  color: #484848;
}

.form-class__target-service {
  padding-bottom: 35px;
}

.form-class .annotation {
  font-size: 14px;
  padding-bottom: 23px;
}

.form-class .any-tag {
  font-size: 12px;
  color: #818181;
}

.form-class .hope-date, .form-class .sns-account {
  margin-bottom: 60px;
}

.form-class .hope-date li, .form-class .sns-account li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-class .hope-date li label, .form-class .sns-account li label {
  width: 130px;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 0;
}

.form-class .hope-date li input, .form-class .sns-account li input {
  width: 200px;
  margin-bottom: 0;
}

.form-class .hope-date li .wide-input, .form-class .sns-account li .wide-input {
  width: 100%;
}

.form-class .hope-date li .contact-select-box, .form-class .sns-account li .contact-select-box {
  width: 200px;
  height: 60px;
  margin-bottom: 0;
}

.form-class .zip-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.form-class .zip-code input[type="text"] {
  width: 30%;
}

.form-class .zip-code button {
  width: 30%;
  height: 60px;
  border: 1px solid #D6D6D6;
  border-radius: 23px;
  background: #ffffff;
}

.form-class .checkbox-label {
  margin-bottom: 35px;
}

.form-class .color-confirm-label {
  color: #4C6B2B;
}

.form-class input[type="text"], .form-class textarea {
  width: 100%;
  background: #fff;
  padding: 21px 23px;
  margin-bottom: 40px;
  font-size: 14px;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
}

.form-class .name-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-class .name-input input[type="text"] {
  width: 48%;
}

.form-class input[type=checkbox] {
  display: none;
}

.form-class .checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 28px 12px 12px 58px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

.form-class .checkbox .color-confirm-label {
  font-size: 16px;
  color: #4C6B2B;
}

.form-class .checkbox:hover:after {
  border-color: #D6D6D6;
}

.form-class .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 26px;
  left: 1px;
  display: block;
  margin-top: -10px;
  width: 41px;
  height: 40px;
  border: 1px solid #bbb;
  border-radius: 10px;
  content: '';
}

.form-class .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 55%;
  left: 18px;
  display: block;
  margin-top: -7px;
  width: 10px;
  height: 20px;
  border-right: 4px solid #4C6B2B;
  border-bottom: 4px solid #4C6B2B;
  background: #ffffff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-class input:checked + .checkbox:before {
  opacity: 1;
}

.mitene-action {
  background-image: url("images/mitene-town-green-image.png");
  background-position: top 70px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 25px 0 28px;
  text-align: center;
}

.mitene-action__white-logo {
  width: 100%;
}

.mitene-action__contents {
  padding: 32px 20px;
}

.mitene-action__contents h1 {
  background: #ffffff;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4em;
  padding: 10px 0;
}

.mitene-action__contents__sub-message {
  color: #ffffff;
  padding: 30px 0 25px;
  font-size: 18px;
}

.mitene-action__contents ul li {
  width: 100%;
  height: 139px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
  border-radius: 20px;
  margin-bottom: 31px;
  position: relative;
}

.mitene-action__contents ul li img {
  width: 30%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.mitene-action__contents ul li .card-right {
  background: #ffffff;
  width: 70%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.mitene-action__contents ul li .card-right p {
  font-size: 14px;
  padding: 45px 0 9px;
}

.mitene-action__contents ul li .card-right h4 {
  font-size: 18px;
  padding-bottom: 47px;
}

.mitene-action__contents__recruit {
  background-image: url("images/mitene-town-image-focus.png");
  background-position:center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 20px;
  height: 257px;
  margin-top: 60px;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
  position: relative;
}

.mitene-action__contents__recruit__message {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #4C6B2B;
  opacity: 0.9;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #ffffff;
}

.mitene-action__contents__recruit__message p {
  font-size: 14px;
  padding: 23px 0 18px;
}

.mitene-action__contents__recruit__message h3 {
  font-size: 23px;
  padding-bottom: 37px;
}

.mitene-action-area {
  background: #F8F8F5;
  padding: 40px 0 10px;
}

.mitene-action-area__logo {
  display: block;
  margin: auto;
  width: 300px;
  padding-bottom: 40px;
}

.mitene-action-area ul {
  padding: 0 20px;
}

.mitene-action-area ul li {
  width: 100%;
  height: 139px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
  border-radius: 20px;
  margin-bottom: 31px;
  position: relative;
}

.mitene-action-area ul li img {
  width: 30%;
  display: block;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  font-family: 'object-fit: cover;';
     object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.mitene-action-area ul li .card-right {
  background: #ffffff;
  width: 70%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
}

.mitene-action-area ul li .card-right p {
  font-size: 14px;
  padding: 45px 0 9px;
}

.mitene-action-area ul li .card-right h4 {
  font-size: 18px;
  padding-bottom: 47px;
}

.mitene-town {
  color: #4C6B2B;
  position: relative;
}

.mitene-town h1 {
  position: absolute;
  top: 14px;
  left: 20px;
  z-index: 10;
  font-size: 14px;
  color: #484848;
  background: #ffffff;
  padding: 9px 72px 9px 14px;
}

.mitene-town__contents {
  position: relative;
}

.mitene-town__contents img {
  width: 100%;
}

.mitene-town__contents .town-modal-button {
  position: absolute;
  display: block;
  opacity: 0.5;
  width: 8%;
  height: 4.21%;
  border-radius: 100%;
}

.mitene-town__contents .town-modal-button.m_1 {
  top: 16.2%;
  left: 20.9%;
}

.mitene-town__contents .town-modal-button.m_2 {
  top: 79.6%;
  left: 18.9%;
}

.mitene-town__contents .town-modal-button.m_3 {
  top: 53.6%;
  left: 15.2%;
}

.mitene-town__contents .town-modal-button.m_4 {
  top: 88.9%;
  left: 47.6%;
}

.mitene-town__contents .town-modal-button.m_5 {
  top: 34.1%;
  left: 27.85%;
}

.mitene-town__contents .town-modal-button.m_6 {
  top: 32.6%;
  left: 9.25%;
}

.mitene-town__contents .town-modal-button.m_7 {
  top: 10.05%;
  left: 38.5%;
}

.mitene-town__contents .town-modal-button.m_8 {
	top: 46.5%;
  left: 58.75%;
}

.mitene-town__contents .town-modal-button.m_9 {
  top: 88.5%;
  left: 85.6%;
}

.mitene-town__contents .town-modal-button.m_10 {
  top: 7.0%;
  left: 72.8%;
}

.mitene-town__contents .town-modal-button.m_11 {
  top: 75.2%;
  left: 40.2%;
}

.mitene-town__contents .town-modal-button.m_12 {
  top: 51%;
  left: 89.55%;
}

.mitene-town__contents .town-modal-button.m_13 {
  top: 76.75%;
  left: 68.3%;
}

.mitene-town__contents .town-modal-button.m_14 {
  top: 16.8%;
  left: 72.34%;
}

.mitene-town__contents .town-modal-button.m_15 {
  top: 37.8%;
  left: 65.3%;
}

.mitene-town__contents .town-modal-button:hover {
  background: #fff;
  opacity: 0.5;
}

.mitene-work-style {
  background-image: url("images/mitene-town-green-image.png");
  background-position: top 70px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 47px 0 28px;
  text-align: center;
}

.mitene-work-style h1 {
  color: #ffffff;
  font-size: 23px;
}

.mitene-work-style__sub-message {
  color: #ffffff;
  padding: 30px 0 25px;
  font-size: 18px;
}

.mitene-work-style ul {
  padding: 46px 20px;
}

.mitene-work-style ul li {
  width: 100%;
  border-radius: 30px;
  /* -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33); */
  border-radius: 20px;
  margin-bottom: 90px;
  position: relative;
}

.mitene-work-style ul li .worker-comment-area {
  width: 100%;
  text-align: left;
  padding: 25px 32px 50px;
  position: relative;
  border-radius: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
}

.mitene-work-style ul li .worker-comment-area p {
  font-size: 22px;
  font-weight: 600;
  display: block;
  min-height: 74px;
}

.mitene-work-style ul li .worker-comment-area .department {
  position: absolute;
  bottom: 25px;
  left: 35px;
  font-size: 14px;
  color: #4C6B2B;
}

.mitene-work-style ul li .comment-triangle {
  border-right: 8px solid transparent;
  border-top: 18px solid #ffffff;
  border-left: 8px solid transparent;
  position: absolute;
  margin-left: 18px;
}

.mitene-work-style ul li img {
  border-radius: 100%;
  width: 50px;
  text-align: left;
  position: absolute;
  left: 3px;
  bottom: -72px;
}

/*  news comment start */

.mitene-news-style {
  padding: 47px 0 28px;
  text-align: center;
}

.mitene-news-style h1 {
  color: #ffffff;
  font-size: 23px;
}

.mitene-news-style__sub-message {
  color: #ffffff;
  padding: 30px 0 25px;
  font-size: 18px;
}

.mitene-new-style ul {
  padding: 46px 20px;
}

.mitene-news-style ul li {
  width: 100%;
  border-radius: 30px;
  /* -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33); */
  border-radius: 20px;
  margin-bottom: 90px;
  position: relative;
}

.mitene-news-style ul li .sales-comment-area {
  width: 100%;
  text-align: left;
  padding: 25px 32px 50px;
  position: relative;
  border-radius: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
}

.mitene-news-style ul li .sales-comment-area p {
  font-size: 22px;
  font-weight: 600;
  display: block;
  min-height: 74px;
}

.mitene-news-style ul li .sales-comment-area .department {
  position: absolute;
  bottom: 25px;
  left: 35px;
  font-size: 14px;
  color: #4C6B2B;
}

.mitene-news-style ul li .comment-triangle {
  border-right: 8px solid transparent;
  border-top: 18px solid #ffffff;
  border-left: 8px solid transparent;
  position: absolute;
  margin-left: 18px;
}

.mitene-news-style ul li img {
  border-radius: 100%;
  width: 50px;
  text-align: left;
  position: absolute;
  left: 3px;
  bottom: -72px;
}

/*  news comment end */




.mitene-interview {
  background-image: url("images/mitene-town-green-image.png");
  background-position: top 70px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 31px 0 65px;
  text-align: center;
}

.mitene-interview__page-title {
  padding-bottom: 28px;
}

.mitene-interview__page-title p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.mitene-interview__page-title .title-border {
  border-color: #ffffff;
}

.mitene-interview__hero {
  background: #ffffff;
  text-align: left;
}

.mitene-interview__hero__text-area {
  padding: 43px 20px;
}

.mitene-interview__hero__text-area h1 {
  font-size: 23px;
  line-height: 1.4em;
  display: inline;
  border-bottom: 6px solid #FFEB00;
}

.mitene-interview__hero__text-area__message {
  font-size: 18px;
  font-weight: 600;
  padding: 34px 0 16px;
  color: #4C6B2B;
}

.mitene-interview__hero__text-area__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mitene-interview__hero__text-area__person img {
  height: 73px;
  width: 73px;
}

.mitene-interview__hero__text-area__person__info {
  padding-left: 9px;
  padding-top: 13px;
}

.mitene-interview__hero__text-area__person__info span {
  font-size: 12px;
  font-weight: 200;
}

.mitene-interview__hero__text-area__person__info p {
  font-size: 18px;
  padding-top: 5px;
}

.mitene-interview__hero__photo-area img {
  width: 100%;
}

.mitene-interview__contents {
  text-align: left;
  padding: 27px 20px 0;
}

.mitene-interview__contents ul li {
  background: #F8FFF5;
  margin-bottom: 30px;
}

.mitene-interview__contents ul li:nth-of-type(-1) {
  margin-bottom: 0;
}

.mitene-interview__contents ul li img {
  width: 100%;
}

.mitene-interview__contents ul li .mitene-interview__contents__text-area {
  padding: 27px 27px;
}

.mitene-interview__contents ul li .mitene-interview__contents__text-area h2 {
  font-size: 18px;
  line-height: 1.6em;
  padding-bottom: 15px;
  color: #4C6B2B;
}

.mitene-interview__contents ul li .mitene-interview__contents__text-area h2 span {
    color: rgb(72, 72, 72);
    font-size: 15px;
	margin-bottom:5px;
	display:block;
}

.mitene-interview__contents ul li .mitene-interview__contents__text-area p {
  font-size: 16px;
  line-height: 1.75em;
}

.mitene-report {
  background-image: url("images/mitene-town-green-image.png");
  background-position: top 70px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 38px 0 22px;
  text-align: center;
}

.mitene-report__contents {
  padding: 0 20px;
}

.mitene-report__contents h1 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4em;
  padding-bottom: 40px;
  color: #ffffff;
}

.mitene-report__contents ul li {
  width: 100%;
  height: 130px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
  border-radius: 20px;
  margin-bottom: 33px;
  background: #ffffff;
  position: relative;
}

.mitene-report__contents ul li img {
  width: 27.5%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: auto;
}

.mitene-report__contents ul li .card-right {
  background: #ffffff;
  width: 72.5%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 12px 15px;
  text-align: left;
}

.mitene-report__contents ul li .card-right p {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 7px;
  color: #4C6B2B;
  color: #4C6B2B;
}

.mitene-report__contents ul li .card-right h4 {
  font-size: 16px;
  line-height: 1.5em;
}

.mitene-report__contents__recruit {
  background-image: url("images/mitene-town-image-focus.png");
  border-radius: 20px;
  height: 257px;
  margin-top: 60px;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
  position: relative;
}

.mitene-report__contents__recruit__message {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #4C6B2B;
  opacity: 0.9;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #ffffff;
}

.mitene-report__contents__recruit__message p {
  font-size: 14px;
  padding: 23px 0 18px;
}

.mitene-report__contents__recruit__message h3 {
  font-size: 23px;
  padding-bottom: 37px;
}

.mitene-report-article {
  background-image: url("images/mitene-town-green-image.png");
  background-position: top 70px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 31px 0 35px;
  text-align: center;
}

.mitene-report-article__page-title {
  padding-bottom: 28px;
}

.mitene-report-article__page-title p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.mitene-report-article__page-title .title-border {
  border-color: #ffffff;
}

.mitene-report-article__hero {
  text-align: left;
}

.mitene-report-article__hero__text-area {
  background: #ffffff;
  padding: 20px 20px 30px;
}

.mitene-report-article__hero__text-area__tag {
  font-size: 16px;
  padding-bottom: 10px;
  color: #4C6B2B;
}

.mitene-report-article__hero__text-area__date {
  padding-top: 17px;
  font-size: 12px;
}

.mitene-report-article__hero__text-area h1 {
  font-size: 23px;
  line-height: 1.4em;
  display: inline;
  border-bottom: 6px solid #FFEB00;
}

.mitene-report-article__hero__text-area__message {
  font-size: 18px;
  font-weight: 600;
  padding: 34px 0 16px;
  color: #4C6B2B;
}

.mitene-report-article__hero__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}

.mitene-report-article__hero__person .comment-triangle {
  border-right: 11px solid transparent;
  border-top: 20px solid #ffffff;
  border-left: 11px solid transparent;
  position: absolute;
  margin-left: 25px;
  z-index: 1000;
}

.mitene-report-article__hero__person img {
  width: 70px;
  height: auto;
  padding-top: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: cover;';
}

.mitene-report-article__hero__person__info {
  color: #ffffff;
  padding-left: 9px;
  padding-top: 43px;
}

.mitene-report-article__hero__person__info span {
  font-size: 12px;
  font-weight: 200;
}

.mitene-report-article__hero__person__info p {
  font-size: 18px;
  padding-top: 5px;
  font-weight: 600;
}

.mitene-report-article__hero__photo-area img {
  width: 100%;
}

.mitene-report-article__contents {
  text-align: left;
  padding: 30px 20px 0;
}

.mitene-report-article__contents ul li {
  /* background: #F8FFF5; */
  margin-bottom: 30px;
}

.mitene-report-article__contents ul li:nth-of-type(-1) {
  margin-bottom: 0;
}

.mitene-report-article__contents ul li img {
  width: 100%;
}

.mitene-report-article__contents ul li .mitene-interview__contents__text-area {
  background: #ffffff;
  padding: 14px 22px;
}

.mitene-report-article__contents ul li .mitene-interview__contents__text-area h2 {
  font-size: 18px;
  line-height: 1.6em;
  padding-bottom: 15px;
  color: #484848;
}

.mitene-report-article__contents ul li .mitene-interview__contents__text-area p {
  font-size: 14px;
  line-height: 1.75em;
  margin: 2em 0;
}

.mitene-report-article__contents ul li .mitene-interview__contents__text-area p:first-child,
.mitene-report-article__contents ul li .mitene-interview__contents__text-area p:last-child {
  margin: 0;
}

.mitene-research-project {
  background-image: url("images/mitene-town-green-image.png");
  background-position: top 70px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 38px 0 22px;
  text-align: center;
}

.mitene-research-project__contents {
  padding: 0 20px;
}

.mitene-research-project__contents h1 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4em;
  padding-bottom: 28px;
  color: #ffffff;
}

.mitene-research-project__contents__title-supple {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.7em;
  padding-bottom: 26px;
}

.mitene-research-project__contents ul li {
  width: 100%;
  height: 145px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
  border-radius: 20px;
  margin-bottom: 36px;
  background: #ffffff;
  position: relative;
}

.mitene-research-project__contents ul li img {
  width: 27.5%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: auto;
}

.mitene-research-project__contents ul li .card-right {
  background: #ffffff;
  width: 72.5%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 12px 6px 12px 15px;
  text-align: left;
  position: relative;
}

.mitene-research-project__contents ul li .card-right p {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 28px;
  line-height: 1.6em;
  color: #4C6B2B;
}

.mitene-research-project__contents ul li .card-right h4 {
  font-size: 16px;
  line-height: 1.5em;
  position: absolute;
  top: 62px;
  padding-right: 20px;
}

.mitene-research-project__contents__recruit {
  background-image: url("images/mitene-town-image-focus.png");
  border-radius: 20px;
  height: 257px;
  margin-top: 60px;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
  position: relative;
}

.mitene-research-project__contents__recruit__message {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #4C6B2B;
  opacity: 0.9;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #ffffff;
}

.mitene-research-project__contents__recruit__message p {
  font-size: 14px;
  padding: 23px 0 18px;
}

.mitene-research-project__contents__recruit__message h3 {
  font-size: 23px;
  padding-bottom: 37px;
}

.mitene-research-project-article {
  background-image: url("images/mitene-town-green-image.png");
  background-position: top 70px center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 31px 0 65px;
  text-align: center;
}

.mitene-research-project-article__page-title {
  padding-bottom: 28px;
}

.mitene-research-project-article__page-title p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}

.mitene-research-project-article__page-title .title-border {
  border-color: #ffffff;
}

.mitene-research-project-article__hero {
  text-align: left;
}

.mitene-research-project-article__hero__text-area {
  background: #ffffff;
  padding: 30px 20px 33px;
}

.mitene-research-project-article__hero__text-area h1 {
  font-size: 23px;
  line-height: 1.4em;
  display: inline;
  border-bottom: 6px solid #FFEB00;
}

.mitene-research-project-article__contents {
  width: 91vw;
  margin: 33px auto 45px;
  border-radius: 20px;
  text-align: left;
  padding: 19px 18px 52px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 10px #00000033;
          box-shadow: 0px 5px 10px #00000033;
}

.mitene-research-project-article__contents img {
  max-width:100%;
  /*width: 100%;*/
}

.mitene-research-project-article__contents h2 {
  font-size: 18px;
  padding: 45px 0 6px;
  font-size: 14px;
  line-height: 1.75em;
}

.mitene-research-project-article__contents p {
  padding: 18px 0 41px;
  font-size: 14px;
  line-height: 1.75em;
}

.mitene-action-link {
  padding: 0 20px 0;
}

.mitene-action-link__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

.mitene-action-link__sns__button {
  width: 84px;
  height: 84px;
  border-radius: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.33);
          box-shadow: 0px 3px 6px rgba(0,0,0,0.33);
  margin: 0 0 23px 23px;
  text-align: center;
  position: relative;
}

.mitene-action-link__sns__button i {
  font-size: 30px;
  padding-top: 20px;
}

.mitene-action-link__sns__button p {
  font-size: 11px;
  padding-top: 6px;
}

.mitene-action-link__interview {
  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;
}

.mitene-action-link__interview img {
  width: 50px;
}

.mitene-action-link__interview__center-link {
  padding: 25px 13vw;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
  color: #4D4D4D !important;
  border-radius: 20px;
}

.recruit {
  /* iOS対応 */
  /* background-image: url("images/mitene-town-image.png");
  background-position: top 70px center;
  background-repeat: no-repeat;
  background-attachment: fixed; */
  padding: 40px 20px 57px;
}
.recruit:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url("images/mitene-town-image.png") center no-repeat;
  background-position: top 70px center;
  background-size:cover;
}


.recruit__contents {
  padding: 55px 30px 47px;
  background: #ffffff;
  margin-bottom: 30px;
}

.recruit__contents h1 {
  font-size: 28px;
  padding-bottom: 42px;
  line-height: 1.8em;
}

.recruit__contents p {
  font-weight: 600;
  line-height: 2.5em;
}

.recruit__link {
  background: #ffffff;
  text-align: center;
  padding: 34px 28px 48px;
}

.recruit__link h2 {
  color: #4C6B2B;
  font-size: 18px;
  padding-bottom: 35px;
}

.recruit__link img {
  width: 100%;
  max-height: 130px;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.recruit__link p {
  padding: 20px 0 43px;
  font-size: 14px;
}

.recruit__link hr {
  margin-bottom: 45px;
}

.recruit__link .green-capsule-button {
  border-radius: 50px;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  padding: 26px 0;
  margin-bottom: 20px;
}

.recruit__link .brown-capsule-button {
  border-radius: 50px;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  padding: 26px 0;
  margin-bottom: 20px;
}


.recruit-new-graduate {
  background: #F8FAF5;
  padding: 50px 0 60px;
}

.recruit-new-graduate h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
  text-align: center;
}

.recruit-new-graduate__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: 0 auto;
  padding: 45px 20px 17px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
}

.recruit-new-graduate__contents ul {
  font-size: 14px;
}

.recruit-new-graduate__contents ul li {
  padding-bottom: 28px;
}

.recruit-new-graduate__contents ul li span {
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 8px;
}

.recruit-new-graduate__contents ul li p {
  padding-top: 12px;
}

.recruit-new-graduate .green-capsule-button {
  width: 300px;
  margin: 57px auto 56px;
  color: #ffffff;
	font-size: 22px;
	padding: 30px;
}

.recruit-new-graduate .brown-capsule-button {
  width: 300px;
  margin: 57px auto 56px;
  color: #ffffff;
	font-size: 22px;
	padding: 30px;
}

.search-page {
  background: #F8FAF5;
  padding: 50px 0 66px;
}

.search-page h1 {
  font-size: 23px;
  padding-bottom: 50px;
  color: #4C6B2B;
  text-align: center;
}

.search-page span.search-highlight {
  background:yellow;
}

.search-page .search-page__input {
  position: relative;
  margin: 0 auto 45px;
  width: 90.7vw;
  max-width: 747px;
}

.search-page .search-page__input input {
  background: #ffffff;
  border: 1px solid #D6D6D6;
  padding: 12px 50px 12px 15px;
  border-radius: 10px;
  display: block;
  margin: auto;
  width: 100%;
}

.search-page .search-page__input img {
  position: absolute;
	top: 35%;
  right: 15px;
  width: 25px;
}

.search-page__contents {
  background: #ffffff;
  width: 90.7vw;
  margin: auto;
  padding-bottom: 163px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
          box-shadow: 0px 5px 10px #c7c7c7;
  padding: 18px 19px 30px;
}

.search-page__contents__count {
  font-size: 20px;
  padding-bottom: 19px;
}

.search-page__contents ul {
  border-bottom: 1px solid #D6D6D6;
}

.search-page__contents ul li .search-result {
  position: relative;
  border-top: 1px solid #D6D6D6;
}

.search-page__contents ul li .search-result__title {
  font-size: 22px;
  font-weight: 600;
  padding: 18px 0 9px;
  line-height: 1.3em;
}

.search-page__contents ul li .search-result__open-text {
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  color: #4C6B2B;
  padding: 6px 0 14px;
}

.search-page__contents__paging {
  padding-top: 36px;
}

.search-page__contents__paging ul {
  text-align: center;
  border-bottom: none;
}

.search-page__contents__paging ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  margin: 10px 5px;
}

.search-page__contents__paging ul li .left-triangle {
	position: absolute;
	top: 0;
	left: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid #B5B5B5;
	border-bottom: 20px solid transparent;
}

.search-page__contents__paging ul li .right-triangle {
	position: absolute;
	top: 0;
	right: -20px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid #B5B5B5;
	border-bottom: 20px solid transparent;
}

.search-page__contents__paging ul li .page-numbers {
  display: block;
  background: #B5B5B5;
  color: #ffffff;
  width: 30px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.search-page__contents__paging ul li .prev {
	width: 60px;
	border-radius: 0px 5px 5px 0;
}

.search-page__contents__paging ul li .next {
	width: 60px;
	border-radius: 5px 0 0 5px;
}

.search-page__contents__paging ul li.paging-box .page-numbers {
  border-radius: 5px;
}

.search-page__contents__paging ul li.paging-box .current {
  background: #4C6B2B;
}

.page-404 {
  text-align: center;
  padding: 59px 20px 63px;
  background: #F8F9F5;
}

.page-404 img {
  width: 238px;
}

.page-404 h1 {
  padding: 50px 0 31px;
  font-size: 23px;
  line-height: 1.4em;
  color: #4C6B2B;
}

.header header .header__pc-nav {
  display: none;
}

@media screen and (max-width: 1023px) {
  .sp-not-show {
    display: none;
  }
	.top-page__mitene-report ul li {
    width: 280px;
    height: 350px;
	}
	.top-page__mitene-report ul {
	  width: calc( 900px + 12vw);
	}
	.service-article__hero-area__photo-area img {
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
       object-fit: cover;
   /* max-height: 450px;*/
 max-height: 670px;
  }
  .service-article__choice-reason img {
    font-family: 'object-fit: cover;';
    -o-object-f
    font-family: 'object-fit: cover;';it: cover;
       object-fit: cover;
  }

  .privacy-policy {
    background: #F8FAF5;
    padding: 50px 0 20px;
  }
  .privacy-policy h1 {
    font-size: 22px;
    padding-bottom: 10px;
	  line-height: 1.6em;
  }
  .privacy-policy__contents {
	  background: #ffffff;
	  margin: 30px auto 42px;
	  padding: 30px 20px 40px;
	  -webkit-box-shadow: 0px 5px 10px #c7c7c7;
	  box-shadow: 0px 5px 10px #c7c7c7;
	  text-align: left;
	  width: 100%;
	  border-radius: 0;
  }
  .privacy-policy__contents__first-statement {
    font-size: 12px;
  }
  .privacy-policy__contents h2 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .privacy-policy__contents hr {
    margin-bottom: 15px;
  }
  .privacy-policy__contents p {
    padding-bottom: 45px;
  }  
  .privacy-policy__contents ol {
    padding-bottom: 45px;
  }
  
  .privacy-policy__contents .right-info {
    text-align: right;
  }
  .privacy-policy__contents__p-mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .privacy-policy__contents__p-mark img {
    /* width: 80px; */
    height: 80px;
    margin-right: 20px;
    margin-top: 5px;
  }
	.service-article__price-plan__calc-price__annotation {
		font-size: 14px;
		padding-left: 10px;
	}
  .service-article__function-list__table-list tr th {
    width: 50%;
  }
  .service-article__function-list__table-list tr td {
    width: 50%;
  }
	.news-release__choice-year ul {
		padding: 0 10px;
	}
	
	.news-release__choice-year ul li {
	  font-size: 14px;
	  width: 90px;
	  margin: 0 4px 15px;
	  position: relative;
	}

	.top_ul_report {
	 display: block!important;
	}
	
	.top_li_report {
	 margin: 20px auto!important;
	}
	
}

@media screen and (min-width: 1024px) {
  .sp_br {
    display: none;
  }
  .pc-not-show {
    display: none;
  }
  .header header {
    height: 70px;
  }
  .header header .header__pc-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header header .header__pc-nav li:nth-of-type(1) {
    padding: 16px 24px 5px;
  }
  .header header .header__pc-nav li:nth-of-type(1) img {
    width: 225px;
	height:auto;
  }
  .header header .header__pc-nav li:nth-of-type(2), .header header .header__pc-nav li:nth-of-type(3) {
    width: auto;
    padding: 0;
  }
  .header header .header__pc-nav li:nth-last-of-type(3) a {
    display: block;
    height: 100%;
  }
  .header header .header__pc-nav li:nth-last-of-type(3) a img {
    padding: 24px 13px 27px 21px;
    width: 178px;
  }
  .header header .header__pc-nav li:nth-last-of-type(2) {
    padding: 23px 24px 21px 11px;
    color: #fff;
  }
  .header header .header__pc-nav li:nth-last-of-type(2) img {
    width: 23px;
  }
  .header header .header__pc-nav li:nth-last-of-type(1) {
    padding: 28px 34px 26px 35px;
    background: #4C6B2B;
    font-weight: 600;
    font-size: 14px;
    font-family: Hiragino Kaku Gothic Pro;
  }
  .header header .header__pc-nav li:nth-last-of-type(1) a:link, .header header .header__pc-nav li:nth-last-of-type(1) a:visited, .header header .header__pc-nav li:nth-last-of-type(1) a:hover, .header header .header__pc-nav li:nth-last-of-type(1) a:active {
    color: #FFFFFF;
  }
  .header header .header__pc-nav li.header-link-border {
    position: relative;
  }
  .header header .header__pc-nav li.header-link-border:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    display: inline-block;
    width: calc(100% - 20px);
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #4B6C2B;
  }
  .header header .header__pc-nav__normal-link li {
    padding: 0;
  }
  .header header .header__pc-nav__normal-link a {
    display: block;
    padding: 27px 15px !important;
    font-weight: 600;
    color: #484848;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1150px) {
  .header header .header__pc-nav__normal-link a {
    padding: 27px 10px !important;
  }
}

@media screen and (min-width: 1024px) {
  .header header .header__mobile-nav {
    display: none;
  }
  .town-modal .modaal-inner-wrapper {
    padding: 60px;
  }
  .town-modal .modaal-content-container {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .town-modal .modaal-content-container img {
    flex: 100%;
    width: 48%;
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
       object-fit: cover;
	  align-self: flex-start;
	}
  .town-modal .modaal-content-container .town-modal__text-area {
    flex: 100%;
    padding: 50px;
  }
  .town-modal .modaal-content-container .town-modal__text-area h2 {
    font-size: 18px;
    line-height: 1.5em;
    padding-bottom: 18px;
  }
  .town-modal .modaal-content-container .town-modal__text-area p {
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
  }
  .town-modal .modaal-content-container .town-modal__text-area p a {
    color: #4C6B2B;
    font-weight: 600;
  }
  .town-modal .modaal-content-container .town-modal__text-area p a:before {
    content: "▶";
    margin-right: 0.5em;
  }
  .town-modal .modaal-close {
    background: #ffffff !important;
    position: absolute;
    top: -73px !important;
    right: 0;
    width: 61px;
    height: 61px;
    border-radius: 100%;
  }
  .town-modal .modaal-close:before, .town-modal .modaal-close:after {
    background: #707070;
    width: 2px;
    height: 35px;
    top: 12px;
    left: 30px;
  }
  .town-modal .modaal-close:before {
    transform: rotate(-53deg);
    -webkit-transform: rotate(-53deg);
  }
  .town-modal .modaal-close:after {
    transform: rotate(53deg);
    -webkit-transform: rotate(53deg);
  }
  .breadcrumb {
    background: #fff;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    display: block;
    padding: 10px 0 16px;
    font-size: 12px;
  }
  .breadcrumb ul {
	  padding-top: 5px;
	  margin-left: 25px;
	  color: #4D4D4D;
  }
  .breadcrumb ul li {
	 display: inline-block;
	 margin-right: 5px;
  }
  .breadcrumb ul li:after {
    content: '/';
  }
  .breadcrumb ul li:last-child:after {
    display: none;
  }
	.footer__link {
    padding: 96px 9.9vw 16px;
  }
  .footer__link__mitene-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 4px;
  }
  .footer__link__mitene-contents__element {
    width: 31.3%;
    margin-right: 3.05%;
    padding: 0;
  }
  .footer__link__mitene-contents__element h6 {
    padding-top: 17px;
  }
  .footer__link__mitene-contents__element p {
    padding-top: 17px;
  }
  .footer__link__mitene-contents__element img {
    height: 185px;
  }
  .footer__link__services {
    padding-bottom: 19px;
  }
  .footer__link__services h6 {
    padding-top: 53px;
  }
  .footer__link__services ul {
    padding-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__link__services ul li {
    width: 25%;
    padding: 0 0 17px 3px;
  }
  .footer__link__services ul li a {
    font-weight: 600;
    font-size: 14px;
    font-family: Hiragino Kaku Gothic Pro;
    color: #D6D6D6 !important;
  }
  .footer__link__nav, .footer__link__other {
    padding: 41.5px 0;
  }
  .footer__link__nav ul, .footer__link__other ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__link__nav ul li, .footer__link__other ul li {
    width: 25%;
  }
  .footer__link__nav ul li a, .footer__link__other ul li a {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 16px;
    font-family: Hiragino Kaku Gothic Pro;
  }
  .footer__link__other li img {
    width: 15px;
    margin-left: 10px;
    padding-top: 2px;
  }
  .footer__link__personal-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 33px 0;
  }
  .footer__link__personal-info a {
    font-weight: 300;
    font-size: 12px;
    vertical-align: top;
    color: #ffffff !important;
    height: 20px;
  }
  .footer__bottom__sns {
     /*padding-top: 45px;*/padding-top: 0px;
  }
  .footer__bottom__logo {
   /* padding-bottom: 156px; */
  }
  .footer hr {
    border: 1px solid #707070;
  }
  .moddal .search-modal .modaal-close {
    right: 13px;
  }
  .top-page__hero-slider {
    padding-bottom: 14px;
    border-radius: 20px;
  }
  .top-page__hero-slider ul .slick-list {
    padding-left: 20px;
   padding-left: 18px;
    border-radius: 20px;
  }
  .top-page__hero-slider ul .slick-list .slick-track {
    height: initial;
  }
  .top-page__hero-slider ul .slick-list .slick-track .slick-slide {
    border-radius: 20px;
  }
  .top-page__hero-slider ul .slick-list li {
    margin-right: 20px;
  }
  .top-page__hero-slider ul .slick-list li .slider-text {
    width: initial;
  }
  .top-page__hero-slider ul .slick-list li .slider-text__category {
    bottom: 135px;
    font-size: 14px;
    width: 223px;
    padding: 6px 10px 8px 12px;
  }
  .top-page__hero-slider ul .slick-list li .slider-text__title {
    font-size: 28px;
    width: initial;
    bottom: 77px;
    padding: 8px 19px 8px 12px;
  }
  .top-page__hero-slider ul .slick-list li img {
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px #00000066;
            box-shadow: 0px 0px 10px #00000066;
  }
  .top-page__hero-slider ul .slick-dots li button:before {
    font-size: 14px;
  }
  .top-page__news {
    position: relative;
  }
  .top-page__news ul {
    padding: 0 2%;
  }
  .top-page__news ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0;
  }
  .top-page__news ul li span {
    padding-top: 2px;
	  white-space: nowrap;

	}
  .top-page__news ul li p {
    padding-top: 0;
    padding-left: 25px;
  }
  .top-page__news ul hr {
    margin: 0;
  }
  .top-page__news__all-button {
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.33);
            box-shadow: 0px 0px 10px rgba(0,0,0,0.33);
    position: absolute;
    right: 35px;
    bottom: 35px;
    width: 78px;
    height: 78px;
    border-radius: 100%;
    background: #F8F8F8;
    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;
  }
  .top-page__news__all-button img {

  }
  .top-page__problem-solve {
    padding-top: 85px;
  }
  .top-page__problem-solve div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-page__problem-solve div h1 {
    font-size: 28px;
    margin-left: 30px;
    padding-top: 39px;
  }
  .top-page__problem-solve ul {
    padding: 64px 10vw 0;
  }
  .top-page__problem-solve ul li {
    font-size: 16px;
    margin: 0 19px 30px 0;
    padding: 22px 20px;
  }
  .top-page__mitene-category {
    padding-top: 90px;
  }
  .top-page__mitene-category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .top-page__mitene-category ul li {
    position: relative;
    display: block;
    width: 32.6%;
  }
  .top-page__mitene-category ul li h4 {
    font-size: 28px;
    padding-bottom: 36px;
	  line-height: 1.2em
	}
  .top-page__mitene-category ul li .card-text {
    padding-bottom: 15px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-page__mitene-category ul li .card-text .arrow {
    display: inline-block;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    border-top: solid 3px #697b91;
    border-right: solid 3px #697b91;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .top-page__mitene-category ul li .card-text .arrow-wrapper {
    width: 20px;
  }
  .top-page__mitene-category ul li .link-text {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    bottom: 22px;
    right: 25px;
  }
  .top-page__mitene-category ul li .link-text p {
    font-size: 11px;
    color: #4C6B2B;
    margin-right: 15px;
  }
  .top-page__mitene-category ul li .link-text img {
    width: 19px;
    height: 16px;
  }
  .top-page__mitene-category ul li:nth-of-type(3n + 2) {
    margin: 0 1.1% 10px;
  }
  .top-page__mitene-report div ul {
    margin: auto;
    padding-left: 0;
    width: 90vw;
    max-width: 1200px;
    padding: 52px 0 75px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1240px) {
  .top-page__mitene-report div ul {
    width: 97vw;
  }
  .top-page__mitene-report div ul li {
    width: 310px;
  }
}

@media screen and (min-width: 1024px) {
  .top-page__mitene-action {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 420px;
  }
	.top-page__mitene-action__image-area {
    width: 50%;		
	}
	.top-page__mitene-action__image {
    width: 50vw;
    max-height: none;
    height: 100%;
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-page__mitene-action__text-area {
    padding-bottom: 135px;
    width: 50%;
  }
  .top-page__mitene-action__text-area img {
    padding: 21.3% 0 0 2%;
    width: 46%;
	height: auto;
  }
  .top-page__mitene-action__text-area__logo {
    max-width: none;
  }
  .corporate-info {
    padding-top: 73px;
    padding-bottom: 60px;
  }
  .corporate-info h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .corporate-info__contents {
    width: 78vw;
  }
  .corporate-info__contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .corporate-info__contents ul li {
    width: 32%;
    padding: 65px 0;
    margin-bottom: 21px;
  }
  .corporate-info__contents ul li:nth-of-type(3n + 2) {
    margin: 0 2% 21px;
  }
  .corporate-top-message {
    padding-top: 73px;
    padding-bottom: 80px;
  }
  .corporate-top-message h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .corporate-top-message img {
    border-radius: 20px 20px 0 0;
  }
  .corporate-top-message__contents {
    width: 78vw;
    padding: 77px 88px 85px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .corporate-top-message__contents__text {
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
    padding-top: 54px;
  }
  .corporate-top-message__contents__top-name {
    padding-top: 60px;
    width: 123px;
  }
  .corporate-profile {
    padding-top: 73px;
  }
  .corporate-profile h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .corporate-profile__contents {
    width: 78vw;
    padding: 84px 88px 85px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .corporate-profile__contents ul {
    border-top: 1px solid #D6D6D6;
  }
  .corporate-profile__contents ul li {
    border-bottom: 1px solid #D6D6D6;
    padding: 25px 0 26px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .corporate-profile__contents ul li .li-item {
    border: none;
    padding: 0;
    width: 21%;
    padding-top: 3px;
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
  }
  .corporate-profile__contents ul li .li-contents {
    padding: 0;
    width: 79%;
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
  }
  .corporate-profile__contents ul li .li-contents p {
    line-height: 1.75em;
  }
  .corporate-profile__contents ul li .li-contents .map-img {
    margin-top: 10px;
    height: 250px;
  }
  .corporate-group-introduce {
    padding-top: 73px;
  }
  .corporate-group-introduce h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .corporate-group-introduce__contents {
    width: 78vw;
    padding: 84px 88px 85px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .corporate-group-introduce__contents ul {
    border-top: 1px solid #D6D6D6;
  }
  .corporate-group-introduce__contents ul li {
    border-bottom: 1px solid #D6D6D6;
    padding: 25px 6px 11px;
    font-size: 14px;
    margin: 0;
  }
  .corporate-group-introduce__contents ul li h2 {
    padding-bottom: 10px;
  }
  .corporate-group-introduce__contents ul li p {
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
    padding-bottom: 17px;
  }
  .corporate-group-introduce__contents ul li .button-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .corporate-group-introduce__contents ul li .group-button {
    max-width: 325px;
    margin-right: 19px;
    padding: 23px 0;
  }
  .corporate-history {
    padding-top: 73px;
  }
  .corporate-history h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .corporate-history__contents {
    width: 78vw;
    padding: 84px 88px 85px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .corporate-history__contents ul {
    border-top: 1px solid #D6D6D6;
  }
  .corporate-history__contents ul li {
    border-bottom: 1px solid #D6D6D6;
    padding: 16px 0 15px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .corporate-history__contents ul li span {
    border: none;
    padding: 2px 0 0;
    width: 28%;
  }
  .corporate-history__contents ul li p {
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
    padding: 0;
  }
  .corporate-history__contents ul ul {
    width: 100%;
    border: none;
  }
  .corporate-history__contents ul ul li {
    border: none;
  }
  .corporate-history__contents ul ul li span {
    width: 150px;
    text-align: right;
    padding-right: 40px;
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
  }
  .corporate-vision {
    padding-top: 73px;
  }
  .corporate-vision h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .corporate-vision__contents {
    width: 58vw;
    padding: 78px 88px 85px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .corporate-vision__contents h2 {
    font-size: 28px;
    padding-bottom: 40px;
  }
  .corporate-vision__contents p {
    padding-bottom: 45px;
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
  }
  .corporate-vision__contents__philosophy h3 {
    color: #4C6B2B;
  }
  .privacy-policy {
    padding-top: 73px;
  }
  .privacy-policy h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .privacy-policy__contents {
    /*width: 78vw;*/
width: 58vw;
    padding: 78px 88px 85px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .privacy-policy__contents__first-statement {
    font-size: 12px;
  }
  .privacy-policy__contents h2 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .privacy-policy__contents hr {
    margin-bottom: 15px;
  }
  .privacy-policy__contents p {
    flex: 100%;
    padding-bottom: 45px;
  }
  .privacy-policy__contents li {
  color:#000;
  }
  .privacy-policy__contents .info-start {
    flex: 100%;
    padding-bottom: 0;
  }
  .privacy-policy__contents .right-info {
    text-align: right;
  }
  .privacy-policy__contents__p-mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .privacy-policy__contents__p-mark img {
    /* width: 100px; */
    height: 100px;
    margin-right: 20px;
    margin-top: 5px;
  }
  .download-pdf {
    padding-top: 73px;
  }
  .download-pdf h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .download-pdf__contents {
    width: 78vw;
    padding: 78px 78px 85px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .download-pdf__contents h2 {
    font-size: 28px;
    padding-bottom: 29px;
  }
  .download-pdf__contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .download-pdf__contents ul li {
    font-size: 18px;
    width: 31.33%;
    padding: 0 0 7px;
    margin-bottom: 8px;
  }
  .download-pdf__contents ul li:nth-of-type(3n + 2) {
    margin: 0 3% 8px;
  }
  .download-pdf__contents ul li p {
    font-size: 16px;
    padding-top: 19px;
  }
  .download-pdf__contents__main {
    padding-top: 62px;
    padding-bottom: 0;
  }
  .download-pdf__contents__main ul {
    display: block;
    padding: 0;
  }
  .download-pdf__contents__main ul li {
    width: 100%;
    padding: 20px 21px;
  }
  .download-pdf__contents__main ul li p {
    font-size: 14px;
    padding: 0;
  }
  .download-pdf__contents__main ul li:nth-of-type(3n + 2) {
    margin-left: 0;
  }
  .news-release {
    padding-top: 65px;
    padding-bottom: 63px;
  }
  .news-release h1 {
    font-size: 34px;
    padding-bottom: 70px;
  }
  .news-release__choice-year {
    width: 81.5%;
    margin: auto;
  }
  .news-release__choice-year ul {
    margin-bottom: 30px;
  }
  .news-release__choice-year ul li {
    font-size: 18px;
    width: 105px;
  }
  .news-release__year-list {
    width: 78.5%;
    margin: auto;
  }
  .news-release__year-list ul li {
    border-radius: 20px;
    padding: 40px 30px 38px;
  }
  .news-release-article {
    padding-bottom: 97px;
  }
  .news-release-article__title {
    font-size: 14px;
  }
  .news-release-article .title-border {
    margin-bottom: 24px;
  }
  .news-release-article__contents {
    width: 78.5%;
    margin: auto;
    border-radius: 20px;
    padding: 58px 93px 117px;
  }
  .news-release-article__contents__date {
    font-size: 12px;
  }
  .news-release-article__contents h1 {
    padding-top: 20px;
    padding-bottom: 65px;
    font-size: 34px;
    line-height: 1.45em;
  }
  .news-release-article__contents h2 {
    padding-bottom: 12px;
  }
  .news-release-article__contents hr {
    margin-bottom: 11px;
  }
  .news-release-article__contents p {
    padding-top: 7px;
    padding-bottom: 34px;
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
  }
  .news-release-article__link {
    margin-top: 52px;
  }
  .mitene-action {
    padding-top: 55px;
    padding-bottom: 45px;
	}
	.mitene-action__contents {
    padding-top: 46px;
    width: 81.5%;
    margin: auto;
  }
  .mitene-action__contents h1 {
    font-size: 28px;
    padding: 14px 5px 14px 20px;
    width: 650px;
    margin: auto;
  }
  .mitene-action__contents__sub-message {
    padding: 15px 0 60px;
  }
  .mitene-action__contents ul {
    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;
    padding-bottom: 16px;
  }
  .mitene-action__contents ul li {
    width: 48.5%;
    height: 222px;
  }
  .mitene-action__contents ul li img {
    width: 46%;
  }
  .mitene-action__contents ul li .card-right {
    width: 54%;
  }
  .mitene-action__contents ul li .card-right p {
    padding: 82px 0 13px;
  }
  .mitene-action__contents hr {
    border: none;
    border-bottom: 1px solid #ffffff;
  }
  .mitene-action__contents__recruit {
    height: 130px;
    margin-top: 40px;
  }
  .mitene-action__contents__recruit__message {
    width: 330px;
    height: 100%;
    border-radius: 0;
    margin: auto;
    position: static;
  }
  .mitene-action__contents__recruit__message p {
    padding: 32px 0 16px;
  }
  .mitene-action__contents__recruit__message h3 {
    font-size: 28px;
  }
  .mitene-action-area {
    padding-top: 65px;
    padding-bottom: 17px;
  }
  .mitene-action-area__logo {
    padding-bottom: 64px;
  }
  .mitene-action-area ul {
    width: 81.5%;
    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;
    padding-bottom: 16px;
    margin: auto;
  }
  .mitene-action-area ul li {
    width: 48.5%;
    height: 224px;
  }
  .mitene-action-area ul li img {
    width: 46%;
  }
  .mitene-action-area ul li .card-right {
    width: 54%;
  }
  .mitene-action-area ul li .card-right p {
    padding: 83px 0 13px;
  }
  .mitene-town {
    background: #F8FAF5;
    padding-top: 67px;
    text-align: center;
    color: #4C6B2B;
  }
  .mitene-town h1 {
	  position: relative;
	  top: auto;
	  left: auto;
	  font-size: 34px;
	  color: #4C6B2B;
	  font-weight: 600;
	  padding: 0 0 61px;
	  background: transparent;
  }
  .mitene-town__contents {
    position: relative;
	  line-height: 0;
  }
  .mitene-town__contents img {
    width: 100%;
  }
  .mitene-town__contents .town-modal-button {
    position: absolute;
    display: block;
    opacity: 0.5;
    width: 4.7%;
    height: 8%;
    border-radius: 100%;
  }
  .mitene-town__contents .town-modal-button.m_1 {
    top: 14.8%;
    left: 12.8%;
  }
  .mitene-town__contents .town-modal-button.m_2 {
    top: 64.5%;
    left: 15%;
  }
  .mitene-town__contents .town-modal-button.m_3 {
    top: 38.6%;
    left: 28.3%;
  }
  .mitene-town__contents .town-modal-button.m_4 {
    top: 83%;
    left: 31.9%;
  }
  .mitene-town__contents .town-modal-button.m_5 {
    top: 26.4%;
    left: 40.9%;
  }
  .mitene-town__contents .town-modal-button.m_6 {
    top: 72%;
    left: 42.4%;
  }
  .mitene-town__contents .town-modal-button.m_7 {
    top: 18.4%;
    left: 48.7%;
  }
  .mitene-town__contents .town-modal-button.m_8 {
    top: 44.1%;
    left: 58.5%;
  }
  .mitene-town__contents .town-modal-button.m_9 {
    top: 79.3%;
    left: 60.9%;
  }
  .mitene-town__contents .town-modal-button.m_10 {
    top: 12.2%;
    left: 66.1%;
  }
  .mitene-town__contents .town-modal-button.m_11 {
    top: 28.4%;
    left: 67.2%;
  }
  .mitene-town__contents .town-modal-button.m_12 {
    top: 38.5%;
    left: 74.8%;
  }
  .mitene-town__contents .town-modal-button.m_13 {
    top: 80.8%;
    left: 79.5%;
  }
  .mitene-town__contents .town-modal-button.m_14 {
    top: 14.2%;
    left: 81.7%;
  }
  .mitene-town__contents .town-modal-button.m_15 {
    top: 42%;
    left: 88.1%;
  }
  .mitene-town__contents .town-modal-button:hover {
    background: #fff;
    opacity: 0.5;
  }
  .mitene-work-style {
    padding: 67px 0 22px;
	}
  .mitene-work-style h1 {
    font-size: 34px;
  }
  .mitene-work-style__contents {
    width: 81.5%;
    margin: auto;
  }
  .mitene-work-style__contents ul {
    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;
    padding-top: 78px;
  }
  .mitene-work-style__contents ul li {
    width: 48.5%;
    margin-bottom: 90px;
  }
  .mitene-work-style__contents ul li .worker-comment-area {
    padding: 30px 30px 50px;
  }
  .mitene-work-style__contents ul li .worker-comment-area p {
    font-size: 26px;
    min-height: 91px;
  }
  .mitene-work-style__contents ul li .worker-comment-area span {
    bottom: 29px;
    left: 33px;
  }
  .mitene-work-style__contents ul li .worker-comment-area img {
    width: 60px;
    left: 1px;
    bottom: -83px;
  }
  .mitene-work-style__contents ul li .worker-comment-area .comment-triangle {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    margin-left: 20px;
  }



  .mitene-interview {
    padding-top: 56px;
	}
  .mitene-interview__page-title {
    padding-bottom: 47px;
  }
  .mitene-interview__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: 474px;
  }
  .mitene-interview__hero__text-area {
    padding: 66px 58px 130px;
    position: relative;
  }
  .mitene-interview__hero__text-area h1 {
    font-size: 34px;
  }
  .mitene-interview__hero__text-area__message {
    padding-top: 42px;
  }
  .mitene-interview__hero__text-area__person {
    position: absolute;
    bottom: 55px;
  }
  .mitene-interview__hero__text-area__person__info {
    padding-left: 20px;
  }
  .mitene-interview__hero__photo-area img {
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
     object-fit: cover;
    width: auto;
    height: auto;
    max-height: 474px;
  }
  .mitene-interview__contents {
    width: 81.5%;
    margin: auto;
  }
  .mitene-interview__contents ul {
    background: #ffffff;
    padding: 52px 56px;
    border-radius: 20px;
    margin-bottom: 45px;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
            box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
  }
  .mitene-interview__contents ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: none;
    margin-bottom: 60px;
    min-height: 380px;
  }
  .mitene-interview__contents ul li .mitene-interview__contents__text-area {
    z-index: 5;
    background: #F8FFF5;
    width: 50%;
    height: 85%;
    min-height: 280px;
    margin: 5% 0 0 50%;
  }
  .mitene-interview__contents ul li img {
    position: absolute;
    width: 65%;
    height: 380px;
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mitene-interview__contents ul li:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mitene-interview__contents ul li:nth-of-type(2n) .mitene-interview__contents__text-area {
    width: 45%;
    margin: 5% 55% 0 0;
  }


  .mitene-interview__contents ul li .mitene-interview__contents__text-area p {
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
  }


  .mitene-interview__contents ul li:nth-of-type(2n) img {
    right: 0;
  }
  .mitene-report {
    padding-top: 0 0 20px;
	}
  .mitene-report h1 {
    font-size: 34px;
    padding-bottom: 52px;
  }
  .mitene-report__contents {
    padding-top: 49px;
    width: 81.5%;
    margin: auto;
  }
  .mitene-report__contents ul {
    padding-bottom: 16px;
  }
  .mitene-report__contents ul li {
    height: 175px;
    margin-bottom: 50px;
  }
  .mitene-report__contents ul li img {
    width: 175px;
	  height: auto;
	}
  .mitene-report__contents ul li .card-right {
    width: calc(100% - 175px);
    padding: 36px 22px;
  }
  .mitene-report__contents ul li .card-right p {
    font-size: 16px;
    padding-bottom: 16px;
  }
  .mitene-report__contents ul li .card-right h4 {
    font-size: 22px;
  }
  .mitene-report-article {
    padding-top: 45px;
	}
  .mitene-report-article__page-title {
    padding-bottom: 47px;
  }
  .mitene-report-article__hero__text-area {
    padding: 50px 10.3% 64px;
  }
  .mitene-report-article__hero__text-area__tag {
    padding-bottom: 15px;
  }
  .mitene-report-article__hero__text-area h1 {
    font-size: 34px;
  }
  .mitene-report-article__hero__text-area__date {
    padding-top: 47px;
  }
  .mitene-report-article__hero__person {
    padding-left: 10.75%;
  }
  .mitene-report-article__hero__person img {
    padding-top: 26px;
	  align-self: flex-start;
	}
  .mitene-report-article__hero__person__info {
    padding: 38px 0 0 23px;
  }
  .mitene-report-article__contents {
    width: 81.5%;
    margin: auto;
    padding-top: 52px;
    margin-bottom: 34px;
  }
  .mitene-report-article__contents ul {
    background: #ffffff;
    padding: 52px 50px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
            box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
  }
  .mitene-report-article__contents ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 51px;
  }
  .mitene-report-article__contents ul li img {
    flex: 100%;
    width: 49.5%;
	  align-self: flex-start;
	}
  .mitene-report-article__contents ul li .mitene-interview__contents__text-area {
    flex: 100%;
    background: #ffffff;
    padding: 0 30px 0;
  }
  .mitene-report-article__contents ul li .mitene-interview__contents__text-area h2 {
    padding-bottom: 13px;
  }

  .mitene-report-article__contents ul li .mitene-interview__contents__text-area p {
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
  }
  .mitene-report-article__contents ul li .mitene-interview__contents__text-area p a {
    color: #4C6B2B;
    text-decoration: underline;
  }
  .mitene-report-article__contents ul .mitene-report-article__contents__one-row-photo {
    display: block;
    width: 66.5%;
    background: #ffffff;
    margin: auto;
  }
  .mitene-report-article__contents ul .mitene-report-article__contents__one-row-photo img {
    width: 100%;
    margin: auto;
    display: block;
  }
  .mitene-report-article__contents ul .mitene-report-article__contents__one-row-photo .mitene-interview__contents__text-area {
    padding: 20px 5px;
  }
  .mitene-research-project {
    padding: 0 0 90px;
	}
  .mitene-research-project h1 {
    font-size: 34px;
    padding-bottom: 40px;
  }
  .mitene-research-project__contents {
    padding-top: 49px;
    width: 81.5%;
    margin: auto;
  }
  .mitene-research-project__contents__title-supple {
    font-size: 18px;
    padding-bottom: 57px;
  }
  .mitene-research-project__contents ul {
    padding-bottom: 16px;
  }
  .mitene-research-project__contents ul li {
    height: 175px;
    margin-bottom: 50px;
  }
  .mitene-research-project__contents ul li img {
    width: 175px;
	  height: auto;
  }
  .mitene-research-project__contents ul li .card-right {
    padding: 34px 21px;
    width: calc(100% - 175px);
  }
  .mitene-research-project__contents ul li .card-right p {
    font-size: 16px;
    padding-bottom: 16px;
  }
  .mitene-research-project__contents ul li .card-right h4 {
    font-size: 22px;
    top: 73px;
  }
  .mitene-research-project-article {
    padding-top: 45px;
    padding-bottom: 12px;
	}
  .mitene-research-project-article__page-title {
    padding-bottom: 47px;
  }
  .mitene-research-project-article__hero {
    margin-bottom: 37px;
  }
  .mitene-research-project-article__hero__text-area {
    padding: 50px 10.3% 44px;
  }
  .mitene-research-project-article__hero__text-area__tag {
    padding-bottom: 15px;
  }
  .mitene-research-project-article__hero__text-area h1 {
    font-size: 34px;
    min-height: 208px;
  }
  .mitene-research-project-article__hero__text-area__date {
    padding-top: 47px;
  }
  .mitene-research-project-article__hero__person {
    padding-left: 10.75%;
  }
  .mitene-research-project-article__hero__person img {
    padding-top: 26px;
  }
  .mitene-research-project-article__hero__person__info {
    padding: 38px 0 0 23px;
  }
  .mitene-research-project-article__contents {
    width: 81.5%;
    margin: auto;
    padding: 52px;
    margin-bottom: 34px;
  }
  .mitene-research-project-article__contents img {
    padding-bottom: 32px;
  }
  .mitene-research-project-article__contents .article-contents-container {
    width: 67%;
    margin: auto;
  }
  .mitene-research-project-article__contents .article-contents-container h2 {
    padding-top: 25px;
    font-size: 18px;
  }
  .mitene-research-project-article__contents .article-contents-container hr {
    border: none;
    border: 1px solid #D6D6D6;
  }

  .mitene-research-project-article__contents .article-contents-container p {
    font-size: 16px;
    line-height: 2em;
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN",sans-serif;
  }
  .mitene-action-link {
    padding: 0 10.5%;
  }
  .mitene-action-link__sns {
    margin-bottom: 42px;
  }
  .mitene-action-link__interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 20px;
    padding-bottom: 87px;
  }
  .mitene-action-link__interview a {
    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;
    color: #ffffff;
    width: 220px;
  }
  .mitene-action-link__interview .mitene-action-link__interview__center-link {
    padding: 27px 0;
    margin: 0 50px;
    text-align: center;
    display: inline;
  }
  .recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 116px;
  }
  .recruit__contents {
    margin-right: 30px;
    width: 40%;
  }
  .recruit__link {
    height: 653px;
    width: 40%;
  }
  .recruit-new-graduate {
    padding-top: 73px;
  }
  .recruit-new-graduate h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .recruit-new-graduate__contents {
    width: 78vw;
    padding: 84px 88px 85px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .recruit-new-graduate__contents ul {
    border-top: 1px solid #D6D6D6;
  }
  .recruit-new-graduate__contents ul li {
    border-bottom: 1px solid #D6D6D6;
    padding: 25px 0 26px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recruit-new-graduate__contents ul li span {
    font-weight: 600;
    border: none;
    padding: 2px 0 0;
    width: 28%;
  }
  .recruit-new-graduate__contents ul li p {
    padding: 0;
  }
  .service-category__content {
    padding-top: 72px;
    padding-bottom: 43px;
  }
  .service-category__content h1 {
    font-size: 34px;
  }
  .service-category__content ul {
    padding: 51px 11% 0;
    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;
  }
  .service-category__content ul li {
    width: 48.4%;
    border-radius: 20px;
  }
  .service-article__hero-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-article__hero-area__photo-area {
    flex: 100%;
  }
  .service-article__hero-area__text-area {
    flex: 100%;
    width: 100%;
    padding: 40px 34px;
  }
  .service-article__hero-area__text-area h1 {
    font-size: 28px;
    line-height: 1.4em;
	padding: 0;
  }
  .service-article__hero-area__text-area__title-kana {
    padding-bottom: 50px;
    padding-top: 19px;
    font-size: 16px;
    font-weight: 600;
  }
  .service-article__hero-area__text-area h2 {
    font-size: 34px;
    line-height: 1.4em;
    padding-bottom: 22px;
  }
  .service-article__hero-area__text-area__overview {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7em;
    padding-bottom: 35px;
  }
  .service-article__hero-area__text-area__button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .service-article__hero-area__text-area__button .green-capsule-button {
    padding: 27px 0;
    width: 280px;
    font-size: 20px;
    border-radius: 100px;
	 margin-left: 34px;
  }
  .service-article__hero-area__text-area__button .white-capsule-button {
    padding: 27px 0;
    width: 280px;
    font-size: 20px;
    border-radius: 100px;
    margin-left: 34px;
background: #266dab;
color:#fff;
  }
   .service-article__hero-area__text-area__button .white-capsule-button-small {
    padding: 15px 0;
    width: 240px;
    font-size: 16px;
	line-height: 20px;
    border-radius: 100px;
    margin-left: 34px;
  }
  .service-article__hero-area__photo-area img {
    /*height: 600px;*/
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service-article__choice-reason {
    padding-top: 67px;
    padding-bottom: 58px;
  }
  .service-article__choice-reason h2 {
    font-size: 34px;
    padding-top: 26px;
  }
  .service-article__choice-reason ul {
    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;
    width: 87%;
    margin: auto;
  }
  .service-article__choice-reason ul li {
    width: 31%;
  }
  .service-article__choice-reason ul li img {
    font-family: 'object-fit: cover;';
    -o-object-fit: cover;
       object-fit: cover;
  }

  .service-article__choice-reason ul .wide-card {
   /*　　 width: 48.3%;*/
	width: 32%;
	
  }
  .service-article__choice-reason ul li.wide-card-detacenter {
    width: 100%!important;
  }
  .service-article__solution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    padding: 90px 8% 76px;
  }
  .service-article__solution__left-area img {
    width: 100%;
  }
  .service-article__solution__left-area span {
    width: 200px;
    padding-left: 0;
  }
  .service-article__solution__left-area h2 {
    padding-left: 0;
    font-size: 34px;
    padding-top: 19px;
  }
  .service-article__solution__left-area img {
    width: 210px;
    margin-right: 110px;
    padding-top: 17px;
  }
  .service-article__solution ul {
    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;
    align-items: flex-start;
  }
  .service-article__solution ul li {
    width: 48%;
    padding-top: 24px;
    padding-bottom: 31px;
    margin-bottom: 30px;
    align-self: normal;
  }
  .service-article__solution ul li h4 {
    font-size: 22px;
    line-height: 1.5em;
  }
  .service-article__solution ul li hr {
    display: none;
  }
  .service-article__solution ul li p {
    padding-top: 11px;
  }
  .service-article__function {
    padding: 118px 8% 88px;
  }
  .service-article__function h2 {
    font-size: 34px;
    padding-bottom: 65px;
  }
  .service-article__function ul {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .service-article__function ul li {
    border: 1px solid #D6D6D6;
    width: 31.3%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .service-article__function ul li:nth-of-type(3n + 2) {
    margin: 0 3% 30px !important;
  }
	.service-article__function ul li .image-wapper {
	  background-image: url("images/service-article-function-illust.png");
		background-position: center center;
		background-size: 80px;
	}
	.service-article__function ul li .image-wapper img {
    margin: auto;
    display: block;
    padding-top: 0px;
  }
  .service-article__function ul li .card-bottom {
    padding: 18px 17px 30px;
  }
  .service-article__function-list {
    padding: 0 8% 183px;
  }
  .service-article__function-list__table-list tr {
    padding: 0;
  }
  .service-article__function-list__table-list tr th {
    display: table-cell;
    width: 50%;
    padding: 18px 20px 17px;
  }
  .service-article__function-list__table-list tr td {
    display: table-cell;
    width: 50%;
    padding: 18px 20px 17px;
  }
  .service-article__function-list__flex-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service-article__function-list__flex-list ul li {
    width: 33.3%;
  }
  .service-article__case-study {
    padding-top: 93px;
    padding-bottom: 57px;
  }
  .service-article__case-study h2 {
    padding-top: 12px;
    font-size: 34px;
  }
  .service-article__case-study ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 6.7%;
  }
  .service-article__case-study ul li {
    width: 48.5%;
  }
  .service-article__case-study ul li img {
    height: 315px;
    max-height: none;
  }
  .service-article__case-study ul li .card-bottom {
    padding: 23px 22px;
  }
  .service-article__case-study ul li .card-bottom h4 {
    padding: 18px 0;
  }
  .service-article__case-study ul li .card-bottom p {
    padding-bottom: 20px;
  }
  .service-article__flow-to-start {
    padding-top: 92px;
    padding-bottom: 80px;
  }
  .service-article__flow-to-start h2 {
    padding-top: 9px;
    padding-bottom: 34px;
    font-size: 34px;
  }
  .service-article__flow-to-start ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 6.7%;
  }
  .service-article__flow-to-start ul li {
    min-height: 228px;
    width: 23%;
    display: block;
    padding: 0 20px 20px;
  }
  .service-article__flow-to-start ul li .card-right {
    width: 100%;
    padding: 50px 0 40px;
  }
  .service-article__flow-to-start ul li .card-right__step-number {
    font-size: 36px;
  }
  .service-article__flow-to-start ul li p {
    font-size: 16px;
    padding: 0;
    text-align: center;
    display: inline;
  }
  .service-article__flow-to-start ul li:nth-of-type(4) .card-right {
    padding: 37px 0 9px;
  }
  .service-article__flow-to-start ul li:nth-of-type(4) img {
    width: 92px;
  }
  .service-article__price-plan {
    padding: 50px 19.5% 93px;
  }
  .service-article__price-plan h2 {
    padding: 35px 0 42px;
    font-size: 34px;
  }
  .service-article__price-plan__calc-price {
    padding-top: 58px;
    padding-bottom: 63px;
    margin-top:35px;
  }
  .service-article__price-plan__calc-price:nth-of-type(1) {
    margin-top:0;
  }
  .service-article__price-plan__calc-price__initial {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
  .service-article__price-plan__calc-price__initial__title {
    padding: 20px 50px 0 20px;
    font-weight: 600;
  }
  .service-article__price-plan__calc-price__initial p {
    font-size: 40px;
    font-weight: 600;
  }
  .service-article__price-plan__calc-price__initial__unit {
    font-size: 24px;
  }
  .service-article__price-plan__calc-price hr {
    margin-top: 12px;
  }
  .service-article__price-plan__calc-price__running {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
  }
  .service-article__price-plan__calc-price__running__license {
    width: 50%;
  }
  .service-article__price-plan__calc-price__running__license h4 {
    padding-left: 127px;
  }
  .service-article__price-plan__calc-price__running__license__cost {
    padding-top: 21px;
  }
  .service-article__price-plan__calc-price__running__license__cost__price {
    font-size: 34px;
    padding-bottom: 8px;
  }
  .service-article__price-plan__calc-price__running__license span {
    padding: 18px 73px 0 22px;
    font-weight: 600;
  }
  .service-article__price-plan__calc-price__running__storage {
    width: 50%;
  }
  .service-article__price-plan__calc-price__running__storage h4 {
    padding-left: 20px;
  }
  .service-article__price-plan__calc-price__running__storage ul {
    padding-top: 21px;
  }
  .service-article__price-plan__calc-price__running__storage ul li {
    padding: 0;
  }
  .service-article__price-plan__calc-price__running__storage ul li span {
    padding: 19px 0 0 35px;
  }
  .service-article__price-plan__calc-price__running__storage ul li p {
    padding-left: 20px;
    font-size: 34px;
    line-height: 1.42em;
  }
  .service-article__price-plan__calc-price__annotation {
    font-size: 12px;
    padding-left: 10px;
  }
  .service-article__price-plan__supplement-text {
    padding-top: 19px;
  }
  .service-article__price-plan__campaign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-article__price-plan__campaign p {
    padding: 45px 0 0 25px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.45em;
  }
  .service-article__efficiency {
    padding-top: 85px;
    background-size: cover;
  }
  .service-article__efficiency h2 {
    font-size: 28px;
  }
  .service-article__efficiency ul {
    width: 86.4%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-article__efficiency ul li {
    width: 48.5%;
  }
  .case-study {
    padding: 80px 10.7% 40px;
  }
  .case-study__contents {
    background: #ffffff;
    padding: 58px 94px 64px;
    border-radius: 20px;
  }
  .case-study__contents h1 {
    padding-bottom: 23px;
  }
  .case-study__contents__header__company {
    float: left;
  }
  .case-study__contents__header__service {
    width: 47.5%;
    margin-left: auto;
    padding: 32px 28px;
    margin-bottom: 20px;
  }
  .case-study__contents__header__photo {
    padding-bottom: 56px;
  }
  .case-study__contents__body {
    padding-top: 56px 0 48px;
  }
  .case-study__contents__body ul li {
    padding-bottom: 40px;
  }
  .case-study__contents__body ul li hr {
    margin-top: 12px;
  }
  .case-study__contents__body__thanks {
    padding-bottom: 63px;
  }
  .case-study__contents__link {
    background: #F8F8F8;
    padding: 24px 24px 14px;
  }
  .case-study__contents__link h3 {
    padding-bottom: 22px;
  }
  .case-study__contents__link ul li {
    margin-bottom: 19px;
    color: #4C6B2B;
  }
  .case-study__contents__link ul li a {
    font-size: 20px;
  }
  .corporate-info-link {
    width: 78vw;
    padding-bottom: 16px;
    border-radius: 20px;
  }
  .corporate-info-link p {
    padding-top: 40px;
  }
  .corporate-info-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 43px;
    padding-bottom: 20px;
  }
  .corporate-info-link ul li {
    font-size: 18px;
    width: 32%;
    padding: 65px 0;
    margin-bottom: 21px;
  }
  .corporate-info-link ul li:nth-of-type(3n + 2) {
    margin: 0 2% 21px;
  }
  .contact-area {
   padding: 80px 42px;
    /* padding: 120px 42px 80px 42px;*/
    width:1100px;
	margin:0 auto;
  }
  .contact-area .container {
    width: 80%;
    max-width: 1100px;
	margin:0 auto;
  }
  .contact-area h2 {
    padding-top: 8px;
    margin-bottom: 48px;
  }
  .contact-area .link-button {
    /* width: 31.5%;*/
    width: 20%;
    float: right;
  }
  .contact-area__message {
    font-size: 18px;
    margin-bottom: 72px;
  }
  .contact-area__tel {
    width: 65.9%;
    max-width: 700px;
  }
  .contact-area__tel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px;
    margin-bottom: 10px;
  }
  .contact-area__tel ul li {
    margin: 0;
  }
  .contact-area__tel ul li span {
    padding-top: 14px;
    display: block;
  }
}

@media screen and (min-width: 1040px) and (max-width: 1330px) {
  .contact-area__tel ul li p {
    font-size: 30px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1039px) {
  .contact-area__tel ul li p {
    font-size: 29px;
  }
}

@media screen and (min-width: 1167px) and (max-width: 1215px) {
  .header header nav ul li {
    font-size: 14px!important;
  }
}

@media screen and (min-width: 1070px) and (max-width: 1167px) {
  .header header nav ul li {
    font-size: 12px!important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1070px) {
  .header header nav ul li {
    font-size: 10px!important;
  }
}

@media screen and (min-width: 1024px) {
  .contact-area__tel ul li:nth-of-type(1) {
    margin-right: 20px;
  }
  .contact-area__tel__active-time {
    padding-left: 10px;
  }
  .form-class h1 {
    font-size: 34px;
    padding-top: 70px;
    margin-bottom: 67px;
  }
  .form-class .green-capsule-button, .form-class .white-capsule-button {
    max-width: 240px;
    margin: auto;
  }
  .search-page {
    padding-top: 73px;
    padding-bottom: 33px;
  }
  .search-page h1 {
    font-size: 34px;
    padding-bottom: 68px;
  }
  .search-page__contents {
    width: 78vw;
    padding: 72px 88px 100px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .search-page__contents__count {
    padding-bottom: 16px;
  }
  .search-page__contents ul li .search-result__title {
    padding: 22px 0 19px;
  }
  .search-page__contents ul li .search-result__open-text {
    padding: 6px 0 22px;
  }
  .search-page__contents__paging ul li .paging-box {
    width: 40px;
  }
  .search-page__contents__paging ul li .left-box, .search-page__contents__paging ul li .right-box {
    width: 80px;
  }

  .page-404 {
    padding: 46px 20px 80px;
  }


/*  news comment start */
@media screen and (max-width: 768px) {
　/*　画面サイズが768pxまではここを読み込む スマホ用*/

/* 吹き出し start */

.icon-box {
padding-top:20px;
}

.balloon-shadow-line {
  /*position: relative;  三角の位置を固定するために設定 */
  width: 80%; /* 幅 */
  margin: 0 auto 40px; /* 上 左右 下のマージン */
  padding: 20px; /* ふきだし内の余白 */
  background: #fff; /* 背景色 */
  border: 1px solid #ddd;
  text-align: left; /* テキストの揃え */
  line-height:1.6;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.3); 
}
.balloon-shadow-line::before,
.balloon-shadow-line::after {
  content: '';
  width: 20px; /* 影をつけるために線幅で設定せずにboxを使用する */
  height: 20px;
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  margin-left: -10px;
}
.balloon-shadow-line::before {
  background: #ddd; /* 吹き出しの線と同じ色 */
  bottom: 78px;
  /*box-shadow: 3px 3px 3px rgba(0,0,0,0.3); */
  border:1px solid #ddd;
}
.balloon-shadow-line::after {
  background: #fff; /* 吹き出しの地と同じ色 */
  bottom: 78px; /* 線の太さだけずらす */
  left:1px;
}
.round { /* 角丸用クラス */
  border-radius: 8px;
}
.balloon-line::before { /* 線になる部分 */
  border-top-color: #ddd; /* 吹き出しの線の色と同じ色 */
  bottom: -28px;
}
.balloon-line::after { /* 地の部分 */
  border-top-color: #fff; /* 吹き出しの背景色と同じ色 */
  bottom: -27px;
}
.dept{padding:10px;width:120px;line-height:1.4; font-size:1.0em;}
.sales_comment{margin:100px 0 10px 0;
text-align:center;font-size: 1.2em;color:#0A5C99;font-weight: 600;}
.title-border2{ width: 26px;
border-bottom: 4px solid #0A5C99;margin: auto;margin-bottom: auto;padding-top: 9px;}
}
/* 吹き出し end */
/*  news comment end */

/*  ssl start */
/* 吹き出し start */

.article {
  position: relative;padding: 10px 5px;}
.article:not(:last-child) {border-bottom: 1px dashed #ddd;}
.balloon {
  position: absolute; left: 0px;top: -43px;width: 90px;margin: 0 auto 40px;padding: 10px 0;background: #e91e63;text-align: center;font-family: '游ゴシック', 'Yu Gothic', 'sans-serif';font-weight: bold;color: #fff;}
.balloon::after {content: '';border: 8px solid transparent;border-top-color: #e91e63;position: absolute;bottom: -14px;left: 45%;margin-left: -8px;}
.jump {animation: 0.5s jump infinite alternate linear;}
@keyframes jump {
  to { transform: transtateY(0); }
  from { transform: translateY(4px); }
}

/* 吹き出し end */
/*  ssl end */

/* 余白など */
.mT20{margin-top:20px!important;}
.mB10{margin-bottom:10px!important;}
.mB20{margin-bottom:20px!important;}
.pB30{padding-top:30px!important;}


/* テキストレイアウトなど */
.fz-tc{text-align:center!important;}

/* Windowsスクロール対策 */
.win .modaal-noscroll .header,
.win .modaal-noscroll .contents-wrapper {
	padding-right: 17px;
}

/* reCaptchaを表示する */
.grecaptcha-badge { visibility: hidden; }



/*# sourceMappingURL=style.css.map */
