@charset "utf-8";
/* CSS Information =========================================
   pages.css
========================================================= */

/* =========================================================
   pages.css
========================================================= */
/* index ===================================================
   template
   common
   home
   about
   company
   feature
   history
   mission
   voice
   newslist
   privacy
   products
   sitemap
   sidebar
   service(archive)
   service-single
   news(archive)
   news-single
   contact

========================================================= */

/* template
----------------------------------------------- */
@media (max-width: 959px) {
}
@media (min-width: 960px) {
}


/* template
----------------------------------------------- */
@media (max-width: 959px) {
}
@media (min-width: 960px) {
}


/* common
----------------------------------------------- */
.page {
  margin-top: 64px;
}

._readmore_btn > a {
  display: flex;
    align-items: center;
    justify-content: center;
  margin: 1em;
  transition: .4s;
}

._readmore_btn a ._arrow {
  border-radius: 100%;
  background-color: #003394;
  color: #fff;
  display: inline-block;
  margin-left: 1em;
  padding-left: 2px;
  position: relative;
    left: 0;
  text-align: center;
  transition: .4s;
  width: 1.5em;
  height: 1.5em;
}

._readmore_btn > a:hover {
  color: #007C28;
}

._readmore_btn a:hover ._arrow {
  background-color: #007C28;
  color: #fff;
    left: 5%;
}

.service-single ._contact-btn > a,
.news-single ._contact-btn > a,
.contact input[type=submit] {
  color: #fff;
  background-color: #80D0C7;
  background-image: linear-gradient(160deg, #80D0C7 0%, #0093E9 33%, #3a3db5 66%, #71247b 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  border-radius: 32px;
  display: block;
  font-size: 1.25em;
  line-height: 3;
  margin: 2em auto;
  text-align: center;
  transition: .4s;
  width: 240px;
}

.contact input[type=submit] {
  border: none;
}

.service-single ._contact-btn > a:hover,
.news-single ._contact-btn > a:hover,
.contact input[type=submit]:hover {
  background-position: 99% 50%;
}

.lower-page .inner-page > .contents {
  border-top: solid 2px #bed7f5;
}

.lower-page .sec-lv-1 .heading-1 {
  border-bottom: solid 8px #bed7f5;
  color: #003394;
  font-size: min( 7vw, 3em);
  font-weight: normal;
  margin-bottom: 2em;
  padding: 1rem;
  position: relative;
  text-align: center;
}

.lower-page .sec-lv-1 .heading-1::after {
  content: '';
  border-top: solid 8px #003394;
  border-image: linear-gradient(to right, #0d45ff 0%, #000021 100%);
  border-image-slice: 1;
  display: block;
  position: absolute;
    bottom: -8px;
    left: calc(50% - 4em);
  width: 8em;
}

.company ._company_list {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
    max-width: 800px;
}

.service .heading-2,
.about .heading-2,
.feature .heading-2,
.mission .sec-greeting .heading-2,
.products .heading-2,
.voice .heading-2 {
  color: #003394;
  border-left: solid 8px #003394;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1em;
  padding-left: 8px;
  text-align: left;
}

.products .heading-3 {
  color: #003394;
  border-left: solid 4px #003394;
  font-size: 1.25em;
  line-height: 1.1;
  margin-bottom: 1em;
  padding-left: 4px;
  text-align: left;
}




/* home
----------------------------------------------- */
.home .breadcrumbs {
  display: none;
}

.home .sec-koyanagishoji .heading-1 {
  background-image: url(../img/common/home_top.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  width: 100%;
}

.home .sec-koyanagishoji .heading-1 ._h1_big {
  font-size: min(10vw, 80px);
  font-weight: 400;
}

.home .sec-koyanagishoji .heading-1 ._h1_s {
  font-size: min(3.5vw, 24px);
}

.home .sec-lv-2 .inner-sec {
  margin-bottom: 3em;
  margin-top: 3em;
}

.home .sec-lv-2 .heading-2 {
  text-align: center;
}

.home .heading-2 ._h2_en {
  display: block;
  font-size: min( 5vw, 2em);
}

.home .heading-2 ._h2_jp {
  display: block;
  font-size: min( 7vw, 2.5em);
  line-height: 1.2;
}

.home .sec-use .heading-2 ._h2_en,
.home .sec-other_service ._h2_en {
  color: #00B3FF;
}

.home .sec-about .heading-2 ._h2_en,
.home .sec-purpose .heading-2 ._h2_en,
.home .sec-news .heading-2 ._h2_en {
  color: #003394;
}


.home .heading-2 {
  margin-bottom: 2em;
}

.home .sec-use,
.home .sec-other_service {
  background-color: #003394;
  color: #fff;
  margin-top: 4em;
  overflow: hidden;
  position: relative;
}

.home .sec-news {
  background-image: url(../img/common/news_backimage.jpg);
  background-color: rgba(215, 255, 255, 0.9);
  background-blend-mode: lighten;
  margin-top: 4em;
  overflow: hidden;
  position: relative;
}

.home .sec-about {
  background-image: url(../img/common/about_top.jpg);
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-position: center;
  background-size: cover;
  padding-bottom: 2em;
  padding-top: 3em;
}

.home .sec-use .use_contents_list > li:first-child {
  margin-bottom: 2em;
}


.home .sec-use .use_contents_list > li > a > ._image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home .sec-use .use_contents_list > li > a:hover > ._image {
  transform:scale(1.2,1.2);
}

.home .sec-use .use_contents_list > li > a ._title {
  background: linear-gradient(45deg, rgba(13, 69, 255, 0.8), rgba(0, 0, 33, 0.8));
  color: #fff;
  display: flex;
    justify-content: space-between;
  font-size: min(4vw,1.5em);
  padding: 8px;
  position: absolute;
    bottom: 0;
  width: 100%;
}

.home .sec-use .use_contents_list > li > a ._title::after {
  content: '＞';
}

.home .sec-purpose > .inner-sec {
  width: 100%;
    max-width: 100%;
}

.home .sec-purpose .slick-slide {
  margin: 1em;
}

.home .sec-purpose .slick-inner .slider-text ._title {
  display: block;
  font-size: 1.25em;
  margin-bottom: 1em;
  line-height: 1.25;
}

.home .sec-purpose .slick-inner .slider-text .readmore {
  text-align: right;
}

.home .sec-purpose .floor-level {
  background: #ff3300;
  color: #fafafa;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 0 15px 0;
}

.home .sec-other_service .use_contents_list {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home .sec-other_service .use_contents_list > li {
  overflow: hidden;
}

.home .sec-other_service .use_contents_list a ._title {
  display: flex;
    justify-content: space-between;
  margin-top: 1em;
  padding: 0 1em;
  transition: .4s;
}

.home .sec-other_service .use_contents_list a:hover ._title {
  color: #ff0;
}

.home .sec-other_service .use_contents_list ._title::after {
  content: '＞';
}

.home .sec-other_service .use_contents_list > li > a ._image {
  overflow: hidden;
}

.home .sec-other_service .use_contents_list > li > a ._image > img {
  display: block;
  object-fit: cover;
  transition: .4s;
  width: 100%;
  height: 100%;
}

.home .sec-other_service .use_contents_list > li > a:hover ._image > img {
  transform:scale( 1.2, 1.2);
}


.home .sec-news ._news {
  background-color: #fff;
}

.home .sec-news ._news ._newsimage > a ._image,
.home .sec-news ._news ._newsimage > a ._text {
  transition: .4s;
}

.home .sec-news ._news ._newsimage > a:hover ._image,
.home .sec-news ._news ._newsimage > a:hover ._text {
  opacity: 0.7;
}

.home .sec-news ._news ._news_list {
  color: #666;
}

.home .sec-news ._news ._news_list a {
  transition: .4s;
}

.home .sec-news ._news ._news_list a:hover {
  color: #007C28;
}

.home .sec-news ._news ._official {
  display: flex;
}

.home .sec-news ._official {
  display: flex;
    justify-content: space-between;
}

.home .sec-news .official_btn {
  width: 48%;
}

.home .sec-news ._syachomeikan_btn > a,
.home .sec-news .official_btn > a {
  background-color: rgba(255, 255, 255, 0.4);
  border: solid 1px #003394;
  color: #666;
  display: block;
  font-size: min(4vw,1.5em);
  margin-top: 2em;
  padding: 16px 0;
  text-align: center;
  transition: .4s;
  width: 100%;
}

.home .sec-news ._syachomeikan_btn > a:hover,
.home .sec-news .official_btn > a:hover {
  background-color: rgba(255, 255, 255, 1);
}

.home .sec-news ._syachomeikan_btn > a {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.home .sec-news ._syachomeikan_btn > a > img {
  height: 4em;
  object-fit: contain;
}

.home .sec-news ._syachomeikan_btn > a > ._textarea {
  position: relative;
  text-align: left;
  width: 26em;
}

.home .sec-news ._syachomeikan_btn > a > ._textarea > ._link {
  font-size: 0.75em;
  position: absolute;
    bottom: 0;
    right: 0;
}

.home .sec-news ._news ._news_list > li > a {
  border-bottom: dotted 1px #666;
  display: block;
  padding: 1em 0;
}


@media (max-width: 959px) {
  .home .sec-koyanagishoji .heading-1 {
    height: 320px;
  }

  .home .sec-about .inner-sec_contents {
    display: flex;
      flex-direction: column-reverse;
  }

  .home .sec-about .inner-sec_contents ._image > img {
    display: block;
    margin: 0 auto 2em;
    width: 80%;
      max-width: 480px;
  }

  .home .sec-about .heading-2 {
    text-align: center;
  }

  .home .sec-purpose .slick-inner > a > img {
    margin: auto;
    width: 160px;
    height: 128px;
  }

  .home .sec-purpose .slick-inner > a {
    background: linear-gradient(90deg, rgba(13, 69, 255, 1), rgba(0, 0, 33, 1));
    color: #fff;
    display: flex;
      flex-direction: column;
    transition: .4s;
  }

  .home .sec-purpose .slick-active .slick-inner > a:hover {
    opacity: 0.7;
  }

  .home .sec-purpose .slick-inner .slider-text ._text {
    line-height: 1.25;
    overflow: hidden;
    height: 2.5em;
  }

  .home .sec-purpose .slick-inner .slider-text {
    padding: 2em 1em;
  }

  .home .slick-dots li {
    width: 14px;
    height: 14px;
  }

  .home .sec-purpose .slick-dots li button:before {
    font-size: 14px;
  }

  .home .sec-use .use_contents_list {
    display: flex;
  }

  .home .sec-use .use_contents_list {
    display: flex;
      flex-direction: column;
  }

  .home .sec-use .use_contents_list > li {
    margin: 0em auto;
    width: 96%;
      max-width: 672px;
  }

  .home .sec-other_service .use_contents_list > li {
    width: 48%;
  }

  .home .sec-other_service .use_contents_list > li > a ._image {
    overflow: hidden;
    width: 100%;
    height: 27vw;
      max-height: 302px;
  }

  .home .sec-other_service .use_contents_list > li:nth-child(3),
  .home .sec-other_service .use_contents_list > li:nth-child(4) {
    margin-top: 2em;
  }

  .home .sec-news ._news ._newsimage {
    display: none;
  }

}

@media (min-width: 960px) {
  .home .sec-koyanagishoji .heading-1 {
    height: 592px;
  }

  .home .sec-about .inner-sec_contents {
    display: flex;
      flex-wrap: wrap;
  }

  .home .sec-use::before,
  .home .sec-other_service::before,
  .home .sec-news::before {
    content: '';
    background-color: #fff;
    display: block;
    position: absolute;
      left: -50%;
      top: 0;
    width: 100%;
    height: 80px;
    transform: rotate(-10deg);
  }

  .home .sec-use::after,
  .home .sec-other_service::after {
    content: '';
    background-color: #fff;
    display: block;
    position: absolute;
      bottom: 0;
      right: -50%;
    width: 100%;
    height: 80px;
    transform: rotate(-10deg);
  }

  .home .sec-about .inner-sec_contents ._textarea,
  .home .sec-about .inner-sec_contents ._image {
    width: 50%;
  }

  .home .sec-about .inner-sec_contents ._image > img {
    display: block;
    margin: 0 auto;
    width: 80%;
  }

  .home .sec-about .heading-2 {
    text-align: left;
  }

  .home .sec-purpose .slick-inner {
    position: relative;
  }

  .home .sec-use .use_contents_list > li > a {
    display: block;
    overflow: hidden;
    position: relative;
    transition: .4s;
    height: 27vw;
      max-height: 302px;
      min-height: 240px;
  }

  .home .sec-use .use_contents_list > li > a > ._image {
    transition: .4s;
    width: 100%;
    height: 27vw;
      max-height: 302px;
      min-height: 240px;
  }

  .home .sec-purpose .slick-inner > a > img {
    box-shadow: 2px 2px 8px #666;
    display: block;
    object-fit: cover;
    position: relative;
    width: 240px;
    height: 192px;
    z-index: 2;
  }

  .home .sec-purpose .slick-active .slick-inner > a {
    transition: .4s;
  }

  .home .sec-purpose .slick-active .slick-inner > a:hover {
    opacity: 0.7;
  }

  .home .sec-purpose .slick-inner .slider-text {
    background: linear-gradient(90deg, rgba(13, 69, 255, 1), rgba(0, 0, 33, 1));
    color: #fff;
    position: absolute;
      top: 1em;
      left: 1em;
    z-index: 1;
  }

  .home .sec-purpose .slick-inner .slider-text ._text {
    line-height: 1.25;
    overflow: hidden;
    height: 5em;
  }

  .home .sec-purpose .slick-inner > a > img {
    width: 240px;
    height: 192px;
  }

  .home .sec-purpose .slick-active .slick-inner > a > img {
    width: 320px;
    height: 256px;
  }

  .home .sec-purpose .slick-inner .slider-text {
    padding: 2em 1em 2em 256px;
  }

  .home .sec-purpose .slick-dots li button:before {
    font-size: 32px;
  }

  .home .sec-purpose .slick-active .slick-inner .slider-text {
    padding-left: 336px;
  }

  .home .sec-use .use_contents_list {
    display: flex;
      justify-content: space-between;
  }

  .home .sec-use .use_contents_list > li {
    width: 48%;
  }

  .home .sec-other_service .use_contents_list > li {
    width: 24%;
  }

 .home .sec-other_service .use_contents_list > li > a ._image {
    overflow: hidden;
    width: 100%;
    height: 18vw;
      max-height: 180px;
  }

  .home .sec-news ._news {
    display: flex;
      flex-wrap: wrap;
      align-items: center;
    padding: 1em 2em;
  }

  .home .sec-news ._news ._newsimage {
    color: #003394;
    width: 80px;
  }

  .home .sec-news ._news ._newsimage ._text {
    font-size: 1.5em;
    text-align: center;
  }

  .home .sec-news ._news ._news_list {
    padding-left: 2em;
    width: calc(100% - 80px);
  }

  .home .sec-news ._news ._news_list > li > a {
    display: flex;
  }

  .home .sec-news ._news ._news_list ._date {
    width: 8em;
  }

  .home .sec-news ._news ._news_list ._title {
    width: calc(100% - 8em);
  }


}

/* about
----------------------------------------------- */
.about .sec-about .about_list .heading-2 {

}

.about .sec-about .about_list .inner-sec_contents > ul {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  margin-bottom: 4em;
}

.about .sec-about .about_list .inner-sec_contents > ul > li {
  border: solid 1px #003394;
  margin-bottom: 4em;
  width: 48%;
    max-width: 480px;
  height: 19vw;
    max-height: 192px;
}

.about .sec-about .about_list .inner-sec_contents > ul > li > a {
  display: block;
  position: relative;
  transition: .4s;
  width: 100%;
  height: 100%;
}

.about .sec-about .about_list .inner-sec_contents > ul > li > a ._image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.about .sec-about .about_list .inner-sec_contents > ul > li > a ._image > img {
  object-fit: cover;
  transition: .4s;
  width: 100%;
  height: 100%;
}

.about .sec-about .about_list .inner-sec_contents > ul > li > a ._title {
  background-color: rgba(255, 255, 255, 0.8);
  color: #003394;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 3;
  position: absolute;
    bottom: 0;
    left: 0;
  text-align: center;
  transition: .4s;
  width: 100%;
}

.about .sec-about .about_list .inner-sec_contents > ul > li > a:hover ._image::after {
  content: '';
  background-color: rgba(6, 56, 157, 0.8);
  display: block;
  position: absolute;
    left: 0;
    top: 0;
  transition: .4s;
  width: 100%;
  height: 100%;
}

.about .sec-about .about_list .inner-sec_contents > ul > li > a:hover ._image > img {
  object-fit: cover;
  width: 120%;
  height: 120%;
}

.about .sec-about .about_list .inner-sec_contents > ul > li > a:hover ._title {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}


@media (max-width: 959px) {
}
@media (min-width: 960px) {
}

/* company
----------------------------------------------- */
.company ._company_list {
  display: flex;
    flex-wrap: wrap;
}

.company ._company_list > dt {
  color: #003394;
  border-bottom: solid 2px #003394;
  margin-bottom: 1em;
  padding: 2em 1em;
  width: 12em;
}

.company ._company_list > dd {
  border-bottom: solid 2px #cccccc;
  margin-bottom: 1em;
  padding: 2em 1em;
  width: calc(100% - 12em);
}

.company ._company_list ._ceo_title {
  display: flex;
    flex-wrap: wrap;
}

.company ._company_list ._ceo_title > dt {
  display: flex;
    justify-content: center;
  padding-right: 2em;
  width: 7em;
}

.company ._company_list ._ceo_title > dd {
  width: calc(100% - 7em);
}


@media (max-width: 959px) {
  .company ._company_list > dt {
    width: 30vw;
  }

  .company ._company_list > dd {
    width: calc(100% - 30vw);
  }

  .company ._company_list ._address > ._image {
    margin: 1em auto 0;
    text-align: right;
  }

}
@media (min-width: 960px) {
  .company ._company_list > dt {
    width: 12em;
  }

  .company ._company_list > dd {
    width: calc(100% - 12em);
  }

  .company ._company_list > dd._address {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .company ._company_list ._address > address {
    width: 20em;
  }

  .company ._company_list ._address > ._image {
    width: calc(100% - 20em);
  }
}

/* feature
----------------------------------------------- */
.feature .sec-reason .heading-2 {
  display: none;
}

.feature .sec-lv-2 {
  margin-bottom: 4em;
}

.feature .sec-lv-2 ._textarea ._text {
  margin-bottom: 1em;
}

.feature .sec-reason .reason_point {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.feature .sec-reason .reason_point > li {
  border: solid 4px #003394;
  border-radius: 100%;
  color: #003394;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  font-size: clamp( 16px, 2.5vw, 28px);
  font-weight: bold;
  text-align: center;
  width: 30%;
    min-width: 144px;
    max-width: 256px;
  height: 30vw;
    max-height: 256px;
    min-width: 144px;
}

.feature .sec-reason ._title {
  color: #003394;
  font-size:clamp( 20px, 3vw, 40px);
  font-weight: bold;
  margin: 2em auto;
  text-align: center;
}

.feature .sec-envi ._textarea > ol {
  list-style: circled-decimal;
  margin: 1em auto;
  padding-left: 3em;
}

.feature .sec-envi ._textarea > ol > li {
  margin-bottom: 0.5em;
}

.feature .sec-envi ._textarea > ol > li:last-child {
  list-style-type: none;
}

@media (max-width: 959px) {
  .feature .sec-reason ._contents_detail ._image {
    margin: 2em auto;
    width: 100%;
      max-width: 640px;
  }
}
@media (min-width: 960px) {
  .feature .sec-reason ._contents_detail {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .feature .sec-reason ._contents_detail ._textarea,
  .feature .sec-reason ._contents_detail ._image {
    width: 48%;
  }
}

/* history
----------------------------------------------- */
.history ol,
.history dl {
  list-style: none;
}

.history ._history_list {
  margin-bottom: 3em;
}

.history ._year-list {
  display: flex;
    flex-wrap: wrap;
}

.history ._year-list > dt,
.history ._year-list > dd {
  border-bottom: dotted 1px #aaaaaa;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.history ._month-list {
  display: flex;
    flex-wrap: wrap;
}


.history ._month-list > dd {
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(100% - 4em);
}

.history ._history_block > dd > ol > li {

}

.history ._history_block > dd > ol > li ._text {
  font-size: 0.75rem;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  text-align: center;
}


@media (max-width: 959px) {
  .history ._year-list > dt {
    color: #003394;
    font-size: 2em;
    font-weight: bold;
  }

  .history ._year-list .wareki {
    display: block;
    font-size: 0.5em;
    font-weight: normal;
    text-align: center;
  }

  .history ._year-list > dt {
    width: 6rem;
  }

  .history ._year-list > dd {
    width: calc(100% - 6rem);
  }

  .history ._month-list > dt,
  .history ._month-list > dd {
    margin-bottom: 1em;
    padding-top: 1rem;
  }

  .history ._month-list > dt {
    color: #003394;
    font-weight: bold;
    text-align: center;
    width: 3em;
  }

  .history ._history_block > dd {
    border-bottom: solid 2px #aaa;
    margin-bottom: 2em;
  }

  .history ._history_block > dd > ol {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
  }

  .history ._history_block > dd > ol > li {
    width: 48%;
      max-width: 240px;
  }

}
@media (min-width: 960px) {
  .history ._history_block {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .history ._history_block > dt {
    width: calc(100% - 320px);
  }


  .history ._history_block > dd {
    width: 320px;
  }

  .history ._year-list > dt {
    color: #003394;
    font-size: 3em;
    font-weight: bold;
    padding-left: 1rem;
  }

  .history ._year-list .wareki {
    display: block;
    font-size: 0.3em;
    font-weight: normal;
    text-align: center;
  }

  .history ._year-list > dt {
    width: 12rem;
  }

  .history ._year-list > dd {
    width: calc(100% - 12rem);
  }

  .history ._month-list > dt,
  .history ._month-list > dd {
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-top: 1rem;
  }

  .history ._month-list > dt {
    color: #003394;
    font-weight: bold;
    text-align: center;
    width: 4em;
  }

  .history ._history_block .heisei > ol {
    display: flex;
      flex-direction: column;
      justify-content: space-between;
    height: 100%;
  }
}

/* mission
----------------------------------------------- */
.mission .sec-lv-2 {
  margin-bottom: 4em;
}

.mission .sec-purpose .heading-2 {
  color: #003394;
  font-size: 2em;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  margin: 1em auto;
  width: 100%;
    max-width: 800px;
}

.mission .heading-2 > span,
.mission ._merit_list ._title > span,
.mission ._purpose > ._title > span {
  display: inline-block;
}

.mission ._merit_list {
  border: outset 6px #003394;
  padding: 1em;
}

.mission ._purpose > ._title {
  font-size: 1.25em;
  text-align: center;
  margin: 2em auto;
  width: 100%;
    min-width: 240px;
    max-width: 720px;
}

.mission ._purpose > ._title::after {
  content: '▼';
  color: #003394;
  display: block;
  font-size: 3em;
  margin: 0.25em auto;
}

.mission ._merit_list ._title {
  color: #003394;
  font-size: 1.5em;
  text-align: center;
}

.mission ._merit_list > ul {
  list-style: disc;
  margin: 1em auto;
}

.mission ._merit_list > ul > li {
  line-height: 2;
  margin-left: 2em;
}

.mission .sec-greeting ._textarea > ._title {
  background-image: url(../img/mission/ceo_phot.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: clamp(16px, 5vw, 48px);
  padding: 1em;
  position: relative;
  width: 100%;
  height: 30vw;
}

.mission .sec-greeting ._textarea > ._title > span {
  position: absolute;
    top: 25%;
}

.mission .sec-greeting ._textarea ._text {
  margin-bottom: 1em;
}

.mission .sec-greeting ._textarea ._sign {
  text-align: right;
}


@media (max-width: 959px) {
  .mission ._merit_list > ul {
    column-count: 2;
  }
}

@media (min-width: 960px) {
  .mission ._merit_list > ul {
    column-count: 3;
  }
}

/* voice
----------------------------------------------- */
.voice ._preface ._title {
  color: #003394;
  font-size: clamp( 18px, 3vw, 32px);
  font-weight: bold;
  margin: 2em auto;
  text-align: center;
}

.voice ._preface ._title {
  color: #003394;
  font-size: clamp( 18px, 3vw, 32px);
  font-weight: bold;
  margin: 2em auto 1em;
  text-align: center;
}

.voice ._preface ._textarea {
  text-align: center;
  margin-bottom: 4em;
}

.voice ._preface ._textarea > a {
  color: #e77600;
  display: inline-block;
  margin: 0 8px;
  text-decoration: underline;
  transition: .4s;
}

.voice ._preface ._textarea > a:hover {
  color: #007C28;
}

.voice .sec-lv-2 {
  margin-bottom: 4em;
}

.voice ._customer ._title,
.voice ._koyanagi ._title {
  color: #fff;
  background-image: linear-gradient(90deg, #003394 0%, #fff 80% );
  font-size: 1.25rem;
  line-height: 1.1;
  margin-bottom: 1em;
  padding: 8px;
  text-align: left;
}

.voice ._customer,
.voice ._koyanagi {
  margin-bottom: 2em;
}

.voice ._customer ._person {
  margin-top: 1em;
  text-align: right;
}

.voice ._customer ._image {
  margin-top: 2em;
}

@media (max-width: 959px) {
}
@media (min-width: 960px) {
}

/* newslist
----------------------------------------------- */
.newslist .sec-news {
  margin-bottom: 4em;
}

.newslist .sec-news ._news_list > li {
  padding-top: 1em;
}

.newslist .sec-news ._news_list > li > a {
  border-bottom: dotted 1px #aaa;
  display: flex;
    flex-wrap: wrap;
  padding: 1em 0.5;
}

.newslist .sec-news ._news_list > li ._date {
  padding-left: 0.5em;
  width: 10em;
}

.newslist .sec-news ._news_list > li ._date,
.newslist .sec-news ._news_list > li ._title {
  font-size: 1.25em;
}

.newslist .sec-news ._news_list > li ._textarea {
  margin-bottom: 1em;
  width: calc(100% - 13em);
}

.newslist .sec-news ._news_list > li ._textcontent {
  color: #666;
  display: inline-block;
  line-height: 1.25;
  overflow: hidden;
  height: 2.5em;
}

.newslist .sec-news ._news_list > li .readmore {
  display: block;
  text-align: right;
}

.newslist .sec-news ._news_list > li > a ._date,
.newslist .sec-news ._news_list > li > a ._textarea,
.newslist .sec-news ._news_list > li > a ._textcontent {
  transition: .4s;
}

.newslist .sec-news ._news_list > li > a:hover ._date,
.newslist .sec-news ._news_list > li > a:hover ._textarea,
.newslist .sec-news ._news_list > li > a:hover ._textcontent {
  color: #007C28;
}

@media (max-width: 959px) {
}
@media (min-width: 960px) {
}



/* privacy
----------------------------------------------- */
.privacy .sec-lv-2 ._heading {
  color: #003394;
  font-size: 1.25em;
  font-weight: normal;
  margin: 2em auto;
  text-align: center;
}

.privacy .sec-lv-2 > .inner-sec > .inner-sec_contents {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
    max-width: 800px;
}

.privacy ._description {
  margin-bottom: 4em;
}

.privacy ._pryvacyporicy_list ol {
  line-height: 2;
  list-style: decimal;
  margin-left: 2em;
  padding-left: 0.5em;
}

.privacy ._pryvacyporicy_list ol > li {
  margin-bottom: 2em;
}

.privacy ._pryvacyporicy_list ol > li > ul {
  list-style: disc;
  margin-left: 2em;
  padding-left: 0.5em;
}

.privacy ._sign {
  margin-bottom: 4em;
  text-align: right;
}

@media (max-width: 959px) {
}
@media (min-width: 960px) {
}

/* products
----------------------------------------------- */
.products .preface {
  color: #003394;
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 2em;
}

.products .sec-lv-2 {
  margin-bottom: 4em;
}

.products .sec-lv-2 ._message {
  margin: -1em auto 4em;
}

.products .sec-item .sec-lv-3 .inner-sec_contents > ul {
  list-style: disc;
  margin-bottom: 2em;
  margin-left: 2em;
}

.products .sec-item .sec-lv-3 .inner-sec_contents > ul > li {
  line-height: 1.3;
  margin-bottom: 0.5em;
  padding-left: 0.25em;
}

.products .sec-maker .sec-lv-3 {
  margin-bottom: 4em;
}

.products .sec-maker .sec-link .heading-3 {
  display: none;
}

.products .sec-maker .sec-link ul {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.products .sec-maker .sec-link ul > li {
  text-align: center;
  padding: 1em;
  width: 20%;
  height: 20vw;
    max-height: 120px;
}

.products .sec-maker .sec-link ul > li > a > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.products .sec-maker .sec-paint ul,
.products .sec-maker .sec-silicon ul,
.products .sec-maker .sec-chemical ul,
.products .sec-maker .sec-tool ul,
.products .sec-maker .sec-material ul,
.products .sec-maker .sec-other ul {
  display: flex;
    flex-wrap: wrap;
  line-height: 2;
}

.products .sec-maker .sec-paint ul > li::after,
.products .sec-maker .sec-silicon ul > li::after,
.products .sec-maker .sec-chemical ul > li::after,
.products .sec-maker .sec-tool ul > li::after,
.products .sec-maker .sec-material ul > li::after,
.products .sec-maker .sec-other ul > li::after {
  content: '、';
}

.products .sec-maker .sec-paint ul > li:last-child::after,
.products .sec-maker .sec-silicon ul > li:last-child::after,
.products .sec-maker .sec-chemical ul > li:last-child::after,
.products .sec-maker .sec-tool ul > li:last-child::after,
.products .sec-maker .sec-material ul > li:last-child::after,
.products .sec-maker .sec-other ul > li:last-child::after {
  content: '';
}



@media (max-width: 959px) {
}
@media (min-width: 960px) {
  .products .sec-item .inner-sec_contents {
    display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .products .sec-item .inner-sec_contents > .sec-lv-3 {
    width: 48%;
  }
}

/* sitemap
----------------------------------------------- */
.sitemap .inner-sec_contents {
  margin-bottom: 4em;
}

.sitemap li {
  line-height: 2;
}

.sitemap a {
  transition: .4s;
}

.sitemap a:hover {
  color: #007C28;
}

.sitemap .aboutlist > li > ul,
.sitemap ._servicelist > li > ul {
  margin-left: 2em;
}

.sitemap .aboutlist > li > ul > li::before,
.sitemap ._servicelist > li > ul > li::before {
  content: 'ー';
  padding-right: 0.5em;
}

.sitemap .aboutlist > li > ul > li a > p,
.sitemap ._servicelist > li > ul > li a > p {
  display: inline;
}

.sitemap ._servicelist {
  margin-top: 2em;
}

.sitemap ._servicelist ._catname {
  margin-left: 1em;
}

@media (max-width: 959px) {
}

@media (min-width: 960px) {
  .sitemap .inner-sec_contents {
    display: flex;
      flex-wrap: wrap;
  }

  .sitemap .aboutlist {
    width: 40%;
  }

  .sitemap ._servicelist {
    width: 60%;
  }
}

/* sidebar
----------------------------------------------- */
.sidebar {
  background-color: #e8f0f9;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}

.sidebar a:hover {
  color: #007C28;
}

.sidebar .sidebar-contents ._title > a {
  color: #003394;
  font-size: 1.5em;
  margin-bottom: 1rem;
}

.sidebar .sidebar-contents ._title > a:hover {
  color: #007C28;
}

.sidebar ._service-list > li > a {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1.5em;
}

.sidebar ._service-list > li > ul > li {
  line-height: 1.2;
  margin-bottom: 2em;
  margin-left: 1em;
}

.sidebar ._service-list > li > ul {
  list-style-type: "-";
}


@media (max-width: 959px) {
}
@media (min-width: 960px) {
}

/* service(archive)
----------------------------------------------- */
.service .sec-lv-2 .inner-sec .inner-sec_contents > ul {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  margin-bottom: 4em;
}

.service .sec-lv-2 .inner-sec .inner-sec_contents > ul > li {
  margin-bottom: 3rem;
  max-width: 352px;
}

.service .sec-lv-2 .inner-sec .inner-sec_contents > ul > li ._image {
  max-height: 198px;
  overflow: hidden;
}

.service .sec-lv-2 .inner-sec .inner-sec_contents > ul > li > a ._image > img {
  object-fit: cover;
  object-position: top center;
  transition: .4s;
  width: 100%;
  height: 100%;
}

.service .sec-lv-2 .inner-sec .inner-sec_contents > ul > li > a:hover ._image > img {
  width: 150%;
  height: 150%;
}

.service .sec-lv-2 .inner-sec .inner-sec_contents > ul > li  > a ._title {
  color: #003394;
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  transition: .4s;
}

.service .sec-lv-2 .inner-sec .inner-sec_contents > ul > li > a ._text {
  transition: .4s;
}

.service .sec-lv-2 .inner-sec .inner-sec_contents > ul > li > a ._textcontent::after {
  content: '…';
  background-color: #fff;
  position: absolute;
    bottom: 0;
    right: 0;
  transition: .4s;
  z-index: 9;
}

.service .sec-lv-2 .inner-sec .inner-sec_contents > ul > li > a ._text ._textcontent {
  display: inline-block;
  height: 3rem;
  overflow: hidden;
  position: relative;
}

.service .sec-lv-2 .inner-sec .inner-sec_contents > ul > li > a ._text .readmore {
  display: block;
  text-align: right;
}

.service .sec-lv-2 .inner-sec .inner-sec_contents > ul > li > a:hover ._title,
.service .sec-lv-2 .inner-sec .inner-sec_contents > ul > li > a:hover ._text,
.service .sec-lv-2 .inner-sec .inner-sec_contents > ul > li > a:hover ._text::after {
  color: #007C28;
}

@media (max-width: 959px) {
  .service .sec-lv-2 .inner-sec .inner-sec_contents > ul > li {
    width: 45%;
  }

  .service .sec-lv-2 .inner-sec .inner-sec_contents > ul > li ._image {
    width: 100%;
    height: 25.3vw;
  }
}

@media (min-width: 960px) {
  .service .sec-lv-2 .inner-sec .inner-sec_contents > ul > li {
    width: 30%;
      max-width: 352px;
  }

  .service .sec-lv-2 .inner-sec .inner-sec_contents > ul > li ._image {
    width: 100%;
    height: 17vw;
  }
}

/* service-single
----------------------------------------------- */
.service-single .sec-service .heading-1 {
  border-bottom: 0;
  border-left: solid 8px #003394 ;
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 1em auto;
  text-align: left;
  width: 100%;
    max-width: 800px;
}

.service-single .sec-service h3 {
  border-bottom: 0;
  color: #003394;
  font-size: 1.25em;
  line-height: 1.1;
  margin: 3em auto 1em;
  text-align: left;
  width: 100%;
    max-width: 800px;
}

.service-single .sec-service h3::before {
  content: '⬛︎';
  padding-right: 0.5em;
}

.service-single .sec-service .heading-1::after {
  display: none;
}

.service-single .sec-service .inner-sec_contents {
  margin-bottom: 4rem;
}

.service-single .sec-service .inner-sec_contents p,
.service-single .sec-service .inner-sec_contents .wp-block-gallery,
.service-single .sec-service .inner-sec_contents .wp-block-image {
  margin: 0 auto 1rem;
  width: 100%;
    max-width: 800px;
}

.service-single .sec-service .inner-sec_contents .wp-block-image {
  display: flex;
    justify-content: center;
}

.service-single .sec-service .inner-sec_contents .wp-block-image {
  margin: 1rem auto 2rem;
}

.service-single .sec-service ._image > img {
  object-fit: contain;
  width: 100%;
}

.service-single .sec-service .manufacturer {
  text-align: right;
}

.service-single .sec-service .manufacturer > a {
  color: #003394;
  transition: .4s;
}

.service-single .sec-service .manufacturer > a:hover {
  color: #007C28;
}

.service-single .sec-contact ._text {
  color: #003394;
  font-size: 1.5em;
  line-height: 1.2;
  text-align: center;
}

.service-single .sec-related_list .inner-sec .inner-sec_contents > ul,
.service-single .precedent_list {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  margin-bottom: 4em;
}

.service-single .sec-related_list .inner-sec .inner-sec_contents > ul > li,
.service-single .precedent_list > li {
  margin-bottom: 3rem;
  max-width: 352px;
}

.service-single .sec-related_list .inner-sec .inner-sec_contents > ul > li ._image,
.service-single .precedent_list > li ._image {
  max-height: 198px;
  overflow: hidden;
}

.service-single .sec-related_list .inner-sec .inner-sec_contents > ul > li > a ._image > img,
.service-single .precedent_list > li > a ._image > img {
  object-fit: cover;
  object-position: top center;
  transition: .4s;
  width: 100%;
  height: 100%;
}

.service-single .sec-related_list .inner-sec .inner-sec_contents > ul > li > a:hover ._image > img,
.service-single .precedent_list > li > a:hover ._image > img {
  width: 150%;
  height: 150%;
}

.service-single .sec-related_list .inner-sec .inner-sec_contents > ul > li  > a ._title,
.service-single .precedent_list > li > a ._title {
  color: #003394;
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  transition: .4s;
}

.service-single .sec-related_list .inner-sec .inner-sec_contents > ul > li > a ._text,
.service-single .precedent_list > li > a ._text {
  transition: .4s;
}

.service-single .sec-related_list .inner-sec .inner-sec_contents > ul > li > a ._textcontent::after,
.service-single .precedent_list > li > a ._textcontent::after {
  content: '…';
  background-color: #fff;
  position: absolute;
    bottom: 0;
    right: 0;
  transition: .4s;
  z-index: 9;
}

.service-single .sec-related_list .inner-sec .inner-sec_contents > ul > li > a ._text ._textcontent,
.service-single .precedent_list > li > a ._text ._textcontent {
  display: inline-block;
  height: 3rem;
  overflow: hidden;
  position: relative;
}

.service-single .sec-related_list .inner-sec .inner-sec_contents > ul > li > a ._text .readmore,
.service-single .precedent_list > li > a ._text .readmore {
  display: block;
  text-align: right;
}

.service-single .sec-related_list .inner-sec .inner-sec_contents > ul > li > a:hover ._title,
.service-single .sec-related_list .inner-sec .inner-sec_contents > ul > li > a:hover ._text,
.service-single .sec-related_list .inner-sec .inner-sec_contents > ul > li > a:hover ._text::after,
.service-single .precedent_list > li > a:hover ._title,
.service-single .precedent_list > li > a:hover ._text,
.service-single .precedent_list > li > a:hover ._text::after {
  color: #007C28;
}

.service-single .sec-related_list .heading-2 {
  color: #003394;
  font-size: min( 6vw, 2em);
  font-weight: normal;
  margin-bottom: 2em;
  padding: 1rem;
  position: relative;
  text-align: center;
}

.service-single .sec-related_list .heading-2::after {
  content: '';
  border-top: solid 6px #003394;
  border-image: linear-gradient(to right, #0d45ff 0%, #000021 100%);
  border-image-slice: 1;
  display: block;
  position: absolute;
    bottom: 0;
    left: calc(50% - 3em);
  width: 6em;
}




@media (max-width: 959px) {
  .service-single .inner-main {
    display: flex;
      flex-direction: column-reverse;
  }

  .service-single .sec-related_list .inner-sec .inner-sec_contents > ul > li,
  .service-single .precedent_list > li {
    width: 45%;
  }

  .service-single .sec-related_list .inner-sec .inner-sec_contents > ul > li ._image,
  .service-single .precedent_list > li ._image {
    width: 100%;
    height: 25.3vw;
  }

}

@media (min-width: 960px) {
  .service-single .inner-main {
    display: flex;
      flex-wrap: wrap;
  }

  .service-single .sidebar {
    width: 240px;
  }

  .service-single .sec-lv-1 {
    width: calc(100% - 240px - 2rem);
  }

  .service-single .sec-related_list .inner-sec .inner-sec_contents > ul > li,
  .service-single .precedent_list > li {
    width: 48%;
      max-width: 400px;
  }

  .service-single .sec-related_list .inner-sec .inner-sec_contents > ul > li ._image,
  .service-single .precedent_list > li ._image {
    width: 100%;
    height: 17vw;
  }

}


/* news-single
----------------------------------------------- */
.news-single .sec-news > .inner-sec .inner-sec_contents {
  margin: 0 auto 4em;
  width: 100%;
    max-width: 800px;
}

.news-single .sec-contact ._text {
  color: #003394;
  font-size: 1.5em;
  line-height: 1.2;
  text-align: center;
}

.news-single .sec-news > .inner-sec .inner-sec_contents p {
  margin-bottom: 1em;
}

.news-single .sec-news > .inner-sec .inner-sec_contents p > a {
  color: #11a;
  display: block;
  text-decoration: underline;
}

.news-single .sec-contact ._text > span {
  display: inline-block;
}

.news-single .sec-bpnews_list .heading-2 {
  color: #003394;
  font-size: min( 4vw, 2em);
  font-weight: normal;
  margin: 2em auto;
  padding: 1rem;
  position: relative;
  text-align: center;
  width: 100%;
    max-width: 800px;
}
.news-single .sec-bpnews_list .heading-2::after {
  content: '';
  border-top: solid 4px #003394;
  border-image: linear-gradient(to right, #0d45ff 0%, #000021 100%);
  border-image-slice: 1;
  display: block;
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4em);
  width: 8em;
}


.news-single .sec-bpnews_list .bpnews_list > li {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  margin-bottom: 2em;
}

.news-single .sec-bpnews_list .bpnews_list > li ._image {
  width: 20%;
    max-width: 160px;
}

.news-single .sec-bpnews_list .bpnews_list > li ._textarea {
  padding-left: 1em;
  width: 80%;
    max-width: 640px;
}

.news-single .sec-bpnews_list .bpnews_list > li ._textarea ._title {
  border-bottom: solid 1px #003394;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  padding: 0.25em 0;
}


@media (max-width: 959px) {
}
@media (min-width: 960px) {
}

/* contact
----------------------------------------------- */
.contact .sec-lv-2 ._heading {
  color: #003394;
  font-size: clamp( 20px, 3vw, 40px);
  font-weight: bold;
  margin: 2em auto;
  text-align: center;
}

.contact .sec-lv-2 > .inner-sec > .inner-sec_contents {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
    max-width: 800px;
}

.contact ._description {
  margin-bottom: 4em;
}

.contact ._description > p > a {
  color: #11f;
  text-decoration: underline;
  transition: .4s;
}

.contact ._description > p > a:hover {
  color: #e77600;
}

.contact input[type=text],
.contact input[type=email],
.contact input[type=tel],
.contact textarea {
  background-color: rgba(16, 109, 107, 0.03);
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  color: #04245e;
  margin: 0.5em 0 2em;
  padding: 1em 0.5em;
  transition: .4s;
  width: 100%;
}

.contact input[type=text],
.contact input[type=email],
.contact input[type=tel] {
  border-bottom: 2px solid #04245e;
}

.contact textarea {
  border: 2px solid #04245e;
}

.contact input[type=text]:focus,
.contact input[type=email]:focus,
.contact input[type=tel]:focus {
  outline: none;
  resize: none;
  border-bottom: 2px solid #e77600;
}

.contact textarea:focus {
  outline: none;
  resize: none;
  border: 2px solid #e77600;
}

.contact dd > ._list > ul {
  display: flex;
    flex-wrap: wrap;
  margin-bottom: 4em;
}

.contact dd > ._list > ul > li {
  padding: 1em 0.5em;
}

.contact dd > ._list > ul > li input {
  width: 1em;
}

.contact dd > ._list > ul > li label {
  margin-right: 4em;
  width: 10em;
}

.contact ._required {
  background-color: #e77600;
  border-radius: 4px;
  color: #fff;
  font-size: 0.75em;
  magin-left: 0.5em;
  padding: 0.125em 8px;
}

.contact ._notes {
  margin-bottom: 4em;
}

@media (max-width: 959px) {
}
@media (min-width: 960px) {
}

/* aa
----------------------------------------------- */


@media (max-width: 959px) {
}
@media (min-width: 960px) {
}

/* end of file */