@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Noto_Sans_JP_Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/Noto_Sans_JP_Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'BioRhyme';
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/BioRhyme-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: 'ShipporiMincho';
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/ShipporiMincho-Bold.ttf");
  font-display: swap;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

body {
  line-height: 1;
  min-width: 392px;
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

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

:focus {
  outline: 0
}

ins {
  text-decoration: none
}

del {
  text-decoration: line-through
}

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

:root {
  font: 10px/1.5 sans-serif;
  letter-spacing: 0.025em;
  --main-color: #2962A3;
  --link-color: #0066cc;
  --bg-color: #efeff3;
  --border-color: #cccccc;
  --text-color: rgb(59, 64, 67);
  --font-family: 'Noto Sans JP', Noto Sans JP, sans-serif;
  --contents-width: 100%;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: var(--font-family:);
  color: var(--text-color);
  box-sizing: border-box;
  line-height: 1.8em;
  background-color: rgb(255, 255, 255);
  word-break: break-all;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
  line-height: 1.5;
}

h2, h3 {
  margin-top: 32px;
}

p {
  margin-top: 1.5em;
  line-height: 1.8;
}

p+p {
  margin-top: 0.75em;
}

table {
  font-size: 12px;
  padding: 12px;
}

main {
  line-height: 1.8;
}


/*
パーツ一律
margin-top: 1.5em;

パーツのbox類（囲み枠など）
padding: 20px;

行間（line-height）	通常テキスト（文章）
line-height: 1.8;

見出しなど2、3行で収まるテキスト	
line-height: 1.5;	
*/

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

a img {
  border: 0;
}

a img:hover {
  opacity: 0.6;
}

img {
  margin: 0;
}

p {
  margin-bottom: 15px;
  line-height: 1.5;
}

a:link {
  color: var(--main-color);
  text-decoration: underline;
  font-weight: bold;
}

a:visited {
  color: var(--main-color);
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #5890F4;
  text-decoration: none;
  font-weight: bold;
}

a:active {
  color: var(--main-color);
  text-decoration: underline;
  font-weight: bold;
}

.clear {
  clear: both;
}

.clear hr {
  display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.down {
  display: none;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.center img {
  display: block;
  width: 100%;
  vertical-align: bottom;
  margin: 10px 0;
}

.right {
  text-align: right;
}

.alignright {
  float: right;
  margin: 10px;
}

.alignleft {
  float: left;
  margin: 10px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bold {
  font-weight: bold;
}

.aka, red {
  color: #f00;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

small {
  font-size: 70%;
}

.bigtxt {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 5px;
}

.down {
  display: none;
}

.absolute {
  position: absolute !important;
}

a img:hover {
  opacity: 0.6;
}

table {
  width: 100%;
  box-sizing: border-box;
  margin: 25px auto;
}

table.small {
  font-size: 87%;
}

table caption {
  margin-bottom: 15px;
  font-weight: bold;
  text-decoration: underline;
}

table th, table td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

table th {
  background-color: #efefef;
  min-width: 85px;
}

table td {
  background-color: #fff;
}

table td p:nth-last-of-type(1) {
  margin-bottom: 0;
}

table thead th {
  color: #fff;
  background-color: #1A5DA4;
  font-weight: bold;
}

table th.waku, table td.waku {
  border: 2px solid #f00 !important;
}

table th.waku {
  background-color: #ffefef;
}

section.parts {
  padding: 30px 0;
  border-bottom: 1px dashed #eee;
  margin-bottom: 30px;
}

.sorce {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #CCC;
  font-size: 14px;
  padding: 10px;
  margin: 20px auto;
}

.full_img {
  width: 100%;
  margin: 30px auto;
}

.full_img img {
  width: 100%;
  vertical-align: bottom;
}

.big_txt {
  font-weight: bold;
  font-size: 110%;
}

.img_box {
  width: 100%;
  margin: 20px auto;
}

.img_box img {
  width: 100%;
  vertical-align: bottom;
}

.imgl {
  float: left;
  padding-right: 10px;
}

ol {
  padding: 10px;
  padding-left: 30px;
  list-style-type: decimal;
  background-color: #fafafa;
  margin: 20px auto;
}

ol li {
  margin-bottom: 10px;
  font-weight: bold;
}

ol li:nth-last-of-type(1) {
  margin-bottom: 0;
}

.right_link_txt {
  text-align: right;
}

.right_link_txt a {
  text-decoration: underline;
}

.right_link_txt a:hover {
  text-decoration: none;
}

.right_link_txt:before {
  content: "\f105";
  color: #003C7B;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 7px;
}

.clearfix hr {
  display: none;
}

.red {
  color: #f00;
}

.bold {
  font-weight: bold;
}

input {
  -webkit-appearance: none;
}

p {
  margin-bottom: 20px;
  line-height: 1.7;
}

p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.sp_none {
  display: none !important;
}


/* ------------------------------
ドラッグの色変更
------------------------------ */

::selection {
  background: #E1EFEE;
  /* Safari */
}

::-moz-selection {
  background: #E1EFEE;
  /* Firefox */
}


/* ------------------------------
HEADER
------------------------------ */

.header__inner {
  padding: 10px;
  position: relative;
}

h1.header-logo {
  display: inline-block;
}

.header-logo a {
  width: 113.29px;
  height: 48px;
  display: inline-block;
}

.spMenu__btn {
  width: 30px;
  height: 21px;
  background-image: url("../img/spMenu_btn.svg");
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 20px;
}
.spMenu__btn.active{
  background-image: url("../img/spMenu_close.svg");
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: center;
}

.header__menu {
  position: absolute;
  top: 68px;
  width: 100%;
  height: auto;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  display: none;
  padding: 0px;
  box-sizing: border-box;
  border-top:1px solid #ccc;
}

.header__menu-aco{
  display: none;
  margin-bottom:20px;
}
.header__menu-item {
  display: block;
}

.header__menu-item a {
  display: block;
  line-height: 24px;
  padding: 20px 0px;
  background-color: #fff;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  color: var(--main-color);
  font-weight: bold;
  margin-top:0px;
  box-sizing: border-box;
  position: relative;
  border-bottom:1px solid #ccc;
}

.header__menu-item a::after{
  content:"";
  width: 12px;
  height: 12px;
  background-image: url("../img/arrow_right.svg");
  background-size: 12px;
  position: absolute;
  right: 20px;
  top:50%;
  margin-top:-6px;
}

.header__menu-item.service::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-image: url(../img/arrow_down.svg);
  background-size: 7px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-left: 12px;
  margin-top: -4px;
}
.header__menu-item.active.service::after {
  background-image: url(../img/arrow_down_wh.svg);
  transform: scale(1, -1);
}


  .header__menu-acoItem a {
    display: block;
    line-height: 24px;
    padding: 8px 16px;
    background-color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    color: #404040;
    font-weight: normal;
    margin-top:10px;
    box-sizing: border-box;
    margin-left: 10px;
  }

  .header__menu-item.service.active {
    cursor: pointer;
    background-color: #707070;
    color: #fff;
  }

  .spMenu__close{
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    background-color: #;
    color: #fff;
    font-size: 1.4rem;
    background-color: #707070;
    margin-top:15px;
  }


.spMenu__btn:hover {}

.spMenu__close {}


/* ------------------------------
TOP
------------------------------ */

.contents.fv {
  position: relative;
}

.contents__inner {
  padding: 0 20px;
}

.contents.fv .contents__inner::before {
  content: "";
  width: 100%;
  height: 245px;
  background-image: url(../img/top_mv_img.png);
  background-size: cover;
  display: block;
  position: relative;
  z-index: 10;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 auto;
}

.fv__copy {
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: "ShipporiMincho";
  position: relative;
  top: -44px;
  left: 0px;
  z-index: 10;
  color: #404040;
  letter-spacing: 0.2rem;
  margin-bottom: -20px;
  /* mix-blend-mode: multiply; */
  text-shadow: 1px 1px 3px #fff;
}

.fv__copy-blue{
  color:var(--main-color);
}

.fv__txt {
  padding: 0 0px;
  font-size: 1.4rem;
}

.contents__inner-ttl {
  font-family: 'BioRhyme';
  font-size: 3.2rem;
  position: relative;
  z-index: 10;
}

.contents__inner-ttl small {
  color: var(--main-color);
  font-family: 'Noto Sans JP';
  font-size: 2.0rem;
  margin-left: 24px;
  position: relative;
  top: -2px;
  letter-spacing: 0.5rem;
}

.advantage__link a, .news__link a, .works__link a, .serviceBox__txt-link a, .aboutus__link a {
  width: 100%;
  background-color: var(--main-color);
  color: #fff;
  padding: 0px 24px;
  margin-top: 40px;
  margin-top: 24px;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  font-weight: normal;
  line-height: 48px;
  height: 48px;
  position: relative;
  border-radius: 2px;
}

.advantage__link a::after, .news__link a::after, .works__link a::after, .serviceBox__txt-link a::after, .aboutus__link a::after {
  content: "";
  width: 32px;
  height: 32px;
  background-size: 32px;
  display: inline-block;
  position: absolute;
  right: 9px;
  top: 9px;
  background-size: 32px;
  background-image: url(../img/btn_arrow.svg);
}

.advantage__link a:hover, .news__link a:hover, .works__link a:hover, .serviceBox__txt-link a:hover, .aboutus__link a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.worksSlider {
  width: 100%;
  overflow-x: auto;
}

.worksSlider__scroll {
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
}

.worksSlider__scroll-item {
  display: inline-block;
  margin-right: 25px;
  width: 288px;
}

.worksSlider__scroll-item a {
  display: inline-block;
  width: 288px;
  text-decoration: none;
  color: #333;
  font-weight: normal;
}

.worksSlider__scroll-item a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.worksSlider__scroll-itemTtl {
  margin-top: 10px;
  position: relative;
  font-size: 1.6rem;
}
/*　リンクがないため、オープン時外す
.worksSlider__scroll-itemTtl::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../img/arrow_right.svg");
  background-size: 16px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 6px;
}
*/

.worksSlider__scroll-itemTag{
  color:#6d6d6d;
  font-size:1.2rem;
  border:1px solid #6d6d6d;
  line-height: 1.0;
  padding: 4px;
  margin-top:4px;
}

.works__list {
  width: 100%;
  margin: 40px auto 0;
}

.works__list-item a {
  background-color: #fff;
  line-height: 1.7;
  padding: 10px;
  overflow: hidden;
  display: block;
  margin: 16px auto 0;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
  font-weight: normal;
}

.advantage__copy {
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: 20px;
}

.advantage__txt {
  margin-top: 22px;
  width: 100%;
  line-height: 1.7;
}

.advantage__img {
  width: 100%;
  margin-top: 32px;
  position: relative;
  z-index: 100;
}

.news__list {
  margin: 40px auto 0;
  border-top: 1px solid #ccc;
}

.category.news__list {
  margin: 40px 20px 0;
  border-top: 1px solid #ccc;
}

.news__list-item a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 16px 0;
  text-decoration: none;
  position: relative;
  padding-left: 125px;
}

.news__list-item a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.news__list-item a .news__list-itemDate {
  font-family: 'BioRhyme';
  font-weight: bold;
  color: #36414B;
  margin-right: 20px;
  position: absolute;
  left: 0;
}

.news__list-itemTtl {
  color: var(--main-color);
  font-weight: normal;
}

.contents.aboutus{
  margin-top: 64px;
  position: relative;
}

.contents.aboutus .contents__inner::before{
  content: "";
  width: 123px;
  height: 375px;
  background-size: 123px 375px;
  background-image: url(../img/top_about_bg_sp.png);
  position: absolute;
  top: -207px;
  right: 77px;
  z-index: 1;
  display: inline-block;
  z-index: 1;
}

.aboutus .contents__inner-ttl::after {
  content: "";
  width: 171px;
  height: 106px;
  background-size: 171px 106px;
  background-image: url(../img/top_aboutus_img01.png);
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: inline-block;
}

.aboutus__copy::before {
  content: "";
  width: 197px;
  height: 121px;
  background-size: 197px 121px;
  background-image: url(../img/top_aboutus_img02.png);
  position: absolute;
  top: -135px;
  right: 0px;
  z-index: 1;
  display: block;
  margin-bottom: 16px;
}

.aboutus__copy {
  margin-top: 135px;
  position: relative;
  font-family: "ShipporiMincho";
  font-size: 2.0rem;
  line-height: 1.2;
  color: var(--main-color);
  position: relative;
  z-index: 10;
}

.aboutus__desc {
  margin-top: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.service .contents__inner {
  margin: 120px 20px 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 24px 22px 40px;
}

.service .contents__inner-ttl {
  margin-top: 0;
}

.serviceBox {
  margin: 40px auto 0;
}

.serviceBox:nth-of-type(1) {
  margin-top: 16px;
}

.serviceBox__img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.serviceBox__img img {
  width: 100%;
  vertical-align: text-bottom;
}

.serviceBox__txt {}

.serviceBox__txt-ttl {
  font-size: 2.0rem;
  color: var(--main-color);
  /* font-family: "ShipporiMincho"; */
  font-weight: bold;
}

.serviceBox__txt-txt {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 8px;
}

.works .contents__inner {
  background-color: #F5F5F5;
  padding: 40px 20px;
}

.works .contents__inner .contents__inner-ttl {
  margin-top: 0;
}

.worksSlider__head-left {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 16px;
}


/* ------------------------------
CONTENTS
------------------------------ */

 /* ------------------------------
  会社概要　ABOUT
  ------------------------------ */
  .contents__unit {
    position: relative;
  }

  .contents__h1 {
    margin: 40px auto 0;
    font-size: 2.0rem;
    color: var(--main-color);
    text-align: center;
    border-bottom: #CCCCCC 1px solid;
    padding: 0 0 40px;
    font-weight: bold;
  }

  .greeting {
    margin: 64px auto 0
  }

  .contents__unit-ttl {
    margin-top: 40px;
    font-family: "ShipporiMincho";
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.2;
    color: var(--main-color);
  }

  .privacy .contents__unit-ttl{
    font-size: 2.4rem;
    text-align: left;
  }

  .greeting__contents {
    margin: 20px auto;
  }

  .greeting__img {
    width: 60%;
    text-align: center;
    margin: 64px auto 0;
  }

  .greeting__img img{
    width: 100%;
  }


  .greeting__txt {
    width: 100%;
    margin-top:16px;
  }

  .greeting__txt-name {
    margin-top: 48px;
    text-align: right;
    font-family: "ShipporiMincho";
    font-size: 1.8rem;
  }

  .greeting__txt-name small {
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', Noto Sans JP, sans-serif;
    margin-right: 16px
  }

  .greeting__txt-txt p:nth-of-type(1) {
    margin-top: 0
  }

  .philosophy {
    margin: 32px -20px 0;
    background-color: #F5F5F5;
    padding: 20px 20px 64px;
    position: relative;
    z-index: 10;
  }

  .philosophy__copy {
    margin-top: 64px;
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.2;
    color: var(--main-color);
    font-family: "ShipporiMincho";
  }

  .philosophy__txt {
    width: 100%;
    margin: 42px auto 0;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .philosophy__list{
    margin:60px auto;
  }
  .philosophy__list-item{
    position: relative;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 25px 0 0 90px;
    margin: 40px 0 0 0;
  }

  .philosophy__list-item:nth-of-type(3){
    padding-top: 35px
  }

  .philosophy__list-item .num{
    font-family: 'BioRhyme';
    font-size: 5.6rem;
    position:absolute;
    top:0;
    left:0;
    color: #2962A3;
  }

  .history {
    margin: 32px -20px 0;
    background-color: #F5F5F5;
    padding: 20px 20px 64px;
    position: relative;
    z-index: 10;
  }

  .history__table {
    width: 100%;
    margin: 40px auto 0;
    border-top: 1px solid #ccc;
  }

  .history__table th, .history__table td {
    border: none;
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
  }

  .history__table th {
    min-width: 110px;
    font-weight: normal;
    text-align: left;
    font-family: 'BioRhyme';
    font-weight: bold;
    vertical-align: top;
  }

  .profile__table {
    width: 100%;
    margin: 40px auto 0;
    border-top: 1px solid #ccc;
  }

  .profile__table th, .profile__table td {
    border: none;
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
  }

  .profile__table th {
    min-width: 110px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
  }

  .profile__map {
    width: 100%;
    margin: 40px auto 0
  }

  .profile__map iframe {
    width: 100%;
  }

  .profile__table-list{
    display:inline-block;
    width:100%;
    vertical-align:top;
    margin-right:0%;
    margin-bottom:16px;
  }

  .profile__table-listItem{
    margin-bottom:5px
  }


/* ------------------------------
SINGLE
------------------------------ */
.single__head-title{

}

.single__head{
  margin:40px auto 0;
}

.single__head-date span {
  display: block;
  font-family: 'BioRhyme';
  font-size: 1.8rem;
  font-weight: bold;
}

.single__head-title{
  font-size: 2.4rem;
  color: var(--main-color);
  font-family: "ShipporiMincho";
  margin-top:16px;
}

.single__content{
  margin:20px auto 0;
}

.single__content h3{
  font-size: 2.0rem;
}

/* ------------------------------
CONTACT
------------------------------ */
main.contact input {
    -webkit-appearance: auto;
}
main.contact .req{
  color:#fff;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 20px;
  padding: 0 8px;
  display: inline-block;
  margin-left: 20px;
  background: var(--main-color);
}
main.contact table th,
main.contact table td{
  border:none;
  display: block;
  width: 100%;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
}
main.contact table td{
  padding-bottom:25px;
}
main.contact table td input[type="text"],
main.contact table td input[type="tel"],
main.contact table td textarea{
  width: 100%;
  border-radius: 4px;
  padding:10px;
  box-sizing: border-box;
  border:1px solid #ccc;
}

.contact__thx-mess{
  width:100%;
  margin:80px auto 0;
  text-align: center;
}

.contact__thx-link{
  margin:40px auto 0;
  text-align: center;
}

.contact__thx-link a{
  font-weight: normal;
}

.contact__form-mess{
  width:100%;
  margin:44px auto 0;
  line-height: 1.7;
}

.contact__form-messTel,
.contact__form-messTime{
  margin-top:8px;
  display: inline-block;
}

.contact__form-messTel{
  font-family: 'BioRhyme';
  font-weight: bold;
  margin-right: 16px;
  font-size: 2.0rem;
}
.contact__form-messTel::before{
  content:"";
  background-image: url("../img/phone.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px;
  margin-right:16px;
  position: relative;
  top:5px;
}

main.contact form table{
  width:100%;
  margin:34px auto 0;
  font-size: 1.3rem;
}

main.contact .privacy_policyArea{
  text-align: center;
}

.inquiry_typeArea{
  line-height: 2.4;
}

main.contact form table input[type="radio"]{
transform: scale(1.5);
}

#privacy_policy{
    transform: scale(2.5);
    margin: 0 13px 0 0;
    border: 1px solid #ccc;
    opacity: 0.7;
}

.contact_checkSubmit,
.contact_formSubmit{
  display: block;
  width: 240px;
  height: 48px;
  margin:56px auto 0;
}

.contact_formSubmit:hover{
  opacity: 0.6;
  cursor: pointer;
}

.contact__check-txt{
  margin-top: 40px;
  text-align: left;
}

.check__item{
  position: relative;
  padding: 16px 0;
  padding-left: 136px;
  border-bottom:1px solid #ccc !important;
}

.check__itemName{
  position: absolute;
  left: 0;
  display: inline-block;
  color: #6D6D6D;
}
/* ------------------------------
  WORKS
------------------------------ */
.works__head{
  margin:64px auto 0;
}

.works__head-copy{
  font-size: 2.4rem;
  color: var(--main-color);
  font-family: "ShipporiMincho";
  text-align: center;
}

.works__head-txt{
  width: 100%;
  margin: 24px auto 0;
  line-height: 1.7;
  font-size: 1.6rem;
}

.works .works__list{
  width: 100%;
}

.works__list-filter{
  text-align: center;
  background-color: #F5F5F5;
  margin:40px auto 0;
  padding: 22px 0;
}
.works__list-filter li{
  display: inline-block;
}

.works__list-filter li a{
  line-height: 1.0;
  display: inline-block;
  width: 133px;
  background-color: var(--main-color);
  color: #fff;
  line-height: 33px;
  margin:0 12px;
  font-size: 1.6rem;
  text-decoration: none;
}

.works__list-filter li a:hover{
  opacity: 0.6;
}

.works__listLink{
  margin:40px auto 0;
}

.works__listLink-item a {
  display: inline-block;
  width: 288px;
  text-decoration: none;
  color: #333;
  font-weight: normal;
}

.works__listLink-item a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.works__listLink-itemTtl {
  margin-top: 10px;
  position: relative;
  font-size: 1.6rem;
}

.works__listLink-item img{
  width: 100%;
  vertical-align: bottom;
}

.works__listLink-itemTtl::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../img/arrow_right.svg");
  background-size: 16px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 6px;
}


.works__listLink-itemTag{
  color:#6d6d6d;
  font-size:1.2rem;
  border:1px solid #6d6d6d;
  line-height: 1.0;
  padding: 4px;
  margin-top:4px;
}

.workListNoimg{
  margin:65px auto 0;
  width: 100%;
}

.workListNoimg__list-item{
  width: 100%;
  display: block;
  background-color: #F5F5F5;
  line-height: 1.5;
  padding: 12px 17px;
  box-sizing: border-box;
  margin-top:20px;
}

.workListNoimg__list-itemTag{
  font-size: 12px;
  background-color: #fff;
  color: #6D6D6D;
  border:1px solid #6D6D6D;
  display: inline-block;
  margin-top:5px;
  line-height: 25px;
  padding: 0 11px;
}

/* ------------------------------
  WORKS DETAIL
------------------------------ */
.singleWork__img{
  margin:48px auto 0;
  width:100%;
  overflow: hidden;
}
.singleWork__img-slider .swiper-slide{
  width: 100%;
}
.singleWork__img-slider .swiper-slide img{
  width: 100%;
  vertical-align: bottom;
}
.singleWork__img-thumbnail{
  margin:24px auto 0;
}
.singleWork__img-thumbnail .swiper-wrapper{
  gap:24px;
}
.singleWork__img-thumbnail .swiper-slide{
  border-radius: 8px;
  overflow: hidden;
  width: 20% !important;
  height: 10% !important;
  gap:2.5%;
}
.singleWork__img-thumbnail .swiper-slide.swiper-slide-thumb-active{
  opacity: 0.6;
}
.singleWork__img-thumbnail .swiper-slide img{
  width: 100%;
  vertical-align: bottom;
}
.swiper-button-next,
.swiper-button-prev{
  display: none !important;
}
.workDetail{
  background: #F5F5F5;
  padding: 20px;
  box-sizing: border-box;
  margin:48px auto 0;
}
.workDetail__ttl{
  font-size:2.0rem;
  color:var(--main-color);
  font-weight: bold;
}
.workDetail__table{
  margin: 25px autp 0;
  background-color: transparent;
}
.workDetail__table th,
.workDetail__table td{
  font-size: 1.4rem;
  font-weight: normal;
  border:none;
  padding: 16px 0;
  background-color: transparent;
}
.workDetail__table th{
  min-width: 100px;
  padding: 16px 0;
  color: #6D6D6D;
}
.workDetail__table tr{
  border:none;
  border-bottom:1px solid #ccc;
  background-color: transparent;
}
.back__link a{
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  margin: 40px auto 0;
}
.slider-container{
  width:50%;
  margin:0 auto;
}
.slick-slide{
  padding:2px;
}
#thumbs .slick-current img{
  border:2px solid #000;
}
.slick-prev,.slick-next{
  z-index:2;
}
.slick-prev{
  left:0!important;
}
.slick-next{
  right:0!important;
}
/* ------------------------------
SERVICE
------------------------------ */
.service__head{
  margin: 48px auto 0;
  width: 100%;
  position: relative;
}
.service__head-title{
  font-size: 2.0rem;
  font-family: "ShipporiMincho";
  margin: 16px auto 0;
  color: var(--main-color);
}
.service__head-num{
  position: absolute;
  font-family: 'BioRhyme';
  font-size: 9.5rem;
  right: -10px;
  bottom: -45px;
  color: var(--main-color);
}
.service__head-img{

}
.service__head-img img{
  width: 100%;
  vertical-align: top;
}
.service__content{
  width: 100%;
  margin: 20px auto;
}

.service__content h2{
  font-size: 2.0rem;
  font-family: "ShipporiMincho";
  color: var(--main-color);
  line-height: 1.7;
}

.service__related{
  width: 100%;
  margin:80px auto; 
}

.worksSlider__scroll-item:nth-last-of-type(1){
  margin-right: 0;
}

/* ------------------------------
  ADVANTAGE
------------------------------ */



  /* ------------------------------
    ADVANTAGE
  ------------------------------ */
  .advantage__head{
    margin:40px auto 0;
  }

  .advantage__head-copy{
    font-size: 2.0rem;
    color: var(--main-color);
    font-family: "ShipporiMincho";
    text-align: center;
  }

  .advantage__head-txt{
    width: 100%;
    margin: 24px auto 0;
    line-height: 1.7;
    font-size: 1.4rem;
  }

  .adavantage__box{
    border-radius: 8px;
    padding: 32px;
    border: 1px #ccc solid;
    margin: 24px auto;
    display: block;
    padding: 0;
    position: relative;
  }

  .adavantage__box::after{
    content:"";
    display: inline-block;
    border-right: 24px solid transparent;
    border-top: 24px solid #2962A3;
    border-left: 24px solid transparent; 
    position: absolute;
    bottom:-24px;
    left: 50%;
    margin-left: -25px;
  }

  .adavantage__box:nth-last-of-type(1)::after{
    display: none;
  }

  .adavantage__box-ttl{
    width: 510px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--main-color);
    vertical-align: middle;
    background-color: #fff;
    border:none;
    border-radius: 10px;
  }
  .adavantage__box-txt{
    width: 40%;
    vertical-align:middle;
    border:none;
    border-radius: 10px;
  }

  .adavantage__box-txt ul li{
    font-size: 1.8rem;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .service__content .adavantage__box .adavantage__box-ttl::before{
    content:"";
    width: 56px;
    height: 56px;
    display: inline-block;
    background-size: 56px;
    position: relative;
    top: 22px;
    right: 12px;
  }

  .adavantage__box:nth-child(1){
    margin-top:40px;
  }

  .service__content .adavantage__box:nth-child(1) th,
  .service__content .adavantage__box:nth-child(1) td{
    min-height: 150px;
  }
  .service__content .adavantage__box:nth-child(1) th{
    line-height: 150px;
  }

  .service__content .adavantage__box:nth-child(2) th,
  .service__content .adavantage__box:nth-child(2) td{
    min-height: 186px;
  }
  .service__content .adavantage__box:nth-child(2) th,
  .service__content .adavantage__box:nth-child(3) th,
  .service__content .adavantage__box:nth-child(4) th{
    line-height: 186px;
  }

  .service__content .adavantage__box:nth-child(3) th,
  .service__content .adavantage__box:nth-child(3) td{
    min-height: 186px;
  }


  .service__content .adavantage__box:nth-child(4) th,
  .service__content .adavantage__box:nth-child(4) td{
    min-height: 186px;
  }

  .service__content .adavantage__box:nth-child(5) th{
    line-height: 144px;
  }
  .service__content .adavantage__box:nth-child(5) th,
  .service__content .adavantage__box:nth-child(5) td{
    min-height: 144px;
  }


  .service__content .adavantage__box:nth-child(1) .adavantage__box-ttl::before{
    background-image: url("../img/adavantage_icon01.png");
  }


  .service__content .adavantage__box:nth-child(2) .adavantage__box-ttl::before{
    background-image: url("../img/adavantage_icon02.png");
  }

  .service__content .adavantage__box:nth-child(3) .adavantage__box-ttl::before{
    background-image: url("../img/adavantage_icon03.png");
  }

  .service__content .adavantage__box:nth-child(4) .adavantage__box-ttl::before{
    background-image: url("../img/adavantage_icon04.png");
  }

  .service__content .adavantage__box:nth-child(5) .adavantage__box-ttl::before{
    background-image: url("../img/adavantage_icon05.png");
  }

/* ------------------------------
404 NOTFOUND
------------------------------ */
.notfound__content-txt{
  width: 100%;
  margin: 40px auto 0;
  line-height: 1.7;
}
.notfound__content-link{
  margin:80px auto 0;
  text-align: center;
  width: 100%;
}
.notfound__content-linkItem{
  display: inline-block;
  width: 45%;
  vertical-align: top;
}
/* ------------------------------
FOOTER
------------------------------ */

footer {
  background-color: #404040;
  color: #fff;
  margin-top: 120px;
}

.footer__inner {
  padding: 32px;
  box-sizing: border-box;
  position: relative;
}

.footer__inner a {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

.footer__inner a:hover {
  text-decoration: underline;
}

.footer__left-logo a {
  height: 50px;
  width: auto;
  display: block;
}

.footer__left-addr {
  margin-top: 22px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.footer__right {
  margin-top: 24px;
  margin-bottom: 48px;
}

.footer__link a {
  margin-top: 5px;
  font-size: 1.4rem;
}

.footer__left-copyright {
  font-family: 'BioRhyme';
  font-size: 1.2rem;
  margin-top: 16px;
  position: absolute;
  bottom: 20px;
}
/* ------------------------------
TOP SLIDER 20221227
------------------------------ */
.slider {
    width: 100%;
    height: 184px;
    display: block;
    position: relative;
    z-index: 10;
    border-radius: 16px;
    margin: 0 auto;
}
/*
.admin-bar .contents.fv.top_slider .fv__copy{
  top: -74px;
}
.admin-bar .contents.fv.top_slider .fv__txt {
    position: relative;
    top: -34px;
}
*/
.contents.fv.top_slider .fv__copy {
    top: -40px;
    text-shadow: 1px 1px 3px #fff;
}
.contents.fv.top_slider .contents__inner::before {
  display: none;
}
.contents.fv.top_slider{
  overflow-x: revert;
}
.slider img{
  width:100%;
  border-radius: 10px;
}
.slider .slick-slide{
  height:auto!important;
}
.slider .slick-next{
    right:0!important;
}
.slider .slick-prev{
    left:0!important;
}
.slider .slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.slider .slick-arrow:before{
    font-size: 30px!important;
}