@charset "UTF-8";
/* a modern css reset
============================================ */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol,
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  margin: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
/* color
=========================================== */
/* pass
=========================================== */
/* breakpoint
=========================================== */
/* animate
=========================================== */
@-webkit-keyframes sc-an {
  0% {
    bottom: 0px;
  }
  95% {
    height: 15px;
    width: 15px;
    opacity: 1;
  }
  100% {
    bottom: -100px;
    height: 0;
    width: 0;
    opacity: 0;
  }
}
@keyframes sc-an {
  0% {
    bottom: 0px;
  }
  95% {
    height: 15px;
    width: 15px;
    opacity: 1;
  }
  100% {
    bottom: -100px;
    height: 0;
    width: 0;
    opacity: 0;
  }
}
@-webkit-keyframes sc-an-sp {
  0% {
    bottom: -20px;
  }
  95% {
    height: 15px;
    width: 15px;
    opacity: 1;
  }
  100% {
    bottom: -85px;
    height: 0;
    width: 0;
    opacity: 0;
  }
}
@keyframes sc-an-sp {
  0% {
    bottom: -20px;
  }
  95% {
    height: 15px;
    width: 15px;
    opacity: 1;
  }
  100% {
    bottom: -85px;
    height: 0;
    width: 0;
    opacity: 0;
  }
}
@-webkit-keyframes txt-line {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes txt-line {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes sc-map {
  0% {
    margin-right: 50px;
  }
  100% {
    margin-right: 0px;
  }
}
@keyframes sc-map {
  0% {
    margin-right: 50px;
  }
  100% {
    margin-right: 0px;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* base
================================================ */
body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000a2e;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

/* font
=========================================== */
@font-face {
  font-family: "CiutadellaRounded";
  src: url("../font/CiutadellaRounded.woff2") format("woff2"), url("../font/CiutadellaRounded.woff") format("woff");
}
/* header
=========================================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: -webkit-transform all 0.3s ease-out 0s;
  will-change: transform, animation, position;
}
.l-header--wh {
  background-color: #fff;
}
.l-header__inner {
  width: calc(100% - 40px);
  padding: 20px 0;
  margin: 0 auto;
}
.l-header__logo {
  width: 85px;
}
.l-header__nv {
  width: 78.5505124451%;
}
.l-header__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__item > a {
  color: #000a2e;
  font-weight: bold;
  position: relative;
}
.l-header__item > a:hover::before {
  content: "";
  position: absolute;
  top: 26px;
  width: 100%;
  height: 1px;
  background-color: #3cb2c7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.l-header__item--icon {
  display: none;
}
.l-header__item--grbtn a {
  padding: 7px 30px;
  background-color: #3cb2c7;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  border: #3cb2c7 1px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__item--grbtn a:hover {
  background-color: #fff;
  color: #3cb2c7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__item--whbtn a {
  padding: 7px 20px;
  background-color: #fff;
  color: #3cb2c7;
  border-radius: 30px;
  border: #3cb2c7 1px solid;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__item--whbtn a:hover {
  background-color: #3cb2c7;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__item--lg {
  margin-left: 15px;
  padding-left: 14px;
  border-left: #b0c7d5 1px solid;
}
.l-header__item--lg a {
  font-weight: bold;
  display: block;
  color: #3cb2c7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 6px 0;
}
.l-header__item--lg a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__opbtn__txt {
  color: #000a2e;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 15px 30px;
  position: relative;
}
.l-header__opbtn__txt:hover::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 5%;
  width: 90%;
  height: 1px;
  background-color: #3cb2c7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.l-header__sub {
  display: none;
  position: absolute;
  top: 70px;
  left: 20px;
  width: calc(100% - 40px);
  background-color: #e6e1e1;
  padding: 40px 11%;
}
.l-header__subbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__subbox .c-ttl {
  width: 23.7%;
  font-size: 32px;
}
.l-header__sublist {
  width: 76.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header__subitem {
  width: 200px;
  margin-right: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
.l-header__subitem:last-of-type {
  margin-right: 0;
}
.l-header__subitem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 125px;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.l-header__subitem a:hover .l-header__subitem__img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.l-header__subitem--bs .l-header__subitem__cv {
  background-color: rgba(2, 15, 21, .7);
}
.l-header__subitem__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.l-header__subitem__ttl {
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 3;
  width: 100%;
  line-height: 1.2;
}
.l-header__subitem__ttl--en {
  display: block;
  font-size: 10px;
  line-height: 2;
}
.l-header__subitem__cv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 65, 67, .6);
}

/* main
=========================================== */
.l-main__topbg {
  background-image: url(../img/top/bg_top_01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* pager
=========================================== */
.l-pager {
  margin: 80px 0;
}
.l-pager__txt {
  font-size: 16px;
  font-weight: bold;
  color: #0382c9;
}
.l-pager__icon {
  width: 32px;
  margin-left: 10px;
}

/* l-pagenation
=========================================== */
.l-pagenation {
  margin: 45px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
}
.l-pagenation .current {
  color: #0382c9;
  border-bottom: #0382c9 1px solid;
  margin: 0 8px;
}
.l-pagenation a {
  margin: 0 8px;
  color: #000a2e;
}
.l-pagenation .prev,
.l-pagenation .first,
.l-pagenation .next,
.l-pagenation .last {
  color: #0382c9;
}

/* footer
=========================================== */
.l-footer {
  background-color: #2e92a3;
  padding: 40px 0 10px;
  position: relative;
}
.l-footer__box {
  width: 50%;
}
.l-footer__topto {
  position: fixed;
  bottom: 30px;
  right: 22px;
  width: 55px;
  z-index: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.l-footer__logo {
  margin-bottom: 15px;
  width: 106px;
}
.l-footer__txt {
  color: #fff;
  line-height: 2;
}
.l-footer__list {
  width: 20%;
  padding: 55px 0 0;
}
.l-footer__dttl {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.l-footer__data {
  margin-bottom: 10px;
}
.l-footer__data a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer__data a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer__lgbtn {
  display: none;
}
.l-footer__lgbtn a {
  display: block;
  border: #fff 1px solid;
  color: #fff;
  font-size: 16px;
  padding: 6px 8px;
  text-align: center;
}
.l-footer__copyright {
  margin: 20px 0 0;
  text-align: right;
  width: 100%;
  color: #fff;
  font-size: 10px;
}

/* bread
=========================================== */
.l-bread {
  background-color: #e4f2e4;
  padding: 10px 0;
  font-size: 12px;
  line-height: 1.9;
}
.l-bread__item {
  margin-right: 5px;
}
.l-bread__item a {
  color: #3cb2c7;
  font-weight: bold;
}

/* post
=========================================== */
.l-post {
  border-bottom: #b0c7d5 1px solid;
}
.l-post--top {
  border-top: none;
}
.l-post--detail__wrap {
  border-bottom: #b0c7d5 1px solid;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.l-post__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: #b0c7d5 1px solid;
}
.l-post__item a {
  color: #000a2e;
  padding: 30px 35px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}
.l-post__item a::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/common/icon_ar_bl_01.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.l-post__item a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.l-post__item a:hover::before {
  right: 37px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.l-post__item--top {
  background-color: #fff;
  border-top: none;
}
.l-post__item--top a {
  padding: 20px 35px;
}
.l-post__ttl {
  margin-right: 45px;
  font-size: 18px;
  font-weight: bold;
  color: #0382c9;
}
.l-post__category {
  background-color: #3cb2c7;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 5px 0;
  min-width: 104px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 15px;
}
.l-post__time {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
  margin-right: 15px;
}
.l-post__txt {
  font-weight: bold;
}
.l-post__content {
  font-size: 16px;
  line-height: 2;
}
.l-post__content img {
  width: auto;
}

/* l-table
=========================================== */
.l-table {
  margin-bottom: 80px;
  border-top: #b0c7d5 1px solid;
}
.l-table__item {
  border-bottom: #b0c7d5 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-table__item--dash {
  border-bottom: #b0c7d5 1px dashed;
}
.l-table__ttlcol {
  background-color: #e5f2fa;
  border-right: #b0c7d5 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 25px;
  width: 20%;
}
.l-table__col {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  width: 80%;
}
.l-table__txt {
  line-height: 1.5;
}
.l-table__txt--month {
  display: inline-block;
  margin-left: 10px;
}
.l-table__txt--16 {
  font-size: 16px;
  text-align: left;
  line-height: 2;
}
.l-table__txt--16 a {
  color: #000a2e;
}
.l-table__txt--mb40 {
  margin-bottom: 40px;
}
.l-table__dl {
  line-height: 2;
  margin-bottom: 20px;
}
.l-table__dl:last-of-type {
  margin-bottom: 0;
}
.l-table__data {
  text-indent: -1em;
  padding-left: 1em;
}
.l-table__box--mb50 {
  margin-bottom: 50px;
}
.l-table__ttl {
  margin-bottom: 45px;
}

/* ttl
=========================================== */

.c-br-tb-900 {
  display: none;
}

.c-br-tb {
  display: none;
}

.c-br-sp {
  display: none;
}

/* btn
=========================================== */
.c-button a {
  display: block;
  width: 300px;
  color: #000a2e;
  font-size: 13px;
  border: #0382c9 1px solid;
  border-radius: 23px;
  text-align: center;
  padding: 14px 0;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-button a::before {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../img/common/icon_ar_bl_02.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-button a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-button a:hover::before {
  right: 13px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-button--center a {
  margin: 0 auto;
}
.c-button--wh a {
  background-color: #fff;
}
.c-button--lg a {
  border-radius: 60px;
  font-size: 18px;
  padding: 23px 0;
  width: 320px;
}
.c-button--lg a::before {
  right: 40px;
}
.c-button--lg a:hover::before {
  right: 37px;
}

/* flex
=========================================== */
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-flex.-fxd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-flex.-fxd-cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.c-flex.-fxd-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-flex.-fxd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-flex.-fxw-n {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.c-flex.-fxw-w {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-flex.-fxw-wr {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.c-flex.-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-flex.-jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-flex.-jc-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-flex.-jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.c-flex.-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-flex.-ai-b {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.c-flex.-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-flex.-ai-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-flex.-ai-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-flex.-ai-s {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-flex.-ac-c {
  -ms-flex-line-pack: center;
      align-content: center;
}
.c-flex.-ac-fe {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.c-flex.-ac-fs {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.c-flex.-ac-s {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.c-flex.-ac-sa {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}
.c-flex.-ac-sb {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.c-flex__item.-ord-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-flex__item.-ord-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.c-flex__item.-ord-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.c-flex__item.-ord-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.c-flex__item.-ord-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.c-flex__item.-ord-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.c-flex__item.-ord-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.c-flex__item.-ord-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.c-flex__item.-ord-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.c-flex__item.-ord-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

/* inner
=========================================== */
.c-inner {
  width: 80%;
  margin: 0 auto;
  min-width: 1080px;
}
.c-inner--right {
  width: 89.5314787701%;
  margin: 0 0 0 auto;
  min-width: 1080px;
}
.c-inner--left {
  width: 89.5314787701%;
  min-width: 1080px;
}
.c-inner--sm {
  width: 58.5651537335%;
  margin: 0 auto;
  min-width: 800px;
}

/* link
=========================================== */
.c-link {
  text-decoration: underline;
  color: #000a2e;
}

/* ttl
=========================================== */
.c-ttl {
  color: #0382c9;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
}
.c-ttl--jp {
  display: block;
  color: #718089;
  font-size: 13px;
  font-family: "Montserrat";
}
.c-ttl--center {
  text-align: center;
}
.c-ttl--sub {
  color: #000a2e;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.c-ttl--wh {
  text-align: right;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1.7;
}
.c-ttl--blu {
  color: #0382c9;
  font-size: 40px;
  margin-bottom: 55px;
  line-height: 1.7;
}
.c-ttl--blu img {
  display: inline-block;
  margin-right: 15px;
  width: 24px;
  vertical-align: middle;
}
.c-ttl--blu--m20 {
  margin-bottom: 20px;
}

/* heading
=========================================== */
/* txt
=========================================== */
.c-txt--lead {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
.c-txt--16 {
  font-size: 16px;
  line-height: 1.5;
}

/* hamburger menu
=========================================== */
.c-hammenu {
  display: none;
}

.js-ham .c-hammenu__item:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 20px;
}
.js-ham .c-hammenu__item:nth-child(2) {
  opacity: 0;
}
.js-ham .c-hammenu__item:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -36px;
}

/* hover
=========================================== */
.c-hover--opacity {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-hover--opacity:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* info-box
=========================================== */
/* TOPページ
=========================================== */
/* p-home
=========================================== */
/*p-home-vision
=========================================== */
.p-home-vision {
  padding: 170px 0 0;
}
.p-home-vision__txtbox {
  width: 36.4677023712%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-home-vision__txtbox .c-ttl {
  line-height: 1.5;
}
.p-home-vision__lead {
  font-size: 20px;
  margin-bottom: 30px;
}
.p-home-vision__txt {
  line-height: 1.7;
  margin-bottom: 20px;
}
.p-home-vision__img {
  width: 62.7964022895%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/*p-home-strength
=========================================== */
.p-home-strength {
  padding: 138px 0 0;
}
.p-home-strength__box {
  margin: 50px 0 0;
}
.p-home-strength__img {
  width: 37.037037037%;
}
.p-home-strength__list {
  width: 59.0740740741%;
}
.p-home-strength__item {
  border-top: #b0c7d5 1px solid;
  border-bottom: #b0c7d5 1px solid;
  padding: 24px 4px 24px 40px;
  position: relative;
}
.p-home-strength__item a {
  color: #000a2e;
}
.p-home-strength__item a:hover .p-home-strength__ttl::before {
  content: "";
  position: absolute;
  top: 26px;
  width: 100%;
  height: 1px;
  background-color: #0382c9;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-home-strength__item::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/common/icon_ar_bl_01.png);
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 0;
}
.p-home-strength__ttl {
  font-size: 20px;
  color: #0382c9;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}
.p-home-strength__ttl::before {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-home-strength__txt {
  line-height: 1.7;
}

/*p-home-business
=========================================== */
.p-home-business {
  padding: 180px 0 65px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f5fafa+20,ebfff1+100 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(20%, #f5fafa), to(#ebfff1));
  background: linear-gradient(to bottom, #ffffff 0%, #f5fafa 20%, #ebfff1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ebfff1",GradientType=0 );
  /* IE6-9 */
}
.p-home-business__list {
  margin: 44px 0 0;
}
.p-home-business__item {
  width: 22.2222222222%;
  height: 280px;
  overflow: hidden;
}
.p-home-business__item a {
  display: block;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.p-home-business__item a:hover .p-home-business__img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-home-business__item:nth-child(1) {
  margin-top: 120px;
}
.p-home-business__item:nth-child(2) {
  margin-top: 80px;
}
.p-home-business__item:nth-child(3) {
  margin-top: 40px;
}
.p-home-business__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-home-business__ttl {
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 3;
  width: 100%;
  line-height: 1.3;
}
.p-home-business__ttl--en {
  display: block;
  font-size: 13px;
  line-height: 2;
}
.p-home-business__cv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 15, 21, .69);
}

/*p-home-product
=========================================== */
.p-home-product {
  padding: 140px 0 110px;
}
.p-home-product__box {
  padding: 20px;
  background-image: url(../img/top/bg_product_01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-home-product__txtbox {
  background-color: rgba(255, 255, 255, .62);
  padding: 94px 0;
  text-align: center;
}

/*p-home-information
=========================================== */
.p-home-info__box {
  width: 50%;
  padding: 50px 80px 35px;
  background-color: #dbf8fd;
  line-height: 1.5;
}
.p-home-info__box:nth-child(1) {
  background-color: #e6e6e6;
}
.p-home-info__box:nth-child(4) {
  background-color: #e6e6e6;
}
.p-home-info__lisk {
  margin-bottom: 30px;
}
.p-home-info__lisk a {
  display: block;
  color: #000a2e;
  font-size: 13px;
  text-align: right;
}
.p-home-info__item {
  margin-bottom: 15px;
}
.p-home-info__item a {
  color: #000a2e;
  display: inline-block;
  padding-left: 16px;
  font-size: 16px;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-home-info__item a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-home-info__item a:hover::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3cb2c7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-home-info__item a::before {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../img/common/icon_ar_bl_02.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.p-home-info__item a::after {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-home-info__item--hf {
  width: 50%;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-home-info__item--news {
  margin-bottom: 20px;
  position: relative;
}
.p-home-info__item--news::before {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../img/common/icon_ar_bl_02.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.p-home-info__item--news a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000a2e;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-home-info__item--news a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-home-info__cat {
  background-color: #3cb2c7;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 5px 16px;
  margin-right: 15px;
}
.p-home-info__time {
  font-family: "Montserrat";
  letter-spacing: 0.2em;
  margin-right: 15px;
}
.p-home-info__spacer {
  width: 100%;
}
.p-home-info__ttl {
  margin-top: 10px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-home-info__ttl:hover::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3cb2c7;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-home-info__txt {
  text-align: center;
}

/*p-home-recruite
=========================================== */
.p-home-recruite {
  background-image: url(../img/top/bg_recruit_01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding: 170px 0;
  width: 80%;
  margin: 140px auto 60px;
  text-align: center;
}
.p-home-recruite__link {
  margin-top: 40px;
}
.p-home-recruite__link a {
  color: #000a2e;
  font-size: 26px;
}
.p-home-recruite__link__icon {
  display: block;
  width: 48px;
  margin: 16px auto 0;
}

/* p-home-block
=========================================== */
/* p-main-visual
=========================================== */
.p-main-visual__txtbox {
  width: 38.2665576451%;
}
.p-main-visual__ttl {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.9;
}
.p-main-visual__txt {
  line-height: 1.7;
}
.p-main-visual__img {
  width: 53.5568274734%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-main-visual__newsbox {
  margin: 20px 0 0 auto;
  width: 71.8562874251%;
  min-width: 960px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(16, 70, 72, .12);
          box-shadow: 0px 0px 4px 0px rgba(16, 70, 72, .12);
}

/* 下層ページ　事業関連ページ
=========================================== */
/* p-sub-block
=========================================== */
.p-sub-block {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f7f0+0,ffffff+100 */
  background: #f0f7f0;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f7f0), to(#ffffff));
  background: linear-gradient(to bottom, #f0f7f0 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f0f7f0", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
  padding: 90px 0 50px;
  /* FEATURE
  =========================================== */
}
.p-sub-block--business {
  padding: 90px 0 0;
}
.p-sub-block--vision__wrap {
  width: 800px;
  margin: 0 auto;
}
.p-sub-block--vision__wrap .p-sub-block__ttl {
  width: 800px;
}
.p-sub-block__ttl {
  width: 800px;
  margin: 0 auto 38px;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  line-height: 1.7;
}
.p-sub-block__ttl::before {
  content: "";
  position: absolute;
  bottom: -23px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  width: 46px;
  height: 6px;
  background: url(../img/common/icon_dot_01.png) no-repeat;
  background-size: contain;
}
.p-sub-block__lead {
  text-align: center;
  font-size: 16px;
  margin-bottom: 80px;
  line-height: 1.75;
}
.p-sub-block__img {
  margin-bottom: 24px;
}
.p-sub-block__txt {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}
.p-sub-block__list {
  width: 800px;
  margin: 60px auto 0;
}
.p-sub-block__item {
  margin-bottom: 30px;
}
.p-sub-block__icon {
  margin-bottom: 15px;
}
.p-sub-block__icon--img {
  width: 8px;
}
.p-sub-block__icon--txt {
  font-size: 10px;
  color: #3cb2c7;
  font-weight: bold;
  margin: 0 4px;
}
.p-sub-block__icon--no {
  width: 39px;
}
.p-sub-block__conttl {
  font-size: 24px;
  line-height: 2;
}
.p-sub-block__box {
  margin: 50px 0 100px;
}
.p-sub-block__txtbox {
  width: 800px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-sub-block__imgbox {
  width: 40.7407407407%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-sub-block__ft {
  position: relative;
}
.p-sub-block__ft__entxt {
  position: absolute;
  top: -30px;
  right: 5.1976573939%;
  width: 120px;
}
.p-sub-block__ft__inner {
  background-color: #e8eaea;
  padding: 80px 6.5412919052% 40px 11.6925592805%;
}
.p-sub-block__ft__upside {
  margin-bottom: 60px;
}
.p-sub-block__ft .p-sub-block__conttl {
  margin-bottom: 20px;
}
.p-sub-block__kinditem {
  margin-bottom: 30px;
}
.p-sub-block__kindimg {
  width: 30%;
  margin-right: 1.6%;
}
.p-sub-block__kindtxtbox {
  width: 68.4%;
}
.p-sub-block__kindttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.55;
}
.p-sub-block__dl {
  margin-bottom: 15px;
  line-height: 1.7;
}
.p-sub-block__dt {
  font-weight: bold;
}
.p-sub-block__dt--icon {
  display: inline-block;
  margin-right: 5px;
  width: 8px;
}

/* p-sub-visual
=========================================== */
.p-sub-visual {
  padding: 220px 0 240px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-sub-visual--vision {
  background-image: url(../img/vision/bg_mv_01.jpg);
}
.p-sub-visual--vision .c-ttl {
  color: #fff;
}
.p-sub-visual--vision .c-ttl--jp {
  color: #fff;
}
.p-sub-visual--innovation {
  background-image: url(../img/innovation/bg_mv_01.jpg);
}
.p-sub-visual--innovation .c-ttl {
  color: #fff;
}
.p-sub-visual--innovation .c-ttl--jp {
  color: #fff;
  font-size: 20px;
  font-weight: lighter;
}
.p-sub-visual--customize {
  background-image: url(../img/customize/bg_mv_01.jpg);
}
.p-sub-visual--customize .c-ttl {
  color: #fff;
}
.p-sub-visual--customize .c-ttl--jp {
  color: #fff;
  font-size: 20px;
  font-weight: lighter;
}
.p-sub-visual--manufacturing {
  background-image: url(../img/manufacturing/bg_mv_01.jpg);
}
.p-sub-visual--manufacturing .c-ttl {
  color: #fff;
}
.p-sub-visual--manufacturing .c-ttl--jp {
  color: #fff;
  font-size: 20px;
  font-weight: lighter;
}
.p-sub-visual--business {
  background-image: url(../img/business/bg_mv_01.jpg);
}
.p-sub-visual--business .c-ttl {
  color: #fff;
}
.p-sub-visual--business02 {
  background-image: url(../img/business/bg_mv_02.jpg);
}
.p-sub-visual--business03 {
  background-image: url(../img/business/bg_mv_03.jpg);
}
.p-sub-visual--business04 {
  background-image: url(../img/business/bg_mv_04.jpg);
}
.p-sub-visual .c-ttl {
  text-align: right;
  font-size: 56px;
  line-height: 1.2;
}
.p-sub-visual--business .c-ttl {
  font-size: 40px;
  line-height: 1.7;
}
.p-sub-visual--basic {
  background-color: #f0f7f0;
  padding: 70px 0 0;
}

/* インフラ関連ページ
=========================================== */
/* p-basic-block
=========================================== */
.p-basic-block {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f7f0+0,ffffff+100 */
  background: #f0f7f0;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f7f0), to(#ffffff));
  background: linear-gradient(to bottom, #f0f7f0 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f0f7f0", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
  padding: 65px 0 0;
}
.p-basic-block__txt {
  font-size: 16px;
  line-height: 2;
}
.p-basic-block__side {
  width: 26%;
}
.p-basic-block__side--right {
  width: 20%;
}
.p-basic-block__side__ttl {
  text-align: left;
}
.p-basic-block__side__item {
  margin-bottom: 20px;
}
.p-basic-block__side__item a {
  color: #000a2e;
}
.p-basic-block__side__item--active a {
  color: #0382c9;
  font-weight: bold;
}
.p-basic-block__side__icon {
  width: 23px;
  margin-right: 10px;
}
.p-basic-block__content {
  width: 74%;
}
.p-basic-block__content--right {
  width: 80%;
}
.p-basic-block__content__box {
  width: 42.5%;
}
.p-basic-block__dl {
  margin-bottom: 80px;
}
.p-basic-block__dttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}
.p-basic-block__dttl img {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  vertical-align: middle;
}
.p-basic-block__data {
  font-size: 16px;
  line-height: 2;
}
.p-basic-block__data--txt {
  font-size: 14px;
}
.p-basic-block__olitem {
  list-style: decimal;
  margin-bottom: 10px;
}
.p-basic-block__doc a {
  color: #0382c9;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}
.p-basic-block__doc a img {
  display: inline-block;
  margin-right: 7px;
  width: 15px;
  vertical-align: middle;
}
.p-basic-block__img {
  margin-bottom: 30px;
}
.p-basic-block__time {
  color: #718089;
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
  text-align: right;
}
.p-basic-block__link {
  color: #718089;
  display: block;
  margin-top: 16px;
  font-size: 16px;
  text-align: right;
}
.p-basic-block__dlcl {
  margin-bottom: 60px;
}
.p-basic-block__dtcl {
  margin-bottom: 10px;
  font-weight: bold;
}
.p-basic-block__ddcl {
  margin-bottom: 10px;
}
.p-basic-block__pitem {
  text-indent: -1em;
  padding-left: 2em;
}

/* 会社情報　挨拶
=========================================== */
/* p-philosophy
=========================================== */
.p-philosophy__content {
  margin-top: -65px;
  position: relative;
}
.p-philosophy__ttl {
  position: absolute;
  top: 50px;
  left: 10%;
  font-size: 25px;
  line-height: 1.5;
}
.p-philosophy__img {
  margin-bottom: 37px;
}
.p-philosophy__txtbox {
  padding: 0 13% 80px 40px;
}
.p-philosophy__txt {
  margin-bottom: 35px;
}
.p-philosophy__name {
  display: block;
  text-align: right;
  font-size: 24px;
}
.p-philosophy__name--sm {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
}

/* 会社情報　経営ビジョン
=========================================== */
/* p-managementvision
=========================================== */
.p-managementvision__list {
  margin-bottom: 90px;
}
.p-managementvision__item {
  font-size: 18px;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}

/* 会社情報　ビジネスドメイン
=========================================== */
/* p-businessdomain
=========================================== */
.p-businessdomain__dl {
  width: 57.5%;
}
.p-businessdomain__data {
  font-size: 14px;
}
.p-businessdomain__img {
  width: 37.5%;
}

/* 会社情報　経営戦略
=========================================== */
/* p-corecompetency
=========================================== */
.p-corecompetency__data--no {
  font-size: 18px;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.p-corecompetency__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-corecompetency__item {
  width: 400px;
  height: 270px;
  background-color: #dbf3fd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 20px 40px 40px;
  border-radius: 50%;
  margin: 0 5px;
}
.p-corecompetency__item:nth-child(1) {
  margin: 0 100px;
}
.p-corecompetency__item:nth-child(2) {
  background-color: #dbf8fd;
}
.p-corecompetency__item:nth-child(2) .p-corecompetency__ttl {
  color: #3cb2c7;
}
.p-corecompetency__item:nth-child(3) {
  background-color: #ececf4;
}
.p-corecompetency__item:nth-child(3) .p-corecompetency__ttl {
  color: #718089;
}
.p-corecompetency__ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0382c9;
}
.p-corecompetency__txt {
  font-size: 13px;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.p-corecompetency__gl__dttl {
  font-size: 20px;
  font-weight: bold;
}
.p-corecompetency__gl__data {
  font-size: 14px;
}
.p-corecompetency__glitem {
  width: 32.5%;
}

/* 会社情報　会社概要
=========================================== */
/* p-profile
=========================================== */
.p-profile__list {
  margin-bottom: 40px;
}
.p-profile__item {
  padding: 40px 0;
  width: 100%;
  border-bottom: #b0c7d5 1px solid;
}
.p-profile__img {
  width: 47.5%;
}
.p-profile__txtbox {
  width: 47.5%;
}
.p-profile__ttl {
  font-size: 20px;
  margin-bottom: 10px;
}
.p-profile__txt {
  font-size: 16px;
  line-height: 1.5;
}
.p-profile__txt a {
  color: #000a2e;
}
.p-profile__map {
  margin-top: 30px;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.p-profile__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 会社情報　採用情報
=========================================== */
/* p-recruit
=========================================== */
.p-recruit__txt {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 60px;
}

/* 会社情報　取扱商社一覧
=========================================== */
/* p-shop
=========================================== */
.p-shop__txt {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.p-shop__linklist {
  margin-bottom: 60px;
  width: 72%;
}
.p-shop__linkitem {
  margin-bottom: 15px;
  margin-right: 20px;
}
.p-shop__linkitem a {
  color: #0382c9;
  display: block;
}
.p-shop__linkitem a img {
  display: inline-block;
  margin-right: 5px;
  width: 8px;
}
.p-shop__box:last-of-type {
  margin-bottom: 100px;
}
.p-shop__list {
  margin-bottom: 60px;
  border: #b0c7d5 1px solid;
  border-top: none;
  border-right: none;
}
.p-shop__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: #b0c7d5 1px solid;
  background-color: #f2f2f2;
}
.p-shop__item:nth-child(1) {
  background-color: #3cb2c7;
  color: #fff;
  font-weight: bold;
}
.p-shop__item:nth-child(2n) {
  background-color: #fbfbfb;
}
.p-shop__col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 8px;
  border-right: #b0c7d5 1px solid;
}
.p-shop__bd {
  border-bottom: #b0c7d5 1px dashed;
}
.p-shop__contxt {
  font-size: 12px;
  line-height: 1.5;
}
.p-shop__contxt a {
  text-decoration: underline;
}
.p-shop__name {
  width: 22.5%;
}
.p-shop__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 77.5%;
}
.p-shop__office {
  width: 20%;
}
.p-shop__address {
  width: 62.5%;
}
.p-shop__tel {
  width: 17.5%;
}
.p-shop__tel a {
  color: #000a2e;
}

/* お問い合わせ
=========================================== */
/* contact
=========================================== */
.p-contact {
  padding-bottom: 80px;
}
.p-contact--thk {
  padding: 235px 0 215px;
}
.p-contact__txt {
  font-size: 16px;
  line-height: 1.5;
}
.p-contact__txt--red {
  color: #de0022;
}
.p-contact__list {
  padding: 100px 0 20px;
}
.p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 55px;
}
.p-contact__ttlcol {
  width: 38%;
}
.p-contact__ttlcol__txt {
  font-size: 20px;
}
.p-contact__contcol {
  width: 62%;
  font-size: 20px;
  position: relative;
}
.p-contact__contcol input[type=text],
.p-contact__contcol input[type=tel],
.p-contact__contcol input[type=email],
.p-contact__contcol textarea,
.p-contact__contcol select {
  border: none;
  background-color: #eeeeee;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #000a2e;
}
.p-contact__contcol input[type=text]::-webkit-input-placeholder,
.p-contact__contcol input[type=tel]::-webkit-input-placeholder,
.p-contact__contcol input[type=email]::-webkit-input-placeholder,
.p-contact__contcol textarea::-webkit-input-placeholder,
.p-contact__contcol select::-webkit-input-placeholder {
  color: #cccccc;
}
.p-contact__contcol input[type=text]::-moz-placeholder,
.p-contact__contcol input[type=tel]::-moz-placeholder,
.p-contact__contcol input[type=email]::-moz-placeholder,
.p-contact__contcol textarea::-moz-placeholder,
.p-contact__contcol select::-moz-placeholder {
  color: #cccccc;
}
.p-contact__contcol input[type=text]::-ms-input-placeholder,
.p-contact__contcol input[type=tel]::-ms-input-placeholder,
.p-contact__contcol input[type=email]::-ms-input-placeholder,
.p-contact__contcol textarea::-ms-input-placeholder,
.p-contact__contcol select::-ms-input-placeholder {
  color: #cccccc;
}
.p-contact__contcol input[type=text]::placeholder,
.p-contact__contcol input[type=tel]::placeholder,
.p-contact__contcol input[type=email]::placeholder,
.p-contact__contcol textarea::placeholder,
.p-contact__contcol select::placeholder {
  color: #cccccc;
}
.p-contact__contcol--sel {
  position: relative;
  width: 46%;
}
.p-contact__contcol--sel select {
  width: 100%;
}
.p-contact__contcol--sel::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../img/common/icon_ar_blc_03.png) no-repeat;
  background-size: contain;
  width: 12px;
  height: 18px;
  pointer-events: none;
}
.p-contact__contcol--hf input[type=text],
.p-contact__contcol--hf input[type=tel],
.p-contact__contcol--hf input[type=email],
.p-contact__contcol--hf textarea,
.p-contact__contcol--hf select {
  width: 42%;
  margin-right: 5%;
}
.p-contact__contcol--fg input[type=text],
.p-contact__contcol--fg input[type=tel],
.p-contact__contcol--fg input[type=email],
.p-contact__contcol--fg textarea,
.p-contact__contcol--fg select {
  width: 70%;
}
.p-contact__contcol--post {
  position: relative;
  width: 28%;
}
.p-contact__contcol--post select {
  width: 100%;
}
.p-contact__contcol--post::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../img/common/icon_ar_blc_03.png) no-repeat;
  background-size: contain;
  width: 12px;
  height: 18px;
  pointer-events: none;
}
.p-contact__contcol__txt {
  margin-bottom: 20px;
}
.p-contact__contcol__txt--mt20 {
  margin: 20px 0;
}
.p-contact__contcol .mwform-checkbox-field {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
}
.p-contact .mw_wp_form .error {
  position: absolute;
}
.p-contact__box {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.p-contact__box .error {
  right: 50%;
}
.p-contact__btn--blu {
  width: 400px;
  margin: 0 auto;
  position: relative;
}
.p-contact__btn--blu:hover::before {
  right: 29px;
}
.p-contact__btn--blu input[type=submit],
.p-contact__btn--blu button {
  display: block;
  width: 100%;
  color: #0477c2;
  font-size: 26px;
  border: #0477c2 2px solid;
  border-radius: 44px;
  text-align: center;
  padding: 29.5px 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.p-contact__btn--blu::before {
  content: "";
  width: 16px;
  height: 24px;
  background: url(../img/common/icon_ar_bl_02.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-contact__btn--blc {
  width: 400px;
  margin: 0 auto;
  position: relative;
}
.p-contact__btn--blc:hover::before {
  right: 29px;
}
.p-contact__btn--blc input[type=submit],
.p-contact__btn--blc button {
  display: block;
  width: 100%;
  color: #718089;
  font-size: 26px;
  border: #718089 2px solid;
  border-radius: 44px;
  text-align: center;
  padding: 29.5px 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.p-contact__btn--blc::before {
  content: "";
  width: 16px;
  height: 24px;
  background: url(../img/common/icon_ar_bl_04.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 32px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-contact__ttl {
  text-align: center;
}
.p-contact__tktxt {
  text-align: center;
  font-size: 20px;
  line-height: 2.4;
  margin-bottom: 50px;
}
.p-contact .mw_wp_form_input .p-contact__btn--blc {
  display: none;
}
.p-contact .mw_wp_form_confirm .p-contact__contcol--sel::before,
.p-contact .mw_wp_form_confirm .p-contact__contcol--post::before,
.p-contact .mw_wp_form_confirm .p-contact__box {
  display: none;
}
.p-contact .mw_wp_form_confirm .p-contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact .mw_wp_form_confirm .p-contact__btn--blc {
  display: block;
}
.p-contact__scbox {
  height: 300px;
  padding: 10px;
  overflow: scroll;
  margin-bottom: 30px;
  border: #ddd 1px solid;
  font-size: 14px;
  line-height: 1.5;
}
.p-contact__scbox__dlcl {
  margin-bottom: 20px;
}
.p-contact__scbox__dttl {
  font-weight: bold;
  margin-bottom: 10px;
}
.p-contact__scbox__ddcl {
  margin-bottom: 10px;
}
.p-contact__scbox__pitem {
  text-indent: -1em;
  padding-left: 2em;
}

/* utillity
=========================================== */
/* color
=========================================== */
.u-color--red {
  color: #de0022;
}

.u-color-bg--graysub {
  background-color: #f8f7f3;
}
.u-color-bg--wh {
  background-color: #fff;
}

/* txt
=========================================== */
.u-txt--center {
  text-align: center;
}
.u-txt--left {
  text-align: left;
}
.u-txt--right {
  text-align: right;
}
.u-txt--indent {
  text-indent: -1em;
  padding-left: 1em;
}
.u-txt--underline {
  text-decoration: underline;
}
.u-txt--sm {
  font-size: 90%;
}
.u-txt--xs {
  font-size: 88.8888888889%;
}
.u-txt--xxs {
  font-size: 87.5%;
}
.u-txt--nowrap {
  white-space: nowrap;
}
.u-txt--bold {
  font-weight: bold;
}

/* js trigger
=========================================== */
.js-trigger__hv {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* js variation
=========================================== */
.js-op_0 {
  opacity: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.js-op_1 {
  opacity: 1;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.js-ds_n {
  display: none !important;
}

.js-ds_b {
  display: block !important;
}

.js-ds_f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.js-ds_w {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.js-ds_t {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: -webkit-transform all 0.3s ease-out 0s;
  will-change: transform, animation, position;
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.js-fade--slow {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-fade-active {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.js-ttl {
  opacity: 0;
}
.js-ttl span {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.js-close {
  display: none;
  margin-top: 40px;
}

html.js-fixed,
html.js-fixed body {
  height: 100%;
  overflow: hidden;
}

.js-bg .l-header__opbtn__txt {
  background-color: #e6e1e1;
}

.js-sctop-active {
  opacity: 1;
  visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media only screen and (max-width: 1440px) {
  body {
    margin: 0;
  }
}

@media only screen and (min-width: 1200px) {
  body {
    margin: 0;
  }
}

@media only screen and (min-width: 1000px) {
  body {
    margin: 0;
  }
}

@media only screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}

@media only screen and (max-width: 1200px) {
  body {
    margin: 0;
  }
  .l-header__inner {
    width: calc(100% - 20px);
  }
  .l-header__nv {
    width: 90%;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    margin: 0;
  }
  .l-header__item--grbtn a {
    padding: 7px 18px;
  }
  .l-header__item--whbtn a {
    padding: 7px 15px;
  }
  .c-inner {
    min-width: initial;
    min-width: auto;
    width: 92%;
  }
  .c-inner--right {
    min-width: initial;
    min-width: auto;
    width: 96%;
  }
  .c-inner--left {
    min-width: initial;
    min-width: auto;
    width: 96%;
  }
  .c-inner--sm {
    min-width: initial;
    min-width: auto;
    width: 92%;
  }
  .p-home-business__item {
    width: 47.0588235294%;
  }
}

@media only screen and (max-width: 900px) {
  body {
    margin: 0;
  }
  .l-header {
    background-color: #e1f0e2;
  }
  .l-header__inner {
    width: 92%;
  }
  .l-header__logo {
    position: relative;
    z-index: 1000;
    width: 160px;
  }
  .l-header__nv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #e8eaea;
    padding: 160px 4% 170px;
    height: 100vh;
    overflow: scroll;
  }
  .l-header__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header__item {
    width: 100%;
    position: relative;
    border-bottom: #b0c7d5 1px solid;
  }
  .l-header__item > a {
    display: block;
    padding: 40px 0;
    font-size: 32px;
    font-weight: 400;
  }
  .l-header__item > a:hover::before {
    display: none;
  }
  .l-header__item--icon {
    display: block;
    position: absolute;
    top: 40px;
    right: 32px;
    pointer-events: none;
    width: 16px;
    height: 28px;
  }
  .l-header__item--grbtn {
    width: 100%;
  }
  .l-header__item--grbtn a {
    display: block;
    font-size: 32px;
    text-align: center;
    padding: 24px 0px;
    border-radius: 60px;
  }
  .l-header__item--whbtn {
    width: 100%;
    margin: 40px 0;
  }
  .l-header__item--whbtn a {
    display: block;
    font-size: 32px;
    text-align: center;
    padding: 24px 0px;
    border-radius: 60px;
  }
  .l-header__item--lg {
    margin: 28px auto 0;
    padding-left: 0;
    background-color: #ffffff;
    border: 1px solid #000A2E;
  }
  .l-header__item--lg a {
    padding: 8px 12px;
    color: #000A2E;
  }
  .l-header__opbtn {
    padding: 40px 0;
  }
  .l-header__opbtn__txt {
    display: block;
    font-weight: 400;
    font-size: 32px;
    padding-bottom: 0;
    padding: 0;
  }
  .l-header__opbtn__txt:hover::before {
    display: none;
  }
  .l-header__opbtn__icon {
    position: absolute;
    top: 44px;
    right: 32px;
  }
  .l-header__opbtn__icon--vertical {
    position: absolute;
    top: 0;
    right: 11px;
    display: block;
    width: 4px;
    height: 26px;
    background-color: #0382c9;
  }
  .l-header__opbtn__icon--beside {
    position: absolute;
    top: 11px;
    right: 1px;
    display: block;
    width: 26px;
    height: 4px;
    background-color: #0382c9;
  }
  .l-header__sub {
    position: static;
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
  .l-header__subbox {
    width: 100%;
  }
  .l-header__subbox .c-ttl {
    display: none;
  }
  .l-header__sublist {
    margin-bottom: 16px;
    width: 100%;
  }
  .l-header__subitem {
    width: 45.5%;
    margin: 0 2% 16px;
  }
  .l-header__subitem a {
    height: 200px;
  }
  .l-header__subitem__ttl {
    font-size: 24px;
  }
  .l-header__subitem__ttl--en {
    font-size: 20px;
  }
  .l-footer__lgbtn {
    display: block;
    position: absolute;
    left: 4%;
    bottom: 10px;
  }
  .c-br-pc {
    display: none;
  }
  .c-br-tb-900 {
    display: block;
  }
  .c-hammenu {
    display: block;
    position: absolute;
    top: 34px;
    right: 4%;
    z-index: 9998;
  }
  .c-hammenu__item {
    width: 44px;
    height: 2px;
    background-color: #000a2e;
    margin-bottom: 16px;
  }
  .p-home-strength__item a:hover .p-home-strength__ttl::before {
    display: none;
  }
  .p-home-info__box {
    padding: 50px 40px 35px;
  }
  .p-home-info__item a:hover::after {
    display: none;
  }
  .p-home-info__item--hf {
    padding-left: 0;
  }
  .p-home-info__ttl:hover::before {
    display: none;
  }
  .p-main-visual__ttl {
    font-size: 34px;
  }
  .p-main-visual__newsbox {
    min-width: initial;
    min-width: auto;
    width: 96%;
  }
}

@media only screen and (max-width: 768px) {
  body {
    margin: 0;
    font-size: 28px;
  }
  .l-main__topbg {
    background-image: url(../img/top/sp/bg_top_01.jpg);
  }
  .l-pager__txt {
    font-size: 32px;
  }
  .l-pager__icon {
    width: 64px;
  }
  .l-pagenation a {
    font-size: 32px;
  }
  .l-footer {
    padding: 30px 0 20px;
  }
  .l-footer__box {
    width: 100%;
  }
  .l-footer__box:first-of-type {
    margin-bottom: 50px;
  }
  .l-footer__topto {
    bottom: 120px;
    right: 10px;
    width: 110px;
  }
  .l-footer__logo {
    margin-bottom: 30px;
    width: 160px;
  }
  .l-footer__txt {
    font-size: 24px;
  }
  .l-footer__list {
    width: 50%;
  }
  .l-footer__dttl {
    font-size: 36px;
  }
  .l-footer__data a {
    font-size: 26px;
  }
  .l-footer__lgbtn {
    bottom: 132px;
  }
  .l-footer__lgbtn a {
    font-size: 32px;
    padding: 12px 8px;
  }
  .l-footer__copyright {
    font-size: 20px;
    margin: 30px 0 0;
  }
  .l-bread {
    padding: 12px 0;
    font-size: 24px;
  }
  .l-post__item a {
    padding: 25px 100px 25px 0;
  }
  .l-post__item a::before {
    right: 0;
    width: 48px;
    height: 48px;
  }
  .l-post__item--top a {
    padding: 30px 25px;
  }
  .l-post__item--top a::before {
    width: 48px;
    height: 48px;
    right: 30px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: auto;
    bottom: 20px;
  }
  .l-post__ttl {
    width: 100%;
    font-size: 32px;
    margin-bottom: 10px;
  }
  .l-post__category {
    font-size: 20px;
    padding: 10px 28px;
    min-width: initial;
    min-width: auto;
    border-radius: 30px;
  }
  .l-post__time {
    font-size: 24px;
  }
  .l-post__txt {
    margin: 16px 0 0;
    font-size: 24px;
    width: 100%;
  }
  .l-post__content {
    font-size: 32px;
  }
  .l-table__ttlcol {
    width: 34%;
    padding: 30px 20px;
  }
  .l-table__col {
    width: 66%;
    padding: 30px 20px;
  }
  .l-table__txt {
    font-size: 24px;
  }
  .l-table__txt--16 {
    font-size: 24px;
  }
  .l-table__dl {
    font-size: 24px;
  }
  .l-table__ttl {
    font-size: 24px;
  }
  .c-br-tb {
    display: block;
  }
  .c-button a {
    border-radius: 46px;
    width: 500px;
    font-size: 26px;
    padding: 29px 0;
  }
  .c-button a::before {
    width: 16px;
    height: 24px;
    right: 30px;
  }
  .c-button--lg a {
    border-radius: 120px;
    padding: 46px 0;
    width: 640px;
    font-size: 32px;
  }
  .c-button--lg a::before {
    right: 60px;
  }
  .c-ttl {
    font-size: 64px;
  }
  .c-ttl--jp {
    font-size: 26px;
  }
  .c-ttl--sub {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .c-ttl--wh {
    font-size: 50px;
  }
  .c-ttl--blu {
    font-size: 64px;
    margin-bottom: 50px;
  }
  .c-ttl--bd {
    border-bottom: #b0c7d5 1px solid;
    padding-bottom: 40px;
  }
  .c-txt--lead {
    font-size: 32px;
  }
  .c-txt--16 {
    font-size: 32px;
  }
  .p-home-vision__box {
    display: block;
  }
  .p-home-vision__txtbox {
    width: 96%;
  }
  .p-home-vision__img {
    margin-bottom: 50px;
    width: 96%;
  }
  .p-home-vision__img {
    margin-bottom: 25px;
  }
  .p-home-strength__img {
    width: 100%;
    margin-bottom: 50px;
  }
  .p-home-strength__list {
    width: 96%;
  }
  .p-home-strength__item {
    padding: 30px 0px 30px 64px;
  }
  .p-home-strength__item::before {
    top: 25px;
    width: 48px;
    height: 48px;
  }
  .p-home-strength__ttl {
    font-size: 36px;
  }
  .p-home-business {
    background: none;
  }
  .p-home-business__list {
    margin: 0;
  }
  .p-home-business__item {
    height: 374px;
  }
  .p-home-business__item a {
    height: 374px;
  }
  .p-home-business__ttl {
    font-size: 28px;
  }
  .p-home-business__ttl--en {
    font-size: 20px;
  }
  .p-home-product__box {
    padding: 24px;
    background-image: url(../img/top/sp/bg_product_01.jpg);
  }
  .p-home-info__box {
    width: 100%;
    padding: 92px 4% 80px;
  }
  .p-home-info__box:nth-child(3) {
    background-color: #e6e6e6;
  }
  .p-home-info__box:nth-child(4) {
    background-color: #dbf8fd;
  }
  .p-home-info__lisk a {
    font-size: 26px;
  }
  .p-home-info__item {
    margin-bottom: 30px;
  }
  .p-home-info__item a {
    padding-left: 28px;
    font-size: 28px;
  }
  .p-home-info__item a::before {
    width: 16px;
    height: 24px;
  }
  .p-home-info__item--news {
    margin-bottom: 40px;
  }
  .p-home-info__item--news::before {
    width: 16px;
    height: 24px;
  }
  .p-home-info__cat {
    border-radius: 24px;
    font-size: 24px;
    padding: 10px 30px;
  }
  .p-home-info__ttl {
    margin-top: 20px;
  }
  .p-home-recruite {
    background-image: url(../img/top/sp/bg_recruit_01.jpg);
    background-size: cover;
    padding: 80px 0;
    width: 100%;
    margin: 0;
  }
  .p-home-recruite__inner {
    width: 50%;
    margin: 0 0 0 auto;
  }
  .p-main-visual__box {
    display: block;
  }
  .p-main-visual__txtbox {
    width: 96%;
  }
  .p-main-visual__ttl {
    font-size: 48px;
  }
  .p-main-visual__img {
    margin-bottom: 60px;
    width: 96%;
  }
  .p-main-visual__newsbox {
    margin: 50px 0 0 auto;
  }
  .p-sub-block--vision__wrap {
    width: 100%;
  }
  .p-sub-block--vision__wrap .p-sub-block__ttl {
    width: 100%;
  }
  .p-sub-block__ttl {
    width: 100%;
    font-size: 36px;
    margin-bottom: 60px;
  }
  .p-sub-block__ttl::before {
    bottom: -30px;
    right: auto;
    left: 0;
    width: 92px;
    height: 12px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .p-sub-block__lead {
    text-align: left;
    font-size: 32px;
  }
  .p-sub-block__txt {
    font-size: 32px;
  }
  .p-sub-block__list {
    width: 100%;
  }
  .p-sub-block__icon--img {
    width: 16px;
  }
  .p-sub-block__icon--txt {
    font-size: 20px;
  }
  .p-sub-block__icon--no {
    width: 56px;
  }
  .p-sub-block__conttl {
    font-size: 36px;
  }
  .p-sub-block__box {
    margin: 50px 0 60px;
  }
  .p-sub-block__txtbox {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-sub-block__imgbox {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  .p-sub-block__ft__entxt {
    display: none;
  }
  .p-sub-block__ft__inner {
    width: 100%;
    padding: 80px 4% 40px;
  }
  .p-sub-block__ft__upside {
    margin-bottom: 80px;
  }
  .p-sub-block__kindimg {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .p-sub-block__kindtxtbox {
    width: 100%;
  }
  .p-sub-block__kindttl {
    font-size: 36px;
  }
  .p-sub-block__dt--icon {
    width: 16px;
  }
  .p-sub-visual {
    padding: 180px 0 200px;
  }
  .p-sub-visual .c-ttl {
    font-size: 64px;
  }
  .p-sub-visual--business .c-ttl {
    font-size: 50px;
  }
  .p-sub-visual--basic {
    padding: 105px 0 0;
  }
  .p-basic-block {
    padding: 60px 0 0;
  }
  .p-basic-block__txt {
    font-size: 32px;
  }
  .p-basic-block__side {
    width: 100%;
    margin-bottom: 100px;
  }
  .p-basic-block__side--right {
    width: 92%;
    margin: 0 auto;
  }
  .p-basic-block__side__list--hf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .p-basic-block__side__item--hf {
    width: 50%;
  }
  .p-basic-block__side__icon {
    width: 46px;
    margin-right: 20px;
  }
  .p-basic-block__content {
    width: 100%;
  }
  .p-basic-block__content--right {
    width: 100%;
  }
  .p-basic-block__content__box {
    width: 100%;
  }
  .p-basic-block__dl {
    border-top: #b0c7d5 1px solid;
    padding: 50px 0;
    margin-bottom: 0;
  }
  .p-basic-block__dttl {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .p-basic-block__data {
    font-size: 28px;
  }
  .p-basic-block__data--txt {
    font-size: 28px;
  }
  .p-basic-block__ol {
    padding-left: 35px;
  }
  .p-basic-block__doc a {
    font-size: 32px;
  }
  .p-basic-block__doc a img {
    width: 30px;
  }
  .p-basic-block__img {
    border-top: #b0c7d5 1px solid;
    padding: 50px 0 0;
  }
  .p-basic-block__time {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .p-basic-block__link {
    font-size: 32px;
    margin-top: 30px;
  }
  .p-philosophy .c-inner--right {
    width: 100%;
  }
  .p-philosophy__content {
    margin-top: 0;
  }
  .p-philosophy__ttl {
    font-size: 40px;
    position: static;
    width: 92%;
    margin: 0 auto 20px;
    padding-top: 40px;
    border-top: #b0c7d5 1px solid;
  }
  .p-philosophy__img {
    margin-bottom: 24px;
  }
  .p-philosophy__txtbox {
    padding: 0 0 80px;
    margin: 0 auto;
    width: 92%;
  }
  .p-philosophy__name {
    font-size: 48px;
  }
  .p-philosophy__name--sm {
    font-size: 28px;
  }
  .p-managementvision__item {
    font-size: 36px;
  }
  .p-businessdomain__list {
    margin-bottom: 30px;
  }
  .p-businessdomain__dl {
    width: 100%;
  }
  .p-businessdomain__data {
    font-size: 28px;
  }
  .p-businessdomain__img {
    width: 100%;
    padding-bottom: 50px;
  }
  .p-corecompetency__data--no {
    font-size: 36px;
  }
  .p-corecompetency__item {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 40px;
    margin-bottom: 24px;
  }
  .p-corecompetency__item:nth-child(1) {
    margin: 0 0 24px 0;
  }
  .p-corecompetency__ttl {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .p-corecompetency__ttl {
    font-size: 24px;
    margin-bottom: 0;
  }
  .p-corecompetency__txt {
    font-size: 26px;
  }
  .p-corecompetency__txt {
    font-size: 13px;
  }
  .p-corecompetency__gl__dttl {
    font-size: 40px;
  }
  .p-corecompetency__gl__data {
    font-size: 28px;
  }
  .p-corecompetency__glitem {
    width: 100%;
    margin-bottom: 50px;
  }
  .p-profile__item {
    padding: 60px 0;
  }
  .p-profile__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-profile__txtbox {
    width: 100%;
  }
  .p-profile__ttl {
    font-size: 40px;
  }
  .p-profile__txt {
    font-size: 32px;
  }
  .p-recruit__txt {
    font-size: 32px;
  }
  .p-shop__txt {
    font-size: 32px;
  }
  .p-shop__linklist {
    width: 100%;
  }
  .p-shop__linkitem {
    width: 33%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .p-shop__linkitem a {
    font-size: 22px;
  }
  .p-shop__linkitem a img {
    width: 16px;
  }
  .p-shop__list {
    overflow: scroll;
  }
  .p-shop__item {
    width: 1600px;
  }
  .p-shop__col {
    padding: 30px 20px;
  }
  .p-shop__contxt {
    font-size: 22px;
  }
  .p-contact {
    padding-bottom: 80px;
  }
  .p-contact--thk {
    padding: 200px 0 80px;
  }
  .p-contact__txt {
    font-size: 32px;
  }
  .p-contact__item {
    margin-bottom: 85px;
  }
  .p-contact__ttlcol {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-contact__ttlcol__txt {
    font-size: 32px;
  }
  .p-contact__contcol {
    width: 100%;
    font-size: 32px;
  }
  .p-contact__contcol--sel {
    width: 58%;
  }
  .p-contact__contcol--hf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-contact__contcol--hf input[type=text],
.p-contact__contcol--hf input[type=tel],
.p-contact__contcol--hf input[type=email],
.p-contact__contcol--hf textarea,
.p-contact__contcol--hf select {
    width: 48%;
    margin-right: 0;
  }
  .p-contact__contcol--fg input[type=text],
.p-contact__contcol--fg input[type=tel],
.p-contact__contcol--fg input[type=email],
.p-contact__contcol--fg textarea,
.p-contact__contcol--fg select {
    width: 100%;
  }
  .p-contact__contcol--post {
    width: 31.5%;
  }
  .p-contact__contcol--post {
    width: 45.5%;
  }
  .p-contact .mw_wp_form .error {
    bottom: -40px;
  }
  .p-contact__box {
    text-align: left;
    margin-bottom: 80px;
  }
  .p-contact__box .error {
    right: auto;
    left: 10%;
  }
  .p-contact__btn--blu {
    width: 88%;
  }
  .p-contact__btn--blu input[type=submit],
.p-contact__btn--blu button {
    font-size: 36px;
    padding: 48px 0;
    border-radius: 88px;
  }
  .p-contact__btn--blu::before {
    width: 24px;
    height: 36px;
  }
  .p-contact__btn--blc {
    width: 88%;
    margin-bottom: 30px;
  }
  .p-contact__btn--blc input[type=submit],
.p-contact__btn--blc button {
    font-size: 36px;
    padding: 48px 0;
    border-radius: 88px;
  }
  .p-contact__btn--blc::before {
    width: 24px;
    height: 36px;
  }
  .p-contact__tktxt {
    font-size: 32px;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 767px) {
  body {
    margin: 0;
    font-size: 14px;
  }
  .l-header__inner {
    padding: 10px 0;
  }
  .l-header__logo {
    width: 80px;
  }
  .l-header__nv {
    padding: 80px 4% 85px;
  }
  .l-header__item > a {
    padding: 20px 0;
    font-size: 16px;
  }
  .l-header__item--icon {
    top: 20px;
    right: 16px;
    width: 8px;
    height: 14px;
  }
  .l-header__item--grbtn a {
    font-size: 16px;
    padding: 12px 0px;
  }
  .l-header__item--whbtn {
    margin: 20px 0;
  }
  .l-header__item--whbtn a {
    font-size: 16px;
    padding: 12px 0px;
  }
  .l-header__opbtn {
    padding: 20px 0;
  }
  .l-header__opbtn__txt {
    font-size: 16px;
  }
  .l-header__opbtn__icon {
    top: 22px;
    right: 16px;
  }
  .l-header__opbtn__icon--vertical {
    right: 6px;
    width: 2px;
    height: 13px;
  }
  .l-header__opbtn__icon--beside {
    top: 5.5px;
    width: 13px;
    height: 2px;
  }
  .l-header__subitem a {
    height: 100px;
  }
  .l-header__subitem__ttl {
    font-size: 12px;
  }
  .l-header__subitem__ttl--en {
    font-size: 10px;
  }
  .l-pager {
    margin: 20px 0 40px;
  }
  .l-pager__txt {
    font-size: 16px;
  }
  .l-pager__icon {
    width: 32px;
  }
  .l-pagenation {
    margin: 30px 0 40px;
  }
  .l-pagenation a {
    font-size: 16px;
  }
  .l-footer__topto {
    bottom: 60px;
    width: 55px;
  }
  .l-footer__logo {
    margin-bottom: 15px;
    width: 80px;
  }
  .l-footer__txt {
    font-size: 12px;
  }
  .l-footer__list {
    padding: 30px 0 0;
  }
  .l-footer__dttl {
    font-size: 18px;
  }
  .l-footer__data a {
    font-size: 13px;
  }
  .l-footer__lgbtn {
    bottom: 17px;
  }
  .l-footer__lgbtn a {
    font-size: 16px;
    padding: 6px 8px;
  }
  .l-footer__copyright {
    font-size: 10px;
    margin: 15px 0 0;
  }
  .l-bread {
    padding: 8px 0;
    font-size: 12px;
  }
  .l-post__item a {
    padding: 25px 50px 25px 0;
  }
  .l-post__item a::before {
    width: 24px;
    height: 24px;
  }
  .l-post__item--top a {
    padding: 15px 12px;
  }
  .l-post__item--top a::before {
    width: 24px;
    height: 24px;
    right: 15px;
    bottom: 10px;
  }
  .l-post__ttl {
    font-size: 16px;
  }
  .l-post__category {
    font-size: 10px;
    padding: 5px 14px;
  }
  .l-post__time {
    font-size: 12px;
  }
  .l-post__txt {
    margin: 10px 0 0;
    font-size: 12px;
  }
  .l-post__content {
    font-size: 16px;
  }
  .l-table__ttlcol {
    padding: 15px 10px;
  }
  .l-table__col {
    padding: 15px 10px;
  }
  .l-table__txt {
    font-size: 12px;
  }
  .l-table__txt--month {
    margin-left: 5px;
  }
  .l-table__txt--16 {
    font-size: 12px;
  }
  .l-table__dl {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .l-table__box--mb50 {
    margin-bottom: 25px;
  }
  .l-table__ttl {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .c-br-sp {
    display: block;
  }
  .c-button a {
    border-radius: 23px;
    width: 90%;
    font-size: 13px;
    padding: 14px 0;
  }
  .c-button a::before {
    width: 8px;
    height: 12px;
    right: 15px;
  }
  .c-button--lg a {
    border-radius: 60px;
    padding: 23px 0;
    width: 100%;
    font-size: 16px;
  }
  .c-button--lg a::before {
    right: 30px;
  }
  .c-ttl {
    font-size: 32px;
  }
  .c-ttl--jp {
    font-size: 13px;
  }
  .c-ttl--sub {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .c-ttl--wh {
    font-size: 25px;
  }
  .c-ttl--blu {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .c-ttl--bd {
    padding-bottom: 20px;
  }
  .c-txt--lead {
    font-size: 16px;
  }
  .c-txt--16 {
    font-size: 16px;
  }
  .c-hammenu {
    top: 17px;
  }
  .c-hammenu__item {
    width: 22px;
    height: 1px;
    margin-bottom: 8px;
  }
  .js-ham .c-hammenu__item:nth-child(1) {
    margin-top: 10px;
  }
  .js-ham .c-hammenu__item:nth-child(3) {
    margin-top: -18px;
  }
  .p-home-vision {
    padding: 45px 0 0;
  }
  .p-home-strength {
    padding: 68px 0 0;
  }
  .p-home-strength__img {
    margin-bottom: 25px;
  }
  .p-home-strength__item {
    padding: 15px 0px 15px 32px;
  }
  .p-home-strength__item::before {
    top: 12px;
    width: 24px;
    height: 24px;
  }
  .p-home-strength__ttl {
    font-size: 18px;
  }
  .p-home-business {
    padding: 70px 0 35px;
  }
  .p-home-business__item {
    height: 187px;
  }
  .p-home-business__item a {
    height: 187px;
  }
  .p-home-business__item:nth-child(1) {
    margin-top: 25px;
  }
  .p-home-business__item:nth-child(2) {
    margin-top: 0;
  }
  .p-home-business__item:nth-child(3) {
    margin-top: 45px;
  }
  .p-home-business__item:nth-child(4) {
    margin-top: 25px;
  }
  .p-home-business__ttl {
    font-size: 14px;
  }
  .p-home-business__ttl--en {
    font-size: 10px;
  }
  .p-home-product {
    padding: 35px 0 35px;
  }
  .p-home-product__box {
    padding: 12px;
  }
  .p-home-product__txtbox {
    padding: 46px 0;
  }
  .p-home-info__box {
    padding: 46px 4% 40px;
  }
  .p-home-info__lisk a {
    font-size: 13px;
  }
  .p-home-info__item {
    margin-bottom: 15px;
  }
  .p-home-info__item a {
    padding-left: 14px;
    font-size: 14px;
  }
  .p-home-info__item a::before {
    width: 8px;
    height: 12px;
  }
  .p-home-info__item--news {
    margin-bottom: 20px;
  }
  .p-home-info__item--news::before {
    width: 8px;
    height: 12px;
  }
  .p-home-info__cat {
    border-radius: 12px;
    font-size: 12px;
    padding: 5px 16px;
  }
  .p-home-info__ttl {
    margin-top: 10px;
  }
  .p-home-recruite {
    padding: 40px 0;
  }
  .p-home-recruite__link {
    margin-top: 20px;
  }
  .p-home-recruite__link a {
    font-size: 13px;
  }
  .p-home-recruite__link__icon {
    width: 24px;
    margin: 8px auto 0;
  }
  .p-main-visual__ttl {
    font-size: 24px;
  }
  .p-main-visual__img {
    margin-bottom: 30px;
  }
  .p-main-visual__newsbox {
    margin: 25px 0 0 auto;
  }
  .p-sub-block {
    padding: 40px 0 30px;
  }
  .p-sub-block--business {
    padding: 40px 0 0;
  }
  .p-sub-block__ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .p-sub-block__ttl::before {
    bottom: -15px;
    width: 46px;
    height: 6px;
  }
  .p-sub-block__lead {
    font-size: 16px;
    margin-bottom: 60px;
  }
  .p-sub-block__img {
    margin-bottom: 16px;
  }
  .p-sub-block__txt {
    font-size: 16px;
  }
  .p-sub-block__icon {
    margin-bottom: 8px;
  }
  .p-sub-block__icon--img {
    width: 8px;
  }
  .p-sub-block__icon--txt {
    font-size: 10px;
  }
  .p-sub-block__icon--no {
    width: 28px;
  }
  .p-sub-block__conttl {
    font-size: 18px;
  }
  .p-sub-block__box {
    margin: 50px 0 30px;
  }
  .p-sub-block__imgbox {
    margin-bottom: 15px;
  }
  .p-sub-block__ft__inner {
    padding: 40px 4% 20px;
  }
  .p-sub-block__ft__upside {
    margin-bottom: 40px;
  }
  .p-sub-block__kindimg {
    margin-bottom: 12px;
  }
  .p-sub-block__kindttl {
    font-size: 18px;
  }
  .p-sub-block__dt--icon {
    width: 8px;
  }
  .p-sub-visual {
    margin-top: 50px;
    padding: 60px 0 100px;
  }
  .p-sub-visual--innovation .c-ttl--jp {
    font-size: 16px;
  }
  .p-sub-visual--customize .c-ttl--jp {
    font-size: 16px;
  }
  .p-sub-visual--manufacturing .c-ttl--jp {
    font-size: 16px;
  }
  .p-sub-visual .c-ttl {
    font-size: 32px;
  }
  .p-sub-visual--business .c-ttl {
    font-size: 25px;
  }
  .p-sub-visual--basic {
    margin: 0;
    padding: 52px 0 0;
  }
  .p-basic-block {
    padding: 30px 0 0;
  }
  .p-basic-block__txt {
    font-size: 16px;
  }
  .p-basic-block__side {
    margin-bottom: 50px;
  }
  .p-basic-block__side__list--hf {
    margin-bottom: 12px;
  }
  .p-basic-block__side__icon {
    width: 23px;
    margin-right: 10px;
  }
  .p-basic-block__dl {
    padding: 25px 0;
  }
  .p-basic-block__dttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .p-basic-block__data {
    font-size: 14px;
  }
  .p-basic-block__data--txt {
    font-size: 14px;
  }
  .p-basic-block__ol {
    padding-left: 17px;
  }
  .p-basic-block__doc a {
    font-size: 16px;
  }
  .p-basic-block__doc a img {
    width: 15px;
  }
  .p-basic-block__img {
    padding: 25px 0 0;
  }
  .p-basic-block__time {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .p-basic-block__link {
    font-size: 16px;
    margin-top: 15px;
  }
  .p-philosophy__ttl {
    font-size: 20px;
    margin: 0 auto 10px;
    padding-top: 20px;
  }
  .p-philosophy__img {
    margin-bottom: 12px;
  }
  .p-philosophy__txtbox {
    padding: 0 0 40px;
  }
  .p-philosophy__name {
    font-size: 24px;
  }
  .p-philosophy__name--sm {
    font-size: 14px;
  }
  .p-managementvision__list {
    margin-bottom: 45px;
  }
  .p-managementvision__item {
    font-size: 18px;
  }
  .p-businessdomain__list {
    margin-bottom: 15px;
  }
  .p-businessdomain__data {
    font-size: 14px;
  }
  .p-businessdomain__img {
    padding-bottom: 25px;
  }
  .p-corecompetency__data--no {
    font-size: 18px;
  }
  .p-corecompetency__item {
    padding: 20px;
    margin-bottom: 12px;
  }
  .p-corecompetency__item:nth-child(1) {
    margin: 0 0 12px 0;
  }
  .p-corecompetency__gl__dttl {
    font-size: 20px;
  }
  .p-corecompetency__gl__data {
    font-size: 14px;
  }
  .p-corecompetency__glitem {
    margin-bottom: 25px;
  }
  .p-profile__list {
    margin-top: -50px;
  }
  .p-profile__item {
    padding: 30px 0;
  }
  .p-profile__img {
    margin-bottom: 10px;
  }
  .p-profile__ttl {
    font-size: 20px;
  }
  .p-profile__txt {
    font-size: 15px;
  }
  .p-recruit__txt {
    font-size: 16px;
  }
  .p-shop__txt {
    font-size: 16px;
  }
  .p-shop__linkitem {
    width: 25%;
    margin-bottom: 15px;
  }
  .p-shop__linkitem--df {
    width: 50%;
  }
  .p-shop__linkitem a {
    font-size: 12px;
  }
  .p-shop__linkitem a img {
    width: 8px;
  }
  .p-shop__box:last-of-type {
    margin-bottom: 50px;
  }
  .p-shop__item {
    width: 800px;
  }
  .p-shop__col {
    padding: 15px 8px;
  }
  .p-shop__contxt {
    font-size: 11px;
  }
  .p-contact {
    padding-bottom: 40px;
  }
  .p-contact--thk {
    padding: 100px 0 40px;
  }
  .p-contact__txt {
    font-size: 16px;
  }
  .p-contact__list {
    padding: 30px 0 10px;
  }
  .p-contact__item {
    margin-bottom: 30px;
  }
  .p-contact__ttlcol {
    margin-bottom: 12px;
  }
  .p-contact__ttlcol__txt {
    font-size: 16px;
  }
  .p-contact__contcol {
    font-size: 16px;
  }
  .p-contact .mw_wp_form .error {
    bottom: -20px;
  }
  .p-contact__box {
    margin-bottom: 40px;
  }
  .p-contact__btn--blu:hover::before {
    right: 21px;
  }
  .p-contact__btn--blu input[type=submit],
.p-contact__btn--blu button {
    font-size: 18px;
    padding: 24px 0;
    border-radius: 44px;
  }
  .p-contact__btn--blu::before {
    right: 24px;
    width: 13px;
    height: 20px;
  }
  .p-contact__btn--blc:hover::before {
    right: 21px;
  }
  .p-contact__btn--blc input[type=submit],
.p-contact__btn--blc button {
    font-size: 18px;
    padding: 24px 0;
    border-radius: 44px;
  }
  .p-contact__btn--blc::before {
    right: 24px;
    width: 13px;
    height: 20px;
  }
  .p-contact__tktxt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  body {
    margin: 0;
  }
}

@media only screen and (max-width: 320px) {
  body {
    margin: 0;
  }
}
/*# sourceMappingURL=maps/style.css.map */
