@charset "UTF-8";
/* Theme Name: IVS theme */
/* This file is written in Sass. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

main {
  display: block;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

blockquote, q {
  quotes: none;
}

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

code, kbd, samp {
  font-size: 1em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table caption, table th {
  text-align: left;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid #000;
  border-radius: 0;
  outline: none;
}

button {
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
}
button:disabled {
  cursor: default;
}

input[type=file], input[type=range] {
  border: none;
}
input[type=file], input[type=range], input[type=search], input[type=submit], input[type=text], input[type=button], input[type=email], input[type=number], input[type=password], input[type=reset], input[type=tel] {
  appearance: none;
  font-size: 16px;
}
input:-webkit-autofill {
  background-color: transparent;
}

textarea {
  appearance: none;
  font-size: 16px;
  min-height: 2em;
  overflow: auto;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 3px 5px;
}
select::-ms-expand {
  display: none;
}

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

:target {
  scroll-margin-top: 80px;
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  color: #333;
}
body:not(.page-template-page-contact) .grecaptcha-badge {
  display: none;
}

img {
  max-width: 100%;
}
img.alignright {
  display: block;
  margin-left: auto;
}
img.alignleft {
  display: block;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}

.spview {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcview {
    display: none;
  }
  .spview {
    display: block;
  }
}
.responsive_img {
  width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.tablediv {
  display: table-cell;
  vertical-align: middle;
}

.page-template-default .wrapper {
  font-size: 15px;
}
.page-template-default .wrapper .wp-block-image .aligncenter {
  display: block;
}
.page-template-default .wrapper .aligncenter.size-full img {
  width: 100%;
}
.page-template-default .wrapper .wp-block-image .is-resized img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.page-template-default .wrapper .system-before-after {
  margin: 50px 0;
}
.page-template-default .wrapper .system-before-after h2 {
  font-size: 20px;
  margin-bottom: 0.3em;
  text-align: center;
  border: 1px solid #555;
  padding: 10px 0;
  background-color: #fff4a8;
}
.page-template-default .wrapper .system-before-after h3 {
  font-size: 16px;
  margin-bottom: 1em;
  text-align: center;
}
.page-template-default .wrapper .system-before-after .wp-block-table {
  margin-bottom: 0;
}
.page-template-default .wrapper .system-before-after .wp-block-column {
  border: 1px solid #777;
}
.page-template-default .wrapper .system-before-after th, .page-template-default .wrapper .system-before-after td {
  border-bottom: 1px solid #777;
  padding: 8px;
}
.page-template-default .wrapper .system-before-after th {
  text-align: center;
}
.page-template-default .wrapper .system-before-after td strong {
  color: red;
}
.page-template-default .wrapper .system-before-after td em {
  display: block;
  font-style: normal;
  font-weight: bold;
  border: 3px solid rgb(240, 122, 141);
  padding: 8px;
}
.page-template-default .wrapper .system-before-after img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-template-default .wrapper .system-before-after .wp-block-column:nth-of-type(1) thead th {
  background-color: lightblue;
}
.page-template-default .wrapper .system-before-after .wp-block-column:nth-of-type(2) thead th {
  background-color: pink;
}

.page-wrapper {
  padding-bottom: 50px;
}
.page-wrapper h2 {
  margin-top: 2em;
  font-size: 26px;
  margin-bottom: 0.4em;
  font-weight: bold;
  line-height: 1.4;
}
.page-wrapper h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 1.5em;
  line-height: 1.4;
}
.page-wrapper h3 + p:nth-of-type(n) {
  margin-top: 0;
}
.page-wrapper p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 1.2em;
}
.page-wrapper ol {
  padding-left: 1.5em;
  margin-bottom: 1.2em;
  font-size: 16px;
  line-height: 2;
  list-style: decimal;
}
.page-wrapper ul {
  font-size: 16px;
  line-height: 1.6;
}
.page-wrapper article .wrapper {
  padding: 0;
}
.page-wrapper article ul:not([class*=ez-toc-list]) {
  display: grid;
  gap: 1.2em;
}
.page-wrapper article ul:not([class*=ez-toc-list]) li::before {
  content: "・";
}
.page-wrapper article #ez-toc-container {
  margin: 20px 0;
  padding: 30px;
}
.page-wrapper article #ez-toc-container .ez-toc-title-container {
  margin-bottom: 1em;
}
.page-wrapper article #ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-size: 22px;
  font-weight: bold;
}
.page-wrapper article #ez-toc-container nav a {
  color: #444;
  font-size: 18px;
}
.page-wrapper article #ez-toc-container nav > ul {
  display: grid;
  gap: 5px;
}
.page-wrapper article #ez-toc-container nav > ul > li > a::before {
  content: counters(item, ".", decimal-leading-zero) ". ";
  margin-right: 8px;
}
.page-wrapper article #ez-toc-container nav > ul ul li a {
  color: #aaa;
  font-size: 16px;
}

@media (max-width: 768px) {
  .page-wrapper p {
    line-height: 1.8;
  }
}
.page_switch {
  margin-bottom: 60px;
}
.page_switch li {
  float: left;
  display: block;
  white-space: nowrap;
  background: url(./images/drop_icon.png) no-repeat 5px center;
  padding-left: 20px;
  margin-right: 20px;
}
.page_switch li a {
  font-size: 13px;
  font-weight: bold;
  color: #f60;
  text-decoration: none;
}
.page_switch li a:hover {
  color: #f60;
  text-decoration: underline;
}

.article_list h5 {
  font-size: 16px;
}
.article_list ul {
  margin-top: 10px;
}
.article_list ul li {
  border-bottom: 1px solid #ccc;
  line-height: 20px;
  padding-left: 3px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.article_list ul li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
}
.article_list ul li a:hover {
  color: #f60;
}

.language-link {
  display: inline-block;
  vertical-align: top;
  padding: 7px 5px;
}

.box-langs {
  display: inline-block;
  vertical-align: top;
}

.wrapper {
  width: min(1100px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.column3 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}
.column3 .inner_content {
  width: 100%;
}

.column3_set {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.column3_small {
  border-top: 3px solid #dfdfdf;
  margin-top: 50px;
  padding-top: 50px;
}

.column3_wide {
  width: 750px;
  float: right;
  padding-right: 25px;
}

.column2_set {
  display: flex;
}

.column2 {
  width: 565px;
  float: left;
  padding-right: 30px;
}
.column2 .inner_content {
  width: 535px;
}

.topics_column3 {
  margin-bottom: 50px;
}

.s_para_set {
  margin-bottom: 25px;
}

.para_set {
  margin-bottom: 40px;
}
.para_set h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.para_set h2:not(:first-of-type) {
  margin-top: 2em;
}
.para_set h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.para_set p {
  font-size: 13px;
  line-height: 24px;
}
.para_set ul {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: disc !important;
  padding-left: 20px;
}
.para_set ul li {
  font-size: 13px;
  line-height: 24px;
  list-style: disc !important;
}
.para_set h3 + p:nth-of-type(n) {
  margin-top: 0;
}
.para_set p {
  font-size: 16px;
  line-height: 1.6;
}

.intro_set {
  margin-bottom: 65px;
  display: flex;
  font-size: 16px;
}

.post-type-archive .intro_set,
.page-template-page-recruitentry .intro_set,
.page-template-page-aboutus-default .intro_set {
  display: block;
}

h3.my_caption {
  font-size: 25px;
  font-weight: bold;
  margin-top: 8px;
}

.div-border {
  text-align: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}

.box_bottom {
  margin: 0px;
  background-color: #fab136;
  position: relative;
}

.title-bottom {
  color: #fff;
  font-size: 14px;
  max-width: 220px;
}

.link-bottom {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 12px;
  color: #f60;
  background-color: #fff;
  border-radius: 6px;
  text-decoration: none;
  width: 100%;
  max-width: 250px;
  text-align: center;
  margin-right: 10px;
}

.useSeparateBorder {
  padding-top: 30px;
  border-top: 1px dashed #aaa;
}

.about-page .wrapper p {
  line-height: 2;
  font-size: 18px;
}
.about-page .wrapper .wp-block-image {
  margin: 0;
}
.about-page .wrapper .wp-block-image .aligncenter {
  display: flex;
  justify-content: center;
}
.about-page .wrapper .wp-block-image img {
  margin: 30px 0;
  width: 100%;
  max-width: 800px;
}
.about-page .wrapper .top-image img {
  margin-bottom: 0;
}
.about-page .wrapper .description {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 95%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }
  .column2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0;
    float: none;
  }
  .column2 .inner_content {
    width: 100%;
  }
  .topics_column3 {
    margin-bottom: 80px;
  }
  .page_switch {
    margin-bottom: 30px;
  }
  .page_switch li {
    clear: both;
    display: block;
    white-space: nowrap;
    background: url(./images/drop_icon.png) no-repeat 5px center;
    padding-left: 20px;
    margin-right: 20px;
  }
  .intro_set {
    display: block;
    margin-bottom: 30px;
  }
  .link-bottom {
    max-width: 130px;
    padding: 8px 7px;
    font-size: 13px;
  }
  .title-bottom {
    font-size: 13px;
  }
  .column3_set {
    flex-direction: column;
  }
  .column2_set {
    flex-direction: column;
  }
}
.home .swiper-wrap {
  margin: 0 auto;
  margin-top: 65px;
  max-width: 1100px;
  width: 100%;
}
.home .swiper-wrap .swiper-wrap-inner {
  position: relative;
}
.home .swiper-container {
  overflow: visible;
}
.home .swiper-container .swiper-slide img {
  width: 100%;
}
.home .swiper-button-prev, .home .swiper-button-next {
  font-size: 40px;
  color: #333;
  position: absolute;
  top: 50%;
  outline: none;
  width: auto;
}
.home .swiper-button-prev {
  left: 0;
  transform: translate(-150%, 0);
}
.home .swiper-button-next {
  right: 0;
  transform: translate(150%, 0);
}
.home .swiper-button-prev::after, .home .swiper-button-next::after {
  content: "";
}
.home .top_size, .home .mid_size, .home .bot_size {
  width: max-content;
}
.home .heading_position {
  margin: 150px auto 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 2px solid #777;
  padding-bottom: 3px;
  width: 100%;
}
.home .heading_position .heading {
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
}
.home .heading_position .head_caption {
  font-size: 16px;
  margin-bottom: 5px;
  color: #555;
}
.home .top_history_wrapper {
  position: relative;
  margin-top: 150px;
}
.home .top_history_wrapper .historyYears {
  position: absolute;
  left: 50.1%;
  top: 28%;
  translate: -50% 0;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 12px;
  font-size: 2.58vw;
}
.home .top_history_wrapper #top_history {
  height: auto;
  width: 100%;
}
.home .content_set {
  margin-top: 60px;
}
.home a.offshore_button {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 8px 28px;
  background-color: #f60;
  border-radius: 6px;
  border: 2px solid #fff;
  text-decoration: none;
}
.home a.offshore_button:hover {
  color: #f60;
  background-color: #fff;
}
.home a.sysint_button {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 8px 28px;
  border-radius: 6px;
  border: 2px solid #fff;
  text-decoration: none;
}
.home .content_set.business {
  display: flex;
}
.home .content_set.business .section_set_child {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f5f5f5;
  padding-top: 30px;
}
.home .column3 .inner_content h3 {
  font-size: 28px;
  position: relative;
  height: 100%;
  border-bottom: 2px solid #555;
  margin-bottom: 14px;
  font-weight: bold;
  padding-bottom: 3px;
}
.home .column3 .inner_content h3 > p {
  font-size: 14px;
  position: absolute;
  display: block;
  top: 6px;
  right: 0;
  font-weight: normal;
}
.home .column3 .inner_content ul.news li {
  padding: 10px 0;
}
.home .column3 .inner_content ul.news li + li {
  border-top: 1px solid #E6E6E6;
}
.home .column3 .inner_content ul.news li p {
  color: #999999;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 5px;
  padding-top: 7px;
}
.home .column3 .inner_content ul.news li:first-child p {
  padding-top: 0px;
}
.home .column3 .inner_content ul.news li a {
  color: #333;
  text-decoration: none;
  display: block;
  font-weight: normal;
  line-height: 1.4;
}
.home .column3 .inner_content ul.news li ul {
  padding: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.home .column3 .inner_content ul.news li ul li {
  margin-bottom: 8px;
}
.home .column3 .inner_content a.more_button {
  margin-top: 15px;
  clear: both;
  float: right;
}
.home .column3 .inner_content a.more_button:hover {
  background-color: #fff;
  border: 1px solid #333000;
}
.home .column3 .inner_content a.intro_button {
  background-color: #f2f2f2;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-decoration: none;
  position: relative;
  height: 55px;
  width: 100%;
  display: block;
}
.home .column3 .inner_content a.intro_button .right_cursor {
  position: absolute;
  right: 15px;
  top: 50%;
  height: 8px;
  margin: -4px;
}
.home .column3 .inner_content a.intro_button .cont {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.home .column3 .inner_content a.intro_button:hover {
  background-color: #fff;
  border: 1px solid #333000;
}
.home .column3 .inner_content a.recu_button {
  background-color: #f2f2f2;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-decoration: none;
  position: relative;
  height: 125px;
  width: 100%;
  margin-bottom: 12px;
  display: table;
}
.home .column3 .inner_content a.recu_button:hover {
  background-color: #fff;
  border: 1px solid #333000;
}
.home .column3 .inner_content a.recu_button .right_cursor {
  position: absolute;
  right: 15px;
  top: 50%;
  height: 8px;
  margin: -4px;
}
.home .column3 .inner_content a.recu_button .rec_img {
  padding-left: 6px;
  padding-right: 10px;
  display: table-cell;
  width: 112px;
  vertical-align: middle;
  padding-top: 4px;
}
.home .column3 .inner_content a.recu_button .cont {
  bottom: 0;
  margin: auto;
  font-size: 13px;
  font-weight: bold;
  color: #333000;
  display: table-cell;
  vertical-align: middle;
  width: 140px;
}
.home .promise_set {
  margin-top: 60px !important;
}
.home .promise_set h4 {
  font-size: 21px !important;
  font-weight: bold;
}
.home .promise_set img {
  margin-bottom: 10px;
}
.home .promise_set p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 30px;
}
.home .orange_back {
  background-color: #f60;
  margin: 110px calc(50% - 50vw) 0;
}
.home .orange_heading {
  padding-top: 80px;
  margin-bottom: 20px;
}
.home .orange_heading .heading {
  color: #fff;
  font-size: 60px;
  text-align: left;
  font-weight: bold;
}
.home .productsList > li {
  display: flex;
  align-items: flex-start;
  color: #fff;
  padding: 60px 0;
}
.home .productsList > li:not(:first-of-type) {
  border-top: 1px solid #fff;
}
.home .productsList > li .titles {
  font-size: 28px;
  text-align: center;
  min-width: 230px;
}
.home .productsList > li h4 {
  white-space: nowrap;
  font-weight: normal;
  line-height: 1.3;
}
.home .productsList > li .titles .subtitle {
  font-size: 56px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home .productsList > li .titles .subtitle span {
  margin-left: 10px;
}
.home .productsList > li .titles .subtitle span.fa-warehouse {
  margin-left: 15px;
}
.home .productsList > li .titles .subtitle span.fa-industry {
  margin-left: 15px;
  transform: translateY(2px);
}
.home .productsList > li .titles .subtitle span::before {
  font-size: 0.8em;
  display: block;
  translate: 0 11%;
}
.home .productsList > li p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 50px;
}
.home .productsList > li .titles h4, .home .productsList > li .titles .subtitle {
  color: #fff;
}
.home .productsList > li p {
  color: #fff;
}
.home .products_set {
  margin-top: 54px !important;
  padding-bottom: 70px !important;
}
.home .products_set.content_set_mid {
  justify-content: center;
}
.home .products_set h4 {
  font-size: 17px !important;
  font-weight: bold;
  color: #fff !important;
}
.home .products_set img {
  margin-bottom: 20px;
}
.home .products_set p {
  font-size: 12px !important;
  color: #fff !important;
}
.home a.products_button {
  display: block;
  white-space: nowrap;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 8px 28px;
  background-color: #f60;
  border-radius: 6px;
  border: 2px solid #fff;
  text-decoration: none;
  margin-bottom: 20px;
  transition: 0.3s;
}
.home a.products_button:hover {
  color: #f60;
  background-color: #fff;
}
.home .humanResource {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.home .humanResource img {
  width: 40%;
}
.home .humanResource .humanResourceTexts {
  width: 55%;
}
.home .humanResource .humanResourceTexts h3 {
  font-size: 21px;
  margin-bottom: 1.3em;
  font-weight: bold;
}
.home .humanResource .humanResourceTexts p {
  line-height: 1.8;
  font-size: 16px;
}
.home .humanResource .humanResourceTexts p + p {
  margin-top: 1.5em;
}
.home .humanResource .humanResourceTexts .btn-showmore {
  margin-top: 50px;
}
.home .topics_set {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.home .topics_set a {
  display: block;
  height: 100%;
  text-decoration: none;
  transition: 0.3s;
}
.home .topics_set .column3 {
  height: 100%;
}
.home .topics_set .inner_content {
  height: inherit;
  line-height: 1.6;
}
.home .topics_set h4 {
  font-size: 18px;
}
.home .section_set {
  width: 550px;
  float: left;
  margin: 0px;
  position: relative;
}
.home .sysint_right {
  padding-left: 15px;
}
.home .section_set_child {
  width: 535px;
}
.home .section_set_child img {
  width: 100%;
  height: auto;
  margin: 0px;
  display: block;
}
.home .section_set_child .box_title {
  text-align: center;
  width: 100%;
  background-color: #F5F5F5;
}
.home .section_set_child .box_paratraph {
  text-align: left;
  width: 100%;
  background-color: #F5F5F5;
}
.home .offshore_left .box_bottom {
  margin: 0px;
  width: 100%;
  height: 62px;
  background-color: #f60;
  position: relative;
}
.home .testimonial {
  margin: 100px auto 0;
}
.home .testimonial .offshore_left {
  padding-right: 0;
}
.home .testimonial .offshore_left .box_bottom {
  background-color: #fab136;
}
.home .sysint_right .box_bottom {
  margin: 0px;
  width: 100%;
  height: 62px;
  background-color: #fab136;
  position: relative;
}
.home .section_set_child .box_title h3 {
  font-size: 40px;
  font-weight: bold;
}
.home .section_set_child .box_title h3 > div {
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
}
.home .section_set_child h4 {
  position: absolute;
  bottom: 20px;
  left: 27px;
  color: #fff;
  font-size: 15px;
}
.home .section_set_child p {
  font-size: 14px;
  padding: 26px;
  line-height: 1.6;
}
.home .section_set_child .next_button {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.home .content_set_mid {
  margin-top: 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.home .content_set_mid .intro_set {
  display: block;
}
.home .content_set_mid .intro_set ul {
  padding: 10px;
  display: grid;
  gap: 10px;
}
.home #topics_more {
  margin-top: 30px;
  margin-bottom: 15px;
}
.home #topics_more a {
  float: none;
  margin-left: auto;
}
.home .mid_size h2.heading {
  font-size: 50px;
}
.home .topVideo {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.home .title-about {
  font-size: 50px;
  font-weight: bold;
  border-bottom: 2px solid #777;
  padding-bottom: 3px;
}
.home .about-link-nikkei-special {
  display: block;
  margin: 30px auto;
  width: 100%;
  transition: 0.3s;
}
.home .about-link-nikkei-special img {
  width: 100%;
  height: auto;
}
.home .description-about {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}
.home .container-about {
  display: inline-block;
  width: 100%;
  padding: 95px 0px 30px 0px;
}
.home .btn-showmore {
  display: inline-block;
  padding: 13px 32px;
  border: 1px solid #fff;
  border-radius: 41px;
  color: #fff;
  font-size: 17px;
  background: #f60;
  text-decoration: none;
  margin: 15px 0px 0px 0px;
  font-weight: 600;
}
.home .link-center {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .home .swiper-wrap {
    margin-top: 55px;
  }
  .home .swiper-button-prev, .home .swiper-button-next {
    transform: none;
  }
  .home .swiper-button-prev {
    left: 10px;
  }
  .home .swiper-button-next {
    right: 10px;
  }
  .home #topics_more {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .home #topics_more a {
    float: right;
  }
  .home .mid_size h2.heading {
    font-size: 40px;
  }
  .home .bot_size h2.heading {
    font-size: 36px;
  }
}
@media screen and (min-width: 769px) {
  .home .topics_set a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .home .column3 .inner_content h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .home .column3 .inner_content h3 > p {
    position: static;
  }
  .home .humanResource {
    display: block;
  }
  .home .humanResource img {
    width: 100%;
    margin-bottom: 20px;
  }
  .home .humanResource .humanResourceTexts {
    width: 100%;
  }
  .home .humanResource .humanResourceTexts .btn-showmore {
    margin: 30px auto 0;
    display: block;
    width: max-content;
  }
  .home .topics_set {
    display: block;
  }
  .home .content_set_mid {
    margin-top: 60px;
    display: block;
  }
  .home .orange_heading {
    padding-top: 40px;
  }
  .home .orange_heading .heading {
    font-size: 28px;
  }
  .home .productsList > li .titles {
    font-size: 26px;
  }
  .home .productsList > li .titles .subtitle {
    font-size: 40px;
  }
  .home .productsList > li .titles .subtitle span::before {
    font-size: inherit;
  }
  .home #topics_more a {
    float: right;
  }
  .home .productsList > li {
    flex-direction: column;
    align-items: center;
  }
  .home .productsList > li .titles {
    margin-bottom: 30px;
  }
  .home .productsList > li p {
    margin: 0 20px 40px;
    line-height: 1.8;
  }
  .home .content_set {
    margin-top: 20px;
  }
  .home .content_set.business {
    display: block;
  }
  .home .heading_position {
    margin-top: 100px;
  }
  .home .heading_position .heading {
    font-size: 28px;
  }
  .home .heading_position .head_caption {
    display: none;
  }
  .home .top_size, .home .mid_size, .home .bot_size {
    width: auto;
  }
  .home .section_set {
    width: 100%;
    margin: 0px;
  }
  .home .offshore_left {
    margin-bottom: 20px;
    padding: 0;
  }
  .home .section_set_child {
    width: 100%;
  }
  .home .sysint_right {
    padding: 0;
  }
  .home .sysint_right .box_bottom {
    margin: 0px;
    width: 100%;
    height: 62px;
    background-color: #FF9F2C;
    position: relative;
  }
  .home .section_set_child .box_title h3 {
    font-size: 24px;
    padding-top: 10px;
  }
  .home .section_set_child .box_title h3 > div {
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
  }
  .home .section_set_child h4 {
    left: 12px;
    font-size: 10px;
  }
  .home .section_set_child p {
    padding: 16px;
    padding-top: 10px;
  }
  .home .section_set_child .next_button {
    right: 12px;
  }
  .home a.offshore_button {
    font-size: 10px;
    color: #fff;
    padding: 8px;
    background-color: #f60;
    border-radius: 6px;
    border: 2px solid #fff;
    text-decoration: none;
  }
  .home a.offshore_button:hover {
    color: #f60;
    background-color: #fff;
  }
  .home a.sysint_button {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    border: 2px solid #fff;
    text-decoration: none;
  }
  .home .promise_set img {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
#header_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  margin-bottom: 4px;
  background-color: #fff;
  z-index: 9001;
}
#header_wrapper #headerline {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
}
#header_wrapper #header_navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  width: 100%;
  background-color: #fff;
  height: inherit;
}
#header_wrapper #header_navigation .left_icon img {
  height: 50px;
}
#header_wrapper #header_navigation #main_navi #main_ul {
  display: flex;
  align-items: center;
}
#header_wrapper #header_navigation #main_navi #main_ul li {
  position: relative;
}
#header_wrapper #header_navigation #main_navi #main_ul li.main_li > a,
#header_wrapper #header_navigation #main_navi #main_ul li > a {
  font-size: 15px;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}
#header_wrapper #header_navigation #main_navi #main_ul li ul > li > a:hover {
  background-color: #e6e6e6;
}
#header_wrapper #header_navigation #main_navi #main_ul li ul li ul {
  left: 100%;
  top: 0px;
  display: none;
}
body:not(.page-template-page-simple) #header_wrapper #header_navigation #main_navi #main_ul li:hover ul li ul {
  left: 100%;
  top: 0px;
}
body:not(.page-template-page-simple) #header_wrapper #header_navigation #main_navi #main_ul li:hover > ul {
  display: block;
}

#header_wrapper #header_navigation #main_navi #main_ul .menu-item li:hover > ul {
  display: block;
}
#header_wrapper #header_navigation #main_navi #main_ul .menu-item-has-children a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-left: 5px;
}
#header_wrapper #header_navigation #main_navi #main_ul .menu-item-has-children .menu-item-has-children > a::after {
  content: "\f054";
}
#header_wrapper #header_navigation #main_navi #main_ul > .menu-item-has-children > a::after {
  content: "\f078";
}
#header_wrapper #header_navigation #main_navi a {
  font-weight: bold;
}
#header_wrapper #header_navigation #main_navi a.active::after {
  content: "-";
}
#header_wrapper #header_navigation .spmenu-opener {
  display: none;
}
#header_wrapper #header_navigation .right_tool .fa-facebook-f {
  text-decoration: none;
  font-size: 16px;
  margin-right: 30px;
  padding: 5px;
  display: inline-block;
}
#header_wrapper #header_navigation .right_tool a.contact {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 65px;
  width: 180px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  background-color: #f60;
  color: #fff;
  transition: 0.3s;
}
#header_wrapper #header_navigation .right_tool a.contact::before {
  margin-right: 10px;
}
#header_wrapper #header_navigation .right_tool a.contact:hover {
  opacity: 0.7;
}
#header_wrapper #header_navigation .right_tool a.language {
  display: inline-block;
  position: relative;
  height: 35px;
  width: 35px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#header_wrapper #header_navigation .right_tool a.language > .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 14px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #f60;
}
#header_wrapper #header_navigation .right_tool a.language:hover {
  background-color: #fff;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}
#header_wrapper #header_navigation .right_tool a.language:hover > .inner {
  color: #1a1a1a;
}

.dropdown-menu, #main_ul li ul {
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li > a, #main_ul li ul > li > a {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}

.dropdown-menu > li > a, #main_ul li ul > li {
  position: relative;
}

.dropdown-menu > li > a:hover {
  background-color: #e6e6e6;
}

.page-template-page-simple .dropdown-menu {
  width: 100%;
}
.page-template-page-simple #header_wrapper {
  display: grid;
  height: 55px;
}
.page-template-page-simple #header_wrapper #header_navigation {
  padding: 0 10px;
}
.page-template-page-simple #header_wrapper #header_navigation .left_icon img {
  height: 45px;
}
.page-template-page-simple #header_wrapper #header_navigation .right_tool {
  display: flex;
  align-items: center;
}
.page-template-page-simple #header_wrapper #header_navigation .right_tool .fa-facebook-f {
  margin-right: 10px;
  margin-left: 5px;
}
.page-template-page-simple #header_wrapper #header_navigation .spmenu-opener {
  display: block;
  position: relative;
  height: 55px;
  aspect-ratio: 1;
  cursor: pointer;
}
.page-template-page-simple #header_wrapper #header_navigation .spmenu-opener::after {
  content: "MENU";
  font-size: 10px;
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  color: #555;
}
.page-template-page-simple #header_wrapper #header_navigation .spmenu-opener > div {
  position: absolute;
  top: 35%;
  left: 50%;
  height: 2px;
  width: 60%;
  background-color: #333;
  transition: 0.3s;
  transform-origin: 0% 50%;
}
.page-template-page-simple #header_wrapper #header_navigation .spmenu-opener > div:nth-of-type(1) {
  translate: -50% -8px;
}
.page-template-page-simple #header_wrapper #header_navigation .spmenu-opener > div:nth-of-type(2) {
  translate: -50% 0;
}
.page-template-page-simple #header_wrapper #header_navigation .spmenu-opener > div:nth-of-type(3) {
  translate: -50% 8px;
}
.page-template-page-simple #header_wrapper #header_navigation .spmenu-opener.active::after {
  content: "CLOSE";
}
.page-template-page-simple #header_wrapper #header_navigation .spmenu-opener.active > div:nth-of-type(1) {
  rotate: 45deg;
  translate: -33% -12px;
}
.page-template-page-simple #header_wrapper #header_navigation .spmenu-opener.active > div:nth-of-type(2) {
  opacity: 0;
}
.page-template-page-simple #header_wrapper #header_navigation .spmenu-opener.active > div:nth-of-type(3) {
  rotate: -45deg;
  translate: -33% 11px;
}
.page-template-page-simple #header_wrapper #header_navigation .right_tool a.contact {
  display: none;
}
.page-template-page-simple #header_wrapper #header_navigation .right_tool a.language {
  display: none;
}
.page-template-page-simple #header_wrapper #header_navigation #main_navi {
  display: none;
  position: absolute;
  top: 55px;
  right: 0;
  width: 100%;
  background-color: #eee;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.175);
  z-index: 9999;
  overflow-y: auto;
  max-height: calc(100vh - 70px);
  overscroll-behavior: contain;
}
.page-template-page-simple #header_wrapper #header_navigation #main_navi #main_ul {
  display: block;
}
.page-template-page-simple #header_wrapper #header_navigation #main_navi #main_ul li + li {
  border-top: 1px solid #aaa;
}
.page-template-page-simple #header_wrapper #header_navigation #main_navi #main_ul li > a {
  font-size: 18px;
  text-decoration: none;
  padding: 15px;
  display: block;
}
.page-template-page-simple #header_wrapper #header_navigation #main_navi #main_ul li ul {
  position: static;
  float: none;
  box-shadow: 0 0 0 0;
  padding-left: 0;
  margin-left: 1.5em;
  background-color: inherit;
}
.page-template-page-simple #header_wrapper #header_navigation #main_navi #main_ul li ul li {
  border-top: 1px solid #aaa;
}
.page-template-page-simple #header_wrapper #header_navigation #main_navi #main_ul .menu-item-has-children a {
  display: flex;
  justify-content: space-between;
}
.page-template-page-simple #header_wrapper #header_navigation #main_navi #main_ul .menu-item-has-children > a::after {
  content: "+";
}
.page-template-page-simple #header_wrapper #header_navigation #main_navi #main_ul .menu-item-has-children > a.active::after {
  content: "-";
  display: block;
  scale: 1.5 1;
  translate: -3px 0;
}
.page-template-page-simple #header_wrapper #header_navigation #main_navi #main_ul .menu-item-has-children .menu-item-has-children > a::after {
  content: "+";
  scale: 1;
  translate: 0;
}
.page-template-page-simple #header_wrapper #header_navigation #main_navi #main_ul .menu-item-has-children .menu-item-has-children > a.active::after {
  content: "-";
}
.page-template-page-simple #header_wrapper #header_navigation #main_navi #main_ul li.main_li {
  margin: 7px;
  font-weight: bold;
}
.page-template-page-simple #header_wrapper #header_navigation #main_navi #main_ul li.main_li > a {
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}
.page-template-page-simple #header_wrapper #header_navigation #main_navi #main_ul li.main_li > a:hover {
  background-color: #f2f2f2;
  font-weight: bold;
}
.page-template-page-simple #header_wrapper #header_navigation #main_navi {
  width: min(300px, 100%);
}
.page-template-page-simple #header_wrapper #header_navigation #main_navi #main_ul li > a {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 1100px) {
  .dropdown-menu {
    width: 100%;
  }
  #header_wrapper {
    display: grid;
    height: 55px;
  }
  #header_wrapper #header_navigation {
    padding: 0 10px;
  }
  #header_wrapper #header_navigation .left_icon img {
    height: 45px;
  }
  #header_wrapper #header_navigation .right_tool {
    display: flex;
    align-items: center;
  }
  #header_wrapper #header_navigation .right_tool .fa-facebook-f {
    margin-right: 10px;
    margin-left: 5px;
  }
  #header_wrapper #header_navigation .spmenu-opener {
    display: block;
    position: relative;
    height: 55px;
    aspect-ratio: 1;
    cursor: pointer;
  }
  #header_wrapper #header_navigation .spmenu-opener::after {
    content: "MENU";
    font-size: 10px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    color: #555;
  }
  #header_wrapper #header_navigation .spmenu-opener > div {
    position: absolute;
    top: 35%;
    left: 50%;
    height: 2px;
    width: 60%;
    background-color: #333;
    transition: 0.3s;
    transform-origin: 0% 50%;
  }
  #header_wrapper #header_navigation .spmenu-opener > div:nth-of-type(1) {
    translate: -50% -8px;
  }
  #header_wrapper #header_navigation .spmenu-opener > div:nth-of-type(2) {
    translate: -50% 0;
  }
  #header_wrapper #header_navigation .spmenu-opener > div:nth-of-type(3) {
    translate: -50% 8px;
  }
  #header_wrapper #header_navigation .spmenu-opener.active::after {
    content: "CLOSE";
  }
  #header_wrapper #header_navigation .spmenu-opener.active > div:nth-of-type(1) {
    rotate: 45deg;
    translate: -33% -12px;
  }
  #header_wrapper #header_navigation .spmenu-opener.active > div:nth-of-type(2) {
    opacity: 0;
  }
  #header_wrapper #header_navigation .spmenu-opener.active > div:nth-of-type(3) {
    rotate: -45deg;
    translate: -33% 11px;
  }
  #header_wrapper #header_navigation .right_tool a.contact {
    display: none;
  }
  #header_wrapper #header_navigation .right_tool a.language {
    display: none;
  }
  #header_wrapper #header_navigation #main_navi {
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    width: 100%;
    background-color: #eee;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.175);
    z-index: 9999;
    overflow-y: auto;
    max-height: calc(100vh - 70px);
    overscroll-behavior: contain;
  }
  #header_wrapper #header_navigation #main_navi #main_ul {
    display: block;
  }
  #header_wrapper #header_navigation #main_navi #main_ul li + li {
    border-top: 1px solid #aaa;
  }
  #header_wrapper #header_navigation #main_navi #main_ul li > a {
    font-size: 18px;
    text-decoration: none;
    padding: 15px;
    display: block;
  }
  #header_wrapper #header_navigation #main_navi #main_ul li ul {
    position: static;
    float: none;
    box-shadow: 0 0 0 0;
    padding-left: 0;
    margin-left: 1.5em;
    background-color: inherit;
  }
  #header_wrapper #header_navigation #main_navi #main_ul li ul li {
    border-top: 1px solid #aaa;
  }
  #header_wrapper #header_navigation #main_navi #main_ul .menu-item-has-children a {
    display: flex;
    justify-content: space-between;
  }
  #header_wrapper #header_navigation #main_navi #main_ul .menu-item-has-children > a::after {
    content: "+";
  }
  #header_wrapper #header_navigation #main_navi #main_ul .menu-item-has-children > a.active::after {
    content: "-";
    display: block;
    scale: 1.5 1;
    translate: -3px 0;
  }
  #header_wrapper #header_navigation #main_navi #main_ul .menu-item-has-children .menu-item-has-children > a::after {
    content: "+";
    scale: 1;
    translate: 0;
  }
  #header_wrapper #header_navigation #main_navi #main_ul .menu-item-has-children .menu-item-has-children > a.active::after {
    content: "-";
  }
  #header_wrapper #header_navigation #main_navi #main_ul li.main_li {
    margin: 7px;
    font-weight: bold;
  }
  #header_wrapper #header_navigation #main_navi #main_ul li.main_li > a {
    font-size: 16px;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
  }
  #header_wrapper #header_navigation #main_navi #main_ul li.main_li > a:hover {
    background-color: #f2f2f2;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .nav-menu li .sub-menu {
    padding: 0px 0px 0px 20px;
  }
}
#footer_border {
  border-top: 1px solid #ccc;
}

#footer_wrapper {
  padding-top: 73px;
  clear: both;
}
#footer_wrapper .center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer_wrapper a.contact_button {
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  padding: 13px 95px;
  border-radius: 25px;
  background: #f60;
}
@media (hover) {
  #footer_wrapper a.contact_button {
    transition: 0.3s;
  }
  #footer_wrapper a.contact_button:hover {
    opacity: 0.7;
  }
}
#footer_wrapper .contactInfos {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
#footer_wrapper ul.footer-menu {
  font-size: 13px;
  margin-top: 58px;
}
#footer_wrapper ul.footer-menu > li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
}
#footer_wrapper ul.footer-menu > li > .mainlink {
  color: #808080;
  float: left;
  width: 100px;
}
#footer_wrapper ul.footer-menu > li > ul.child-menu {
  margin-left: 10px;
}
#footer_wrapper ul.footer-menu > li > ul.child-menu > li {
  float: left;
  padding-right: 25px;
}
#footer_wrapper ul.footer-menu > li > ul.child-menu > li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
#footer_wrapper ul.footer-menu > li > ul.child-menu:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
#footer_wrapper ul.footer-menu > li > ul.child-menu > li > a {
  color: #f60;
  text-decoration: none;
}
#footer_wrapper ul.footer-menu > li > ul.child-menu > li > a:hover {
  text-decoration: underline;
}
#footer_wrapper .fb-like-box {
  margin-top: 33px;
}

#footer_wrapper .contactInfos > li:not(:first-of-type),
body.kinkan .contactInfos > li:not(:first-of-type) {
  margin-left: 30px;
}

#footer_wrapper .contactInfos a,
body.kinkan .contactInfos a {
  text-decoration: none;
  color: #777;
  font-size: 16px;
  font-weight: bold;
  font-size: 14px;
}

#footer_wrapper .contactInfos a.fa-phone::before,
body.kinkan .contactInfos a.fa-phone::before {
  display: inline-block;
  transform: rotateY(180deg);
}

#footer_wrapper .contactInfos a::before,
body.kinkan .contactInfos a::before {
  margin-right: 8px;
}

#footer_copyright {
  background-color: #f60;
  width: 100%;
  text-align: center;
}
#footer_copyright p {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
}

.footer-nav-menu-wrapper-container {
  background-color: #555;
  margin-top: 30px;
}
.footer-nav-menu-wrapper-container a {
  color: #fff;
}

.footer-nav-menu {
  font-size: 16px;
  line-height: 1.4;
}
.footer-nav-menu > li:not(:first-of-type) {
  margin-top: 1.3em;
}
.footer-nav-menu .sub-menu > li {
  margin-top: 0.5em;
}
.footer-nav-menu a {
  text-decoration: none;
}
.footer-nav-menu .sub-menu {
  margin-left: 1.5em;
}

@media screen and (max-width: 1100px) {
  #footer_wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 53px;
  }
  #footer_wrapper a.contact_button {
    padding: 13px 50px;
    font-size: 15px;
  }
  #footer_wrapper .telmail {
    height: auto;
    width: 220px;
  }
  #footer_wrapper ul.footer-menu {
    display: none;
  }
  .footer-nav-menu-wrapper {
    display: block;
    padding: 50px 20px;
  }
  .footer-nav-menu-wrapper > ul {
    width: 100%;
  }
  .footer-nav-menu-wrapper > ul:not(:first-of-type) {
    margin-top: 1.3em;
  }
}
@media screen and (min-width: 769px) {
  .footer-nav-menu a[href] {
    transition: 0.2s;
  }
  .footer-nav-menu a[href]:hover {
    opacity: 0.5;
  }
  .footer-nav-menu-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 80px auto 0;
    max-width: 1000px;
    width: 100%;
    padding: 100px 0;
  }
  .footer-nav-menu-wrapper > ul {
    width: 45%;
  }
  .footer-nav-menu-wrapper > ul > li > a {
    font-weight: bold;
  }
  .footer-nav-menu-wrapper > ul > li::before {
    content: "-";
    margin-right: 5px;
    color: #fff;
  }
  .footer-nav-menu-wrapper > ul:first-of-type > li > ul > li:not(:first-of-type) {
    margin-top: 1.3em;
  }
}
body.kinkan .page-wrapper article ul {
  gap: 0;
}
body.kinkan .page-wrapper article ul li::before {
  content: "";
}
body.kinkan .contactInfos {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
body.kinkan #kinkanbody {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  transition: 0.5s;
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
}
body.kinkan #kinkanbody img {
  width: 100%;
  max-width: 100%;
  display: block;
  object-fit: contain;
}
body.kinkan #kinkanbody img::selection {
  background: #fb8333;
  color: #fff;
}
body.kinkan #section-question .btn--group {
  justify-content: center;
}
body.kinkan .about__text-box {
  display: flex;
  margin-bottom: 8rem;
}
body.kinkan .about__text-box .paragraph {
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  body.kinkan .about__text-box {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  body.kinkan .about__text-box {
    padding: 0 3rem;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  body.kinkan .about__text-box .paragraph {
    margin: 0;
  }
}
body.kinkan .about__logo-box {
  width: 38.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.kinkan .about__logo-box {
    width: 18rem;
    margin-bottom: 2rem;
  }
}
body.kinkan .about__logo {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
}
body.kinkan .btn {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30rem;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
body.kinkan .btn:link, body.kinkan .btn:visited {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30rem;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
body.kinkan .btn:hover, body.kinkan .btn:focus {
  outline: none;
  transform: translateY(-3px);
}
body.kinkan .btn--orange {
  padding: 7.5px 12rem 8px;
  font-size: 1.6rem;
  background: linear-gradient(98deg, #fb8333 19%, #ff4500 83%);
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.kinkan .btn--orange {
    padding: 7.5px 5rem 8px;
  }
}
body.kinkan .btn--orange:hover {
  background: linear-gradient(98deg, #ff4500 19%, #fb8333 83%);
}
body.kinkan .btn--grey {
  color: #333;
  font-size: 1.5rem;
  padding: 0.6rem 8rem;
  text-transform: none !important;
  box-shadow: none !important;
  border: solid 1px #d1d1d1 !important;
}
body.kinkan .btn--grey:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(http://vitenet.net/wp-content/uploads/2020/11/shape@3x.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  body.kinkan .btn--grey:after {
    right: 5rem;
  }
}
body.kinkan .btn--group {
  display: flex;
}
body.kinkan .btn--group .btn:first-child {
  margin-right: 3rem;
}
body.kinkan .btn--group .btn:last-child {
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  body.kinkan .btn--group {
    display: block;
    text-align: center;
    margin-top: -2rem;
  }
  body.kinkan .btn--group .btn {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  body.kinkan .btn--group .btn:last-child {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    padding: 0.6rem 7.2rem;
  }
  body.kinkan .btn--group > .btn:not(:first-of-type) {
    margin-top: 5px;
  }
}
body.kinkan .btn--img {
  width: 45%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2rem 5rem;
  border-radius: 30rem;
  background-color: #fff;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  body.kinkan .btn--img {
    width: 65%;
    padding: 1.5rem;
  }
}
body.kinkan .home .click_arrow a.fas {
  font-size: 40px;
}
body.kinkan .comment__box--list {
  display: block;
  margin: 0 auto;
}
body.kinkan .comment__box--item {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.kinkan .comment__box--item {
    flex-direction: column;
  }
}
body.kinkan .comment__box {
  width: 54rem;
  margin: 2rem;
}
body.kinkan .comment__box img {
  width: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  body.kinkan .comment__box {
    margin: 3rem auto;
  }
}
@media screen and (max-width: 768px) {
  body.kinkan .comment__box {
    width: 80%;
    margin: 2rem auto;
  }
}
body.kinkan .contact__logo-box {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
}
body.kinkan .contact__logo {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
}
body.kinkan .contact__text {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 2rem 0;
}
body.kinkan .introduction__box--list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
body.kinkan .introduction__box--item {
  margin: 3rem 0;
}
body.kinkan .introduction__box {
  border: 3px solid #f89e3a;
  border-radius: 1rem;
  padding: 8rem 1rem 2rem;
  height: 37rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.kinkan .introduction__box--list {
    margin-top: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  body.kinkan .introduction__box {
    height: auto;
  }
  body.kinkan .introduction__box--item {
    margin: 3rem 0;
  }
}
body.kinkan .introduction__img--box {
  width: 12rem;
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
}
body.kinkan .introduction__img {
  width: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
}
body.kinkan .introduction__title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
body.kinkan .introduction__title::selection {
  background: #fb8333;
  color: #fff;
}
body.kinkan .introduction__logo--box {
  width: 5rem;
  margin: 2rem auto;
  display: block;
}
body.kinkan .introduction__logo {
  width: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
}
body.kinkan .introduction__text {
  font-size: 1.4rem;
}
body.kinkan .introduction__text::selection {
  background: #fb8333;
  color: #fff;
}
body.kinkan .question__QA-list {
  margin: 0 auto;
}
body.kinkan .question__QA-item {
  margin-bottom: 5rem;
  margin-left: 10rem;
}
@media screen and (max-width: 768px) {
  body.kinkan .question__QA-item {
    margin-left: 4rem;
  }
  body.kinkan .introduction__box--list {
    grid-template-columns: 1fr;
  }
  body.kinkan .introduction__img--box {
    width: 13rem;
    top: -6.5rem;
  }
  body.kinkan .introduction__title {
    margin: 1rem 0;
  }
  body.kinkan .introduction__logo--box {
    width: 16%;
  }
}
body.kinkan .question__Q {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
body.kinkan .question__Q::selection {
  background: #fb8333;
  color: #fff;
}
body.kinkan .question__Q:before {
  content: "";
  position: absolute;
  top: 0;
  left: -4rem;
  width: 2.8rem;
  min-width: 2.8rem;
  height: 2.8rem;
  min-height: 2.8rem;
  background-color: #333;
  border-radius: 50%;
}
body.kinkan .question__Q:after {
  content: "Q";
  position: absolute;
  top: 10px;
  left: -4rem;
  width: 2.8rem;
  height: 2.8rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.kinkan .question__Q:after {
    top: 10px;
    font-size: 1.5rem;
  }
}
body.kinkan .question__A {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  position: relative;
}
body.kinkan .question__A--icon {
  display: block;
  width: 2.8rem;
  min-width: 2.8rem;
  height: 2.8rem;
  min-height: 2.8rem;
  background-color: #ff8700;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
  cursor: default;
}
body.kinkan .question__A--text {
  font-size: 1.4rem;
  margin-left: 1rem;
}
body.kinkan .question__A--text::selection {
  background: #fb8333;
  color: #fff;
}
body.kinkan .question__A:after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  width: 100%;
  height: 2px;
  background-color: #ff8700;
}
body.kinkan .ratePlan__heading-title {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.kinkan .ratePlan__heading-title {
    display: none;
  }
}
body.kinkan .ratePlan__heading-title--left {
  margin: 0 auto 1rem;
  width: 50%;
  font-size: 13px;
  font-weight: 700;
}
body.kinkan .ratePlan__heading-title--left span {
  display: block;
}
body.kinkan .orange2 span {
  display: grid;
  align-items: end;
}
body.kinkan .ratePlan__box--list {
  margin-top: 2rem;
  margin-bottom: 3rem;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  body.kinkan .ratePlan__box--list {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
body.kinkan .ratePlan__box--item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  body.kinkan .ratePlan__box--item {
    margin: 0 auto;
  }
  body.kinkan .ratePlan__box--item:first-child {
    margin-bottom: 4rem;
  }
}
body.kinkan .ratePlan__img--box {
  width: 43rem;
}
@media screen and (max-width: 768px) {
  body.kinkan .ratePlan__img--box {
    margin: 0 auto;
    width: 42rem;
  }
}
body.kinkan .ratePlan__img {
  width: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
}
body.kinkan .ratePlan__text-box {
  margin: 1.6rem 0;
}
body.kinkan .ratePlan__text-box span {
  font-size: 1.5rem;
  display: block;
}
@media screen and (min-width: 112.5em) {
  body.kinkan .ratePlan__text-box span {
    font-size: 1.2rem;
  }
}
body.kinkan .ratePlan__text-box--abs {
  margin: 0;
  position: absolute;
}
body.kinkan .ratePlan__text-box--2 {
  display: none;
}
body.kinkan .ratePlan .bg-rectagle:before {
  top: -144%;
}
body.kinkan .ratePlan .heading-secondary {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  body.kinkan .ratePlan__text-box--2 {
    display: block;
    font-size: 13px;
    font-weight: 700;
  }
  body.kinkan .ratePlan .bg-rectagle:before {
    height: 80rem;
    top: -85%;
  }
  body.kinkan .ratePlan .bg-rectagle:after {
    bottom: -74%;
    height: 70rem;
  }
}
body.kinkan .service__box--list {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}
body.kinkan .service-dot {
  margin-right: 1rem;
}
body.kinkan .service__box--item {
  width: 50%;
  margin: 0 3rem;
}
body.kinkan .service__text-box {
  margin-top: 5rem;
  padding: 8rem 4rem 2rem;
  min-height: 40rem;
  border-radius: 1rem;
  position: relative;
}
body.kinkan .service__text-box--left {
  border: 2.6px solid #d0021b;
}
body.kinkan .service__text-box--left:after {
  content: "";
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 2.6px solid #333;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
body.kinkan .service__text-box--right {
  border: 2.6px solid #fabb05;
}
body.kinkan .service__img-box--left {
  width: 12rem;
  position: absolute;
  top: -8rem;
  left: 2rem;
}
body.kinkan .service__text--item {
  display: flex !important;
  align-items: center;
}
body.kinkan .service__text--item:not(:last-child) {
  margin-bottom: 0.5rem;
}
body.kinkan .service__emoji-box {
  width: 1.5rem;
  margin-right: 1rem;
}
body.kinkan .service__emoji {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
body.kinkan .service__img-box--right {
  width: 13rem;
  position: absolute;
  top: -2rem;
  right: 2rem;
}
@media screen and (max-width: 768px) {
  body.kinkan .ratePlan__text-box {
    margin: 2rem 3rem;
  }
  body.kinkan .ratePlan__img {
    width: 95% !important;
    margin: 0 auto;
  }
  body.kinkan .ratePlan__text-box span {
    text-align: center;
  }
  body.kinkan .ratePlan__text-box--1 {
    display: none;
  }
  body.kinkan .ratePlan .bg-rectagle:before {
    height: 50rem;
    top: -30%;
  }
  body.kinkan .ratePlan .bg-rectagle:after {
    bottom: -34%;
    height: 50rem;
  }
  body.kinkan .service__box--list {
    flex-direction: column;
    margin-top: 4rem;
  }
  body.kinkan .service__box--item {
    margin: 0 4rem;
    width: 80%;
  }
  body.kinkan .service__box--item:last-child {
    margin-top: 5rem;
  }
  body.kinkan .service__text-box--left:after {
    display: none;
  }
  body.kinkan .service__text-box {
    padding: 5rem 4rem 2rem;
  }
  body.kinkan .service__img-box--left {
    width: 30%;
    top: 0;
    transform: translateY(-57%);
  }
  body.kinkan .service__img-box--right {
    width: 35%;
  }
}
body.kinkan .service__text--left .service__text-1--1 {
  position: relative;
}
body.kinkan .service__text--left .service__text-1--1::selection {
  background: #fb8333;
  color: #fff;
}
body.kinkan .service__text--left .service__text-1--1:before {
  content: "";
  position: absolute;
  left: -3.3rem;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: url(http://vitenet.net/wp-content/uploads/2020/11/note-1-number-1@3x.png) no-repeat center/cover;
}
body.kinkan .service__text--left .service__text-1--1 span {
  color: #d0021b;
}
body.kinkan .service__text--right .service__text-1--1 .animation-selection {
  display: flex;
  align-items: center;
}
body.kinkan .service__text--left .service__text-2 span {
  font-size: 1.3rem;
  display: block;
}
body.kinkan .service__text--left .service__text-3 span {
  font-weight: 700;
}
body.kinkan .service__text--right .service__text-1--1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
body.kinkan .service__text--right .service__text-1--1:before {
  content: "";
  position: absolute;
  left: -3.3rem;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: url(http://vitenet.net/wp-content/uploads/2020/11/note-2-number-2@3x.png) no-repeat center/cover;
}
body.kinkan .service__text--right .service__text-2--1 {
  font-weight: 700;
  position: relative;
}
body.kinkan .service__text--right .service__text-2--1:before {
  content: "";
  position: absolute;
  left: -3.3rem;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: url(http://vitenet.net/wp-content/uploads/2020/11/note-2-number-3@3x.png) no-repeat center/cover;
}
body.kinkan .service__text--right .service__text-2--2 {
  font-size: 1.3rem;
}
body.kinkan .service__text-1--1::selection, body.kinkan .service__text-2--1::selection, body.kinkan .service__text-3::selection {
  background: #fb8333;
  color: #fff;
}
body.kinkan .service__logo {
  width: 3rem;
  height: 3rem;
}
body.kinkan .service__text-1--1 {
  line-height: 1.94;
  font-weight: 700;
}
body.kinkan .service__text-1--2 {
  display: flex;
  align-items: center;
  font-weight: 700;
}
body.kinkan .service__text-1--2 span {
  margin-left: 1rem;
  font-weight: 700;
}
body.kinkan .service__text-2 {
  margin: 1.5rem 0;
}
body.kinkan .footer .btn--img {
  margin-top: 15rem;
}
body.kinkan .footer__img-box {
  width: 12rem;
  margin: 0 1rem;
}
body.kinkan .footer__img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
body.kinkan .footer__img:hover {
  transform: scale(1.1);
}
body.kinkan .footer .bg-rectagle:after {
  display: none;
}
body.kinkan .footer .bg-rectagle:before {
  content: "";
  position: absolute;
  top: -91.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 178%;
  height: 100rem;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  z-index: -1;
}
body.kinkan .footer .copyright {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin: 4rem 0;
}
body.kinkan .header {
  margin-top: 1rem;
}
body.kinkan .header .u-center-text.u-margin-bottom-super-huge {
  width: max-content;
  margin: 30px auto 0;
}
body.kinkan .header__top-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
body.kinkan .header__logo-box {
  width: 10.5rem;
  height: 12.6rem;
}
body.kinkan .header__logo {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
body.kinkan .header__text-box {
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  body.kinkan .footer .btn--img {
    margin-top: 9rem;
  }
  body.kinkan .footer__img-box {
    width: 8rem;
  }
  body.kinkan .footer .bg-rectagle:before {
    height: 50rem;
    top: -182.5%;
  }
  body.kinkan .header__top-wrapper {
    flex-direction: column;
    margin-left: 0;
  }
  body.kinkan .header__logo-box {
    margin: 0 auto;
  }
  body.kinkan .header__text-box {
    margin-left: 3rem;
  }
}
body.kinkan .header__banner-box {
  width: 90%;
  margin: 0 3rem;
  z-index: 8;
}
body.kinkan .header__banner {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  body.kinkan .header .bg-rectagle:before {
    height: 80rem;
    top: -90%;
  }
  body.kinkan .header .bg-rectagle:after {
    bottom: -75%;
    height: 70rem;
  }
}
@media screen and (max-width: 768px) {
  body.kinkan .header .bg-rectagle:before {
    height: 50rem;
  }
  body.kinkan .header .bg-rectagle:after {
    bottom: -70%;
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  body.kinkan #kinkanbody .header__top-wrapper {
    margin-left: 0;
    display: block;
  }
  body.kinkan #kinkanbody .header__logo-box {
    margin: 0 auto;
  }
  body.kinkan #kinkanbody .about__text-box {
    flex-direction: column;
    padding: 0 3rem;
  }
  body.kinkan #kinkanbody .header__text-box, body.kinkan #kinkanbody .about__text-box .paragraph {
    margin-left: 0;
  }
  body.kinkan #kinkanbody .service__box--list {
    flex-direction: column;
  }
  body.kinkan #kinkanbody .comment__box {
    width: 90%;
  }
  body.kinkan #kinkanbody .service__box--item {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
  body.kinkan #kinkanbody .paragraph {
    font-size: 14px;
  }
  body.kinkan .section-question .question__Q, body.kinkan .section-question .question__A--text {
    font-size: 14px;
  }
  body.kinkan #kinkanbody .orange {
    width: 100%;
  }
  body.kinkan #kinkanbody .service__text--right .service__text-1--1 .animation-selection {
    display: block;
  }
  body.kinkan #kinkanbody .service__text--right .service__text-1--1 .animation-selection .service__logo--box {
    width: auto;
    display: inline-block;
  }
}
body.kinkan .heading-primary {
  color: #333;
  margin: 36.5px 39px 31px 28.5px;
}
body.kinkan .heading-primary::selection {
  background: #fb8333;
  color: #fff;
}
body.kinkan .heading-primary--main {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.73;
}
body.kinkan .heading-primary--main::selection {
  background: #fb8333;
  color: #fff;
}
body.kinkan .heading-secondary {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  position: relative;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
body.kinkan .heading-secondary::selection {
  background: #fb8333;
  color: #fff;
}
body.kinkan .heading-secondary:before {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 5rem;
  height: 5px;
  border-radius: 30rem;
  background-color: #ff8700;
}
@media screen and (max-width: 768px) {
  body.kinkan .heading-secondary {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  body.kinkan .heading-secondary {
    margin-bottom: 8rem;
  }
}
body.kinkan .paragraph {
  font-size: 1.4rem;
  line-height: 2.13;
  color: #333;
}
body.kinkan .paragraph::selection {
  background: #fb8333;
  color: #fff;
}
body.kinkan .paragraph__child {
  display: block;
}
body.kinkan .paragraph__child::selection {
  background: #fb8333;
  color: #fff;
}
body.kinkan .bg-rectagle {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body.kinkan span::selection {
  background: #fb8333;
  color: #fff;
}
body.kinkan .navigation__nav {
  position: fixed;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  body.kinkan .navigation__nav {
    right: 5px;
  }
}
body.kinkan .navigation__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.kinkan .navigation__item {
  margin: 0.8rem 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.kinkan .navigation__link {
  text-decoration: none;
  color: #fff;
  position: relative;
}
body.kinkan .navigation__link--top {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, #b3b3b3 18%, #4a4a4a 83%);
}
body.kinkan .navigation__link--top:before {
  content: "";
  position: absolute;
  left: 55%;
  top: 40%;
  width: 1rem;
  height: 1rem;
  border: 2px solid #fff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-45deg) translate(-50%, -50%);
}
body.kinkan .navigation__link--bottom {
  padding: 15px 5px;
  background: -o-linear-gradient(315deg, #ff9200 18%, #f60 83%);
  background: linear-gradient(135deg, #ff9200 18%, #f60 83%);
}
body.kinkan .navigation__link--bottom .navigation__text {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  body.kinkan .navigation__link--bottom .navigation__text {
    font-size: 0.9rem;
  }
}
body.kinkan .navigation__link--bottom .tooltip {
  word-wrap: normal;
  position: absolute;
}
body.kinkan .navigation__link--bottom:hover .tooltip {
  right: 45px !important;
}
body.kinkan .navigation__icon {
  display: block;
  border-radius: 50%;
  position: relative;
}
body.kinkan .navigation__icon:hover .tooltip {
  opacity: 1;
  visibility: visible;
  right: 0.5rem;
}
body.kinkan .navigation__icon--number {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, #ff9200 18%, #f60 83%);
}
@media screen and (max-width: 768px) {
  body.kinkan .navigation__icon--number {
    width: 2rem;
    height: 2rem;
  }
  body.kinkan .navigation__icon--number .navigation__item {
    margin: 0.5rem 0;
  }
}
body.kinkan .navigation__number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}
body.kinkan .navigation .tooltip {
  font-size: 1.3rem;
  width: max-content;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 2px 4rem;
  background-color: #333;
  border-radius: 3rem;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
body.kinkan .u-center-text {
  text-align: center;
}

.testimonial-vietnam .caseStudyWrap .link-bottom {
  margin-bottom: 0;
}

.contact #contact_wrap {
  margin-bottom: 100px;
}
.contact .orange {
  color: #ed1c24;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  position: relative;
  padding: 0;
}

.aboutus #board_wrap {
  margin-bottom: 100px;
}
.aboutus .biography {
  width: 70%;
  float: left;
  padding-left: 10px;
}
.aboutus .biography h5 {
  background-color: #f2f2f2;
  color: #f60;
  font-size: 16px;
  padding: 5px 8px;
}
.aboutus .biography p {
  line-height: 22px;
  font-size: 14px;
  padding: 5px 8px;
  margin-bottom: 10px;
}
.aboutus .biography_left {
  text-align: center;
  float: left;
  width: 30%;
}
.aboutus .biography_left p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.aboutus .biography_left span {
  font-size: 12px !important;
}
.aboutus .biography_left img {
  max-width: 151px;
  height: auto;
}
.aboutus a.fbbutton {
  width: 22px;
  height: 22px;
  background: url(./images/fb.png) no-repeat center center;
  text-indent: -9999px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.aboutus a.fbbutton:hover {
  background: url(./images/fbhover.png) no-repeat center center;
}
.aboutus .hubs {
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .aboutus .biography {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 10px;
  }
  .aboutus .biography_left {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
}

.post-type-archive-introduction-case1 h1.intro_page_title,
.post-type-archive-introduction-case2 h1.intro_page_title {
  font-size: 20px;
  font-weight: bold;
  background-color: #f2f2f2;
  margin-bottom: 40px;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 300px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}
.post-type-archive-introduction-case1 table.intro_table,
.post-type-archive-introduction-case2 table.intro_table {
  width: 100%;
  border: none;
  text-align: left;
  vertical-align: top;
  font-size: 13px;
  border-collapse: collapse;
}
.post-type-archive-introduction-case1 table.intro_table th, .post-type-archive-introduction-case1 table.intro_table td,
.post-type-archive-introduction-case2 table.intro_table th,
.post-type-archive-introduction-case2 table.intro_table td {
  font-weight: normal;
  padding: 7px;
  line-height: 1.4;
}
.post-type-archive-introduction-case1 table.intro_table th,
.post-type-archive-introduction-case2 table.intro_table th {
  width: 20%;
}
.post-type-archive-introduction-case1 table.intro_table td,
.post-type-archive-introduction-case2 table.intro_table td {
  width: 80%;
}
.post-type-archive-introduction-case1 table.intro_table tr:nth-of-type(even),
.post-type-archive-introduction-case2 table.intro_table tr:nth-of-type(even) {
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .post-type-archive-introduction-case1 h1.intro_page_title,
  .post-type-archive-introduction-case2 h1.intro_page_title {
    font-size: 17px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f2f2f2;
    margin-bottom: 40px;
    color: #333333;
    width: 100%;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .post-type-archive-introduction-case1 table.intro_table th,
  .post-type-archive-introduction-case2 table.intro_table th {
    font-weight: normal !important;
    width: 30%;
    padding: 7px;
  }
  .post-type-archive-introduction-case1 table.intro_table td,
  .post-type-archive-introduction-case2 table.intro_table td {
    font-weight: normal !important;
    width: 70%;
    padding: 7px;
  }
}

.article_date {
  display: flex;
  font-size: 13px;
  margin-bottom: 20px;
}
.article_date .fb-like {
  display: inline-block;
  margin-left: 10px;
}

.article_title h1, .article_title h2 {
  font-size: 23px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.article_content p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2;
}
.article_content .fb-like {
  margin-top: 30px;
}
.article_content a {
  text-decoration: none;
  color: #f60;
}
.article_content img {
  max-width: 100%;
  display: block;
}

#article_pagination {
  border-top: 3px solid #dfdfdf;
  position: relative;
  height: 140px;
  margin-top: 80px;
}
#article_pagination .prev a {
  background: url(./images/prev.png) no-repeat center center;
  display: block;
  text-indent: -9999px;
  position: absolute;
  left: 0px;
  top: 10px;
  width: 45px;
  height: 85px;
}
#article_pagination .prev a:hover {
  background: url(./images/prev_hover.png) no-repeat center center;
}
#article_pagination a.center_p {
  background: url(./images/center.png) no-repeat center center;
  display: block;
  width: 92px;
  height: 85px;
  text-indent: -9999px;
  position: absolute;
  left: 50%;
  margin-left: -46px;
  top: 10px;
}
#article_pagination a.center_p:hover {
  background: url(./images/center_hover.png) no-repeat center center;
}
#article_pagination a.center_p_news {
  background: url(./images/center_news.png) no-repeat center center;
  display: block;
  width: 92px;
  height: 85px;
  text-indent: -9999px;
  position: absolute;
  left: 50%;
  margin-left: -46px;
  top: 10px;
}
#article_pagination a.center_p_news:hover {
  background: url(./images/center_news_hover.png) no-repeat center center;
}
#article_pagination .next a {
  background: url(./images/next.png) no-repeat center center;
  display: block;
  width: 45px;
  height: 85px;
  text-indent: -9999px;
  position: absolute;
  right: 0px;
  top: 10px;
}
#article_pagination .next a:hover {
  background: url(./images/next_hover.png) no-repeat center center;
}

.post-type-archive-news .article_set_list {
  border-bottom: 3px solid #dfdfdf;
  margin-bottom: 50px;
  padding-bottom: 60px;
  position: relative;
}
.post-type-archive-news .article_set_list a.more_button {
  background-color: #f2f2f2;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-decoration: none;
  height: 30px;
  width: 140px;
  display: block;
  clear: both;
  transition: 0.3s;
}
.post-type-archive-news .article_set_list a.more_button:hover {
  background-color: #fff;
  border: 1px solid #333000;
}
.post-type-archive-news .article_set_list a.more_button .right_cursor {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 8px;
  margin: -4px;
}
.post-type-archive-news .article_set_list a.more_button .cont {
  width: 65px;
}
.post-type-archive-news .topics_set .column3_wide, .post-type-archive-news .topics_set .single-news .topics_set .column3_wide {
  width: 70%;
}
.post-type-archive-news .topics_set .column3_small, .post-type-archive-news .topics_set .single-news .topics_set .column3_small {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
  width: 20%;
}

.recruit-message ul.recruit_switch {
  margin-bottom: 80px;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.recruit-message ul.recruit_switch li {
  white-space: nowrap;
  background: url(./images/drop_icon.png) no-repeat 5px center;
  padding-left: 20px;
}
.recruit-message ul.recruit_switch li a {
  font-size: 16px;
  font-weight: bold;
  color: #f60;
  text-decoration: none;
}
.recruit-message ul.recruit_switch li a:hover {
  color: #f60;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .recruit-message ul.recruit_switch {
    flex-direction: column;
    align-items: center;
  }
}
.recruit-message .responsive_img {
  margin-bottom: 30px;
}
.recruit-message #asai_img {
  float: left;
  border: 3px solid #dfdfdf;
  margin-right: 50px;
  margin-bottom: 50px;
}
.recruit-message .asai_message {
  margin-bottom: 70px;
}
.recruit-message .asai_message h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}
.recruit-message .asai_message h4 {
  font-size: 16px;
  color: #f60;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.4;
}
.recruit-message .asai_message p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.recruit-message h1.recruit_title {
  font-size: 27px;
  border-bottom: 4px solid #ccc;
  margin-bottom: 50px;
}
.recruit-message .recruit_column_set {
  margin-top: 80px;
  justify-content: space-between;
}
.recruit-message .recruit_column_set .column2 {
  width: 47%;
  float: none;
  padding-right: 0;
}
.recruit-message .recruit_column_set .column2 .inner_content {
  width: 100%;
}
.recruit-message .message_set h2 {
  font-size: 22px;
  margin-bottom: 25px;
}
.recruit-message .message_set h3 {
  font-size: 16px;
  color: #f60;
  margin-bottom: 20px;
}
.recruit-message .message_set p {
  font-size: 16px;
  line-height: 2;
}
.recruit-message .fuki_set {
  margin-top: 30px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.recruit-message .fuki_set img {
  width: 36%;
  aspect-ratio: 1.3/1;
  object-fit: cover;
}
.recruit-message .fuki_message {
  background-color: #f6dd52;
  width: 60%;
  padding: 10px 15px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .recruit-message .fuki_set {
    display: block;
  }
  .recruit-message .fuki_set img {
    width: 100%;
  }
  .recruit-message .recruit-message .fuki_message {
    width: 100%;
    margin-top: 1em;
  }
  .recruit-message #asai_img {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    width: 30%;
  }
  .recruit-message .asai_message {
    margin-bottom: 30px;
  }
  .recruit-message .asai_message h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .recruit-message .asai_message h4 {
    font-size: 14px;
    color: #f60;
    margin-bottom: 20px;
  }
  .recruit-message .asai_message p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .recruit-message h1.recruit_title {
    font-size: 22px;
    border-bottom: 4px solid #ccc;
    margin-bottom: 30px;
  }
  .recruit-message .recruit_column_set {
    flex-direction: column;
    gap: 20px;
  }
  .recruit-message .recruit_column_set .column2 {
    width: 100%;
  }
  .recruit-message .fuki_message {
    width: 100%;
  }
}

.post-type-archive-internship ul.recruit_switch {
  margin-bottom: 80px;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.post-type-archive-internship ul.recruit_switch li {
  white-space: nowrap;
  background: url(./images/drop_icon.png) no-repeat 5px center;
  padding-left: 20px;
}
.post-type-archive-internship ul.recruit_switch li a {
  font-size: 16px;
  font-weight: bold;
  color: #f60;
  text-decoration: none;
}
.post-type-archive-internship ul.recruit_switch li a:hover {
  color: #f60;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .post-type-archive-internship ul.recruit_switch {
    flex-direction: column;
    align-items: center;
  }
}
.post-type-archive-internship .recruit_title {
  font-weight: bold;
  font-size: 30px;
  margin: 1em 0;
}
.post-type-archive-internship .recruit_para h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.post-type-archive-internship .recruit_para p {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 25px;
}
.post-type-archive-internship .articlesList li + li {
  margin-top: 50px;
}
.post-type-archive-internship .articlesList a {
  text-decoration: none;
  display: flex;
  transition: 0.3s;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
}
.post-type-archive-internship .articlesList a:hover {
  opacity: 0.8;
}
.post-type-archive-internship .articlesList .thumbnail {
  width: 20%;
}
.post-type-archive-internship .articlesList .thumbnail img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}
.post-type-archive-internship .articlesList .texts {
  width: 80%;
  padding: 20px;
  background-color: #eee;
  line-height: 1.6;
}
.post-type-archive-internship .articlesList .texts h2 {
  font-size: 20px;
}
.post-type-archive-internship .articlesList .texts p {
  font-size: 14px;
  margin-top: 0.7em;
}

.single-internship .article_content h2 {
  margin: 2em 0 0.8em;
  font-size: 26px;
}
.single-internship .article_content p {
  line-height: 2;
  font-size: 16px;
}
.single-internship .wp-block-table th, .single-internship .wp-block-table td {
  border: 1px solid #777;
  padding: 8px 12px;
  line-height: 1.6;
  font-size: 16px;
}
.single-internship .wp-block-columns img {
  width: 100%;
  border: 0;
}

@media screen and (max-width: 768px) {
  .post-type-archive-internship .articlesList a {
    display: block;
  }
  .post-type-archive-internship .articlesList .thumbnail {
    width: 100%;
  }
  .post-type-archive-internship .articlesList .thumbnail img {
    height: 200px;
  }
  .post-type-archive-internship .articlesList .texts {
    width: 100%;
    padding: 10px;
  }
}
.recruit-entry ul.recruit_switch {
  margin-bottom: 80px;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.recruit-entry ul.recruit_switch li {
  white-space: nowrap;
  background: url(./images/drop_icon.png) no-repeat 5px center;
  padding-left: 20px;
}
.recruit-entry ul.recruit_switch li a {
  font-size: 16px;
  font-weight: bold;
  color: #f60;
  text-decoration: none;
}
.recruit-entry ul.recruit_switch li a:hover {
  color: #f60;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .recruit-entry ul.recruit_switch {
    flex-direction: column;
    align-items: center;
  }
}
.recruit-entry .recruit_banner {
  margin-top: 42px;
  margin-bottom: 20px;
}
.recruit-entry h2#recruit_orange {
  font-size: 42px;
  color: #f60;
  margin-bottom: 70px;
}
.recruit-entry .wantedly-desc {
  margin-bottom: 50px;
}
.recruit-entry .map-jp, .recruit-entry .map-vt {
  display: flex;
  align-items: center;
}
.recruit-entry .map-jp::before, .recruit-entry .map-vt::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.recruit-entry .map-jp::before {
  background-image: url(./images/map-jp.png);
}
.recruit-entry .map-vt::before {
  background-image: url(./images/map-vt.png);
}
.recruit-entry .wrapper {
  font-size: 14px;
}
.recruit-entry .wrapper h2 {
  font-size: 22px;
  margin: 2em 0 1em;
}
.recruit-entry .wrapper h2:first-of-type {
  margin-top: 0;
}
.recruit-entry .wrapper h3 {
  font-size: 18px;
  padding-bottom: 3px;
  margin-bottom: 15px;
  border-bottom: 5px solid #eee;
}
.recruit-entry .wrapper th, .recruit-entry .wrapper td {
  line-height: 1.4;
}
.recruit-entry .wrapper th {
  padding: 10px;
  font-size: 14px;
}
.recruit-entry .wrapper td {
  padding: 10px;
  font-size: 14px;
}
.recruit-entry .wrapper td:first-of-type {
  white-space: nowrap;
}
.recruit-entry #entry_info {
  height: 150px;
  width: 100%;
  background: url(./images/recruit/entry_back.png) no-repeat center center;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}
.recruit-entry #entry_info #entry_text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: -1.5em 0 0 -50%;
}
.recruit-entry #entry_info h5 {
  font-size: 14px;
  line-height: 25px;
}
.recruit-entry #entry_info h5 a {
  color: #ff5500;
  text-decoration: none;
}
.recruit-entry #entry_info img {
  display: inline-block;
}
.recruit-entry #entry_info span {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .recruit-entry .recruit_banner {
    margin-top: 22px;
    margin-bottom: 32px;
  }
  .recruit-entry h2#recruit_orange {
    font-size: 33px;
    color: #f60;
    margin-bottom: 30px;
  }
  .recruit-entry #entry_info #entry_text {
    padding: 10px;
  }
  .recruit-entry #entry_info h5 {
    font-size: 13px;
    line-height: 20px;
  }
}

.company .intro_set {
  display: block;
}
.company .evolution {
  font-size: 16px;
  margin-top: 20px;
}
.company .evolution td {
  padding: 4px 7px;
  line-height: 1.6;
}
.company .company_set {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
}
.company .company_set b, .company .company_set em, .company .company_set strong {
  font-weight: bold;
}
.company .company_set .intro_table {
  width: 100%;
}
.company .company_set a {
  text-decoration: none;
  color: #ff5500;
}
.company .company_set a:hover {
  text-decoration: underline;
}
.company .company_set tr:nth-of-type(even) {
  background-color: #eee;
}
.company .company_set th, .company .company_set td {
  padding: 5px;
}
.company .company_set th {
  white-space: nowrap;
}
.company .maplink {
  background: url(./images/jump.png) no-repeat right center;
  padding-right: 20px;
}
.company ul.company_ul li {
  list-style: disc;
  margin-left: 25px;
  line-height: 25px;
}
.company ol.company_ul li {
  list-style: decimal;
  margin-left: 25px;
  line-height: 25px;
}

.container-box-post a {
  height: 100%;
  text-decoration: none;
  display: block;
}
.container-box-post a .box-post {
  min-height: 180px;
  height: 100%;
  box-shadow: 0px 0px 5px #aaa;
  border-radius: 2px;
  padding: 25px;
  display: flex;
  width: 100%;
  transition: 0.3s;
}
@media (hover: hover) {
  .container-box-post a .box-post:hover {
    box-shadow: 0px 0px 10px 3px #999;
  }
  .container-box-post a .box-post:hover .link-news-post {
    color: #f60;
  }
}
.container-box-post a .box-post .info-left-post {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-box-post a .box-post .info-left-post h2 {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  margin-top: 0;
}
.container-box-post a .box-post .info-right-post {
  margin-top: 20px;
}
.container-box-post a .box-post .info-right-post img {
  width: 70%;
}
.container-box-post a .box-post .info-right-post .link-news-post {
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  line-height: 1.4;
  padding-bottom: 15px;
  margin-top: 0;
  transition: 0.3s;
}
.container-box-post a .box-post .info-right-post .post-excerpt-news {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
}

.information-exchange .bread_crumb {
  height: 0;
  overflow: hidden;
}
.information-exchange .static_title span {
  display: none;
}
.information-exchange .contact_group {
  display: flex;
  align-items: center;
}
.information-exchange .contact_label {
  font-size: 18px;
}
.information-exchange .contact_text {
  font-size: 16px;
  height: auto;
}
.information-exchange .wpcf7-list-item-label {
  font-size: 14px;
}
.information-exchange #footer_wrapper .center {
  display: none;
}
.information-exchange .wrapper p {
  font-size: 16px;
  line-height: 1.6;
}
.information-exchange .wrapper .wp-block-contact-form-7-contact-form-selector {
  margin-top: 50px;
}

.greetings ul.company_ul li {
  list-style: disc;
  margin-left: 25px;
  line-height: 25px;
}
.greetings ol.company_ul li {
  list-style: decimal;
  margin-left: 25px;
  line-height: 25px;
}
.greetings .company_set {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
}
.greetings #greeting {
  padding: 6px;
  padding-top: 0px;
  width: 100%;
  overflow: hidden;
}
.greetings #greeting h5 {
  font-size: 13px;
  margin-bottom: 30px;
}
.greetings #greeting p {
  font-size: 13px;
  margin-bottom: 25px;
}
.greetings #greeting img#asai_sign {
  float: right;
}
.greetings #greeting #bar {
  float: right;
  width: 1px;
  height: 145px;
}
.greetings #greeting img#asai_greet_img {
  float: right;
  clear: both;
  margin-left: 30px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .greetings #greeting #bar {
    display: none;
  }
  .greetings #greeting img#asai_greet_img {
    width: 200px;
  }
}

.asd_kintone {
  width: min(1000px, 95%);
  margin: 50px auto;
  font-size: 16px;
}
.asd_kintone p {
  line-height: 1.6;
}
.asd_kintone p + p {
  margin-top: 1.2em;
}
.asd_kintone section + section {
  margin-top: 50px;
}
.asd_kintone section:not(.contact) h2 {
  display: inline-grid;
  place-items: center;
  position: relative;
  font-weight: bold;
  height: 40px;
  padding-right: 30px;
  padding-left: 10px;
  font-size: 18px;
  background: #f60;
  color: #fff;
  margin-bottom: 1.2em;
}
.asd_kintone h3 {
  display: inline-grid;
  place-items: center;
  position: relative;
  font-weight: bold;
  height: 40px;
  padding-right: 30px;
  padding-left: 10px;
  font-size: 18px;
  background: #f60;
  color: #fff;
  margin-bottom: 1.2em;
  font-weight: normal;
  font-size: 16px;
  height: 30px;
}
.asd_kintone h2:not(.contact)::after {
  content: "";
  width: 0;
  height: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.asd_kintone h3::after {
  content: "";
  width: 0;
  height: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0px;
}
.asd_kintone .header {
  display: grid;
  place-content: center;
  text-align: center;
}
.asd_kintone .header img {
  width: 200px;
  height: auto;
  margin-bottom: 10px;
}
.asd_kintone .problem {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.asd_kintone .salesWrap {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: none;
}
.asd_kintone .problem img, .asd_kintone .introduce img, .asd_kintone .process_manage_contents img, .asd_kintone .salesWrap img {
  width: 45%;
}
.asd_kintone .problem .texts, .asd_kintone .introduce .texts, .asd_kintone .process_manage_contents .texts, .asd_kintone .salesWrap .texts {
  width: 50%;
}
.asd_kintone .problem .texts img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100px;
  margin-top: 30px;
}
.asd_kintone .introduce {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.asd_kintone .introduce .texts img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100px;
  margin-top: 30px;
}
.asd_kintone .process_manage_contents {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.asd_kintone .actual img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.asd_kintone .actual p {
  color: #f60;
  text-align: center;
  margin-top: 10px;
}
.asd_kintone .feature ul {
  counter-reset: number;
}
.asd_kintone .feature li + li {
  margin-top: 100px;
}
.asd_kintone .feature li img {
  max-width: 50%;
  display: block;
  margin: 0 auto;
}
.asd_kintone .feature li p {
  position: relative;
  padding-left: 2.2em;
}
.asd_kintone .feature li p::before {
  display: inline-block;
  counter-increment: number;
  content: counter(number) " ";
  font-size: 40px;
  color: #f60;
  font-weight: bold;
  transform: translateY(-0.1em);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.asd_kintone .application .flow ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 10px;
}
.asd_kintone .application h3 {
  padding: 15px 30px;
  font-size: 24px;
  height: auto;
  margin-bottom: 0;
}
.asd_kintone .application h3::before, .asd_kintone .application h3::after {
  display: none;
}
.asd_kintone .application .heads {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 1.5em;
}
.asd_kintone .application .manager h3 {
  position: relative;
}
.asd_kintone .application .manager h3::before {
  content: "承認";
  display: block;
  background-color: rgb(252, 242, 168);
  color: #555;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -40%);
  line-height: 1;
  padding: 8px;
  font-size: 16px;
}
.asd_kintone .sales {
  border-top: 5px solid #f60;
  padding-top: 30px;
  margin-top: 50px;
}
.asd_kintone .sales a {
  text-decoration: none;
  transition: 0.3s;
}
.asd_kintone .youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.asd_kintone .salesPoint {
  color: #fff;
  background-color: #f60;
  width: fit-content;
  padding: 10px 15px;
}
.asd_kintone .contact {
  margin-top: 150px;
}
.asd_kintone .contact h2 {
  border-bottom: 4px solid #ccc;
  font-size: 62px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}

@media (hover) {
  .asd_kintone .sales a:hover {
    opacity: 0.5;
  }
}
.page-template-page-kintone-asd-details #header_navigation .right_tool {
  display: grid;
  place-items: center;
  height: 100%;
}
.page-template-page-kintone-asd-details #header_navigation .contact.headerPcContacts {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #0094ff;
  border-radius: 5px;
  transition: 0.3s;
}
.page-template-page-kintone-asd-details #header_navigation .contact.headerPcContacts.inActive {
  opacity: 0;
}
.page-template-page-kintone-asd-details #footer_wrapper .center {
  display: none;
}

@media screen and (max-width: 768px) {
  .page-template-page-kintone-asd-details #header_navigation .right_tool {
    display: flex;
    height: auto;
  }
  .page-template-page-kintone-asd-details #header_navigation .right_tool a.contact {
    background-image: none;
    height: auto;
    width: auto;
    padding: 20px;
    right: 10px;
    bottom: 10px;
  }
  .page-template-page-kintone-asd-details #header_navigation .right_tool a.contact .pcview {
    display: block;
  }
  .asd_kintone {
    font-size: 18px;
  }
  .asd_kintone .problem, .asd_kintone .salesWrap, .asd_kintone .introduce, .asd_kintone .process_manage_contents {
    display: block;
  }
  .asd_kintone .problem img, .asd_kintone .introduce img, .asd_kintone .process_manage_contents img, .asd_kintone .salesWrap img, .asd_kintone .problem .texts, .asd_kintone .introduce .texts, .asd_kintone .process_manage_contents .texts, .asd_kintone .salesWrap .texts {
    width: 100%;
  }
  .asd_kintone .feature li img {
    max-width: none;
    width: 100%;
  }
  .asd_kintone .sales a {
    font-size: 16px;
  }
}
.post-type-archive-topics .column3_set {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.post-type-archive-topics .column3_set a {
  display: block;
  height: 100%;
  text-decoration: none;
  transition: 0.3s;
}
.post-type-archive-topics .column3_set h4 {
  font-size: 18px;
}
.post-type-archive-topics .column3.topics_column3 {
  background-color: #f2f2f2;
}
.post-type-archive-topics .inner_content {
  height: 100%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .post-type-archive-topics .column3_set {
    display: block;
    gap: 0;
  }
  .post-type-archive-topics .topics_column3 {
    margin-bottom: 30px;
  }
}

.wrapper.asdosd h1 {
  background-color: #eee;
  font-size: 22px;
  font-weight: bold;
  padding: 26px;
  border: 1px solid #aaa;
  margin-top: 20px;
}
.wrapper.asdosd h2, .wrapper.asdosd h3, .wrapper.asdosd h4, .wrapper.asdosd h5, .wrapper.asdosd h6 {
  line-height: 1.6;
  margin: 1.5em 0 0.5em;
  font-weight: normal;
}
.wrapper.asdosd h2 {
  font-size: 26px;
  margin-top: 3.5em;
}
.wrapper.asdosd h3 {
  font-size: 22px;
}
.wrapper.asdosd h4 {
  font-size: 18px;
}
.wrapper.asdosd .posts-thumbnail {
  margin: 20px 0;
  text-align: center;
}
.wrapper.asdosd .posts-thumbnail img {
  /*   width: 100%; */
}
.wrapper.asdosd article {
  line-height: 1.4;
  padding-bottom: 60px;
  font-size: 15px;
}
.wrapper.asdosd .company-introduction {
  background-color: #eee;
  padding: 20px;
  margin: 20px 0;
}
.wrapper.asdosd .people-introduction:not(:first-of-type) {
  margin-top: 20px;
}
.wrapper.asdosd .people-introduction > * {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100% !important;
}
.wrapper.asdosd .people-introduction > * img {
  margin-right: 30px;
}

.osd .wrapper > article, .asd .wrapper > article {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px;
}

.osd .wrapper .container-box-post .box-post,
.asd .wrapper .container-box-post .box-post {
  display: block;
}

.osd .container-box-post .box-post .info-left-post, .osd .container-box-post .box-post .info-right-post {
  width: 100%;
  padding-left: 0;
}

.asd .container-box-post .box-post .info-left-post, .asd .container-box-post .box-post .info-right-post {
  width: 100%;
  padding-left: 0;
}
.asd .container-box-post .box-post .info-left-post img {
  object-fit: contain;
  min-height: 150px;
}

.osd .container-box-post .box-post .info-left-post img,
.osd .container-box-post .box-post .info-left-post h2,
.asd .container-box-post .box-post .info-left-post h2 {
  object-fit: contain;
  min-height: 150px;
}

.asd .container-box-post .box-post .info-left-post h2 {
  display: grid;
  place-items: center;
}

.osd .container-box-post .box-post .info-left-post h2 {
  display: grid;
  place-items: center;
}
.osd .wrapper > article .container-box-post {
  max-width: none;
}

.asd .wrapper > article .container-box-post {
  max-width: none;
}

@media screen and (max-width: 768px) {
  .wrapper.asdosd h1 {
    font-size: 20px;
    padding: 14px;
  }
  .wrapper.asdosd article {
    line-height: 2;
    padding-bottom: 30px;
  }
  .wrapper.asdosd .company-introduction {
    padding: 16px;
  }
  .wrapper.asdosd .people-introduction > * {
    display: block;
  }
  .wrapper.asdosd .people-introduction > * img {
    margin-right: 0;
  }
  .wrapper.asdosd .people-introduction:not(:first-of-type) {
    margin-top: 30px;
  }
}
.single-news .column3_wide {
  width: 100%;
}

.voice-template-default .customerImpressionsTopImage {
  margin: 30px auto;
  width: min(50%, 880px);
  display: block;
}
.voice-template-default .useTemplate strong {
  font-weight: bold;
}
.voice-template-default .useTemplate h2.wp-block-heading {
  border-left: 20px solid #f60;
  padding-left: 20px;
}
.voice-template-default .useTemplate h3.wp-block-heading {
  border-left: 20px solid #777;
  padding-left: 20px;
  color: #555;
  margin-bottom: 0.7em;
}
.voice-template-default .useTemplate figure figcaption {
  text-align: center;
}
.voice-template-default .useTemplate .details_head {
  padding: 30px;
  border: 5px solid rgba(255, 102, 0, 0.5);
  margin-bottom: 50px;
}
.voice-template-default .useTemplate .details_head h2.wp-block-heading, .voice-template-default .useTemplate .details_head h3.wp-block-heading {
  border-left: 0;
  padding-left: 0;
}
.voice-template-default .useTemplate .details_head h2 {
  margin-top: 0;
  margin-bottom: 1em;
  border-bottom: 2px solid #f60;
}
.voice-template-default .useTemplate .details_head h3 {
  font-size: 18px;
  color: #f60;
  margin-bottom: 0;
}
.voice-template-default .useTemplate .details_head h3:first-of-type {
  margin-top: 0;
}
.voice-template-default .useTemplate .details_head p:last-of-type {
  margin-bottom: 0;
}
.voice-template-default .useTemplate .casestudies_detail {
  margin-top: 50px;
  padding: 30px;
  background-color: #eee;
  border: 1px solid #ddd;
}
.voice-template-default .useTemplate .casestudies_detail h2 {
  margin-top: 0;
}
.voice-template-default .useTemplate .casestudies_detail figure {
  text-align: center;
}
.voice-template-default .useTemplate .casestudies_detail figure img {
  padding: 20px;
  background-color: #fff;
}
.voice-template-default .useTemplate .caseStudyWrap {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .voice-template-default .useTemplate h3.wp-block-heading {
    margin-top: 0.7em;
  }
}

.single-topics .column3_set {
  flex-direction: column;
}
.single-topics .column3_wide {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .single-topics .single-topics .article_content img {
    min-width: 500px;
  }
}

.page-template-page-simple #header_wrapper {
  height: 80px;
}
.page-template-page-simple #header_wrapper #header_navigation {
  padding: 0 20px;
  justify-content: flex-end;
}
.page-template-page-simple #header_wrapper #header_navigation .left_icon {
  display: none;
}
.page-template-page-simple #header_wrapper #header_navigation .right_tool {
  display: none;
}
.page-template-page-simple #header_wrapper #header_navigation #main_navi {
  max-height: calc(100vh - 80px);
}
.page-template-page-simple #header_wrapper #header_navigation .toHome {
  position: absolute;
  top: 50%;
  font-weight: bold;
  font-size: 40px;
  color: #222;
  left: 30px;
  translate: 0 -50%;
  letter-spacing: 0.1em;
  background-image: linear-gradient(295deg, #000, #c7c7c7);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.page-template-page-simple #header_wrapper #header_navigation .toContactForm {
  color: #fff;
  border: 2px solid currentColor;
  color: #333;
  padding: 13px 26px;
}
@media (hover) {
  .page-template-page-simple #header_wrapper #header_navigation .toContactForm {
    transition: 0.3s;
  }
  .page-template-page-simple #header_wrapper #header_navigation .toContactForm:hover {
    opacity: 0.7;
  }
}
.page-template-page-simple .bread_crumb {
  margin-top: 80px;
  margin-bottom: 0;
  font-size: 13px;
}
.page-template-page-simple .bread_crumb a {
  color: #333;
}
.page-template-page-simple main {
  width: min(800px, 100%);
  margin: 0 auto 100px;
  line-height: 2;
}
.page-template-page-simple main .thumbnail {
  height: 600px;
  background-size: cover;
  background-position: center 25%;
  background-repeat: no-repeat;
  margin: 0 calc(50% - 50vw) 80px;
}
.page-template-page-simple main #ez-toc-container {
  margin-bottom: 50px;
  padding: 15px 20px;
  border-radius: 0;
}
.page-template-page-simple main #ez-toc-container a.ez-toc-toggle label {
  width: auto;
  padding: 3px;
}
.page-template-page-simple main #ez-toc-container a.ez-toc-toggle label::before {
  content: "目次の表示を切り替える";
}
.page-template-page-simple main #ez-toc-container a.ez-toc-toggle label span {
  display: none;
}
.page-template-page-simple main #ez-toc-container a.ez-toc-toggle svg {
  display: none;
}
.page-template-page-simple main #ez-toc-container .ez-toc-title-container {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 24px;
}
.page-template-page-simple main #ez-toc-container > nav li::before {
  display: none;
}
.page-template-page-simple main #ez-toc-container > nav > ul {
  display: grid;
  gap: 10px;
}
.page-template-page-simple main #ez-toc-container > nav > ul > li {
  font-size: 18px;
}
.page-template-page-simple main #ez-toc-container > nav > ul > li li {
  font-size: inherit;
}
.page-template-page-simple main #ez-toc-container > nav > ul > li > a {
  font-weight: bold;
}
.page-template-page-simple main #ez-toc-container > nav > ul > li ul a {
  color: #555;
}
.page-template-page-simple main h1, .page-template-page-simple main h2, .page-template-page-simple main h3, .page-template-page-simple main h4, .page-template-page-simple main h5, .page-template-page-simple main h6 {
  font-weight: bold;
  line-height: 1.6;
}
.page-template-page-simple main h2, .page-template-page-simple main h3, .page-template-page-simple main h4, .page-template-page-simple main h5, .page-template-page-simple main h6 {
  margin-top: 1.5em;
  margin-bottom: 0.2em;
}
.page-template-page-simple main h1 {
  font-size: 42px;
  margin-bottom: 1em;
}
.page-template-page-simple main h2 {
  border-left: 20px solid #f60;
  padding-left: 20px;
  font-size: 30px;
}
.page-template-page-simple main h3 {
  font-size: 24px;
}
.page-template-page-simple main h4 {
  font-size: 20px;
}
.page-template-page-simple main p + p {
  margin-top: 1.2em;
}
.page-template-page-simple main .companyTitle {
  margin-top: 3em;
}
.page-template-page-simple main ul {
  margin: 10px 0;
}
.page-template-page-simple main ul li {
  padding-left: 1.2em;
  position: relative;
}
.page-template-page-simple main ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 0.5em;
  translate: -50% -50%;
  width: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: currentColor;
}
.page-template-page-simple main .wp-block-image {
  margin: 10px 0;
}
.page-template-page-simple main .wp-block-image img {
  width: 100%;
  height: auto;
}
.page-template-page-simple main .wp-block-table {
  margin: 10px auto;
}
.page-template-page-simple main .wp-block-table table td {
  border: 1px solid #999;
}
.page-template-page-simple main .wp-block-table table td:first-of-type {
  background-color: #eee;
}
.page-template-page-simple main a {
  text-decoration: underline;
}
.page-template-page-simple .wpcf7 {
  margin-top: 100px;
}
.page-template-page-simple .wpcf7 input, .page-template-page-simple .wpcf7 textarea {
  border-radius: 0;
  background-color: #fff;
  border-color: currentColor;
}
.page-template-page-simple .wpcf7 input[type=submit] {
  width: 200px;
  height: 50px;
  display: grid;
  place-items: center;
  font-size: 18px;
  background-color: #333;
  color: #fff;
  margin: 50px auto 0;
}
.page-template-page-simple #footer_wrapper .center {
  display: none;
}
.page-template-page-simple #footer_wrapper .footer-nav-menu-wrapper-container {
  text-align: center;
  padding: 20px 0;
  background-color: #ddd;
  font-size: 14px;
}
.page-template-page-simple #footer_wrapper .footer-nav-menu-wrapper-container a {
  color: #777;
}
.page-template-page-simple #footer_wrapper .footer-nav-menu-wrapper-container .footer-nav-menu-wrapper {
  display: none;
}
.page-template-page-simple #footer_copyright {
  background-color: #333;
}
.page-template-page-simple #header_wrapper #header_navigation #main_navi {
  top: 80px;
}
@media screen and (max-width: 768px) {
  .page-template-page-simple #header_wrapper #header_navigation .toHome {
    left: 15px;
    translate: 0 -50%;
    font-size: 34px;
    line-height: 1.1;
    white-space: nowrap;
  }
  .page-template-page-simple #header_wrapper #header_navigation .toContactForm {
    padding: 10px 20px;
  }
  .page-template-page-simple .breadcrumbs {
    line-height: 1.2;
  }
  .page-template-page-simple main {
    width: 95%;
    margin: 0 auto 50px;
  }
  .page-template-page-simple main h1 {
    font-size: 34px;
    margin-bottom: 1em;
  }
  .page-template-page-simple main h2 {
    font-size: 28px;
  }
  .page-template-page-simple main h3 {
    font-size: 22px;
  }
  .page-template-page-simple main h4 {
    font-size: 18px;
  }
  .page-template-page-simple main .thumbnail {
    height: 300px;
    margin-bottom: 50px;
  }
}

.page .static_title {
  line-height: 1.4;
}
.page:not(.company):not(.recruit-entry) h2.wp-block-heading {
  border-left: 20px solid #f60;
  padding-left: 20px;
}
.page:not(.company):not(.recruit-entry) h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 1.5em;
  line-height: 1.4;
}
.page:not(.company):not(.recruit-entry) .wp-block-image {
  margin: 20px 0;
}
.page:not(.company):not(.recruit-entry) .wp-block-image img {
  width: 100%;
}
.page:not(.company):not(.recruit-entry) strong {
  font-weight: bold;
  background-image: linear-gradient(0deg, rgba(255, 102, 0, 0.4) 40%, rgba(255, 255, 255, 0) 42%);
}
.page:not(.company):not(.recruit-entry) h1 strong, .page:not(.company):not(.recruit-entry) h2 strong, .page:not(.company):not(.recruit-entry) h3 strong, .page:not(.company):not(.recruit-entry) h4 strong, .page:not(.company):not(.recruit-entry) h5 strong, .page:not(.company):not(.recruit-entry) h6 strong {
  background-image: none;
}

.customize-support .wrapper .system-before-after .wp-block-column {
  border: 0;
}
.customize-support .wp-block-group .wp-block-group__inner-container table td {
  line-height: 1.5;
}
.customize-support .wp-block-group .wp-block-group__inner-container table td strong {
  background-image: none;
}

.more_button {
  background-color: #f2f2f2;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-decoration: none;
  position: relative;
  height: 30px;
  width: 90px;
  display: block;
  clear: both;
}
.more_button .right_cursor {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 8px;
  margin: -4px;
}
.more_button .cont {
  position: absolute;
  top: 0;
  left: -7px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 34px;
  height: 14px;
  font-size: 12px;
  color: #333000;
}
.more_button:hover {
  background-color: #fff;
  border: 1px solid #333000;
}

/*著者情報リスト */
.author-list {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #f60;
}

.author {
  width: 342px;
  margin-left: auto;
  margin-right: auto;
}
.author h5 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
.author h5 > span {
  margin-left: 5px;
  font-size: 13px !important;
}
.author p {
  font-size: 11px;
}
.author .author_text {
  padding-top: 13px;
}
.author .avatar {
  margin-right: 20px;
  margin-left: 15px;
  float: left;
  width: 95px;
  height: 95px;
  border: 3px solid #ef6330;
  border-radius: 50%;
  background-repeat: no-repeat;
}

/*著者情報記事詳細ページ */
.author_detail {
  width: 100%;
}
.author_detail h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.author_detail h5 > span {
  margin-left: 5px;
  font-size: 16px !important;
}
.author_detail p {
  font-size: 12px;
}
.author_detail .author_text {
  margin-top: 30px;
}
.author_detail .avatar {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 95px;
  height: 95px;
  border: 3px solid #ef6330;
  border-radius: 50%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1100px) {
  .author {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .author h5 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .author h5 > span {
    margin-left: 5px;
  }
  .author p {
    font-size: 8px;
  }
  .author .author_text {
    padding-top: 0px;
  }
  .author .avatar {
    margin-right: 20px;
    margin-left: 15px;
    float: left;
    width: 65px;
    height: 65px;
    border: 4px solid #ef6330;
    border-radius: 50%;
    background-repeat: no-repeat;
  }
  .author_detail {
    width: 100%;
  }
  .author_detail h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .author_detail h5 > span {
    margin-left: 5px;
    font-size: 16px !important;
  }
  .author_detail p {
    font-size: 12px;
  }
  .author_detail .author_text {
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .author_detail .avatar {
    margin-right: 20px;
    width: 95px;
    height: 95px;
    border: 3px solid #ef6330;
    border-radius: 50%;
    background-repeat: no-repeat;
    margin-bottom: 10px;
  }
}
.article_set {
  height: inherit;
  border-radius: 6px;
  position: relative;
  background-color: #f2f2f2;
}
.article_set img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: 233px;
  object-fit: cover;
}
.article_set h4 {
  padding-bottom: 10px;
}
.article_set h4 a {
  font-size: 16px;
  text-decoration: none;
}
.article_set .text_set {
  padding: 20px;
}
.article_set h4 a:hover {
  color: #f60;
}
.article_set p {
  font-size: 14px;
}

@media screen and (max-width: 1100px) {
  .article_set img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
    height: auto;
  }
}
.static_title_div {
  margin-top: 60px;
  margin-bottom: 40px;
  width: 100%;
}
.static_title_div h1 {
  font-size: 42px;
  font-weight: bold;
  text-align: left;
}
.static_title_div span {
  font-size: 16px;
  font-weight: normal;
  color: #555;
}
@media screen and (max-width: 768px) {
  .static_title_div h1 {
    font-size: 35px;
    line-height: 1.4;
  }
  .static_title_div span {
    font-size: 8px;
    display: block;
  }
}

h2.intro_title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #dfdfdf;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#pagination {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  margin-top: 40px;
}
#pagination ul {
  position: relative;
  left: 50%;
  float: left;
}
#pagination li {
  position: relative;
  left: -50%;
  float: left;
  margin-right: 5px;
}
#pagination li > a {
  font-size: 18px;
  display: grid;
  place-items: center;
  width: 35px;
  aspect-ratio: 1;
  text-decoration: none;
  background-color: #333;
  color: #fff;
}
#pagination li > a img {
  width: 25%;
}
#pagination li > a.active {
  background-color: #f60;
  color: #333;
}
@media screen and (max-width: 768px) {
  #pagination {
    font-size: 9px;
  }
}

.contact_forms {
  width: 565px;
  margin-left: auto;
  margin-right: auto;
}

.contact_group {
  margin-bottom: 20px;
}
.contact_group:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.contact_label {
  width: 30%;
  display: table-cell;
  float: left;
  font-size: 14px;
  line-height: 34px;
}

.contact_input {
  width: 70%;
  float: left;
  text-align: left;
}
.contact_input.radio .wpcf7-radio {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  padding: 8px 0;
}
.contact_input.radio .wpcf7-radio > span {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.contact_input.radio .wpcf7-radio > span:not(:first-of-type) {
  margin-top: 3px;
}
.contact_input.radio .wpcf7-radio > span input[type=radio] {
  margin-right: 5px;
}

.contact_label span {
  color: #ed1c24;
  margin-left: 7px;
}

.contact_text {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f2f2f2;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.contact_textarea {
  width: 100%;
  height: 100px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f2f2f2;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.contact_label.approval {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact_label.approval span {
  color: #333;
  margin-left: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.page-template-page-thanks .contact_form .center {
  font-size: 20px;
}

.center .wpcf7-spinner {
  display: block;
}

.contact_form {
  width: 614px;
  margin-left: auto;
  margin-right: auto;
}
.contact_form .contact_description {
  font-size: 14px;
  text-align: center;
}
.contact_form .contact_description a {
  color: #f60;
  text-decoration: none;
}
.contact_form .top_d {
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact_form .under {
  border-top: 1px solid #e6e6e6;
  margin-top: 50px;
  padding-top: 20px;
}

.asd_kintone input.contact_submit, .contact_form input.contact_submit {
  margin-top: 30px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  padding: 13px 95px;
  background-image: linear-gradient(to bottom, #ff893b, #f60);
  border-radius: 5px;
  border: 1px solid #f15b24;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: 0.3s;
}

input.contact_submit:disabled {
  opacity: 0.5;
}

@media (hover: hover) {
  .asd_kintone input.contact_submit:hover, .contact_form input.contact_submit:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #f15b24;
    box-shadow: 0px 1px 2px rgba(5, 1, 5, 0.2), inset 0px 0px 1px rgba(255, 255, 255, 0.5);
    text-shadow: 0px -1px 0px rgba(89, 88, 89, 0.4), 0px 0px 0px rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 768px) {
  .contact_form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact_form .contact_description {
    font-size: 14px;
    text-align: left;
  }
  .contact_form .contact_description a {
    color: #f60;
    text-decoration: none;
  }
  .contact_form .top_d {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .contact_form .under {
    border-top: 1px solid #e6e6e6;
    margin-top: 50px;
    padding-top: 20px;
  }
  .contact_forms {
    width: 100%;
  }
  .contact_group {
    margin-bottom: 10px;
  }
  .contact_label {
    width: 100%;
    display: block;
    float: left;
  }
  .contact_input {
    width: 100%;
    display: block;
  }
  .contact_textarea {
    height: 100px;
  }
  .page-template-page-thanks .contact_form .center {
    font-size: 14px;
  }
  .single-news .topics_set .column3_wide, .single-news .topics_set .column3_small {
    width: 100%;
  }
  .post-type-archive-news .topics_set .column3_wide, .post-type-archive-news .topics_set .column3_small {
    width: 100%;
  }
  .contact_form input.contact_submit {
    font-size: 15px;
    padding: 13px 50px;
  }
}
.bread_crumb {
  margin-top: 66px;
  margin-bottom: 50px;
  height: 40px;
  background-color: #f2f2f2;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.bread_crumb a {
  text-decoration: none;
  color: #f60;
}
.bread_crumb .divider {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .bread_crumb {
    margin-top: 55px;
    padding-bottom: 13px;
    font-size: 12px;
    padding-top: 13px;
  }
}

.content_set.caseStudyWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
.content_set.caseStudyWrap .section_setcc .box_bottom {
  height: auto;
}
.content_set.caseStudyWrap .section_setcc .box_bottom h4 {
  margin-top: 0;
  font-size: 15px;
}
.content_set.caseStudyWrap p {
  margin: 0;
}
.content_set.caseStudyWrap > a .title-bottom {
  max-width: none;
}
@media (hover) {
  .content_set.caseStudyWrap {
    transition: 0.3s;
  }
  .content_set.caseStudyWrap:hover > a {
    transition: 0.3s;
  }
  .content_set.caseStudyWrap:hover > a:hover {
    opacity: 0.7;
  }
}

.section_setcc {
  text-align: left;
  display: block;
  text-decoration: none;
}
.section_setcc .section_setcc_childcc {
  height: 110px;
  margin: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section_setcc .box_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

@media screen and (min-width: 1100px) {
  .section_setcc {
    margin: 0px;
    position: relative;
  }
  .sysint_right {
    margin-bottom: 20px;
    margin-left: 50px;
  }
  .section_setcc_childcc img {
    width: 100%;
    height: auto;
    margin: 0px;
    display: block;
  }
  .section_setcc_childcc .box_title {
    text-align: center;
    width: 100%;
    background-color: #f5f5f5;
  }
  .section_setcc_childcc .box_paratraph {
    text-align: left;
    width: 100%;
    background-color: #f5f5f5;
  }
  .sysint_right .box_bottom {
    margin: 0px;
    height: 62px;
    background-color: #ff9f2c;
    position: relative;
  }
  .section_setcc_childcc .box_title h3 {
    font-size: 40px;
  }
  .section_setcc_childcc .box_title h3 > div {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
  }
  .section_setcc_childcc h4 {
    position: absolute;
    bottom: 20px;
    left: 27px;
    color: #fff;
    font-size: 15px;
  }
  .section_setcc_childcc p {
    font-size: 30px;
    font-weight: bold;
    color: white;
  }
  .section_setcc_childcc .next_button {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  /*セクション****************************************************** */
  .content_set.caseStudyWrap {
    grid-template-columns: none;
  }
  .content_set.caseStudyWrap .section_setcc {
    padding-top: 20px;
    margin: 0px;
    position: relative;
    width: 100%;
  }
  .content_set.caseStudyWrap .section_setcc h4 {
    margin-top: 0;
  }
  .content_set.caseStudyWrap .section_setcc .section_setcc_childcc {
    margin: 0 20px 20px;
  }
  .content_set.caseStudyWrap .section_setcc .section_setcc_childcc img {
    width: 100%;
    height: auto;
    margin: 0px;
    display: block;
  }
  .content_set.caseStudyWrap .section_setcc .section_setcc_childcc .box_title {
    text-align: center;
    width: 100%;
    background-color: #f5f5f5;
  }
  .content_set.caseStudyWrap .section_setcc .section_setcc_childcc .box_title h3 {
    font-size: 24px;
    padding-top: 10px;
  }
  .content_set.caseStudyWrap .section_setcc .section_setcc_childcc .box_title h3 > div {
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
  }
  .content_set.caseStudyWrap .sysint_right {
    margin-bottom: 20px;
    margin-left: 50px;
  }
  .content_set.caseStudyWrap .box_paratraph {
    text-align: left;
    width: 100%;
    background-color: #f5f5f5;
  }
  .content_set.caseStudyWrap h4 {
    color: #fff;
    font-size: 16px;
    margin-top: 0;
  }
  .content_set.caseStudyWrap p {
    font-size: 12px;
    font-weight: bold;
    color: white;
  }
  .content_set.caseStudyWrap .next_button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  .offshore_left, .sysint_right {
    margin-bottom: 20px;
  }
  .sysint_right .box_bottom {
    margin: 0px;
    width: 100%;
    background-color: #ff9f2c;
    position: relative;
  }
}