@keyframes topanimation {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: .05em;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0,0,0,0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

body {
  background: #f4f7f9;
  font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
}

blockquote,
q {
  quotes: "" "";
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 1em 0;
}

.sec-content {
  padding: 0 0 30px;
}

.block-inner {
  padding: 0 10px;
}

.flex-col-sp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-col-sp_2>li {
  width: calc(50% - 5px);
}

.flex-col-sp_2_nmargin>li {
  width: 50%;
}

a {
  color: #3e3a39;
  text-decoration: none;
}

a:visited {
  color: #3e3a39;
}

a:hover,
a:focus,
a:active {
  color: #3e3a39;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: .8;
}

.link-arrow::after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 5px;
  font-size: 12px;
}

.c-viewlinks {
  margin: 30px 0 0 0;
  text-align: center;
}

.viewlinks {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 14px;
}

.viewlinks::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #9ed9ed, #d592ff, #ff9993);
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all .2s ease;
}

.viewlinks::after {
  margin-left: 10px;
}

.viewlinks:hover::before {
  left: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol>li {
  counter-increment: number;
  position: relative;
}

ol>li:before {
  content: counter(number) ".";
  display: inline-block;
  margin-left: -1em;
}

dl {
  margin: 0;
}

dl dd {
  margin: 0;
}

table {
  margin: 0 0 1em;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

th {
  font-weight: normal;
}

.c-table {
  line-height: 1.4;
}

.c-table dl {
  margin-top: 10px;
}

.c-table dl dt {
  padding: 10px;
  background-color: #196bad;
  color: #fff;
  font-weight: bold;
}

.c-table dl dd {
  padding: 10px;
}

.c-table dl dd p {
  margin-bottom: 20px;
}

.c-table dl dd p:last-child {
  margin-bottom: 0;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 3px;
}

button:active,
button:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  outline: none;
}

.address-button {
  border: 1px solid #aeaeae;
  padding: 2px 5px;
  background-color: #f6f7f7;
  color: #3e3a39;
  border-radius: 5px;
}

.form-submit {
  position: relative;
  width: 100%;
  line-height: 34px;
  padding: 15px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.submit-btn--list button {
  margin: 0 10px;
}

.submit-btn--list {
  margin-top: 30px;
}

.submit-btn--list .submit-btn {
  border: 1px solid #00aa71;
  background: #00aa71;
  color: #fff;
}

.submit-btn--list .submit-btn:hover {
  background: #fff;
  color: #00aa71;
}

.submit-btn--list .reset-btn {
  border: 1px solid #3e3a39;
  background: #fff;
  color: #3e3a39;
}

.submit-btn--list .reset-btn:hover {
  border: 1px solid #3e3a39;
  background: #3e3a39;
  color: #fff;
}

.submit-btn--list .submit-btn,
.submit-btn--list .reset-btn {
  width: 110px;
  display: inline-block;
  padding: 10px 0;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  border-radius: 5px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #3e3a39;
  border: none;
  padding: 2px 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f6f7f7;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  height: 250px;
  resize: vertical;
}

input[type=text] {
  display: block;
  border: 1px solid #ccc;
}

.input-20 {
  width: 30%;
}

.input-30 {
  width: 50%;
}

.input-40 {
  width: 70%;
}

.input-50 {
  width: 100%;
}

.input-70 {
  width: 100%;
}

.input-80 {
  width: 80%;
}

.form-content {
  margin-bottom: 10px;
}

.form-content dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.form-content .icon-required {
  background-color: #00aa71;
  color: #fff;
  margin-left: 5px;
  padding: 3px 3px;
  border-radius: 3px;
}

.block-select {
  width: 70px;
  position: relative;
  display: inline-block;
}

.block-select select {
  width: 100%;
  -moz-appearance: none;
  appearance: none;
  padding: 3px 20px 3px 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f6f7f7;
}

.block-select:after {
  display: block;
  content: "▼";
  position: absolute;
  right: 5px;
  top: 6px;
  font-size: 10px;
}

input[type=text].input-postal {
  display: inline-block;
}

body,
button,
input,
select,
textarea {
  color: #3e3a39;
  font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
  font-size: 13px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch",Courier,monospace;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.4;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
  font-size: 15px;
  font-size: .9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: .8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lib/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lib/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lib/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lib/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: .7;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

html body .bx-viewport {
  overflow: visible !important;
}

#slider {
  width: 3000% !important;
}

.slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.slider-wrapper-inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.box-slide-control {
  display: none;
  width: 100%;
  top: 50%;
  margin: 0 auto;
  position: absolute;
  margin-top: -23px;
}

.box-slide-control ul {
  position: relative;
}

.slide-prev-btn {
  position: absolute;
  top: 0;
  left: 5px;
  width: 22px;
}

.slide-next-btn {
  position: absolute;
  top: 0;
  right: 5px;
  width: 22px;
}

.slide-btn-opacity {
  opacity: 0;
}

.box-slider {
  max-width: 1000px;
  margin: 0 auto;
}

.box-slider li {
  width: 1000px;
}

#slider li {
  position: relative;
}

#slider li span {
  position: absolute;
  top: 0;
  right: -41px;
  width: 121px;
  height: auto;
}

.slider-nav {
  margin-top: 15px;
  text-align: center;
}

.slider-nav li {
  display: inline-block;
  margin-left: 15px;
}

.slider-nav li:first-child {
  margin-left: 0;
}

.slider-nav span {
  background-image: url("./images/top/slide_pager.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10px;
  height: 10px;
  display: block;
}

.slider-nav .active span {
  background-image: url("./images/top/slide_pager_active.png");
  background-repeat: no-repeat;
}

.c-btn__center {
  text-align: center;
}

.btn {
  width: 100px;
  padding: 18px 0;
  border: 1px solid #00aa71;
  color: #3e3a39;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1;
}

.btn:visited {
  color: #3e3a39;
}

.btn:hover {
  background: #00aa71;
  border: 1px solid #00aa71;
  color: #fff;
}

.btn.btn-wide {
  width: 250px;
}

.btn.btn-default {
  background-color: #00aa71;
  color: #fff;
}

.btn.btn-blue {
  background-color: rgba(0,0,0,0);
  border: 1px solid #196bad;
  color: #3e3a39;
}

.btn.btn-blue:hover {
  background-color: #196bad;
  color: #fff;
}

.btn.btn-f__small {
  font-size: 14px;
}

.page-anchor:after {
  content: "";
}

@keyframes circleanime {
  from {
    transform: rotate(0deg);
  }

  from {
    transform: rotate(360deg);
  }
}

.common-contact {
  padding: 30px 0;
  background-color: #196bad;
  color: #fff;
  text-align: center;
}

.common-contact .common-contact_title {
  line-height: 1.4;
  font-size: 21px;
}

.common-contact .common-contact_tel {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
}

.common-contact .common-contact_tel img {
  width: 25px;
  display: inline-block;
  margin: -5px 5px 0 0;
}

.common-contact .common-contact_tel span {
  display: block;
  font-size: 13px;
}

.common-contact .common-contact_btn--box {
  margin-top: 7px;
}

.common-contact .common-contact_btn--box .common-contact_btn {
  display: inline-block;
  padding: 10px 15px;
  background-color: #fff;
  border: 2px solid #fff;
  color: #196bad;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
}

.common-contact .common-contact_btn--box .common-contact_btn:before {
  content: "";
  display: inline-block;
  background-image: url(../images/footer/icon_mail@2x.png);
  width: 23px;
  height: 18px;
  background-size: 23px;
  background-position: 0px -18px;
  background-repeat: no-repeat;
  margin: 0 5px -4px 0;
}

.common-contact .common-contact_btn--box .common-contact_btn:hover {
  opacity: 1;
  background-color: #196bad;
  border: 2px solid #fff;
  color: #fff;
}

.common-contact .common-contact_btn--box .common-contact_btn:hover:before {
  background-position: 0 0;
}

.common-contact .common-contact_btn--box .common-contact_btn img {
  width: 23px;
  display: inline-block;
  margin: -3px 5px 0 0;
}

.tel-link {
  color: #196bad;
}

.tel-link:hover {
  color: #196bad;
}

.tel-link:visited {
  color: #196bad;
}

.tel-link--white {
  color: #fff;
}

.tel-link--white:hover {
  color: #fff;
}

.tel-link--white:visited {
  color: #fff;
}

.page-header {
  position: relative;
  background: #fffbc2;
  height: 90px;
}

.page-header .page-title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
  color: #3e3a39;
  text-align: center;
  line-height: 1;
}

.page-header .page-title span {
  display: block;
  font-size: 15px;
  padding-top: 8px;
  position: relative;
}

.title-blue {
  position: relative;
  margin-bottom: 25px;
  color: #196bad;
  font-size: 17.5px;
  text-align: center;
}

.title-blue:after {
  width: 75px;
  height: 4px;
  content: "";
  display: block;
  background-color: #196bad;
  margin: 10px auto 0;
}

.index .common-title__center {
  padding: 15px 0 45px;
}

.index .common-title__center:after {
  width: 40px;
  height: 18px;
  content: "";
  display: block;
  background-image: url(../images/common/icon_title@2x.png);
  background-size: 40px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
}

.common-title__center {
  position: relative;
  margin-bottom: 30px;
  padding: 25px 0 30px;
  box-shadow: 0px 4px 5px -3px #aeaeae;
  background-color: #fff;
  color: #3e3a39;
  letter-spacing: .005em;
  line-height: 1.4;
  text-align: center;
}

.common-title__center .common-title__en {
  font-family: "Montserrat",sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  color: #00aa71;
  letter-spacing: 0;
}

.common-title__center span {
  display: block;
  font-size: 14px;
}

.sec-title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}

.sec-title span {
  margin-left: 7px;
  font-size: 10px;
  color: #7b7b7b;
}

.sec-title:after {
  width: 25px;
  height: 1px;
  background-color: #efc337;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec-subtitle {
  background: #fff;
  margin-bottom: 12px;
  padding: 8px 12px 8px 1.8em;
  font-size: 16px;
  font-weight: bold;
  text-indent: -1em;
}

.sec-subtitle:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 19px;
  margin-right: 10px;
  background: #fffbc2;
  vertical-align: -4px;
}

.c-page__intro {
  margin-bottom: 30px;
  letter-spacing: 0;
}

.c-page__intro:after {
  content: "";
  clear: both;
  display: block;
}

.c-page__intro p {
  margin-bottom: 15px;
}

.c-page__intro p:last-child {
  margin-bottom: 0;
}

.c-news>li {
  background-color: #fff;
  margin-bottom: 7px;
  padding: 10px;
}

.c-news a {
  padding-right: 20px;
  position: relative;
  display: block;
}

.c-news a:after {
  display: block;
  top: 50%;
  transform: translateY(-50%);
  font-family: fontawesome;
  content: "";
  position: absolute;
  right: 0;
  font-size: 12px;
}

.c-news a .c-news__txt {
  text-decoration: underline;
}

.c-page-description {
  padding: 0 10px 35px;
  font-size: 13px;
  line-height: 1.8;
  font-weight: bold;
}

.c-page-description .title-blue {
  margin-bottom: 0;
}

.pagination {
  background-color: #fff;
  padding: 10px 0;
}

.pagination .wp-pagenavi {
  text-align: center;
}

.pagination .wp-pagenavi>a {
  margin: 0 5px;
}

.pagination .wp-pagenavi .current {
  color: #00aa71;
}

.c-pagetop {
  background: #3e3a39;
  border-bottom: 1px solid #f4f7f9;
}

.c-pagetop a {
  display: block;
  width: 100%;
  padding: 12px 0;
  transition: all .2s ease;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.c-pagetop a span {
  position: relative;
  overflow: hidden;
}

.c-pagetop a span img {
  margin-right: 5px;
  width: 10px;
}

.c-pagetop a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
}

.l-footer {
  background-color: #fff;
  font-size: 12px;
  border-top: 1px solid #ececec;
}

.l-footer .l-container {
  padding: 0;
}

.l-footer .footer-list {
  border-bottom: 1px solid #ececec;
}

.l-footer .footer-list li {
  width: 50%;
  border-top: 1px solid #ececec;
}

.l-footer .footer-list li.footer_menu_en {
  width: 100%;
}

.l-footer .footer-list li.footer_menu_en a:before {
  content: "";
  display: inline-block;
}

.l-footer .footer-list li:nth-child(odd) {
  border-right: 1px solid #ececec;
}

.l-footer .footer-list a {
  color: #3e3a39;
  padding: 15px 10px;
  text-align: center;
  display: block;
  font-weight: bold;
}

.l-footer .footer-list a:before {
  content: "・";
  display: inline-block;
}

.l-footer .c-pc-footer--list {
  display: none;
}

.l-footer .c-pc-footer--list .footer--list {
  display: inline-block;
  margin-left: 40px;
  text-align: left;
  vertical-align: top;
  line-height: 1.8;
}

.l-footer .c-pc-footer--list .footer--list:first-child {
  margin-left: 0;
}

.l-footer .c-pc-footer--list .footer--list>li {
  font-weight: bold;
}

.l-footer .c-pc-footer--list .footer--list>li:before {
  content: "・";
  display: inline-block;
}

.l-footer .c-pc-footer--list .footer--list .footer--list__child>li {
  padding-left: 1.4em;
  font-weight: normal;
}

.l-footer .footer-bottom {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}

.l-footer .footer-bottom .l-container {
  padding: 0;
}

.l-footer .footer-bottom .l-container p strong:first-child {
  font-size: 16px;
}

.l-footer .footer-bottom .l-container p strong:first-child,
.l-footer .footer-bottom .l-container p span {
  margin-bottom: 5px;
  display: inline-block;
}

.l-footer .footer-bottom .footer-logo {
  width: 150px;
  margin: 20px auto 15px;
}

.l-footer .l-footer__copy {
  background-image: url(../images/header/bg_header@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  text-align: center;
  margin-top: 25px;
  padding: 5px;
}

.l-footer .l-footer__copy small {
  color: #fff;
  font-size: 10px;
}

.l-footer .footer__contact {
  display: inline-block;
  background-color: #00a67c;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 12px 0 10px 20px;
  font-size: 12px;
  font-weight: 600;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 215px;
  text-align: center;
  border-top-left-radius: 4px;
  box-shadow: inset -2px -2px 10px 0px hsla(0,0%,100%,.5),inset 2px 2px 10px 0px rgba(0,0,0,.3);
}

.l-footer .footer__contact::before {
  content: "";
  background-image: url(../images/footer/icon_mail@2x.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 30px;
  height: 25px;
  background-size: 30px;
  background-position: 0 0;
}

.l-footer .footer__contact::after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "";
  position: absolute;
  right: 20px;
}

.gnav-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 46px;
  height: 100%;
}

.gnav-btn-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.gnav-btn-container img {
  position: absolute;
  width: 27px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -13px;
  display: block;
  transition: all .2s;
}

.gnav-btn-container.close img {
  transform: rotate(90deg);
}

.menu-open .gnav-txt__close {
  display: block;
}

.menu-open .gnav-txt__open {
  display: none;
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.sp-globalnav {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.sp-globalnav-list {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
}

.sp-globalnav-list li {
  border-top: 1px solid #ececec;
}

.sp-globalnav-list>li a {
  display: block;
  padding: 12px;
  text-align: center;
  position: relative;
}

.sp-globalnav-list>li a.child-btn:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 14px;
  transform: translateY(-50%);
  transition: ease .3s;
}

.sp-globalnav-list>li a.child-btn.close:after {
  transform: translateY(-50%) rotate(90deg);
}

.globalnav {
  display: none;
}

.globalnav .globalnav-list {
  display: table;
}

.globalnav .globalnav-list>li {
  display: table-cell;
}

.globalnav .globalnav-list>li>a {
  display: block;
  position: relative;
  padding: 30px 10px;
  text-align: center;
}

.globalnav .globalnav-list>li>a:hover:after {
  transform: scale(1);
}

.globalnav .globalnav-list>li>a:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #00aa71, #196bad);
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: all .3s ease;
}

.globalnav .globalnav-list>li>a span {
  display: block;
  color: #00aa71;
  font-family: "Montserrat",sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: .005em;
}

.globalnav .globalnav-list>li .gnav-child-btn:hover+.globalnav-child {
  display: block;
}

.globalnav .globalnav-child {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 98px;
  z-index: 100;
  background-color: hsla(0,0%,100%,.9);
}

.globalnav .globalnav-child:hover {
  display: block;
}

.globalnav .globalnav-child .globalnav-child__list {
  width: 1000px;
  margin: 10px auto 0;
  text-align: center;
}

.globalnav .globalnav-child .globalnav-child__list>li {
  display: inline-block;
}

.globalnav .globalnav-child .globalnav-child__list>li a {
  display: block;
  padding: 30px 25px;
}

.nav-anchor-point {
  position: absolute;
  top: -73px;
}

.l-header .l-header-top {
  height: 5px;
  background-image: url(../images/header/bg_header@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.l-header .l-header__title {
  line-height: 0;
  width: 136px;
  float: left;
}

.l-header .l-header-subnavi {
  display: none;
}

.l-header .l-header-subnavi>li {
  display: table-cell;
  padding-left: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}

.l-header .l-header-subnavi>li a {
  display: block;
  color: #fff;
}

.l-header .l-header-subnavi .subnavi-icon {
  margin-right: 5px;
}

.l-header .l-header-subnavi .l-header-subnavi--en {
  font-size: 14px;
}

.l-header .l-header-subnavi .l-header-subnavi--en a {
  display: inline-block;
}

.l-header .l-header-subnavi .l-header-subnavi--en img {
  position: relative;
  top: -2px;
}

.l-header .l-header-subnavi .l-header-subnavi--tel {
  font-size: 18px;
}

.l-header .l-header-subnavi .l-header-subnavi--tel .subnavi-icon {
  padding-bottom: 3px;
}

.l-header .l-header-bottom {
  background-color: #fff;
  padding: 10px 0;
  transition: .4s;
  border-bottom: 1px solid;
}

.l-header .l-header-bottom.change {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 100;
}

.l-header .l-header-bottom.sticky {
  top: 0;
}

.l-header .l-header-bottom .l-container {
  position: static;
}

.l-header .l-header-sp-navi {
  float: right;
  display: table;
  margin-top: 8px;
}

.l-header .l-header-sp-navi>li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
}

.l-header .l-header-sp-navi>li img {
  width: 26px;
}

.l-header .l-header-sp-navi>li:last-child {
  padding-right: 0;
}

.l-header .l-header-sp-navi>li:last-child img {
  width: 30px;
}

.pc-nav-box {
  position: relative;
}

.l-wrapper {
  overflow: hidden;
  margin: 0 auto;
}

.l-container {
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.sec-child {
  padding: 35px 0 45px;
  position: relative;
}

.sec-child:nth-child(odd) {
  background-color: #fff;
}

.sec-case {
  padding-bottom: 0;
}

.case-list li {
  padding: 32.5px 10px 37.5px;
  text-align: center;
}

.case-list li:nth-child(odd) {
  background-color: #fff;
}

.case-list .case-list-type {
  margin-bottom: 20px;
  font-weight: bold;
}

.case-list .case-list-icon {
  background: #00aa71;
  padding: 5px 7px;
  color: #fff;
  border-radius: 5px;
  margin-right: 5px;
}

.case-list .case-list-charge {
  margin: 20px 0;
  text-align: center;
}

.case-list .case-contents {
  text-align: left;
}

.case-list .case-contents>p {
  margin: 20px 0;
}

.case-list .case-contents>p:first-child {
  margin-top: 0;
}

#company figcaption,
#company .company-content--award__figcaption {
  margin-top: 4px;
  padding: 2px;
  text-align: center;
  font-size: 11px;
  background-color: #fff;
}

#philosophy .common-title__center {
  margin-bottom: 0;
}

#philosophy .l-container {
  padding: 0;
}

#philosophy.sec-child {
  padding: 0;
}

#philosophy .company-content--philosophy {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.4em;
  font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E",serif;
}

#philosophy .company-content--philosophy__text {
  margin: 10px;
  padding: 30px 0;
  background: url(../images/company/bg_philosophy_conts_s.png) no-repeat;
  background-size: 100%;
}

#message.sec-child {
  padding-top: 0;
}

#message .company-content--message {
  overflow: hidden;
  margin-bottom: 55px;
}

#message .company-content--message__text p {
  margin-bottom: 20px;
}

#message .company-content--message .company-content--message__profile_pic {
  width: 75%;
  margin: 0 auto;
}

#message .company-content--message__profile {
  margin-bottom: 45px;
}

#message .company-content--message__profile dt {
  width: 75%;
  margin: 0 auto 15px;
}

#message .company-content--message__sign {
  width: 60%;
  float: right;
  margin: 10px 0 30px;
}

#message .company-content--award a {
  text-decoration: underline;
}

#message .company-content--award__image01 {
  width: 70%;
  margin: 20px auto 30px;
}

#message .company-content--award__image02 li {
  margin-bottom: 5px;
}

#profile {
  background: url(../images/company/bg_profile@2x.jpg) no-repeat center center;
  background-size: cover;
}

#profile.sec-child {
  padding-top: 0;
}

#profile .l-container {
  margin: 60px auto -15px;
}

#profile .company-content--profile {
  font-size: 14px;
}

#profile .company-content--profile dl {
  margin-bottom: 15px;
}

#profile .company-content--profile dt {
  margin-bottom: 10px;
  text-align: center;
}

#profile .company-content--profile dd {
  text-align: center;
}

#access.sec-child {
  padding: 0 0 5px;
}

#access .l-container,
#access .block-inner {
  padding: 0;
}

#access .common-title__center {
  margin-bottom: 0;
}

#access .company-content--access__list iframe {
  width: 100%;
  height: 250px;
}

#access .company-content--access__list dl {
  margin: 15px 0;
  text-align: center;
}

.sec-contact {
  padding-bottom: 0;
}

.c-tel--block {
  margin-top: 25px;
  color: #196bad;
  font-size: 21px;
  line-height: 1.2;
  text-align: center;
}

.c-tel--block p {
  margin-top: 10px;
}

.c-tel--block span {
  display: block;
  font-size: 10.5px;
  color: #3e3a39;
}

.c-tel--block img {
  width: 25px;
  display: inline-block;
  margin: -5px 5px 0 0;
}

.b-contact {
  padding: 30px 0;
}

.c-page-description .contribution-list {
  margin: 20px auto 0;
}

.contribution-logo {
  text-align: center;
  margin-bottom: 30px;
}

.contribution-logo--picc img {
  width: 264px;
}

.contribution-logo--powerfuljapan img {
  width: 273px;
}

.contribution-logo--kutsusapo img {
  width: 137px;
}

.contribution-logo--ciesf img {
  width: 113px;
}

.contribution-logo--lfpi img {
  width: 150px;
}

.contribution-logo--terra img {
  width: 150px;
}

.contribution-logo--coki img {
  width: 200px;
}

.contribution-contents {
  line-height: 1.8;
}

.contribution-contents:after {
  content: "";
  clear: both;
  display: block;
}

.contribution-contents .contribution-subtitle {
  color: #196bad;
  font-size: 14.5px;
}

.contribution-contents .contribution-subtitle span {
  display: block;
  font-size: 12px;
}

.contribution-contents .contribution--name {
  margin-top: 10px;
}

.contribution-contents__about .contribution-img--list>li {
  margin-top: 15px;
}

.contribution-contents__about .contribution-tote--list>li {
  margin: 15px auto 0;
  width: 240px;
}

.contribution-contents__contact {
  text-align: center;
  margin-top: 25px;
}

.contribution-contents__contact .contribution-subtitle {
  margin-bottom: 15px;
}

.contribution-contents__contact .contribution-icon {
  display: inline-block;
  margin-right: 3px;
}

.contribution-contents__contact .contribution-icon__tel img {
  width: 11px;
}

.contribution-contents__contact .contribution-icon__mail img {
  width: 15px;
}

.contribution-contents__contact .c-btn {
  margin-top: 15px;
}

.en {
  padding-bottom: 0px !important;
}

.en .l-header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.en .l-header .l-header-bottom {
  position: relative;
  top: -200px;
}

.en .l-header .l-header-bottom.sticky {
  position: fixed !important;
  top: 0 !important;
}

.en .l-header .globalnav a {
  font-family: "Montserrat",sans-serif;
  font-style: italic;
  color: #00aa71;
  font-size: 18px;
}

.en .sp-globalnav-list {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
}

.en .sp-globalnav-list li {
  border-top: 1px solid #ececec;
}

.en .sp-globalnav-list>li a {
  display: block;
  padding: 12px;
  text-align: center;
  position: relative;
  font-family: "Montserrat",sans-serif;
  color: #00aa71;
  font-size: 20px;
  font-style: italic;
}

@-moz-document url-prefix()  {
  .en .l-main {
    position: relative;
  }
}

.en .en-top-content {
  position: relative;
  background: url(../images/en/en_top_fv.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  height: 760px;
  width: 100%;
  text-align: center;
}

.en .en-top-content .l-container {
  position: static;
}

.en .en_top_box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.en .en_top_box .en_top_menu {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.en .en_top_box .en_top_menu a {
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
  color: #00aa71;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 5px -3px #aeaeae;
}

.en .common-title__center {
  box-shadow: 0px 3px 12px 0px #aeaeae !important;
  margin-bottom: 0px;
  z-index: 10;
}

.en .margin_1l {
  margin-top: 21px !important;
}

.en .pd_right {
  position: relative;
  top: 25px;
}

.en #technology .sec-child:first-of-type {
  padding: 30px 0 35px;
}

.en #message .l-container {
  padding-top: 35px;
}

.en #philosophy .company-content--philosophy {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.4em;
  font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E",serif;
}

.en #philosophy .company-content--philosophy__text {
  margin: 10px;
  padding: 30px 0;
  background: url(../images/en/bg_philosophy_conts_s.png) no-repeat;
  background-size: 100%;
}

.en #guide {
  padding-top: 25px;
}

.en .company-content--philosophy {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.4em;
  font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E",serif;
}

.en .company-content--philosophy__text {
  margin: 10px;
  padding: 30px 0;
  background: url(../images/company/bg_philosophy_conts_s.png) no-repeat;
  background-size: 100%;
}

.en .product-content--table .product-content--table__description {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: -4px;
}

.en .product-content--table th {
  font-size: 14px;
  padding: 4px;
}

.en .product-content--table thead th:first-child>div {
  position: relative;
}

.en .product-content--table thead th:first-child>div:before {
  position: absolute;
  content: "▼";
  font-size: 9px;
  top: 43px;
  left: 70px;
}

.en .product-content--table thead th:first-child>div:after {
  position: absolute;
  content: "▶";
  font-size: 9px;
  top: 12px;
  right: 20px;
  margin-top: -8px;
}

.en .product-content--table .table-01 thead th:first-child {
  width: 160px;
  height: 80px;
}

.en .product-content--table .table-01 thead th:nth-child(2),
.en .product-content--table .table-01 thead th:nth-child(4),
.en .product-content--table .table-01 thead th:nth-child(7) {
  width: 110px;
}

.en .product-content--table .table-01 thead th:nth-child(3) {
  width: 120px;
}

.en .product-content--table .table-01 thead th:nth-child(5) {
  width: 160px;
}

.en .product-content--table .table-01 thead th:nth-child(6) {
  width: 60px;
}

.en .product-content--table .table-01 thead th:nth-child(8) {
  width: 70px;
}

.en .product-content--table .table-02 th {
  background: #fff;
}

.en .product-content--table .table-02 thead th:first-child {
  width: 340px;
}

.en .product-content--table .table-02 thead th:nth-child(4),
.en .product-content--table .table-02 thead th:nth-child(6) {
  width: 110px;
}

.en .product-content--table .table-02 thead th:nth-child(2),
.en .product-content--table .table-02 thead th:nth-child(3),
.en .product-content--table .table-02 thead th:nth-child(5) {
  width: 110px;
}

.en .product-content--table .table-02 thead th:first-child div:before {
  left: 120px;
  top: 25px;
}

.en .product-content--table .table-02 thead th:first-child div:after {
  right: 20px;
}

.en .product-content--table .table-03 thead th:first-child {
  width: 90px;
}

.en .product-content--table .table-03 thead th:nth-child(2) {
  width: 400px;
}

.en .product-content--table .table-03 thead th:nth-child(3),
.en .product-content--table .table-03 thead th:nth-child(4) {
  width: 140px;
}

.en .product-content--table img {
  width: 60%;
}

.en .company-content--award__figcaption {
  text-align: center;
  padding: 4px;
  font-size: 14px;
}

#product {
  padding-bottom: 0;
}

.filter .common-title__center {
  margin-bottom: 0;
}

.filter .sec-child:nth-child(odd) .filter-content__image figcaption {
  background-color: #f4f7f9;
}

.filter-content .filter-content__text {
  margin-top: 25px;
  letter-spacing: 0;
}

.filter-content .filter-content__text p {
  margin-bottom: 30px;
}

.filter-content .filter-content__text p:last-child {
  margin-bottom: 0;
}

.filter-content .filter-content__image {
  margin-top: 25px;
}

.filter-content .filter-content__image figure {
  margin: 0;
}

.filter-content .filter-content__image figcaption {
  margin-top: 4px;
  padding: 2px;
  text-align: center;
  font-size: 11px;
  background-color: #fff;
}

.index .common-title__center {
  margin-bottom: 0;
}

.index .tel-link {
  color: #196bad;
}

.index .tel-link:hover {
  color: #196bad;
}

.index .tel-link:visited {
  color: #196bad;
}

.index .tel-link--white {
  color: #fff;
}

.index .tel-link--white:hover {
  color: #fff;
}

.index .tel-link--white:visited {
  color: #fff;
}

.sec-top_publishedmedia {
  padding: 30px 0;
  background-color: #196bad;
  color: #fff;
  text-align: center;
}

.sec-top_publishedmedia .top-publishedmedia {
  padding-bottom: 0;
}

.sec-top_publishedmedia .top-publishedmedia_block {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.sec-top_publishedmedia .top-publishedmedia_block--list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
}

.sec-top_publishedmedia .top-publishedmedia_block--list li {
  width: 23%;
}

.sec-top_publishedmedia .top-publishedmedia_block--list li img {
  width: 100%;
  height: 40px;
  object-fit: contain;
}

.sec-top_publishedmedia .top_publishedmedia_title {
  line-height: 1.4;
  font-size: 21px;
  color: #00aa71;
}

.sec-top_publishedmedia .top_publishedmedia_tel {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
}

.sec-top_publishedmedia .top_publishedmedia_tel img {
  width: 25px;
  display: inline-block;
  margin: -5px 5px 0 0;
}

.sec-top_publishedmedia .top_publishedmedia_tel span {
  display: block;
  font-size: 13px;
}

.sec-top_publishedmedia .top_publishedmedia_btn--box {
  margin-top: 7px;
}

.sec-top_publishedmedia .top_publishedmedia_btn--box .top_publishedmedia_btn {
  display: inline-block;
  padding: 10px 15px;
  background-color: #fff;
  border: 2px solid #fff;
  color: #196bad;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
}

.sec-top_publishedmedia .top_publishedmedia_btn--box .top_publishedmedia_btn:before {
  content: "";
  display: inline-block;
  background-image: url(../images/footer/icon_mail@2x.png);
  width: 23px;
  height: 18px;
  background-size: 23px;
  background-position: 0px -18px;
  background-repeat: no-repeat;
  margin: 0 5px -4px 0;
}

.sec-top_publishedmedia .top_publishedmedia_btn--box .top_publishedmedia_btn:hover {
  opacity: 1;
  background-color: #196bad;
  border: 2px solid #fff;
  color: #fff;
}

.sec-top_publishedmedia .top_publishedmedia_btn--box .top_publishedmedia_btn:hover:before {
  background-position: 0 0;
}

.sec-top_publishedmedia .top_publishedmedia_btn--box .top_publishedmedia_btn img {
  width: 23px;
  display: inline-block;
  margin: -3px 5px 0 0;
}

.bnrs .bnr {
  width: 100%;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  margin-top: 20px;
}

.mainvisual {
  position: relative;
}

.top-lead {
  background-color: #fffbc2;
  text-align: center;
  padding: 50px 0;
}

.top-lead__title {
  margin-bottom: 10px;
}

.top-lead__title img {
  width: 218px;
}

.top-lead__txt {
  font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E",serif;
  font-weight: bold;
  line-height: 1.5;
}

.top-business__inner {
  width: 76%;
  margin: 0 auto;
}

.top-business__list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(199.5,199.5,199.5);
}

.top-business__list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.top-business__list a:hover img {
  opacity: .6;
}

.top-business__list-title {
  position: relative;
  margin: 8px 0 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.top-business__list-title:after {
  display: block;
  top: 50%;
  transform: translateY(-50%);
  font-family: fontawesome;
  content: "";
  position: absolute;
  right: 10px;
  font-size: 12px;
}

.top-merit {
  background: url(../images/index/bg_merit.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top-merit .l-container {
  padding-top: 23px;
}

.top-merit--list {
  margin-top: 35px;
}

.top-merit--list>li {
  margin-top: 5px;
}

.top-merit--list>li:first-child {
  margin-top: 0;
  margin-left: 0;
}

.merit-graph {
  margin-top: 30px;
}

.top-doctor {
  background: url(../images/index/bg_doctor.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.top-doctor .l-container {
  padding-top: 23px;
}

.doctor-map {
  margin-bottom: 25px;
}

.c-top-doctor>p {
  margin: 35px 0 16px;
  text-align: center;
}

.c-top-doctor>p img {
  width: 270px;
}

.c-top-doctor .doctor-pic {
  margin-top: 25px;
}

.doctor-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.doctor-list>li {
  width: calc(33.3333% - 5px);
}

.top-content-list {
  margin-top: 18px;
}

.top-content-list>li {
  margin-top: 7px;
  padding: 15px 10px 25px;
  background-color: #fff;
}

.top-content-list .top-content-list__title--pc {
  display: none;
}

.top-content-list .top-content-list__pic {
  margin-bottom: 15px;
}

.top-content-list p {
  margin-bottom: 15px;
}

.top-content-list .top-content-list__txt .btn {
  width: 100%;
}

.top-content-list__title {
  margin-bottom: 15px;
  font-size: 14.5px;
  line-height: 1.4;
  text-align: center;
}

.top-content-list__title span {
  display: block;
  font-size: 14px;
  color: #00aa71;
  font-weight: normal;
  font-family: "Montserrat",sans-serif;
  font-style: italic;
}

.top-content-news,
.top-content-contribution {
  margin-top: 6px;
  padding: 20px 10px 25px;
  background-color: #fff;
}

.top-content-news .title,
.top-content-contribution .title {
  font-weight: bold;
}

.content-news__list>dl {
  margin-bottom: 20px;
}

.content-news__list>dl>dt {
  color: #00aa71;
}

.contribution-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.contribution-list>li {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

.contribution-list>li.contribution-list__min {
  width: 50%;
}

.contribution-list__child>li {
  margin: 15px 0;
}

.contribution-list__child>li:first-child {
  margin-top: 0;
}

.logo-picc img {
  width: 180px;
}

.logo-powerfuljapan img {
  width: 180px;
}

.logo-kutsusapo img {
  width: 93px;
}

.logo-ciesf img {
  width: 83px;
}

.logo-smile img {
  width: 103px;
}

.logo-lfpi img {
  width: 120px;
}

.logo-coki {
  display: block;
  text-align: center;
  width: 100% !important;
  margin: 30px 0 !important;
}

.logo-coki img {
  width: 120px;
}

.logo-terra img {
  width: 130px;
}

.content-links-list>li {
  margin-top: 6px;
}

.bnr img {
  cursor: pointer;
}

.coki-bnr {
  text-align: center;
  background: #fff;
}

.coki-bnr--img {
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  margin: 16px 0;
}

.media .b-news,
.media-single .b-news,
.top-content-media .b-news {
  width: 100%;
}

.media .content-media__list,
.media-single .content-media__list,
.top-content-media .content-media__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.media .content-media__list--center,
.media-single .content-media__list--center,
.top-content-media .content-media__list--center {
  -ms-flex-pack: center;
  justify-content: center;
}

.media .content-media__list--center .media-item:first-child,
.media-single .content-media__list--center .media-item:first-child,
.top-content-media .content-media__list--center .media-item:first-child {
  margin-left: 0;
}

.media .media-item,
.media-single .media-item,
.top-content-media .media-item {
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
}

.media .media-item a:hover,
.media-single .media-item a:hover,
.top-content-media .media-item a:hover {
  opacity: 1;
}

.media .media-item a,
.media-single .media-item a,
.top-content-media .media-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.media .media-item a:hover img,
.media-single .media-item a:hover img,
.top-content-media .media-item a:hover img {
  transform: scale(1.2);
}

.media .item-img,
.media-single .item-img,
.top-content-media .item-img {
  height: 210px;
  overflow: hidden;
  position: relative;
}

.media .item-img img,
.media-single .item-img img,
.top-content-media .item-img img {
  display: block;
  transition: transform ease .75s;
}

.media .item-txt,
.media-single .item-txt,
.top-content-media .item-txt {
  padding: 20px;
}

.media .item-txt .info,
.media-single .item-txt .info,
.top-content-media .item-txt .info {
  margin-bottom: 20px;
}

.media .item-txt .cat ul,
.media-single .item-txt .cat ul,
.top-content-media .item-txt .cat ul {
  display: inline-block;
}

.media .item-txt .cat ul a,
.media-single .item-txt .cat ul a,
.top-content-media .item-txt .cat ul a {
  display: inline-block;
  width: auto;
  background: #3e3a39;
  color: #fff;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  font-size: 14px;
  transition: background ease .5s;
}

.media .item-txt .cat ul a:hover,
.media-single .item-txt .cat ul a:hover,
.top-content-media .item-txt .cat ul a:hover {
  background: #196bad;
}

.media .item-txt .cat a,
.media-single .item-txt .cat a,
.top-content-media .item-txt .cat a {
  margin: 0 10px 10px 0;
  display: inline-block;
  width: auto;
  background: #3e3a39;
  color: #fff;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  font-size: 14px;
  transition: background ease .5s;
}

.media .item-txt .cat a:hover,
.media-single .item-txt .cat a:hover,
.top-content-media .item-txt .cat a:hover {
  background: #196bad;
}

.media .item-txt .time,
.media-single .item-txt .time,
.top-content-media .item-txt .time {
  color: #00aa71;
  font-size: 14px;
}

.media .l-header .l-header-subnavi .l-header-subnavi--en a,
.media-single .l-header .l-header-subnavi .l-header-subnavi--en a,
.top-content-media .l-header .l-header-subnavi .l-header-subnavi--en a {
  display: inline;
}

.media .wp-block-button__link,
.media-single .wp-block-button__link,
.top-content-media .wp-block-button__link {
  padding: 20px 80px;
  border: 1px solid #196bad;
  border-radius: 8px;
  background: #196bad;
  transition: .2s ease;
  color: #fff;
}

.media .wp-block-button__link:hover,
.media-single .wp-block-button__link:hover,
.top-content-media .wp-block-button__link:hover {
  color: #196bad;
  background-color: #fff;
}

.top-content-media .content-news__list {
  margin-bottom: 0;
}

.top-content-media .content-media__list {
  margin-bottom: 0;
}

.top-content-media .content-media__list--center {
  -ms-flex-pack: center;
  justify-content: center;
}

.top-content-media .content-media__list--center .media-item:first-child {
  margin-left: 0;
}

.top-content-media .media-item:first-child,
.top-content-media .media-item:nth-child(4) {
  margin-left: 0;
}

.top-content-media .item-txt .info {
  min-height: 40px;
}

.media-single .title-blue {
  margin-top: 20px;
}

.media-single .l-main .sec-content {
  padding: 0;
}

.news .sec-news {
  padding-bottom: 0;
}

.b-news .content-news__list {
  width: 100%;
}

.detail-date {
  color: #00aa71;
  text-align: center;
  font-weight: normal;
}

.b-news-detail {
  background-color: #fff;
}

.b-news-detail .block-inner {
  padding: 30px 10px;
  line-height: 1.8;
}

.b-news-detail .block-inner p {
  margin-bottom: 15px;
}

.b-news-detail .block-inner p:last-child {
  margin-bottom: 0;
}

.b-news-detail .block-inner img.aligncenter {
  display: block;
  margin: 0 auto;
}

.b-news-detail .block-inner ul {
  margin: 10px 0 15px;
  padding-left: 1.5em;
}

.b-news-detail .block-inner ul>li {
  margin-bottom: 2px;
}

.b-news-detail .block-inner ul>li::before {
  content: "・";
  display: inline-block;
  margin-left: -1.2em;
}

.b-news-detail .block-inner ol {
  margin: 10px 0 15px;
  padding-left: 1.5em;
}

.b-news-detail .block-inner ol>li {
  margin-bottom: 2px;
}

.b-news-detail .block-inner blockquote {
  margin-bottom: 15px;
  padding: 25px;
  background-color: #eee;
  text-align: left;
}

.b-news-detail .block-inner blockquote p:last-child {
  margin-bottom: 0;
}

.b-news-detail figure {
  margin-top: 0;
  margin-bottom: 15px;
}

.b-news-detail figure.alignleft {
  margin-right: 15px;
}

.b-news-detail figure.alignright {
  margin-left: 15px;
}

.b-news-detail figure figcaption {
  margin-bottom: 0;
}

.b-news-detail a {
  color: #196bad;
  font-weight: 600;
}

.b-news-detail .sumbnail {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  overflow: hidden;
  box-sizing: content-box;
}

.b-news-detail .sumbnail img {
  display: inline-block;
  width: 100%;
}

.b-news-detail--btn {
  padding: 30px 0;
}

.b-news-detail .wp-block-image .alignright {
  float: none;
}

.b-news-detail .wp-block-image .alignleft {
  float: none;
}

.b-privacy p {
  margin-top: 30px;
}

#introduction .sec-child:first-of-type {
  padding: 0 0 35px;
}

#introduction .sec-child:nth-of-type(2),
#introduction .sec-child:nth-of-type(3) {
  padding: 0;
}

#introduction .sec-child:nth-of-type(4),
#introduction .sec-child:nth-of-type(5) {
  padding: 25px 0 35px;
}

#introduction .sec-child:nth-of-type(4) .l-container,
#introduction .sec-child:nth-of-type(4) .block-inner,
#introduction .sec-child:nth-of-type(5) .l-container,
#introduction .sec-child:nth-of-type(5) .block-inner {
  padding-right: 0;
}

#technology .sec-child:first-of-type {
  padding: 0 0 35px;
}

#technology .sec-child:nth-of-type(2) {
  padding: 25px 0 35px;
}

#technology .sec-child:nth-of-type(2) .l-container,
#technology .sec-child:nth-of-type(2) .block-inner {
  padding-right: 0;
}

#technology .product-content__text {
  margin-bottom: 20px;
}

.title-blue {
  font-size: 21px;
}

.product-content--list li {
  padding: 0 20px 30px;
}

.product-content--list li:nth-child(odd) {
  background: #fff;
}

.product-content--list li:nth-child(even) {
  padding-top: 40px;
  background: #f4f7f9;
}

.product-content--list .title-blue {
  margin-top: -10px;
}

.product-content--list__image {
  width: 100%;
  margin: 0 auto 30px;
}

.product-content--list:last-of-type li:first-child {
  padding-top: 30px;
}

.product-content--list:last-of-type .product-content--list__image {
  width: 85%;
  margin: 0 auto 30px;
}

.product-content--table {
  overflow: auto;
  white-space: nowrap;
}

.product-content--table img {
  width: 90%;
}

.product-content--table table {
  border: 1px solid #aeaeae;
}

.product-content--table th {
  padding: 12px;
  font-weight: bold;
  background: #f4f7f9;
  border-right: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
  text-align: center;
  white-space: nowrap;
}

.product-content--table td {
  padding: 12px;
  border-right: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
  text-align: center;
}

.product-content--table__num {
  font-size: 17px;
  font-weight: bold;
}

.product-content--table thead th:first-child>div {
  position: relative;
}

.product-content--table thead th:first-child>div:before {
  position: absolute;
  content: "▼";
  font-size: 9px;
  top: 16px;
  left: 10px;
}

.product-content--table thead th:first-child>div:after {
  position: absolute;
  content: "▶";
  font-size: 9px;
  top: 52%;
  right: -10px;
  margin-top: -8px;
}

.product-content--table .table-01 thead th:first-child {
  width: 108px;
}

.product-content--table .table-01 thead th:nth-child(2),
.product-content--table .table-01 thead th:nth-child(4),
.product-content--table .table-01 thead th:nth-child(7) {
  width: 80px;
}

.product-content--table .table-01 thead th:nth-child(3) {
  width: 120px;
}

.product-content--table .table-01 thead th:nth-child(5) {
  width: 160px;
}

.product-content--table .table-01 thead th:nth-child(6) {
  width: 60px;
}

.product-content--table .table-01 thead th:nth-child(8) {
  width: 70px;
}

.product-content--table .table-02 th {
  background: #fff;
}

.product-content--table .table-02 thead th:first-child {
  width: 320px;
}

.product-content--table .table-02 thead th:nth-child(4),
.product-content--table .table-02 thead th:nth-child(6) {
  width: 80px;
}

.product-content--table .table-02 thead th:nth-child(2),
.product-content--table .table-02 thead th:nth-child(3),
.product-content--table .table-02 thead th:nth-child(5) {
  width: 70px;
}

.product-content--table .table-02 thead th:first-child div:before {
  left: 90px;
}

.product-content--table .table-02 thead th:first-child div:after {
  right: 40px;
}

.product-content--table .table-03 thead th:first-child {
  width: 55px;
}

.product-content--table .table-03 thead th:nth-child(2) {
  width: 320px;
}

.product-content--table .table-03 thead th:nth-child(3),
.product-content--table .table-03 thead th:nth-child(4) {
  width: 90px;
}

.product-content--table .table-03 thead th:first-child:before,
.product-content--table .table-03 thead th:first-child:after {
  display: none;
}

.product-content aside {
  font-size: 12px;
}

.product-content--table__text {
  margin-right: 15px;
}

.block-calendar-pic .calendar-pic-list li {
  margin-top: 25px;
}

.block-calendar-pic p {
  margin-top: 10px;
  text-align: center;
}

.block-fiber {
  margin: 0 auto;
  padding: 3em 0;
  width: 85%;
  text-align: center;
}

.block-fiber img {
  width: 100%;
}

.block-fiber li {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1em;
}

.block-fiber li p {
  line-height: 3em;
  font-weight: bold;
}

.product .bnr-area {
  margin-top: 50px;
  text-align: center;
}

#recruit .sec-child:first-of-type {
  padding: 0 0 35px;
}

.recruit .bnr {
  text-align: center;
  margin: 30px auto;
}

.recruit .bnr img {
  width: 100%;
}

.recruit-table {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}

.recruit-table .recruit-table--row {
  width: 100%;
  margin-bottom: 5px;
}

.recruit-table .recruit-table--row>dt {
  font-weight: bold;
}

.recruit-table .recruit-table--row>dd {
  line-height: 1.8;
}

.recruit-table__child {
  margin-bottom: 5px;
}

.recruit-table__child dt {
  margin: 5px 0 0;
}

.recruit-info {
  margin-top: 20px;
}

.recruit-info .recruit-info-title {
  margin-bottom: 10px;
  text-align: center;
}

.recruit-movie {
  margin-top: 25px;
}

.recruit-movie .recruit-movie--inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.recruit-movie .recruit-movie--inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.c-tel--block__thanks p:first-child {
  margin-right: 0;
}

.recruit--pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

.recruit--pic>li {
  width: calc(33.333% - 5px);
}

.reqruit-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.useful__text {
  text-align: center;
  margin-bottom: 30px;
}

.useful__cont .text p {
  font-size: 13px;
  color: gray;
}

.useful__cont .media-item .item-img {
  height: auto;
}

.useful__cont .media-item .item-img img {
  width: 100%;
  object-fit: cover;
}

.useful__cont .item-txt .title {
  font-size: 16px;
  margin-bottom: 15px;
}

.useful-single {
  font-feature-settings: "palt";
}

.useful-single .common-title__center {
  margin-bottom: 0;
}

.useful-single .cont-img {
  margin-bottom: 20px;
}

.useful-single .sub-title {
  margin-bottom: 20px;
}

.useful-single__cont h2 {
  margin: 15px 0;
}

.useful-single__cont h3 {
  font-size: 1.25em;
}

.useful-single__cont p {
  line-height: 2;
}

.useful-single__cont .title-blue {
  margin-bottom: 0 !important;
  padding: 24px 20px 20px 20px;
}

.useful-single__cont .line-title {
  margin: 4rem 0 0;
  padding: 0 0 1rem 0;
  font-size: 2.8rem;
  border-bottom: 2px solid #196bad;
}

.useful-single__cont .line-title-small {
  display: block;
  width: 100%;
  margin: 20px 0 10px;
  padding: 0 0 10px 0;
  font-size: 20px;
  border-bottom: 2px solid #196bad;
}

.useful-single__cont .sub-title {
  border-left: 6px solid #196bad;
  padding-left: 20px;
}

.useful-single__cont .blue-title {
  color: #196bad;
  padding: 10px 0;
  font-size: 14px;
}

.useful-single__cont .dot-list {
  margin: 20px 0;
}

.useful-single__cont .dot-list li {
  position: relative;
  padding-left: 20px;
}

.useful-single__cont .dot-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #196bad;
  position: absolute;
  top: 8px;
  left: 4px;
}

.useful-single__cont .dot-list li:not(:last-child) {
  margin-bottom: 10px;
}

.useful-single__cont .block-container {
  margin: 0 auto;
  padding: 32px 20px;
  position: relative;
  border-bottom: none !important;
}

.useful-single__cont .block-container tr td {
  border: none;
  padding: .8em;
  line-height: 2;
}

.useful-single__cont .section-blue {
  color: #196bad;
  padding-top: 20px;
  padding-bottom: 12px;
}

.useful-single__cont .bullet-list {
  padding-top: 0;
  padding-bottom: 1em;
}

.useful-single__cont .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #196bad !important;
  color: #fff !important;
  font-size: 16px;
}

.useful-single__cont .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
  padding: .5em;
}

.useful-single__cont .wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  text-align: left;
}

.useful-single__cont .wp-element-caption {
  font-size: 14px;
  text-align: center;
  background: #fff;
  margin-top: 0;
  padding: 5px 0;
}

.useful-single__cont .bg-blue {
  background: #f4f7f9;
}

.vn {
  font-family: Arial,Helvetica,sans-serif;
}

.vn .globalnav.vn-nav a {
  font-size: 18px;
  padding: 30px 22px;
}

.vn .company-content--philosophy {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.4em;
  font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E",serif;
}

.vn .company-content--philosophy__text {
  margin: 10px;
  padding: 30px 0;
  background: url(../images/company/bg_philosophy_conts_s.png) no-repeat;
  background-size: 100%;
}

.vn #guide {
  padding-top: 25px;
}

.vn .product-content--table .table-03 thead th:first-child {
  width: 100px;
}

.vn .product-content--table .table-03 thead th:nth-child(2) {
  width: 360px;
}

.vn .product-content--table .table-03 thead th:nth-child(4) {
  width: 150px;
}

.vn-top-content {
  position: relative;
  background: url(../images/en/en_top_fv.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  height: 760px;
  width: 100%;
  text-align: center;
}

.vn-top-content .l-container {
  position: static;
}

.vn_top_box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vn_top_box .en_top_menu {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.vn_top_box .en_top_menu a {
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  color: #00aa71;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 5px -3px #aeaeae;
}

.product-content--table.product-content--table_vn .table-02 thead th:first-child div:after {
  right: 10px;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bc-white {
  background-color: #fff !important;
}

.u-bc-lightgray {
  background-color: #ececec !important;
}

.u-bc-blue {
  background-color: #196bad !important;
}

.u-bc-lightblue {
  background-color: #f4f7f9 !important;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-c-red {
  color: #c00 !important;
}

.u-c-green {
  color: #00a496 !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-b {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

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

@media screen and (min-width: 690px) {
  .bx-viewport {
    position: relative;
  }

  .bx-viewport:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: hsla(0,0%,100%,.6);
    position: absolute;
    top: 0;
    right: 1000px;
    z-index: 1000;
  }

  .bx-viewport:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: hsla(0,0%,100%,.6);
    position: absolute;
    top: 0;
    left: 1000px;
    z-index: 1000;
  }

  .box-slide-control {
    display: block;
    width: 1000px;
    top: 50%;
    margin: 0 auto 0;
    left: 50%;
    margin-left: -500px;
  }

  .slide-prev-btn {
    position: absolute;
    top: 0;
    left: 15px;
  }

  .slide-next-btn {
    position: absolute;
    top: 0;
    right: 15px;
  }

  .box-slider li {
    width: 1000px;
  }

  #slider li {
    position: relative;
  }

  #slider li span {
    width: auto;
    top: 0;
    right: -41px;
  }

  .slider-nav {
    margin-top: 40px;
  }

  .slider-nav li {
    display: inline-block;
    margin-left: 30px;
  }

  .slider-nav span {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 736px) {
  .sec-content {
    padding: 0 0 30px;
  }

  .block-inner__left {
    width: 430px;
  }

  .block-inner__right {
    width: 430px;
  }

  .flex-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-col_2>li {
    width: 50%;
  }

  .flex-col_3>li {
    width: 33.3333%;
  }

  .flex-col_4>li {
    width: 25%;
  }

  .flex-col_5>li {
    width: 20%;
  }

  .flex-col-sp_2>li {
    width: 100%;
  }

  .flex-col-sp_2_nmargin>li {
    width: 100%;
  }

  .flex-col_pc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-arrow::after {
    margin-top: -3px;
    margin-left: 10px;
    font-size: 16px;
  }

  .viewlinks {
    font-size: 16px;
  }

  .c-table dl {
    display: table;
    width: 100%;
  }

  .c-table dl dt {
    display: table-cell;
    padding: 15px 15px 15px 20px;
    width: 145px;
    position: relative;
  }

  .c-table dl dd {
    display: table-cell;
    padding: 15px 15px 15px 20px;
    border: 1px solid rgb(230.9,230.9,230.9);
  }

  .form-submit {
    width: 200px;
    margin-left: 296px;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
  }

  .form-submit:hover {
    opacity: .6;
  }

  .submit-btn--list .submit-btn,
  .submit-btn--list .reset-btn {
    width: 140px;
    font-size: 16px;
    padding: 10px 0;
  }

  textarea {
    height: 320px;
  }

  input[type=text] {
    font-size: 16px;
  }

  input[type=text].input-fullwidth {
    width: 620px;
  }

  .input-20 {
    width: 20%;
  }

  .input-30 {
    width: 30%;
  }

  .input-40 {
    width: 40%;
  }

  .input-50 {
    width: 50%;
  }

  .input-70 {
    width: 70%;
  }

  .form-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .form-content dt {
    width: 100%;
  }

  .form-content__col input[type=text] {
    display: inline-block;
  }

  .block-select {
    width: 90px;
  }

  .block-select:after {
    top: 9px;
  }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
  }

  .top-news .block-inner {
    width: 700px;
    margin: 0 auto;
  }

  .btn.btn-wide {
    width: 250px;
    padding: 18px;
  }

  .btn.btn-f__small {
    font-size: 16px;
  }

  .page-anchor:after {
    font-size: 10px;
    font-weight: normal;
  }

  .common-contact {
    padding: 30px 0 35px;
  }

  .common-contact .common-contact_title {
    font-size: 32px;
  }

  .common-contact .common-contact_tel {
    margin-top: 15px;
    font-size: 32px;
    line-height: 1.2;
  }

  .common-contact .common-contact_tel img {
    width: 32px;
    margin: -11px 10px 0 0;
  }

  .common-contact .common-contact_tel span {
    font-size: 16px;
  }

  .common-contact .common-contact_btn--box {
    margin-top: 10px;
  }

  .common-contact .common-contact_btn--box .common-contact_btn:before {
    width: 30px;
    height: 25px;
    background-size: 30px;
    background-position: 0 -23px;
    margin: 0 5px -7px 0;
  }

  .common-contact .common-contact_btn--box .common-contact_btn:hover:before {
    background-position: 0 1px;
  }

  .common-contact .common-contact_btn--box .common-contact_btn {
    padding: 12px 20px;
    font-size: 18px;
  }

  .common-contact .common-contact_btn--box .common-contact_btn img {
    width: 30px;
  }

  .tel-link--white {
    pointer-events: none;
  }

  .tel-link {
    pointer-events: none;
  }

  .page-header {
    height: 160px;
  }

  .page-header .page-title {
    font-size: 32px;
  }

  .page-header .page-title span {
    padding-top: 6px;
    font-size: 17px;
  }

  .title-blue {
    font-size: 32px;
    line-height: 1.7;
  }

  .title-blue:after {
    width: 100px;
    height: 5px;
    margin-top: 25px;
  }

  .index .common-title__center {
    padding: 30px 0 70px;
  }

  .index .common-title__center:after {
    width: 50px;
    height: 22px;
    bottom: 35px;
    background-size: 50px;
    margin-left: -25px;
  }

  .common-title__center {
    margin-bottom: 40px;
    padding: 30px 0;
    line-height: 1.4;
  }

  .common-title__center .common-title__en {
    font-size: 48px;
  }

  .common-title__center span {
    font-size: 19px;
  }

  .sec-title {
    margin-bottom: 25px;
    padding-bottom: 20px;
    font-size: 28px;
  }

  .sec-title span {
    margin-left: 12px;
    font-size: 17px;
  }

  .sec-title:after {
    width: 50px;
  }

  .sec-subtitle {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .sec-subtitle:before {
    width: 5px;
    height: 30px;
    vertical-align: -6px;
  }

  .c-page__intro {
    margin-bottom: 50px;
  }

  .c-page__intro p {
    margin-bottom: 30px;
  }

  .c-news {
    width: 700px;
    margin: 0 auto;
  }

  .c-news>li {
    display: table;
    width: 100%;
    margin-bottom: 12px;
    padding: 15px;
  }

  .c-news a {
    padding-right: 15px;
  }

  .c-news a:after {
    font-size: 16px;
  }

  .c-news__time {
    display: table-cell;
    width: 110px;
  }

  .c-news__txt {
    display: table-cell;
    border-left: 2px solid #efc337;
    padding-left: 20px;
  }

  .c-page-description {
    font-size: 16px;
    text-align: center;
  }

  .pagination {
    padding: 20px 0;
  }

  .c-pagetop a {
    padding: 20px 0;
    font-size: 16px;
  }

  .c-pagetop a span img {
    margin-right: 8px;
    width: 18px;
  }

  .c-pagetop a i {
    font-size: 30px;
  }

  .l-footer {
    padding: 35px 0 0 0;
    font-size: 14px;
  }

  .l-footer .l-container {
    padding: 0 20px;
  }

  .l-footer .l-container:after {
    content: "";
    clear: both;
    display: block;
  }

  .l-footer .footer-top {
    padding: 0 0 15px;
  }

  .l-footer .footer-list {
    display: block;
    width: 1040px;
    margin: 0 auto 0;
    padding: 0 20px;
    border: none;
    text-align: center;
    font-size: 0;
  }

  .l-footer .footer-list li {
    width: auto;
    padding: 0 10px;
    display: inline-block;
    border-top: none;
    font-size: 14px;
    line-height: 1;
  }

  .l-footer .footer-list a {
    padding: 0;
  }

  .l-footer .c-pc-footer--list {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .l-footer .c-pc-footer--list:after {
    content: "";
    clear: both;
    display: block;
  }

  .l-footer .footer-bottom {
    margin-top: 15px;
    font-size: 14px;
  }

  .l-footer .footer-bottom .l-container {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }

  .l-footer .footer-bottom .l-container p {
    padding: 0;
    vertical-align: middle;
    text-align: left;
    display: inline-block;
  }

  .l-footer .footer-bottom .footer-logo {
    width: 190px;
    display: inline-block;
    margin: 0 25px 0 0;
  }

  .l-footer .l-footer__copy {
    background-size: cover;
    margin-top: 30px;
    padding: 5px 5px;
  }

  .l-footer .l-footer__copy small {
    display: inline-block;
    font-size: 14px;
  }

  .l-footer .footer__contact {
    border-radius: 4px;
    font-size: 14px;
    padding: 20px 40px 20px 70px;
    right: 60px;
    bottom: 30px;
    width: auto;
  }

  .l-footer .footer__contact::before {
    left: 20px;
  }

  .l-footer .footer__contact::after {
    right: 20px;
  }

  .gnav-btn {
    display: none;
  }

  .filter-cloth .gnav-filter>a:after {
    transform: scale(1) !important;
  }

  .product .gnav-product>a:after {
    transform: scale(1) !important;
  }

  .case-study .gnav-case>a:after {
    transform: scale(1) !important;
  }

  .company .gnav-company>a:after {
    transform: scale(1) !important;
  }

  .recruit .gnav-recruit>a:after {
    transform: scale(1) !important;
  }

  .contribution .gnav-contribution>a:after {
    transform: scale(1) !important;
  }

  .contribution .gnav-media>a:after {
    transform: scale(1) !important;
  }

  .contact .gnav-contact>a:after {
    transform: scale(1) !important;
  }

  .sp-globalnav {
    display: none;
  }

  .globalnav {
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
  }

  .nav-anchor-point {
    top: -97px;
  }

  .l-header .l-header-top {
    height: auto;
    padding: 3px 0;
  }

  .l-header .l-header__title {
    width: 175px;
    margin-top: 15px;
    position: relative;
  }

  .l-header .l-header-subnavi {
    display: table;
    float: right;
  }

  .l-header .l-header-bottom {
    padding: 0;
  }

  .l-header .l-header-sp-navi {
    display: none;
  }

  .l-wrapper {
    min-width: 1040px;
  }

  .company .l-main {
    padding-bottom: 40px;
  }

  .l-container {
    padding: 0 20px;
    width: 1040px;
  }

  .sec-child {
    padding: 50px 0 60px;
  }

  .sec-case {
    padding-bottom: 0;
  }

  .case-list .case-contents {
    text-align: center;
  }

  #company figcaption,
  #company .company-content--award__figcaption {
    padding: 4px;
    font-size: 14px;
  }

  #guide {
    margin-bottom: 25px;
  }

  #guide .l-container {
    padding: 0 70px;
  }

  #guide .company-content01 {
    overflow: hidden;
  }

  #guide .company-content01__text {
    width: 420px;
    float: left;
  }

  #guide .company-content01__image {
    width: 420px;
    float: right;
  }

  #guide .company-content01 figure {
    margin-top: 0;
  }

  #guide .company-content02__text {
    width: 420px;
    float: right;
  }

  #guide .company-content02__image {
    width: 420px;
    float: left;
    margin-top: -180px;
  }

  #philosophy {
    background: url(../images/company/bg_philosophy@2x.jpg) no-repeat center center;
    background-size: cover;
  }

  #philosophy .l-container {
    padding-bottom: 60px;
  }

  #philosophy .company-content--philosophy {
    margin-top: 55px;
    font-size: 21px;
    line-height: 3em;
  }

  #philosophy .company-content--philosophy__text {
    height: 500px;
    margin: 60px 70px 0;
    padding: 56px 0 0;
    background: url(../images/company/bg_philosophy_conts.png) no-repeat;
  }

  #message .l-container {
    padding: 20px 70px 0;
  }

  #message .company-content--message__text {
    width: 100%;
  }

  #message .company-content--message .company-content--message__profile_pic {
    float: right;
    width: 230px;
    margin: 10px 40px 30px 40px;
  }

  #message .company-content--message__profile {
    display: inline-block;
    width: 300px;
    font-size: 14px;
  }

  #message .company-content--message__profile dt {
    width: 100%;
  }

  #message .company-content--message__sign {
    width: 279px;
  }

  #message .company-content--award__image01 {
    width: 524px;
    margin: 25px auto 35px;
  }

  #message .company-content--award__image02 li {
    width: 285px;
    display: inline-block;
    margin-right: 7px;
  }

  #message .company-content--award__image02 li:last-child {
    margin-right: 0;
  }

  #profile .company-content--profile {
    width: 697px;
    margin: 0 auto;
    font-size: 18px;
  }

  #profile .company-content--profile dt {
    width: 130px;
    display: inline-block;
    margin-right: 30px;
    text-align: right;
    vertical-align: top;
  }

  #profile .company-content--profile dd {
    width: 530px;
    display: inline-block;
    text-align: left;
  }

  #access .l-container {
    padding-top: 60px;
  }

  #access .company-content--access {
    padding: 0 70px;
  }

  #access .company-content--access__list iframe {
    height: 305px;
  }

  #access .company-content--access__list dl {
    margin: 5px 0 60px;
  }

  #access .company-content--access__list li:last-child dl {
    margin-bottom: 40px;
  }

  #access .company-content--access__list dt,
  #access .company-content--access__list dd {
    display: inline-block;
  }

  .sec-contact {
    padding-bottom: 0;
  }

  .form-block {
    width: 650px;
    margin: 50px auto 30px;
  }

  .c-tel--block {
    margin: 40px auto 0;
    font-size: 32px;
    text-align: center;
    vertical-align: top;
  }

  .c-tel--block p {
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
  }

  .c-tel--block p:first-child {
    margin-right: 80px;
    margin-top: 0;
  }

  .c-tel--block span {
    font-size: 16px;
    text-align: right;
    margin-right: 5px;
  }

  .c-tel--block img {
    width: 42px;
  }

  .contribution .block-inner {
    padding: 0 40px;
  }

  .contribution-logo--picc img {
    width: 380px;
  }

  .contribution-logo--powerfuljapan img {
    width: 380px;
  }

  .contribution-logo--kutsusapo img {
    width: 130px;
  }

  .contribution-logo--ciesf img {
    width: 121px;
  }

  .contribution-logo--lfpi img {
    width: 200px;
  }

  .contribution-logo--terra img {
    width: 206px;
  }

  .contribution-logo--coki img {
    width: 300px;
  }

  .contribution-contents {
    margin-top: 40px;
  }

  .contribution-contents .contribution-subtitle {
    font-size: 19px;
  }

  .contribution-contents .contribution-subtitle span {
    font-size: 14px;
  }

  .contribution-contents__about {
    width: 590px;
    float: left;
  }

  .contribution-contents__about .contribution-img--list>li {
    width: calc(50% - 6px);
  }

  .contribution-contents__about .contribution-tote--list {
    -ms-flex-align: center;
    align-items: center;
  }

  .contribution-contents__about .contribution-tote--list>li {
    width: calc(33.3333% - 10px);
    margin: 15px 0;
    -ms-flex-align: center;
    align-items: center;
  }

  .contribution-contents__contact {
    width: 320px;
    float: right;
  }

  .contribution-contents__contact .contribution-subtitle {
    margin-bottom: 20px;
  }

  .contribution-contents__contact .contribution-icon__tel img {
    width: 12px;
  }

  .contribution-contents__contact .contribution-icon__mail img {
    width: 16px;
  }

  .contribution-contents__contact .c-btn {
    margin-top: 35px;
  }

  .sec-contribution--powerfuljapan .title-blue,
  .sec-contribution--lfpi .title-blue {
    font-size: 30px;
    letter-spacing: 0;
  }

  .en .en_top_box .en_top_menu a:nth-of-type(2) {
    margin-left: 20px;
    margin-right: 20px;
  }

  .en #philosophy .company-content--philosophy {
    margin-top: 55px;
    font-size: 21px;
    line-height: 3em;
  }

  .en #philosophy .company-content--philosophy__text {
    height: 730px !important;
    margin: 60px 70px 0;
    padding: 75px 0 0;
    background: url(../images/en/bg_philosophy_conts_en.png) no-repeat;
  }

  .en #guide {
    padding-top: 35px;
  }

  .en #guide .company-content02__text {
    width: 420px;
    float: right;
  }

  .en #guide .company-content02__image {
    width: 420px;
    float: left;
    margin-top: -80px;
  }

  .en .company-content--philosophy {
    margin-top: 55px;
    font-size: 21px;
    line-height: 3em;
  }

  .en .company-content--philosophy__text {
    height: 560px !important;
    margin: 60px 70px 0;
    padding: 56px 0 0;
    background: url(../images/company/bg_philosophy_conts.png) no-repeat;
  }

  .en .product-content--table thead th:first-child>div:before {
    top: 40px;
    left: 56px;
  }

  .en .product-content--table thead th:first-child>div:after {
    right: 9px;
  }

  .en .product-content--table .table-01 thead th:first-child {
    width: 120px;
    height: 80px;
  }

  .en .product-content--table .table-01 thead th:nth-child(2),
  .en .product-content--table .table-01 thead th:nth-child(4),
  .en .product-content--table .table-01 thead th:nth-child(7) {
    width: 80px;
  }

  .en .product-content--table .table-02 thead th:first-child {
    width: 210px;
  }

  .en .product-content--table .table-02 thead th:nth-child(4),
  .en .product-content--table .table-02 thead th:nth-child(6) {
    width: 80px;
  }

  .en .product-content--table .table-02 thead th:nth-child(2),
  .en .product-content--table .table-02 thead th:nth-child(3),
  .en .product-content--table .table-02 thead th:nth-child(5) {
    width: 70px;
  }

  .en .product-content--table .table-02 thead th:first-child div:before {
    left: 140px;
    top: 25px;
  }

  .en .product-content--table .table-02 thead th:first-child div:after {
    right: 10px;
  }

  .en .product-content--table .table-03 thead th:first-child {
    width: 55px;
  }

  .en .product-content--table .table-03 thead th:nth-child(2) {
    width: 320px;
  }

  .en .product-content--table .table-03 thead th:nth-child(3),
  .en .product-content--table .table-03 thead th:nth-child(4) {
    width: 90px;
  }

  .en .product-content--table img {
    width: 470px;
  }

  #product {
    padding-bottom: 60px;
  }

  .filter-content {
    width: 860px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter-content .filter-content__text {
    width: 430px;
  }

  .filter-content .filter-content__image {
    width: 380px;
  }

  .filter-content .filter-content__image figcaption {
    padding: 4px;
    font-size: 14px;
  }

  .index .tel-link--white {
    pointer-events: none;
  }

  .index .tel-link {
    pointer-events: none;
  }

  .sec-top_publishedmedia {
    padding: 60px 0;
  }

  .sec-top_publishedmedia .top-publishedmedia_block {
    padding: 30px;
  }

  .sec-top_publishedmedia .top-publishedmedia_block--list li {
    width: 12%;
  }

  .sec-top_publishedmedia .top-publishedmedia_block--list li img {
    height: 65px;
  }

  .sec-top_publishedmedia .top_publishedmedia_title {
    font-size: 32px;
  }

  .sec-top_publishedmedia .top_publishedmedia_tel {
    margin-top: 15px;
    font-size: 32px;
    line-height: 1.2;
  }

  .sec-top_publishedmedia .top_publishedmedia_tel img {
    width: 32px;
    margin: -11px 10px 0 0;
  }

  .sec-top_publishedmedia .top_publishedmedia_tel span {
    font-size: 16px;
  }

  .sec-top_publishedmedia .top_publishedmedia_btn--box {
    margin-top: 10px;
  }

  .sec-top_publishedmedia .top_publishedmedia_btn--box .top_publishedmedia_btn:before {
    width: 30px;
    height: 25px;
    background-size: 30px;
    background-position: 0 -23px;
    margin: 0 5px -7px 0;
  }

  .sec-top_publishedmedia .top_publishedmedia_btn--box .top_publishedmedia_btn:hover:before {
    background-position: 0 1px;
  }

  .sec-top_publishedmedia .top_publishedmedia_btn--box .top_publishedmedia_btn {
    padding: 12px 20px;
    font-size: 18px;
  }

  .sec-top_publishedmedia .top_publishedmedia_btn--box .top_publishedmedia_btn img {
    width: 30px;
  }

  .bnrs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 30px;
    margin-top: 30px;
  }

  .bnrs .bnr {
    margin-top: 0;
    margin-bottom: 0;
    width: 70%;
  }

  .top-lead {
    padding: 100px 0;
  }

  .top-lead__title {
    margin-bottom: 25px;
  }

  .top-lead__title img {
    width: 254px;
  }

  .top-lead__txt {
    font-size: 18px;
    line-height: 1.6;
  }

  .top-business__inner {
    width: 100%;
  }

  .top-business__list li {
    width: 300px;
    border-bottom: none;
  }

  .top-business__list-title {
    margin: 15px 0 12px;
    font-size: 18px;
  }

  .top-business__list-title:after {
    font-size: 16px;
  }

  .top-merit .l-container {
    padding-top: 50px;
  }

  .top-merit .block-inner {
    -ms-flex-align: center;
    align-items: center;
  }

  .top-merit--list {
    padding: 0 10px;
  }

  .top-merit--list>li {
    width: 195px;
    float: left;
    margin: 0 0 0 15px;
  }

  .merit-graph {
    margin-top: 0;
  }

  .top-doctor .l-container {
    padding-top: 50px;
  }

  .top-doctor .block-inner {
    -ms-flex-align: center;
    align-items: center;
  }

  .doctor-map {
    width: 410px;
  }

  .c-top-doctor>p {
    margin-top: 45px;
  }

  .c-top-doctor>p img {
    width: 290px;
  }

  .doctor-list {
    width: 370px;
    margin: 0 auto;
  }

  .top-content-list>li {
    margin: 0;
    padding: 0;
    position: relative;
  }

  .top-content-list .top-content-list__title--sp {
    display: none;
  }

  .top-content-list .top-content-list__title--pc {
    display: block;
  }

  .top-content-list .top-content-list__pic {
    margin: 0;
  }

  .top-content-list .top-content-list__txt {
    width: 240px;
    position: absolute;
    left: 0;
    top: 15px;
    padding: 30px 20px;
    background-color: hsla(0,0%,100%,.9);
    letter-spacing: 0;
  }

  .top-content-list__title {
    padding: 0;
    position: relative;
    font-size: 19px;
  }

  .top-content-list__title span {
    font-size: 17px;
  }

  .top-content-news,
  .top-content-contribution {
    padding: 25px 10px 30px;
  }

  .content-news__list {
    display: table;
    width: 860px;
    margin: 0 auto 25px;
  }

  .content-news__list>dl {
    display: table-row;
  }

  .content-news__list>dl>dt {
    display: table-cell;
    width: 120px;
    padding: 5px 0;
  }

  .content-news__list>dl>dd {
    display: table-cell;
  }

  .contribution-list {
    width: 930px;
    margin: 0 auto 40px;
  }

  .contribution-list>li {
    width: auto;
    margin: 0;
  }

  .contribution-list>li.contribution-list__min {
    width: auto;
  }

  .contribution-list__child>li {
    margin: 10px 0 0 0;
  }

  .contribution-list__child>li:first-child {
    margin-top: 0;
  }

  .logo-kutsusapo img {
    width: 76px;
  }

  .logo-ciesf img {
    width: 64px;
  }

  .logo-smile img {
    width: 90px;
  }

  .logo-lfpi img {
    width: 120px;
  }

  .logo-coki {
    width: auto !important;
    margin: 0 !important;
  }

  .logo-coki img {
    width: 200px;
  }

  .logo-terra img {
    width: 120px;
  }

  .content-links-list {
    margin-top: 7px;
    padding: 0 2px;
  }

  .content-links-list>li {
    margin-top: 0;
    width: calc(25% - 4px);
  }

  .coki-bnr--img {
    margin: 32px 0;
  }

  .media .media-item,
  .media-single .media-item,
  .top-content-media .media-item {
    width: 300px;
    margin-left: 20px;
  }

  .media .wp-block-button__link,
  .media-single .wp-block-button__link,
  .top-content-media .wp-block-button__link {
    padding: 20px 300px;
  }

  .top-content-media .media-item {
    width: 265px;
  }

  .top-content-media .media-item .item-img {
    height: 190px;
  }

  .b-news {
    width: 580px;
    margin: 0 auto;
  }

  .b-news-detail .block-inner {
    padding: 30px 70px;
  }

  .b-news-detail .block-inner p {
    margin-bottom: 30px;
  }

  .b-news-detail .block-inner img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .b-news-detail .block-inner img.aligncenter {
    margin: 0 auto;
  }

  .b-news-detail .block-inner img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .b-news-detail .block-inner ul {
    margin: 20px 0 30px;
  }

  .b-news-detail .block-inner ol {
    margin: 20px 0 30px;
  }

  .b-news-detail .block-inner blockquote {
    margin-bottom: 30px;
  }

  .b-news-detail figure {
    margin-bottom: 30px;
  }

  .b-news-detail figure.alignleft {
    margin-right: 30px;
  }

  .b-news-detail figure.alignright {
    margin-left: 30px;
  }

  .b-news-detail .sumbnail {
    padding: 50px 0;
    text-align: center;
  }

  .b-news-detail .sumbnail img {
    width: auto;
    max-width: 700px;
  }

  .b-news-detail .wp-block-image .alignright {
    float: right;
  }

  .b-news-detail .wp-block-image .alignleft {
    float: left;
  }

  .b-privacy {
    width: 900px;
    margin: 0 auto 30px;
  }

  #introduction .sec-child:nth-of-type(4),
  #introduction .sec-child:nth-of-type(5) {
    padding-top: 60px;
  }

  #technology {
    padding-bottom: 0;
  }

  #technology .sec-child:nth-of-type(2) {
    padding-bottom: 70px;
  }

  #technology .product-content__text {
    padding: 0 40px;
    text-align: left;
  }

  .product-content__text {
    text-align: center;
    line-height: 2em;
  }

  .title-blue {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .title-blue:after {
    margin-top: 15px;
  }

  .product-content--list {
    width: 928px;
    margin: 0 auto;
    padding: 50px 0;
  }

  .product-content--list li {
    width: 426px;
    display: inline-block;
    vertical-align: top;
  }

  .product-content--list li:nth-child(odd) {
    background: none;
  }

  .product-content--list li:nth-child(even) {
    margin-left: 70px;
    padding: 0;
    background: none;
  }

  .product-content--list__image {
    width: 318px;
    margin-bottom: 25px;
  }

  .product-content--list:last-of-type {
    padding-bottom: 80px;
  }

  .product-content--list:last-of-type li:first-child {
    padding: 0;
  }

  .product-content--list:last-of-type .product-content--list__image {
    width: 270px;
  }

  .product-content--table {
    padding: 0 40px;
  }

  .product-content--table img {
    width: 597px;
  }

  .product-content--table__num {
    font-size: 21px;
  }

  .product-content--table thead th:first-child>div:before {
    top: 20px;
    left: 23px;
  }

  .product-content--table thead th:first-child>div:after {
    right: -5px;
  }

  .product-content--table .table-01 thead th:first-child {
    width: 120px;
  }

  .product-content--table .table-02 thead th:first-child div:before {
    left: 140px;
  }

  .product-content--table .table-02 thead th:first-child div:after {
    right: 80px;
  }

  .product-content aside {
    font-size: 14px;
  }

  .product-content--table__text {
    text-align: center;
  }

  .block-calendar-pic .calendar-pic-list {
    padding: 0 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block-calendar-pic .calendar-pic-list li {
    width: calc(33.3333% - 30px);
  }

  .block-fiber ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-fiber {
    width: 100%;
    display: block;
  }

  .block-fiber li {
    width: calc(33.3333% - 20px);
  }

  .product .bnr-area {
    margin-top: 60px;
  }

  .recruit .bnr img {
    width: 750px;
  }

  .recruit-table {
    width: 720px;
    margin: 30px auto;
    display: table;
    text-align: left;
    font-size: 18px;
  }

  .recruit-table .recruit-table--row {
    display: table-row;
  }

  .recruit-table .recruit-table--row>dt {
    width: 150px;
    display: table-cell;
    text-align: right;
    padding-right: 30px;
    line-height: 2.2;
  }

  .recruit-table .recruit-table--row>dd {
    display: table-cell;
    line-height: 2.2;
  }

  .recruit-table__child {
    width: 100%;
    display: table;
  }

  .recruit-table__child dt {
    width: 68px;
    display: table-cell;
  }

  .recruit-table__child dd {
    display: table-cell;
  }

  .recruit-info {
    margin-top: 40px;
    text-align: center;
  }

  .recruit-movie {
    width: 630px;
    margin: 0 auto 30px;
  }

  .c-tel--block__thanks p:first-child {
    margin-right: 0;
  }

  .recruit--pic {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .recruit--pic>li {
    width: calc(33.333% - 20px);
  }

  .reqruit-banner {
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .useful .b-news {
    margin-bottom: 20px;
  }

  .useful__text {
    margin-bottom: 40px;
  }

  .useful__cont .media-item {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 0;
  }

  .useful__cont .media-item .item-img img {
    width: 500px;
  }

  .useful__cont .item-txt {
    padding: 25px;
  }

  .useful__cont .item-txt .title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .useful-single__cont h2 {
    margin: 30px 0;
  }

  .useful-single__cont h3 {
    font-size: 1.5em;
  }

  .useful-single__cont .title-blue {
    padding: 40px 32px 32px 32px;
  }

  .useful-single__cont .line-title-small {
    margin: 30px 0 20px;
    padding: 0 0 10px 0;
    font-size: 30px;
  }

  .useful-single__cont .blue-title {
    font-size: 18px;
  }

  .useful-single__cont .dot-list {
    margin: 30px 0;
  }

  .useful-single__cont .dot-list li {
    padding-left: 26px;
  }

  .useful-single__cont .dot-list li::before {
    width: 6px;
    height: 6px;
    top: 9px;
  }

  .useful-single__cont .block-container {
    padding: 20px 0 50px;
    max-width: 860px;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .useful-single__cont .block-container tr td {
    padding: 1em 1.5em;
  }

  .useful-single__cont .section-blue {
    padding: 20px 0 12px 0 !important;
  }

  .useful-single__cont .bullet-list {
    padding: 0 0 1em 0 !important;
  }

  .useful-single__cont .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    font-size: 18px;
  }

  .useful-single__cont .b-news-detail figure {
    width: 350px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .useful-single__cont .is-layout-flex {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b-news-detail .block-inner {
    padding: 80px 70px;
  }

  .vn .company-content--philosophy {
    margin-top: 55px;
    font-size: 21px;
    line-height: 3em;
  }

  .vn .company-content--philosophy__text {
    height: 720px !important;
    margin: 60px 70px 0;
    padding: 56px 0 0;
    background: url(../images/en/bg_philosophy_conts_en.png) no-repeat !important;
  }

  .vn #guide {
    padding-top: 35px;
  }

  .vn #guide .company-content02__text {
    width: 420px;
    float: right;
  }

  .vn #guide .company-content02__image {
    width: 420px;
    float: left;
    margin-top: -80px;
  }

  .vn .product-content--table .table-03 thead th:first-child {
    width: 75px;
  }

  .vn .product-content--table .table-03 thead th:nth-child(4) {
    width: 120px;
  }

  .vn_top_box .en_top_menu a:nth-of-type(2) {
    margin-left: 20px;
    margin-right: 20px;
  }

  .product-content--table.product-content--table_vn .table-02 thead th:first-child div:after {
    right: 5px;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }

  .u-sp-hide-b {
    display: block !important;
  }
}

@media screen and (min-width: 736px)and (min-width: 736px) {
  .en #access .company-content--access dt,
  .en #access .company-content--access dd {
    display: block !important;
  }

  .vn #access .company-content--access dt,
  .vn #access .company-content--access dd {
    display: block !important;
  }
}

@media screen and (min-width: 1440px) {
  .l-footer .l-footer__copy {
    background-size: cover;
  }
}

@media screen and (max-width: 736px) {
  .en .en-top-content {
    height: 500px;
    background-size: 310%;
    width: 100%;
  }

  .en .en_top_box {
    height: 305px;
  }

  .en .en_top_box .en_top_logo img {
    width: 220px;
  }

  .en .en_top_box .en_top_menu {
    padding-top: 20px;
  }

  .en .en_top_box .en_top_menu a {
    display: block;
    width: 290px;
    margin: auto;
    font-size: 29px;
    margin-top: 13px;
  }

  .en .margin_1l {
    margin-top: 0px !important;
  }

  .en .pd_right {
    top: 0px;
  }

  .vn-top-content {
    height: 500px;
    background-size: 310%;
    width: 100%;
  }

  .vn_top_box .en_top_logo img {
    width: 220px;
  }

  .vn_top_box .en_top_menu {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .vn_top_box .en_top_menu a {
    display: block;
    width: 290px;
    margin: auto;
    font-size: 22px;
    margin-top: 13px;
  }
}