@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital@1&display=swap');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
}
html, body {
    height: 100%;
    margin-top: 0;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

body {
    width: 100%;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
    font-style: normal;
    color: #393634;
    font-size: 18px;
    padding-inline-start: 0;
    margin-block-end: 0;
    margin-block-start: 0;
    margin: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
    padding-inline-start: 0;
    margin-block-end: 0;
    margin-block-start: 0;
    color: #343230;
}
p, ul, li {
    padding-inline-start: 0;
    margin-block-end: 0;
    margin-block-start: 0;
    list-style: none;
}
h1, h2, h5 {
    margin: 0;
    font-family: Lato;
    font-weight: bold;
    letter-spacing: 0.4rem;
}
iframe {
  width: 100%;
  height: 30vh;
  margin: 0 auto;
  text-align: center;
}
img{
    max-width: 100%;
	height:auto;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.tabret {
    display: none;
}


/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background:#008cd6;
  text-align:center;
  color:#fff;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
    z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
    height: 2px;
}

/*========= ハンバーガーメニューのためのCSS ===============*/
.hamburger {
    display: block;
    height: 60px;
    margin-left: auto;
    position: relative;
    z-index: 10;
    width: 60px;
    border: none;
    background-color: transparent;
}
.hamburger.-active .hamburger__line {
    background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text::before {
  content: '閉じる';
}
.hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    background-color: #172e59;
    transition: 0.4s;
}
.hamburger__line:before,
.hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #172e59;
    transition: inherit;
}
.hamburger__line:before {
    top: -6px;
}
.hamburger__line:after {
    top: 6px;
}
.hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.hamburger__text::before {
    content: "メニュー";
    text-align: center;
    color: #172e59;
    font-size: 10px;
    font-weight: 900;
}
.header {
  width: 95%;
}
.header__nav-area {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    height: 100vh;
    width: 300px;
    visibility: hidden;
    padding-top: 30px;
    background-color: #fff;
    transition: 0.4s;
}
.header__nav-area.-active {
    left: 0;
  visibility: visible;
}
.global-navigation {
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 120px;
    padding-left: 25px;
}
.global-navigation__list > li {
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e9ee;
    width: 90%;
    left: 0;
}
.global-navigation__list > li + li {
  margin-top: 20px;
  width: 90%;
}
.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #172e59;
  font-weight: 900;
  font-family: "ヒラギノ角ゴ ProN W3";
  -webkit-text-stroke: 0.5px #172e59;
  transition: color 0.4s;
  font-size: 0.875rem;
}
.global-navigation__link p {
  display: flex;
  width: 100%;
  font-weight: 900;
  color: #172e59;
  -webkit-text-stroke: 0.5px #172e59;
  font-family: "ヒラギノ角ゴ ProN W3";
}
.global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
}
.global-navigation__link.-accordion::after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%);
    
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
}
.accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
}
.accordion__list li {
    font-size: 0.75rem;
}
.accordion__list li + li {
     /* margin-top: 21px; */
}
.accordion__link {
    color: #172e59;
}
.main {
  width: 100%;
  border-top: 30px solid #007CCF;
  border-bottom: 30px solid #007CCF;
  display: flex;
  flex-direction: row;
}
.main-2 {
  width: 100%;
  border-bottom: 5px solid #007CCF;
  display: flex;
  flex-direction: row;
}
.video {
  height: 480px;
  object-fit: cover;
  width: 100%;
}
.navigation-pc {
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 2.5%;
  justify-content: space-evenly;
  background: #fff;
}
.navigation-2 {
  z-index: 2;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  background: #fff;
  align-items: center;
  padding: 20px 10px;
}
.header-2 {
  width: auto;
  padding: 0 20px;
}

#header-logo {
  margin: 0 auto;
  }

#header-logo img {
  width: 100%;
}
.nav-container {
  line-height: 1.6;
  margin: 0 auto;
}
.nav-container-2 {
  margin: 0;
}
.nav-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav-list .nav-1 {
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
.nav-list .area li {
  margin: 0 11px;
}
ul.header-dropmenu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
ul.header-dropmenu:hover {
  color: #007CCF!important;
}
ul.header-dropmenu > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
}
ul.header-dropmenu li a {
  display: block;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
ul.header-dropmenu > li:hover {
  color: #007CCF;
}
ul.header-dropmenu li ul:before {
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #007CCF transparent;
  content: "";
  position: absolute;
  top: -10px;
  left: 45%;
  margin-left: -15px;
  display: block;
  width: 0px;
  height: 0px;
  z-index: 70;
}
ul.header-dropmenu li ul {
  visibility: hidden;
  display: flex;
  flex-direction: column;
  width: 150%;
  list-style: none;
  position: absolute;
  top: 120%;
  left: 0;
  margin: 0;
  padding: 0 10px 10px 10px;
  border: 2px solid #007CCF; /* マウスオーバー時の枠線 */
  background: #fff;
}
ul.header-dropmenu li:hover ul {
  visibility: visible;
  cursor: pointer;
}
ul.header-dropmenu li ul li {
  background: #fff;
  display: flex;
  padding: 10px 0;
}
ul.header-dropmenu > li:hover {
  border-bottom: none;
  color: #007CCF;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  line-height: 1.6;
}
nav a {
  display: flex;
  flex-direction: column;
}
nav ul li {
  float: left;
  position: relative;
  border-bottom: none;
  text-align: center;
}
.sup {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
}
.sub {
  font-size: 14px;
  font-weight: normal;
}
/*.sup:hover, .sub:hover {
  color: #007CCF;
}
.sup-2 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #fff;
}
.sup-2:hover {
  color: #007CCF;
}
.sub-2 {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
.sub-2:hover {
  color: #007CCF;
}
.nav-list .area {
  padding: 14px 10px;
  color: #fff;
  background: #007CCF;
  border: 1px solid #007CCF;
  justify-content: center;
}
.nav-list .area:hover {
  background: #fff;
  border: 1px solid #007CCF;
}*/
.nav-1 {
  justify-content: center;
}
.nav-1:hover {
  color: #007CCF;
  display: block;
}
.sup-3 {
  background: #007CCF;
  color: #fff;
  border-radius: 50PX;
  padding: 6PX;
  font-size: 16px;
}
.sup-3:hover {
  background: #fff;
  border: 1px solid #007CCF;
  color: #007CCF;
}
.top-text {
  color: #fff;
  background: #007CCF;
}
.sub_main {
  background: #003475;
}
.page_maina@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital@1&display=swap');

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background:#008cd6;
  text-align:center;
  color:#fff;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
    z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
    height: 2px;
}

/*========= ハンバーガーメニューのためのCSS ===============*/
.hamburger {
    display: block;
    height: 60px;
    margin-left: auto;
    position: relative;
    z-index: 10;
    width: 60px;
    border: none;
    background-color: transparent;
}
.hamburger.-active .hamburger__line {
    background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
}
.hamburger.-active .hamburger__text::before {
  content: '閉じる';
}
.hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    background-color: #172e59;
    transition: 0.4s;
}
.hamburger__line:before,
.hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #172e59;
    transition: inherit;
}
.hamburger__line:before {
    top: -6px;
}
.hamburger__line:after {
    top: 6px;
}
.hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.hamburger__text::before {
    content: "メニュー";
    text-align: center;
    color: #172e59;
    font-size: 10px;
    font-weight: 900;
}
.global-navigation__list > li {
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e9ee;
    width: 90%;
    left: 0;
}
.global-navigation__list > li + li {
  margin-top: 20px;
  width: 90%;
}
.global-navigation__link.-accordion::after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%); 
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
}
.accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
}
.accordion__list li {
    font-size: 0.75rem;
}
.accordion__list li + li {
     /* margin-top: 21px; */
}
.top-text {
  color: #fff;
  background: #007CCF;
}
.page_main h2 {
  color: #fff;
  font-size: 52px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 1%;
  letter-spacing: 2px;
  max-width: 1080px;
  line-height: 1;
}
.page_main .title-sub {
  font-size: 24px;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  padding-top: 2%;
  padding-left: 5px;
  max-width: 1080px;
}
.page_main .title-sub-2 {
  font-size: 24px;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  padding-top: 2%;
  max-width: 1080px;
}
#back {
  background: #fff;
}
.about {
  padding: 3vw 0;
  background: rgba(0,124,207,0.2);
}
.about-inner {
  width: 80%;
  margin: 0 auto;
  font-family: "fot-rodin-pron", sans-serif;
  max-width: 1080px;
}
.about h1 {
  color: #393634;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 2px;
}
.about-box {
  margin-top: 40px;
}
.about-text {
  width: 100%;
  text-align: center;
}
.about-text p {
  line-height: 32px;
  font-size: 16px;
}
.blue {
  color: #007CCF;
}
.blue-2 {
  color: #007CCF;
  font-size: 26px;
}
.green {
  color: #A9C300;
  font-size: 26px;
}
.right-blue {
  color: rgba(0, 124, 207, 0.4);
}
.right-green {
  color: rgba(169,195,0,0.37);;
}
.survice {
  background: rgba(0,124,207,0.2);
  padding-bottom: 3vw;
}
.survice-garelly {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
}
.survice-blue-1 {
  border: 1px solid #007CCF;
  width: 320px;
  min-height: 160px;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  background: url(img/company-icon.png) no-repeat #fff;
  background-position: bottom 30PX right 30PX;
  background-size: 20%;
}
.survice-blue-1:hover {
  opacity: 0.8;
}
.survice-blue-2 {
  border: 1px solid #007CCF;
  width: 320px;
  min-height: 160px;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  background: url(img/business-icon.png) no-repeat #fff;
  background-position: bottom 20px right 30px;
  background-size: 20%;
}
.survice-blue-2:hover {
  opacity: 0.8;
}
.survice-blue-3 {
  border: 1px solid #007CCF;
  width: 320px;
  min-height: 160px;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  background: url(img/factory-icon.png) no-repeat #fff;
  background-position: bottom 20px right 30px;
  background-size: 32%;
}
.survice-blue-3:hover {
  opacity: 0.8;
}
.survice-blue-4 {
  border: 1px solid #007CCF;
  width: 320px;
  min-height: 160px;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  background: url(img/qa-icon.png) no-repeat #fff;
  background-position: bottom 30px right 20px;
  background-size: 24%;
}
.survice-blue-4:hover {
  opacity: 0.8;
}
.survice-blue-5 {
  border: 1px solid #007CCF;
  width: 320px;
  min-height: 160px;
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  background: url(img/customer-icon.png) no-repeat #fff;
  background-position: bottom 20px right 30px;
  background-size: 15%;
}
.survice-blue-5:hover {
  opacity: 0.8;
}
.survice-jenre {
  font-size: 16px;
  color: #007CCF;
}
.survice-jenre:before {
  content: '-';
  color: #007CCF;
  padding-right: 4px;
}
.survice-green .survice-jenre:before {
  content: '-';
  color: #A9C300;
  padding-right: 4px;
}
.survice-title {
  font-size: 36px;
  color: #007CCF;
  display: flex;
  font-family: Lato;
  font-weight: bold;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
}
.survice-green .survice-title {
  font-size: 33px;
  color: #A9C300;
  position: relative;
}
/*
.survice-title:after {
  content: '→';
  font-size: 14px;
  right: 0px;
  border: 1px solid;
  border-radius: 30px;
  padding: 9px 11px;
}
.survice-title:hover:after {
  background: #007CCF;
  color: #fff;
}*/
.survice-green .survice-title:hover:after {
  background: #A9C300;
  color: #fff;
}
.survice-sub-title {
  margin-top: 20px;
  font-size: 16px;
}
.survice-info {
  display: flex;
  margin-top: 16px;
  align-items: flex-start;
  justify-content: space-between;
}
.category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 8px;
  width: 90%;
}
.hashtag {
  background: rgba(0, 124, 207, 0.2);
  border-radius: 20px;
  padding: 4px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.survice-green .hashtag {
  background: rgba(169, 195, 0, 0.3);
  height: 16px;
  border-radius: 20px;
  padding: 4px 20px 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news {
  background: #fff;
  padding: 100px 0 0;
}
.news-box {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 960px;
  justify-content: space-around;
}
.news h2 {
  color: #007CCF;
  font-size: 52px;
  letter-spacing: 2px;
}
.news .title-sub {
  font-size: 20px;
  color: #007CCF;
  width: auto;
  padding-left: 5px;
  line-height: 0.5;
  padding-top: 30px;
}
.news-button {
  padding-bottom: 10px;
  margin-top: 60px;
  font-weight: normal;
  border-bottom: 2px solid #007CCF;
  text-align: center;
}
.news-button:hover {
  opacity: 0.8;
}
.news-right {
  font-size: 16px;
}
.news-right ul {
  display: flex;
  border-bottom: 1px solid;
  padding: 30px;
  align-items: center;
}
.news-right ul:hover {
  color: #007CCF;
  border-color: #393634;
}
.news-right li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-right li a:hover {
  color: #007CCF;
}
.news-category {
  border: 1px solid;
  border-radius: 50px;
  font-size: 12px;
  padding: 0 20px;
  margin: 0 20px;
  white-space: nowrap;
}
.news-text {
  position: relative;
}
/*
.news-text a:after {
  content: '→';
  border: 1px solid #393634;
  border-radius: 50px;
  padding: 7px 11px;
  position: absolute;
  right: -40px;
}
.news-text:hover:after {
  border: 1px solid #007CCF;
}*/
.footer {
  width: 100%;
  background: #003475;
  position: absolute;
}
.top-contacnt {
  background: #007CCF;
  max-width: 940px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  top: 140px;
  left: 0;
  z-index: 4;
}
.contact-box {
  padding: 3%;
  background: url(img/contact-back.png)no-repeat;
  background-position: right 30px bottom 45px;
  background-size: 250px;
  display: flex;
  justify-content: space-evenly;
}
.contact-text {
  color: #fff;
  margin-top: 30px;
}
.contact-box-left {
  /* width: 70%; */
}
.contact-box-left .title-sub {
  font-size: 20px;
  color: #fff;
  width: auto;
}
.contact-box-right {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
}
.contact-next {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 10px 20px;
  width: 190px;
  margin: 20px 0;
}
.contact-next:before {
  content: '→';
  color: #007CCF;
  background: #fff;
  border-radius: 30px;
  padding: 5px;
  margin-right: 10px;
}
.footer-navi {
  margin: 0 auto;
  display: flex;
  padding-top: 18%;
  padding-bottom: 5%;
  justify-content: space-evenly;
  max-width: 1080px;
}
.footer-navi-2 {
  width: 60%;
  margin: 0 auto;
  display: flex;
  padding-top: 10%;
  padding-bottom: 5%;
  justify-content: space-between;
  max-width: 1080px;
}
.footer-navi-left {
  color: #fff;
}
.footer-navi-left strong {
  font-size: 20px;
}
.footer-navi-left ul {
  margin-top: 0;
}
.footer-navi-left li {
  margin-top: 25px;
  font-size: 14px;
  letter-spacing: 2px;
}
.footer-navi-right {
  color: #fff;
  display: flex;
  flex-direction: column;
}
.right-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-navi-right .sup {
  font-size: 16px;
  margin: 0;
}
.footer-navi-right .sub {
  padding-bottom: 15px;
  font-size: 12px;
  margin: 0;
}
.navi-right-1 a:hover, .navi-right-2 a:hover, .navi-right-3 a:hover, .navi-right-4 a:hover {
  opacity: 0.8;
}
.navi-right-1 {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0 20px;
  padding: 15px 0;
}
.navi-right-1 p {
  color: #fff;
  font-size: 12px;
  margin: 5px 0;
}
.navi-right-inner {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #fff;
  padding: 30px 0;
}
.navi-right-inner p {
  color: #fff;
  font-size: 12px;
  margin: 5px 0;
}
.navi-right-2 {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  /* margin: 0 20px; */
  padding: 15px 0;
}
.navi-right-2 p {
  color: #fff;
  font-size: 12px;
  margin: 5px 0;
}
.navi-right-3 {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 0 20px;
  padding: 15px 0;
}
.navi-right-3 p {
  color: #fff;
  font-size: 12px;
  margin: 5px 0;
}
.right-2 {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid;
  margin: 0 20px;
  justify-content: space-around;
}
.navi-right-4 {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
  padding: 30px 0;
}
.navi-right-4 p {
  color: #fff;
}
.right-3 {
  margin: 40px 20px 0;
  text-align: right;
  color: #fff;
  font-size: 12px;
}
.title-sub {
  font-size: 24px;
  color: #007CCF;
  width: auto;
}
.survice-jenre:before {
  content: '-';
  color: #007CCF;
  padding-right: 4px;
}
.survice-green .survice-jenre:before {
  content: '-';
  color: #A9C300;
  padding-right: 4px;
}
.survice-green .survice-title {
  font-size: 33px;
  color: #A9C300;
  position: relative;
}
.survice-title:hover:after {
  background: #007CCF;
  color: #fff;
}
.survice-green .survice-title:hover:after {
  background: #A9C300;
  color: #fff;
}
.hashtag {
  background: #B5E2FF;
  border-radius: 20px;
  padding: 4px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.survice-green .hashtag {
  background: #B5E2FF;
  height: 16px;
  border-radius: 20px;
  padding: 4px 20px 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
/*
.news-button:before {
  content: '→';
  color: #007CCF;
  background: #fff;
  border-radius: 50px;
  padding: 10px;
}*/
.contact-box-left h2 {
  color: #fff;
  font-size: 52px;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1;
}
.contact-next:before {
  content: '→';
  color: #007CCF;
  background: #fff;
  border-radius: 30px;
  padding: 5px;
  margin-right: 10px;
}
.footer-navi-2 {
  width: 70%;
  margin: 0 auto;
  display: flex;
  padding-top: 10%;
  padding-bottom: 5%;
  justify-content: space-between;
}
.footer-navi-left img {
  width: 310px;
}
.navi-right-inner {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #fff;
  padding: 30px 0;
}
.navi-right-inner p {
  color: #fff;
  font-size: 12px;
  margin: 5px 0;
}
.navi-right-3 p {
  color: #fff;
  font-size: 12px;
  margin: 5px 0;
}
.navi-right-4 {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
  padding: 30px 0;
}
.navi-right-4 p {
  color: #fff;
}
.right-3 {
  margin: 40px 20px 0;
  text-align: right;
  color: #fff;
  font-size: 12px;
}
/*各ページcss*/
.page-image-company {
  height: 170px;
  width: 100%;
  overflow: hidden;
  background: url(img/page_company.jpg) no-repeat;
  background-size: cover;
  background-position: center 58%;
}
.page-image-business {
  height: 170px;
  width: 100%;
  overflow: hidden;
  background: url(img/page_business.jpg) no-repeat;
  background-size: cover;
  background-position: top 40% right 0;
}
.page-image-factory {
  height: 170px;
  width: 100%;
  overflow: hidden;
  background: url(img/page_factory.jpg) no-repeat;
  background-size: cover;
  background-position: center 33%;
}
.page-image-contact {
  height: 170px;
  width: 100%;
  overflow: hidden;
  background: url(img/page_contact.jpg) no-repeat;
  background-size: cover;
  background-position: center 48%;
}
.page-image-customer {
  height: 170px;
  width: 100%;
  overflow: hidden;
  background: url(img/page_customer.jpg) no-repeat;
  background-size: cover;
  background-position: center 74%;
}
.page-image-news {
  height: 170px;
  width: 100%;
  overflow: hidden;
  background: url(img/page_news.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.page-image-faq {
  height: 170px;
  width: 100%;
  overflow: hidden;
  background: url(img/page_faq.jpg) no-repeat;
  background-size: cover;
  background-position: center 74%;
}
.page_inner {
  padding-top: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  max-width: 1080px;
}
.page_inner_faq {
  padding-top: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  max-width: 1080px;
}
.page_inner-3 {
  padding-top: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
.page_inner-3 img {
  width: 80%;
  margin: 0 auto;
}
.page_inner-left {
  width: 70%;
  margin: 0 auto 4%;
}
.page_inner-left ul {
  width: 70%;
}
.page_inner-left li {
  border-bottom: 1px solid;
  padding: 10px 0;
}
.page_inner-left li:before {
  content: '→';
  color: #007CCF;
  margin-right: 20px;
}
.page_inner-right {
  width: 940px;
  padding: 0;
  margin: 0 auto;
}
h3 {
  font-size: 32px;
  color: #007CCF;
  padding: 5% 0 0;
  letter-spacing: 2px;
  border-bottom: 2px solid;
  margin-bottom: 5%;
}
h3:before {
  content: '';
  display: inline-block;
  background: url(img/logo-icon.svg) no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
  margin-right: 20px;
  vertical-align: sub;
}
.top-business img {
  width: 100%;
}
.top-message {
  display: flex;
  margin-bottom: 10%;
  width: 90%;
  margin: 0 auto;
}
.top-message p {
  padding-left: 30px;
  line-height: 2rem;
  font-size: 16px;
}
.top-message img {
  width: 300px;
  height: 100%;
}
.name-sign {
  width: 150px!important;
  height: 12vh!important;
  float: right;
}
.company-info {
  width: 80%;
  margin: 0px auto;
  padding-bottom: 10%;
}
.company-blue {
  color: #007CCF;
  border-bottom: 1px solid #007CCF;
  padding: 20px;
  font-weight: bold;
  text-align: center;
}
.company-normal {
  color: #343230;
  border-bottom: 1px solid #343230;
  padding: 20px;
  line-height: 1.9em;
}
.page_blue {
  background: rgba(0,124,207,0.2);
  margin-top: 140px;
}
.page_white {
  background: #fff;
  margin-top: 140px;
  width: 100%;
}
.page_inner-2 {
  width: 80%;
  margin: 0 auto;
  max-width: 1080px;
}
.pamphlet {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15%;
}
.pamphlet img {
  height: 280px;
  margin: 0 auto;
}
.pamphlet p {
  text-align: center;
  color: #007CCF;
  border-radius: 50px;
  border: 1px solid #007CCF;
  background: #fff;
  padding: 10px 0;
  width: 215px;
  margin: 30px auto;
}
.pamphlet p:after {
  content: url(img/pdf-icon.svg);
  position: relative;
  top: 4px;
  padding-left: 20px;
}
.link-icon:after {
  content: url(img/pdf-icon.svg);
  padding-left: 20px;
  position: relative;
  top: 2px;
}
.top-business p {
  padding: 4% 0 15%;
}
h4 {
  color: #007CCF;
  font-size: 28px;
  font-weight: bold;
  padding-top: 8%;
}
.coming-soon {
  color: #007CCF;
  font-size: 28px;
  font-weight: bold;
  padding: 10% 0;
  width: 100%;
  text-align: center;
}
.top-business {
  width: 80%;
  margin: 0 auto;
}
.feature {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.feature-text {
  display: flex;
  padding-bottom: 4%;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
}
.feature-text-left {
  border-top: 1px solid #007CCF;
  padding: 6% 3% 0 0;
  width: 25%;
}
.feature-text-left-2 {
  padding-right: 3%;
  width: 25%;
}
.feature-text-left p {
  font-size: 70px;
}
.feature-text-left-2 p {
  font-size: 70px;
}
.feature-text-right {
  border-top: 1px solid #CBC5C2;
  padding: 6% 0 0 3%;
  width: 70%;
}
.feature-text-right-2 {
  padding-left: 3%;
  width: 70%;
}
.feature-text-right strong {
  font-size: 26px;
}
.feature-text-right-2 strong {
  font-size: 26px;
}
.feature-text-right p {
  padding-top: 5%;
  font-size: 16px;
}
.feature-text-right-2 p {
  padding-top: 5%;
  font-size: 16px;
}
.feature-image-1 {
  width: 65%;
  height: 310px;
  padding-bottom: 12%;
  margin: 0 auto 40px;
  background: url(img/page_company.jpg);
  background-size: cover;
}
.feature-image-2 {
  width: 65%;
  height: 310px;
  padding-bottom: 12%;
  margin: 0 auto 40px;
  background: url(img/feature-2.jpg);
  background-size: cover;
  background-position: center;
}
.feature-image-3 {
  width: 65%;
  height: 310px;
  padding-bottom: 12%;
  margin: 0 auto 40px;
  background: url(img/feature-3.jpg);
  background-size: cover;
}
.feature-image-4 {
  width: 65%;
  height: 310px;
  padding-bottom: 12%;
  margin: 0 auto 40px;
  background: url(img/feature-4.jpg);
  background-size: cover;
}
.material {
  display: flex;
  justify-content: space-around;
	flex-wrap:wrap;
  padding-bottom: 15%;
}
.material-box{
	margin-right:2%;
    text-align: center;
}
.material-box:last-child{
	margin-right:0;
}
.material img {
  height: 280px;
  margin: 0 auto;
  width: auto;
  text-align: center;
}
.material p {
  text-align: center;
  color: #007CCF;
  border-radius: 50px;
  border: 1px solid #007CCF;
  background: #fff;
  padding: 10px 0;
  width: 215px;
  margin: 30px auto;
}
.material p:after {
  content: url(img/pdf-icon.svg);
  position: relative;
  top: 4px;
  padding-left: 20px;
}

.tab {
  list-style: none;
  padding: 0;
  width: 60%;
}
.tab li {
    /*display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: solid 1px #007CCF;
    color: #007CCF;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    margin: 16px 0;*/
    border-bottom: 1px solid;
    padding: 10px 0;
}
li.active {
    background-color: #007CCF;
    color: #fff;
    position: relative;
    z-index: 3;
}
li.active:before {
  color: #fff;
}
.content {
  padding-top: 0rem;
  width: 80%;
  display: none;
  padding-bottom: 150px;
  margin: 0 auto;
}
.active {
  display: block;
}
.active .news-right {
  width: 100%;
}
.contact-1 {
  background: #007CCF;
  border-radius: 10px;
  text-align: center;
  padding: 30px;
  width: 70%;
  margin: 0 auto;
}
.contact-1 p {
  color: #fff;
}
.tell-1 {
  font-family: 'Lato';
  font-weight: bold;
  font-size: 50px;
}
.tell-1 a {
  color: #fff;
}
.tell-1:before {
  content: url(img/tell-white.svg);
  padding-right: 5px;
}
.contact-2 {
  background: #fff;
  border: 1px solid #007CCF;
  border-radius: 10px;
  text-align: center;
  padding: 30px;
  width: 70%;
  margin-bottom: 10%!important;
  margin: 0 auto;
}
.contact-2 p {
  color: #007CCF;
}
.tell-2 {
  font-family: 'Lato';
  font-weight: bold;
  font-size: 50px;
}
.tell-2 a {
  color: #007CCF;
}
.tell-2:before {
  content: url(img/tell-blue.svg);
  padding-right: 5px;
}
.mail {
  font-weight: 600;
  font-size: 24px;
}
.mail a {
  color: #007CCF;
}
.mail:before {
  content: url(img/mail.svg);
  padding-right: 5px;
}
.accordion-2 {
  margin: 1em auto;
  width: 80%;
  font-family: Lato;
}
.accordion__summary {
  display: block;
  background: #007CCF; /* 見出しの背景色 */
  font-weight: normal;
  position: relative;
  list-style: none; /* 矢印を消す */
  cursor: pointer;
  padding: 5%;
  color: #fff;
  border-radius: 10px;
  padding-left: 13%;
  text-indent: -10%;
}
.accordion__summary p {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  padding-left: 62px;
  margin-top: 15px;
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__summary:before {
  content: "Q";
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 5px 15px;
  margin-right: 10px;
}
.accordion__summary::after {
  content: "+";
  font-size: 1.4em; /* 記号のサイズ */
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion__summary-2 {
  display: block;
  background: #007CCF; /* 見出しの背景色 */
  font-weight: normal;
  position: relative;
  list-style: none; /* 矢印を消す */
  cursor: pointer;
  padding: 5% 8%;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  padding-left: 10%;
}
.accordion__summary-2 p {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  margin-top: 15px;
}
.accordion__summary-2::-webkit-details-marker {
  display: none;
}
.accordion__summary-2:before {
  content: '';
  border-left: 3px solid #fff;
  padding: 0 5px;
}
.accordion__summary-2::after {
  content: "+";
  font-size: 1.4em; /* 記号のサイズ */
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-2[open] .accordion__summary::after {
  content: "−";
}
.accordion__detail {
  padding: 45px;
  margin: 10px 0;
  border: 1px solid #007CCF;
  border-radius: 10px;
}
.accordion__detail img {
  width: 100%;
}
.accordion__text {
  margin: 0;
  padding: 0;
  text-indent: -50px;
  padding-left: 50px;
}
.accordion__text:before {
  content: "A";
  border-radius: 50px;
  border: 1px solid;
  padding: 5px 15px;
  margin-right: 10px;
}
.customer-box {
  display: flex;
}
.customer-image {
  width: 50%;
}
.customer-image img {
  width: 100%;
}
.customer-text {
  background: #F2F8FD;
  padding: 3% 5%;
  margin-left: 3%;
  width: 50%;
}
.customer-name-box {
  border-left: 2px solid #007CCF;
}
.customer-name {
  padding-left: 10px;
}
.comment-box {
  border-top: 1px solid #9B928C;
  margin:  15px 0;
  padding: 10px  0;
}
.page_white h3 {
  width: 70%;
  margin: 0 auto;
}
.page_white img {
  width: 100%;
}
/* ページネーションの汎用スタイル */
nav {
  float: none;
}
.screen-reader-text {
  display: none;
}
.nav-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.nav-links li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 45px;
}
.nav-links li > *:not(.dots) {
  width: 45px;
  border-radius: 50%;
  color: #007CCF;
  background: #C9E9FF;
  transition: color 0.3s ease, background 0.3s ease;
}
.nav-links li > .current,
.nav-links li > a:hover {
  color: #ffffff;
  background: #007CCF;
}
.page-numbers {
  display: flex;
  align-items: center;
  border-bottom: none;
  justify-content: center;
  border-bottom: none!important;
  margin-top: 40px;
}
/*  ページネーション */
.Pagination {
  display: flex;
  align-items: center;
  border-bottom: none;
  justify-content: space-evenly;
  border-bottom: none!important;
  margin-top: 40px;
}
.Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #C9E9FF;
  font-size: 14px;
  padding: 6px 10px;
  color: #007CCF;
  font-weight: bold;
  transition: all 0.15s linear;
}
.Pagination-Item-Link-Icon {
  width: 20px;
}
.Pagination-Item-Link.isActive {
  background: #007CCF;
  color: #fff;
  pointer-events: none;
}
.Pagination-Item-Link:not(.isActive):hover {
  background: #007CCF;
  color: #fff;
}
.Pagination > * + * {
  margin-left: 8px;
}
.back {
  text-align: center;
  border-bottom: 2px solid #007CCF;
  width: 17%;
  margin: 0 auto;
  padding-bottom: 10px;
}
/*
.back:before {
  background: #007CCF;
  color: #fff;
  content: '←';
  border-radius: 50px;
  padding: 7px;
  margin-right: 10px;
}
*/
.news-detail ul {
  display: flex;
  padding: 15px 0;
}
.news-detail li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-title {
  font-size: 32px;
  padding-bottom: 35px;
  padding-top: 0!important;
}
.news-detail img {
  width: 100%;
}
.news-detail p {
  padding-top: 50px;
  overflow: auto;
}
.navigation-sp {
    display: none;
}
.report_about {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.report_about img {
  width: 100%;
  margin: 0 auto;
  /*border: 1px solid;*/
}
.about_text {
  width: 100%;
  margin: 0 auto;
}
.about a {
  color: #009dc4;
}
.about_image {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.about_image img {
  width: 48.3%;
  margin: 2% auto;
}
.feature-text-right span {
  font-size: 10px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 2.5;
}



@media screen and (max-width:1036px) {
  .video {
    height: 470px;
  }
  .feature-image-1, .feature-image-2, .feature-image-3, .feature-image-4 {
    width: 75%;
  }
}

@media screen and (max-width:995px) {
  .navigation-sp {
    display: flex;
    padding: 10px;
    align-items: center;
  }
  .navigation-pc, .navigation-2 {
    display: none;
  }
  #header-logo img {
    width: 40%;
  }
  .page_inner-right {
    width: auto;
  }
  .top-contacnt {
    width: 720px;
  }
  .back {
    width: 27%;
  }
}

@media screen and (max-width:780px) {
  body {
    font-size: 16px;
  }
  nav ul li {
    margin: 6px;
  }
  .tabret {
    display: block;
  }
  .about {
    padding: 50px 0 0;
  }
  .sup, .sup-2 {
    font-size: 14px;
  }
  .survice-garelly {
    width: 100%;
    padding-top: 0;
  }
  .news-box {
    padding-top: 0;
    max-width: 700px;
  }
  .news-right {
    margin-left: 24px;
  }
  .contact-box-left .title-sub {
    font-size: 18px;
  }
  .news .title-sub {
    font-size: 16px;
  }
  .news h2, .contact-box-left h2 {
    line-height: 1.4;
    font-size: 42px;
  }
  .about-text {
    width: 90%;
    margin: 0 auto;
  }
  .footer-navi {
    max-width: 620px;
  }
  .footer-navi-2 {
    flex-direction: column;
    padding-top: 0;
  }
  .footer-navi-right, .footer-navi-left {
    margin-top: 100px;
  }
  .news-button:before {
    padding: 6px;
  }
  .news-button {
    padding-bottom: 10px;
  }
  .survice-title {
    line-height: 1em;
    font-size: 32px;
  }
  .survice-jenre {
    font-size: 14px;
  }
  h3 {
    font-size: 26px;
  }
  h3:before {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  .top-business img {
    width: 100%;
  }
  h4, .blue-2, .green {
    font-size: 22px;
  }
  .feature-text-right strong {
    font-size: 22px;
  }
  .page_inner-3 img, .accordion-2 {
    width: 100%;
  }
  .material {
    flex-direction: column;
  }
  .material-box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .accordion__summary p {
    padding-left: 12px;
    text-indent: 0;
  }
  .page_inner-3 {
    padding-top: 100px;
    max-width: 1080px;
  }
  .page_inner {
    flex-direction: column;
    padding-top: 20px;
  }
  .top-message {
    width: 100%;
  }
  .company-info {
    width: 100%;
  }
  .top-business {
    width: 100%;
  }
  .feature-text, .feature-image {
    width: 100%;
  }
  .feature-text-right-2 strong {
    font-size: 22px;
  }
  .page_inner-left {
    width: 100%;
    margin: 0 auto;
  }
  .page_inner-left ul {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
  .page_inner-left li:before {
    margin-right: 6px;
  }
  .tab li {
    width: 20%;
    padding: 4px 2px;
  }
  .page_inner-right {
    width: 80%;
    margin: 0 auto;
    padding-top: 60px;
  }
  .news-right ul {
    padding: 30px 0;
  }
  .content {
    width: 100%;
  }
  .page_inner_faq {
    padding-top: 50px;
  }
  .tell-1, .tell-2 {
    font-size: 38px;
  }
  .mail {
    font-size: 20px;
  }
  .tell-1:before {
    content: '';
    width: 20px;
    height: 30px;
    display: inline-block;
    background-image: url(img/tell-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 0;
  }
  .tell-2:before {
    content: '';
    width: 20px;
    height: 30px;
    display: inline-block;
    background-image: url(img/tell-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 0;
  }
  .mail:before {
    content: '';
    width: 20px;
    height: 15px;
    display: inline-block;
    background-image: url(img/mail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 0;
  }
  .survice-title:after {
    padding: 0 9px;
  }
  .news-text a:after {
    right: -20px;
  }
  .page_inner-2 {
    flex-direction: column;
    padding: 15px;
  }
  .about h1 {
    font-size: 26px;
  }
  .survice {
    padding: 50px 0;
  }
  .survice-blue-1 {
    background-position: bottom 20PX right 20PX;
  }
  .survice-blue-2 {
    background-position: bottom 15px right 20px;
  }
  .survice-blue-3 {
    background-position: bottom 15px right 20px;
  }
  .survice-blue-4 {

    background-position: bottom 15px right 20px;
  }
  .survice-blue-5 {
    background-position: bottom 20px right 20px;
  }
  .top-contacnt {
    max-width: 650px;
  }
  .page_main h2, .page_main h5 {
    font-size: 46px;
    line-height: 1;
  }
  .page_main .title-sub, .page_main .title-sub-2 {
    font-size: 18px;
  }
  .contact-box {
    padding: 5%;
  }
  .contact-next {
    margin: 20px 0 0;
  }
  .contact-box {
    background-position: bottom 30px;
  }
  .report_about {
    max-width: 550px;
  }
  .coming-soon {
    padding-top: 22%;
  }
  .feature-image-1, .feature-image-2, .feature-image-3, .feature-image-4 {
    width: 100%;
    height: 270px;
  }
}

@media screen and (max-width:720px) {
  .top-message {
    flex-direction: column;
  }
  .top-message img {
    width: 100%;
  }
  .top-message p {
    padding: 30px 0;
  }
  .news-box {
    flex-direction: column;
  }
}

@media screen and (max-width:425px) {
  body {
    font-size: 14px;
  }
  .pc {
  display: none;
  }
  .sp {
    display: block;
  }
  .tabret {
    display: none;
  }
  .video {
    height: 240px;
  }
  .main {
    border-top: 10px solid #007CCF;
    border-bottom: 15px solid #007CCF;
  }
  /*
  .navigation {
    flex-direction: row;
    width: 100%;
    padding: 0;
    justify-content: space-between;
    align-items: center;
  }*/
  #header-logo {
    width: 80%;
    margin: 0;
    padding-left: 0;
  }
  .about {
    padding: 10% 5%;
  }
  .about h1 {
    font-size: 17px;
    letter-spacing: 2px;
  }
  .about-box {
    margin-top: 24px;
  }
  .survice {
    padding: 0 5% 10%;
  }
  .survice-title {
    font-size: 26px;
  }
  .survice-garelly {
    width: 100%;
  }
  .survice-blue-1, .survice-blue-2, .survice-blue-3, .survice-blue-4, .survice-blue-5 {
    width: 280px;
  }
  .category {
    width: 80%;
  }
  .about_image img {
    width: 100%;
  }
  .news {
    padding: 50px 0 0;
  }
  .news-left {
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .news h2 {
    font-size: 36px;
  }
  .news .title-sub {
    font-size: 14px;
  }
  .news-box {
    flex-direction: column;
    width: 90%;
  }
  .news-button {
    margin: 20px auto;
    width: 50%;
    padding: 20px 0 10px;
  }
  .news-right {
    width: 90%;
    margin: 0 auto;
  }
  .news-right ul {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .news-days, .news-category {
    width: auto;
    margin: 0;
    margin-left: 10px;
  }
  .news-text {
    width: 90%;
    padding: 5px 30px 0 10px;
  }
  .news-text:after {
    padding: 2px 6px;
  }
  .top-contacnt {
    top: 115px;
    width: 85%;
  }
  .contact-box {
    flex-direction: column;
    background-position: right 15px bottom 10px;
    background-size: 60%;
  }
  .contact-next {
    padding: 10px 0;
    text-align: center;
  }
  .contact-text {
    margin-top: 30px;
  }
  .contact-box-left {
    width: 100%;
  }
  .contact-box-left h2 {
  font-size: 35px;
  }
  .contact-box-left .title-sub {
    font-size: 14px;
  }
  .contact-box-right {
    width: 100%;
    padding: 15% 0;
  }
  .footer-navi {
    flex-direction: column;
    padding-top: 40%;
    max-width: 280px;
  }
  .footer-navi-2 {
    padding-top: 10%;
  }
  .footer-navi-left img {
    width: 100%;
  }
  .footer-navi-right .sub {
    /* padding-bottom: 30px; */
  }
  .right-1 {
    padding-top: 25%;
    flex-direction: column;
  }
  .right-2 {
    flex-direction: column;
    margin: 0;
  }
  .navi-right-1 {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .navi-right-3 {
    margin: 0;
    border-top: none;
  }
  .navi-right-4 {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .right-3 {
    margin: 0;
    margin-top: 20px;
  }
  h3 {
    font-size: 20px;
    letter-spacing: normal;
  }
  .top-message {
  }
  .top-message img {
    margin: 4% 0;
  }
  .page_inner-right {
    padding: 11% 0 0;
    width: 100%;
  }
  .page_inner-2 {
    flex-direction: column;
    padding: 0;
    margin-top: 20%;
    width: 80%;
  }
  .page_blue {
    margin-top: 5%;
  }
  .pamphlet {
    padding: 10% 0;
  }
  .top-business img {
    width: 100%;
  }
  .feature-image {
    width: 100%;
  }
  .material {
    flex-direction: column;
  }
  .material-box {
    width: 100%;
    text-align: center;
  }
  .material img {
    width: 80%;
    height: auto;
  }
  h4 {
    font-size: 18px;
  }
  .accordion-2 {
    margin: 5px auto;
  }
  .page_main h2 {
    font-size: 32px;
    letter-spacing: 2px;
    width: 88%;
  }
  .page_main h5 {
    font-size: 32px;
    width: 88%;
    line-height: 1.3;
  }
  .page_main .title-sub {
    font-size: 14px;
    width: 88%;
    padding-left: 0;
  }
  .top-message p {
    font-size: 14px;
  }
  .company-blue, .company-normal {
    padding: 10px;
  }
  .page_main .title-sub-2 {
    width: 88%;
    font-size: 14px;
  }
  .page_inner-3 {
    padding-top: 15%;
  }
  .customer-box {
    flex-direction: column;
  }
  .customer-image {
    width: 100%;
  }
  .customer-image img {
    width: 100%;
  }
  .customer-text {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .customer-name-box {
    margin: 5%;
  }
  .comment-box {
    padding: 10px 0;
    margin: 15px;
  }
  .company-info {
    width: 100%;
    margin: 0;
  }
  .feature-text {
    flex-direction: row;
  }
  .blue-2, .green, .feature-text-right strong, .feature-text-right-2 strong {
    font-size: 18px;
  }
  .accordion__summary {
    font-size: 14px;
  }
  .accordion__summary:before, .accordion__text:before {
    padding: 5px 10px;
  }
  .top-business p {
    font-size: 16px;
  }
  .accordion__summary p {
    font-size: 14px;
    padding-left: 4px;
    width: 90%;
  }
  .accordion__summary::after {
    right: 10px;
  }
  .accordion__detail {
    padding: 15px;
  }
  .page_white {
    margin-top: 15%;
  }
  .page_white h3 {
    width: 80%;
  }
  .content {
    padding-top: 0!important;
    padding-bottom: 15%;
  }
  .Pagination {
    padding-top: 0;
  }
  .tell-1, .tell-2 {
    font-size: 28px;
  }
  .mail {
    font-size: 22px;
  }
  .tell-1:before {
    content: '';
    width: 20px;
    height: 25px;
    display: inline-block;
    background-image: url(img/tell-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 0;
  }
  .tell-2:before {
    content: '';
    width: 20px;
    height: 25px;
    display: inline-block;
    background-image: url(img/tell-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 0;
  }
  .mail:before {
    content: '';
    width: 20px;
    height: 15px;
    display: inline-block;
    background-image: url(img/mail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-right: 0;
  }
  .news-title {
    font-size: 22px!important;
  }
  .news-detail p {
    font-size: 16px;
    padding-top: 0;
  }
  .about-text {
    width: 100%;
  }
  .footer-navi-right, .footer-navi-left {
    margin-top: 0;
  }
  .survice-title:after {
    padding: 2px 13px;
  }
  .page-image-company, .page-image-business, .page-image-factory, .page-image-news, .page-image-customer, .page-image-faq, .page-image-contact {
    height: 100px;
  }
  h3:before {
    width: 30px;
    height: 30px;
  }
  #header-logo img {
    width: 100%;
  }
  .news-text a:after {
    padding: 2px 6px;
    right: 0;
    top: 10px;
  }
  .tab li {
    width: 30%;
  }
  .accordion__summary-2 {
    font-size: 20px;
    padding-left: 7%;
  }
  .accordion__summary-2 p {
    font-size: 15px;
    margin-top: 7px;
  }
  .accordion__text {
    font-size: 15px;
    text-indent: -42px;
    padding-left: 42px;
  }
  .accordion__summary-2::after {
    right: 10px;
  }
  .about-inner {
    width: 100%;
  }
  .about-text p {
    line-height: 25px;
    font-size: 15px;
  }
  .contact-box-2 {
    padding-bottom: 20%;
  }
  .report_about {
    max-width: 400px;
  }
  .feature-image img {
    width: 100%;
    height: auto;
  }
  .footer-navi-left strong {
    font-size: 16px;
  }
  .accordion__summary-2 {
    font-size: 17px;
  }
  .accordion__summary-2 p {
    font-size: 13px;
  }
  .coming-soon {
    font-size: 21px;
    padding-top: 30%;
  }
  .sp-320 {
    display: none;
  }
  .feature-image-1, .feature-image-2, .feature-image-3, .feature-image-4 {
    height: 190px;
  }
  .feature-text-left-2 p, .feature-text-left p {
    font-size: 56px;
  }
  .nav-links li > *:not(.dots) {
    width: 35px;
  }
  .nav-links li > * {
    height: 35px;
  }
}

@media screen and (max-width:395px) {
  .contact-1, .contact-2 {
    width: 80%;
  }
  .nav-links ul {
    gap: 0;
  }
}

@media screen and (max-width:345px) {
  .sp-345 {
    display: none;
  }
  .nav-links li > *:not(.dots) {
    width: 30px;
  }
  .nav-links li > * {
    height: 30px;
  }
}







