@charset "UTF-8";
/*
theme: 株式会社セリュエヴォ
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
  font-size: 18px;
  line-height: 2;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  list-style: none;
  color: #000000;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
}
main {
  flex: 1;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
img {
  vertical-align: top;
  width: 100%;
}
sup {
  vertical-align: super !important;
  font-size: smaller !important;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #000;
}
::-webkit-selection {
  color: #fff;
  background: #0074BF;
}
::-moz-selection {
  color: #fff;
  background: #0074BF;
}
::selection {
  background-color: #cccccc;
  color: #000;
  text-shadow: none;
}
.main-u-page {
  padding-top: 125px;
}
#news, #greeting, #organization, #activity {
  padding-top: 120px;
  margin-top: -120px;
}
.common-1300-width {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1200-width {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1100-width {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-120-padding {
  padding: 120px 0;
}
.common-80-padding {
  padding: 80px 0;
}
.common-60-padding {
  padding: 60px 0;
}
.common-120-margin {
  margin: 0 0 120px;
}
.common-80-margin {
  margin: 0 0 80px;
}
.common-60-margin {
  margin: 0 0 60px;
}
.common-46-margin {
  margin: 0 0 46px;
}
.common-32-margin {
  margin: 0 0 32px;
}
.common-24-margin {
  margin: 0 0 24px;
}
.common-16-margin {
  margin: 0 0 16px;
}
.pc_none {
  display: none !important;
}
.page-title__wrap {
  background-image: url("../img/page-title_pc.jpg");
  padding: 270px 0 40px;
}
.page-title__box {
  margin-bottom: 130px;
}
.page-title__box ._title {
  color: #FFF;
  font-size: 20px;
}
.page-title__box ._english {
  color: #FFF;
  font-size: 80px;
  font-family: "Cinzel", serif;
  line-height: 1.1;
}
.common-title__wrap {
  margin-bottom: 80px;
}
.common-title__wrap ._title {
  font-size: 20px;
  margin-bottom: 10px;
}
.common-title__wrap ._english {
  font-size: 80px;
  font-family: "Cinzel", serif;
  line-height: 1.1;
}
.common-btn__wrap a {
  display: block;
  max-width: 235px;
  background: #72B141;
  color: #fff;
  margin-left: auto;
  text-align: center;
  padding: 20px 0;
  position: relative;
  font-size: 16px;
}
.common-btn__wrap a::after {
  content: "";
  width: 17px;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 941px) {
  .main-u-page {
    padding-top: 80px;
  }
  #news, #greeting, #organization, #activity {
    padding-top: 80px;
    margin-top: -80px;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
    font-size: 15px;
  }
  .common-120-padding {
    padding: 60px 0;
  }
  .common-80-padding {
    padding: 60px 0;
  }
  .common-title__wrap {
    margin-bottom: 46px;
  }
  .common-title__wrap ._title {
    font-size: 18px;
  }
  .common-title__wrap ._english {
    font-size: 55px;
  }
  .page-title__wrap {
    background-image: url(../img/page-title_sp.jpg);
    padding: 100px 0 32px;
    margin-top: 80px;
    background-size: cover;
  }
  .page-title__box {
    margin-bottom: 80px;
  }
  .page-title__box ._title {
    color: #FFF;
    font-size: 17px;
  }
  .page-title__box ._english {
    font-size: 47px;
  }
  .common-btn__wrap a {
    max-width: 240px;
    color: #fff;
    margin: 0 auto;
    padding: 16px 0;
    font-size: 14px;
  }
  .common-120-margin {
    margin: 0 0 80px;
  }
  .common-80-margin {
    margin: 0 0 60px;
  }
  .common-60-margin {
    margin: 0 0 46px;
  }
  .common-46-margin {
    margin: 0 0 32px;
  }
  .common-32-margin {
    margin: 0 0 24px;
  }
  .common-24-margin {
    margin: 0 0 16px;
  }
}
/* メニュー
* --------------------------------------- */
.header .nav-section {
  padding: 15px 0 0 0;
}
.global-nav__pc .dropmenu {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  margin-left: 20px;
  gap: 0 40px;
}
.global-nav__pc .dropmenu li {
  position: relative;
  line-height: 1;
}
.global-nav__pc .dropmenu li.parentmenu {
  cursor: pointer;
  padding: 39px 0;
  font-size: 16px;
  align-items: center;
  display: flex;
}
.global-nav__pc .dropmenu li a {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 17px 0;
}
.global-nav__pc .dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 95px;
  right: 50%;
  margin: 0;
  background-color: #fff;
  width: 340px;
  box-sizing: border-box;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
}
.global-nav__pc .dropmenu li.parentmenu:hover ul {
  padding: 8px 24px 24px 24px;
}
.global-nav__pc .dropmenu li ul li a {
  margin: 0;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  border-bottom: solid 1px #000000;
  display: flex;
  justify-content: space-between;
}
.global-nav__pc {
  position: fixed;
  top: 35px;
  z-index: 100;
  max-width: 1800px;
  left: 50%;
  margin: 0 auto;
  width: calc(100% - 40px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#dropmenu li ul li {
  overflow: hidden;
  height: 0;
  transition: .4s;
}
#dropmenu li:hover ul li {
  overflow: visible;
  height: auto;
}
.dropmenu li .icon {
  display: block;
  margin: 0 auto;
}
.nav-outer-block {
  display: flex;
  padding-left: 10px;
}
.header-logo__wrap a img {
  width: 100px;
  vertical-align: top;
}
.global-nav__sp {
  display: none;
}
.global-contect__wrap {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  width: 100%;
  padding: 0 30px;
  height: 100px;
  box-sizing: border-box;
  border-radius: 5px;
}
.header-logo__wrap {
  margin-right: auto;
}
.global-nav__pc .dropmenu li.parentmenu img {
  margin-left: 10px;
  width: 14px;
}
.global-nav__pc .dropmenu li._contact a {
  color: #fff;
  background: #72B141;
  width: 180px;
  padding: 20px 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1110px) {
  .global-nav__pc .dropmenu li._contact a {
    width: 130px;
    padding: 11px 0;
    font-size: 15px;
    font-weight: 400;
  }
  .global-nav__pc .dropmenu {
    gap: 0 18px;
  }
}
@media screen and (max-width: 941px) {
  .global-nav__pc {
    display: none;
  }
  .global-nav__sp {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    display: block;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
  }
  .gnav-items__wrap {
    max-width: 941px;
    margin-left: auto;
  }
  .global-nav__list {
    padding: 30px 20px 200px;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
  }
  .gnav-items__wrap {
    display: none;
    height: 100vh;
    background: #72B141;
    overflow-y: scroll;
  }
  .gnav-items__wrap .trigger {
    z-index: 0;
    background-color: #fff;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
  }
  .gnav-items__wrap .trigger a {
    position: relative;
    display: block;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
    font-size: 16px;
  }
  .gnav-items__wrap .target {
    z-index: 1;
    display: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
  }
  .gnav-items__wrap .target .target a {
    background-color: #2c363a;
  }
  .gnav-items__wrap .target .target a:hover {
    background-color: #374449;
  }
  .gnav-items__wrap .target .trigger a {
    background-color: #161b1d;
  }
  .gnav-items__wrap .target .trigger a:before, .gnav-items__wrap .target .trigger a:after {
    background-color: #fff;
  }
  .gnav-items__wrap .target .trigger a:before {
    top: .5em;
    right: 16px;
  }
  .gnav-items__wrap .target .trigger a:after {
    top: .85em;
    right: 16px;
  }
  .gnav-items__wrap .target .active a {
    padding-left: 1.5em;
    padding-right: 1.5em;
    color: #fff;
  }
  .gnav-items__wrap .target .active a:hover {
    background-color: #2c363a;
  }
  .gnav-items__wrap .target .active a:before, .gnav-items__wrap .target .active a:after {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .gnav-items__wrap .target .active a:before {
    top: .65em;
    left: 1em;
    width: 3px;
    height: 12px;
  }
  .gnav-items__wrap .target .active a:after {
    display: none;
  }
  .gnav-items__wrap .target a {
    display: block;
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
    font-size: 15px;
    display: flex;
    align-items: flex-end;
  }
  .gnav-items__wrap > ul > li {
    animation: fadeInDown 0.5s cubic-bezier(.17, .67, .57, .99) forwards;
    pointer-events: auto;
    position: relative;
    padding: 0;
    background: #fff;
  }
  .gnav-items__wrap > ul > li a {
    display: block;
    padding: 20px 10px;
    transition: 0.3s;
    line-height: 1;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
  }
  .gnav-items__wrap > ul > li a::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: contain;
    vertical-align: middle;
    background-image: url(../img/icon-arrow.svg);
    background-repeat: no-repeat;
  }
  .gnav-items__wrap > ul > li h3 {
    display: block;
    padding: 20px 14px;
    transition: 0.3s;
  }
  .btn_hamburger {
    padding: 24px 0;
    background: #ffffff;
    cursor: pointer;
    border-bottom: solid 2px #016374;
  }
  .btn_hamburger a {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    margin-left: auto;
    margin-right: 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
  .btn_hamburger .active {
    box-shadow: none;
  }
  .js-sub-btn {
    width: 100%;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .js-sub-btn img {
    width: 17px;
    position: absolute;
    top: 16px;
    right: 30px;
  }
  .gnav-items__wrap .active span img {
    transform: rotate(90deg);
  }
  .target ul li {
    position: relative;
  }
  .target ul li a {
    border-bottom: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    border-bottom: solid 1px #9A9A9A;
    padding-right: 0;
    padding-left: 0;
  }
  .target ul li:nth-last-child(1) a {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 18px;
  }
  .header-logo__wrap {
    top: 0;
    left: 20px;
    position: absolute;
  }
  .header-logo__wrap ._logo img {
    width: 180px;
  }
  .js-sub-btn::before, .js-sub-btn::after {
    content: '';
    width: 15px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .js-sub-btn::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }
  .trigger.active .js-sub-btn::after {
    transform: translateY(-50%) rotate(0);
  }
  .target._last ul li:nth-last-child(1) {
    border-bottom: solid 1px #1A0E04;
  }
  .global-btn__wrap a {
    color: #fff;
  }
  .gnav-items__wrap::-webkit-scrollbar {
    display: none;
  }
  .header-logo__wrap a img {
    width: 85px;
  }
}
@media screen and (max-width: 426px) {}
/* キービジュアル
* --------------------------------------- */
.keyvisual-area__group {
  background-image: url("../img/keyvisual-image_pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}
.keyvisual-text__wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.keyvisual-text__wrap h2 {
  margin-bottom: 50px;
}
.keyvisual-text__wrap h2 span {
  display: block;
  font-size: 65px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.keyvisual-text__wrap h2 span b {
  font-weight: 500;
  font-size: 75px;
  letter-spacing: 0.05em;
}
.keyvisual-text__wrap h2 span b._green {
  color: #72B141;
}
.keyvisual-text__wrap h1 {
  /*-webkit-text-stroke: 1px white;*/
}
.keyvisual-text__wrap h1 span {
  font-size: 27px;
  display: block;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 941px) {
  .keyvisual-area__group {
    background-image: url("../img/keyvisual-image_sp.png");
    margin-top: 80px;
  }
  .keyvisual-text__wrap {
    position: static;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    padding: 50px 20px 50px;
  }
  .keyvisual-text__wrap h2 {
    margin-bottom: 32px;
  }
  .keyvisual-text__wrap h2 span {
    font-size: 45px;
  }
  .keyvisual-text__wrap h2 span b {
    font-size: 55px;
  }
  .keyvisual-text__wrap h1 {
    font-size: 21px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .keyvisual-text__wrap {
    padding: 100px 0 100px;
    box-sizing: border-box;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .keyvisual-text__wrap h2 {
    margin-bottom: auto;
  }
  .keyvisual-text__wrap h2 span {
    font-size: 28px;
  }
  .keyvisual-text__wrap h2 span b {
    font-size: 32px;
  }
  .keyvisual-text__wrap h1 span {
    font-size: 16px;
    background: #fff;
    margin-top: 10px;
    width: fit-content;
    padding: 2px 10px;
	          border-radius: 6px;
  }
}
@media screen and (max-width: 426px) {
  .keyvisual-area__group {
    height: 65vh;
  }
  .keyvisual-text__wrap {
    padding: 46px 0 24px;
    height: 65vh;
  }
  .keyvisual-text__wrap h1 span {
    font-size: 14px;
    margin-top: 6px;
    letter-spacing: 0;
  }
	    .keyvisual-text__wrap h2 span {
        font-size: 30px;
    }
	.keyvisual-text__wrap h2 span b {
        font-size: 35px;
    }
}
/* 導入事例
* --------------------------------------- */
.example-items__block {
  display: flex;
  align-items: center;
  gap: 40px 11vw;
}
.example-items__block._end {
  padding-left: 20px;
  padding-right: 0;
}
.example-items__box._image {
  width: 44%;
}
.example-items__box._image img {
  width: 100%;
  border-radius: 0 1000px 1000px 0
}
._end .example-items__box._image img {
  width: 100%;
  border-radius: 1000px 0 0 1000px
}
.example-items__box._text {
  max-width: 550px;
}
.example-items__block._end {
  justify-content: flex-end;
}
.example-items__block:nth-child(1) {
  margin-bottom: 120px;
  padding-right: 20px;
}
.example-items__block:nth-child(2) {
  padding-left: 20px;
}
.example-items__box._text h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 32px;
}
.example-items__box._text p {
  letter-spacing: 0;
  line-height: 2.5;
  margin-bottom: 46px;
}
@media screen and (max-width: 941px) {
  .example-items__box._text {
    max-width: 400px;
  }
}
@media screen and (max-width: 769px) {
  .example-items__block:nth-child(1) {
    flex-direction: column;
    padding-right: 0;
  }
  .example-items__block:nth-child(2) {
    flex-direction: column-reverse;
    padding-left: 0;
  }
  .example-items__block {
    align-items: flex-start;
    gap: 40px 0;
  }
  .example-items__box._image {
    width: 95%;
  }
  .example-items__box._text {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  ._end .example-items__box._image {
    margin-left: auto;
  }
  .example-items__box._text h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .example-items__box._text p {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 426px) {}
/* 
* --------------------------------------- */
.service-area__group {
  background-image: url("../img/index-bgi.png");
  background-position: top center;
  background-size: 100% 300px;
  background-repeat: no-repeat;
}
.service-items__block {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #E3E3E3
}
.service-items__box {
  width: 50%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 60px;
  position: relative;
}
.service-items__box:nth-child(1) {
  border-right: solid 1px #E3E3E3
}
.service-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.service-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.service-items__box ._title {
  border-bottom: solid 1px #707070;
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 26px;
}
.service-items__box ._text {
  margin-bottom: 24px;
  line-height: 2.2
}
.service-items__box ._btn {
  display: block;
  max-width: 235px;
  background: #72B141;
  color: #fff;
  margin-left: auto;
  text-align: center;
  padding: 20px 0;
  position: relative;
  font-size: 16px;
}
.service-items__box ._btn::after {
  content: "";
  width: 17px;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 941px) {
  .service-items__box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service-title__wrap ._title {
    font-size: 18px;
    margin-left: 10px;
  }
  .service-title__wrap ._english {
    font-size: 60px;
  }
  .service-title__wrap {
    padding: 32px 0;
    margin-bottom: 46px;
  }
  .service-items__box {
    padding: 32px 24px;
  }
  .service-items__box ._title {
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-size: 19px;
  }
  .service-items__box ._text {
    margin-bottom: 24px;
    line-height: 2;
  }
  .service-items__box ._btn {
    max-width: 240px;
    color: #fff;
    margin: 0 auto;
    padding: 16px 0;
    font-size: 14px;
  }
  .service-items__box:nth-child(1) {
    border-right: none;
    border-bottom: solid 1px #E3E3E3;
  }
}
/* フッター
* --------------------------------------- */
.footer-content__area {
  background: linear-gradient(180deg, #fff 0%, #fff 90px, #588832 90px, #588832 100%);
}
.footer-contact__wrap a {
  display: flex;
  justify-content: space-between;
  background-color: #72B141;
  padding: 46px 50px;
  border-radius: 10px;
  align-items: center;
}
.footer-items__title span {
  display: block;
  color: #FFF;
  font-size: 65px;
  font-family: "Cinzel", serif;
  line-height: 1.1;
}
.footer-items__title {
  display: flex;
  gap: 0 10px;
  align-items: baseline;
}
.footer-items__title h2 {
  color: #FFF;
  font-size: 21px;
}
.footer-items__btn {
  color: #fff;
  width: 236px;
  border: solid 1.5px #fff;
  text-align: center;
  border-radius: 100px;
  padding: 13px 0;
}
.footer-contact__wrap a:hover {
  background-color: #3B5C21;
  opacity: 1;
}
.footer-deta__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
  padding-bottom: 80px;
  align-items: flex-end;
}
.footer-deta__box ._logo {
  width: 170px;
  margin-bottom: 32px;
}
.footer-items__text h2 {
  margin-bottom: 10px;
  color: #fff;
}
.footer-items__text p {
  color: #fff;
}
.footer-deta__copy a {
  color: #fff;
}
.footer-links__area {
  background-color: #3B5C21;
  padding: 32px 0;
}
.footer-links__wrap {
  display: flex;
  gap: 0 24px;
  align-items: center;
  justify-content: center;
}
.footer-links__wrap li {
  color: #fff;
}
.footer-links__wrap a {
  color: #fff;
}
.smartphone-fixd__wrap, .smartphone-fixd__box {
  display: none
}
@media screen and (max-width: 941px) {
  .footer-contact__wrap a {
    flex-wrap: wrap;
    gap: 24px 0;
    padding: 46px 24px 24px 24px;
  }
  .footer-items__title {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-items__title span {
    font-size: 40px;
  }
  .footer-items__title h2 {
    font-size: 16px;
  }
  .footer-items__btn {
    width: 250px;
    padding: 13px 0;
    margin: 0 auto;
  }
  .footer-links__area {
    display: none;
  }
  .footer-deta__block {
    margin-top: 60px;
    padding-bottom: 32px;
    gap: 60px 0;
  }
  .footer-deta__box ._logo {
    width: 140px;
    margin-bottom: 24px;
  }
  .smartphone-fixd__box {
    display: block;
  }
  .smartphone-fixd__wrap {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background-color: #72B141;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .smartphone-fixd__wrap a {
          color: #72B141;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        background-color: #fff;
        padding: 16px 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 8px;
  }
	.smartphone-fixd__box ._icon{
		    height: 16px;
    width: 20px;
	}
}
/* パンくず
* --------------------------------------- */
.breadcrumbs_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.breadcrumbs_wrap span, .breadcrumbs_wrap a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
}
.page-breadcrumbs__wrap {
  background-color: #3FAA9D;
  padding: 80px 0;
}
.page-breadcrumbs__wrap .breadcrumbs_wrap {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .breadcrumbs_wrap span, .breadcrumbs_wrap a {
    font-size: 13px;
    font-weight: 500
  }
  .page-breadcrumbs__wrap {
    padding: 30px 0;
  }
  .breadcrumbs_wrap {
    gap: 3px;
  }
}
/* ページング
* --------------------------------------- */
.single-peger-items {
  display: flex;
  margin: 100px auto 0;
  justify-content: space-between;
  border-top: solid 1px #C4C4C4;
  border-bottom: solid 1px #C4C4C4;
  padding: 10px 0;
}
.single-peger-items li {
  width: 33%;
  text-align: center;
  padding: 10px 0;
}
.single-peger-items li.pre {
  text-align: left;
}
.single-peger-items li.next {
  text-align: right;
}
.single-peger-items .single-peger__back:nth-child(2) {
  border-left: solid 1px #C4C4C4;
  border-right: solid 1px #C4C4C4;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 16px;
  align-items: center;
}
.wp-pagenavi .current {
  color: #3FAA9D;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 25px;
  font-size: 14px;
  padding: 0;
  background: #D6D6D6;
  font-weight: bold;
  color: #fff;
  border-radius: 100px;
  height: 25px;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 24px;
}
@media screen and (max-width: 426px) {
  .single-peger-items li {
    font-size: 14px;
  }
  .single-peger-items {
    margin: 60px auto 0;
  }
  .wp-pagenavi a {
    font-size: 13px;
    width: 33px;
    padding: 4px 0;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 60px;
    font-size: 13px;
    padding: 4px 0;
  }
  .single-peger-items {
    margin-top: 30px;
  }
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 21px;
  }
}
/* 会社情報
* --------------------------------------- */
.about-history__wrap {
  margin-bottom: 120px;
}
.about-history__title h2 {
  margin-bottom: 50px;
}
.about-history__title h2._title span {
  display: block;
  font-size: 65px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.about-history__title h2._title span b {
  font-weight: 500;
  font-size: 80px;
  letter-spacing: 0.05em;
}
.about-history__title h2._title b._green {
  color: #72B141;
}
.about-history__title p._text {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 2.2;
}
.about-history__title ._note {
  display: block;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 2.2;
  text-align: right;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .about-history__title h2._title {
    margin-bottom: 24px;
  }
  .about-history__title h2._title span {
    font-size: 28px;
  }
  .about-history__title h2._title span b {
    font-size: 35px;
  }
  .about-history__title p._text {
    font-size: 15px;
    line-height: 2.2;
  }
  .about-history__title ._note {
    font-size: 16px;
    margin-top: 24px;
    line-height: 2;
  }
  .about-history__wrap {
    margin-bottom: 80px;
  }
}
/* テーブル
* --------------------------------------- */
.overview-items__table {
  width: 100%;
}
.overview-items__table tr {
  padding: 32px 32px;
  display: flex;
  align-items: center;
}
.overview-items__table tr:nth-child(odd) {
  background-color: #EDF6E8;
}
.overview-items__table th {
  text-align: left;
  width: 200px;
  font-weight: 400;
}
.overview-items__table td {
  text-align: left;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .overview-items__table tr {
    padding: 16px 20px;
    align-items: baseline;
    flex-direction: column;
  }
  .overview-items__table th {
    width: 100%;
    font-size: 16px;
  }
  .overview-items__table td {
    width: 100%;
    font-weight: 300;
  }
}
/* フォーム
* --------------------------------------- */
.form-items__area {
  max-width: 940px;
  margin: 0 auto;
}
.form-items__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 23px 0;
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
.form-items__title {
  width: 25%;
  padding-right: 30px;
  box-sizing: border-box;
  font-size: 19px;
  letter-spacing: 0.05em;
}
.form-items__editor {
  width: 75%;
}
.required {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 0;
  background-color: #D70C18;
  padding: 4px 10px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
}
.any {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  background-color: #707070;
  text-align: center;
  padding: 4px 10px;
  border-radius: 5px 5px 0px 0px;
}
.btn-success {
  background: #0C1828;
  border-radius: 100px;
  color: #fff;
  max-width: 320px;
  font-size: 16px;
  text-align: center;
  position: relative;
  padding: 24px;
  border: none;
  width: 100%;
  margin: 32px auto 0;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #B1000A;
  color: #fff;
  border: none;
  opacity: .7;
}
.form-items__editor input {
  box-shadow: none;
  border: 1px solid #E3E3E3;
  height: 90px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.form-items__editor textarea {
  box-shadow: none;
  border: 1px solid #E3E3E3;
  height: 200px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.form-items__editor input:active, .form-items__editor input:focus {
  outline: none;
  box-shadow: none;
  border-color: #D70C18;
}
.form-items__editor textarea:active, .form-items__editor textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #D70C18;
}
.acceptance-send__wrap {
  text-align: center;
  text-align: center;
}
.acceptance-send__wrap p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
}
.acceptance-send__wrap input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0;
}
.acceptance-send__wrap .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.5em;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background: #FFF;
  cursor: pointer;
  transition: all 0.3s;
}
.acceptance-send__wrap .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.5em;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: transparent url(画像のパス) no-repeat center center/contain;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #000;
}
.acceptance-send__wrap a {
  text-decoration: underline;
}
.form-send__wrap {
  position: relative;
  text-align: center;
  max-width: 313px;
  margin: 32px auto 0;
}
.form-send__wrap input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 18px;
  padding: 24px 35px;
  border-radius: 0;
  background-color: #72B141;
  border: none;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font-weight: 400;
}
.form-send__wrap span.wpcf7-spinner {
  display: none;
}
#wpcf7-f6-o1 {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .form-items__title {
    width: 100%;
    padding-right: 0;
    font-size: 15px;
  }
  .form-items__wrap {
    gap: 5px 0;
  }
  .form-items__editor {
    width: 100%;
    position: relative;
  }
  .any, .required {
    font-size: 13px;
    padding: 2px 10px;
    position: absolute;
    top: -26px;
    right: 0;
  }
  .form-items__editor input {
    height: 60px;
    font-size: 15px;
    padding: 10px;
  }
  .form-send__wrap input[type="submit"] {
    font-size: 16px;
    padding: 24px 30px;
  }
}
/* 詳細ページ
* --------------------------------------- */
.common-single__post h2 {
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: .8em;
  padding: 6px 16px;
  position: relative;
  background-color: #EEF7FC;
  border-left: solid 4px #72B141;
}
.common-single__post h3 {
  font-size: 21px;
  margin-top: 1em;
  margin-bottom: .8em;
  padding-bottom: 16px;
  border-bottom: solid 3px #EEF7FC;
  position: relative;
}
.common-single__post h3::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #72B141;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.common-single__post p {
  margin-bottom: .5em;
  line-height: 2;
  font-size: 18px;
}
.common-single__post ul {
  margin-top: 1em;
  margin-bottom: .8em;
}
strong {
  font-weight: 600;
}
.common-single__post ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 18px;
}
.common-single__post ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #72B141;
  border-radius: 50%;
  top: 13px;
  left: 0;
}
.common-single__post ol {
  margin-top: 1em;
  margin-bottom: .8em;
  padding-left: 20px;
}
.common-single__post ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
}
.common-single__post a {
  display: inline-block;
  text-decoration: underline;
  font-size: 18px;
  color: #bb0100;
}
.common-single__post a:hover {
  text-decoration: none;
  opacity: 1;
}
.common-single__post img {
  max-width: 100%;
  height: auto;
  margin-bottom: .8em;
}
@media screen and (max-width: 769px) {
  .common-single__post h2 {
    font-size: 17px;
    padding: 8px 10px;
    border-left: solid 2.5px #000;
    line-height: 1.5;
  }
  .common-single__post h3 {
    font-size: 18px;
    padding-bottom: 12px;
    line-height: 1.5;
    border-bottom: solid 2px #F4F6FA;
  }
  .common-single__post h3::after {
    height: 2px;
    bottom: -2px;
  }
  .common-single__post p, .common-single__post ol li, .common-single__post ul li, .common-single__post a {
    font-size: 15px;
  }
  .common-single__post ul li::before {
    top: 9px;
  }
}
/* 事業内容
* --------------------------------------- */
.business-items__box {
  display: flex;
  gap: 0 16px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #d6d6d6;
  align-items: center;
}
.business-items__box span {
  display: block;
  font-family: "Cinzel", serif;
  color: #72B141;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3
}
@media screen and (max-width: 768px) {
  .business-items__box span {
    font-size: 21px;
    margin-top: 4px;
  }
  .business-items__box {
    border-bottom: solid 1px #d6d6d6;
    align-items: baseline;
  }
}
/* 共通記事
* --------------------------------------- */
.common-title__1ver {
  font-family: "Noto Serif JP", serif;
  font-size: 46px;
  line-height: 1.5;
}
.common-title__2ver {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  color: #72B141;
}
.common-text__1ver {
  font-family: "Noto Serif JP", serif;
}
.layout-1ver__block {
  display: flex;
  align-items: center;
  padding-bottom: 46px;
  border-bottom: solid 1px #C6C9D2;
}
.layout-1ver__block ._title {
  display: flex;
  align-items: center;
  gap: 0 16px;
  width: 25%;
}
.layout-1ver__block ._title span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  color: #72B141;
}
.layout-1ver__block ._title h3 {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
}
.layout-1ver__block ._text {
  width: 70%;
  padding-left: 24px;
}
.common-layout__2ver {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
}
.layout-2ver__wrap {
  width: 70%;
}
.layout-2ver__image {
  width: 28%;
}
.layout-2ver__image ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 170%;
}
.layout-2ver__image ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout-2ver__box {
  background-color: #fff;
  border: solid 1px #E3E3E3;
  margin-bottom: 16px;
  box-sizing: border-box;
  padding: 32px;
}
.layout-2ver__box:nth-last-child(1) {
  margin-bottom: 0
}
.layout-2ver__box h3 {
  font-size: 24px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #707070;
}
.common-layout__3ver {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 4%;
  justify-content: center;
}
.layout-3ver__box {
  width: 22%;
}
.layout-3ver__box ._icon {
  width: 112px;
  margin: 0 auto 16px;
}
.layout-3ver__box h3 {
  text-align: center;
  font-size: 24px;
}
.layout-3ver__box p {
  text-align: center;
  font-weight: 300;
}
.common-layout__4ver {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
  justify-content: space-between;
}
.layout-4ver__block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
  justify-content: space-between;
  width: 45%;
  align-items: center;
}
.layout-4ver__block ._icon {
  width: 15%;
}
.layout-4ver__block ._text {
  width: 85%;
  padding-left: 32px;
  box-sizing: border-box;
}
.layout-4ver__block ._text h3 {
  font-size: 21px;
}
.layout-4ver__block ._text p {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .common-title__1ver {
    font-size: 28px;
  }
  .common-title__2ver {
    font-size: 18px;
  }
  .layout-1ver__block {
    padding-bottom: 32px;
    flex-wrap: wrap;
  }
  .layout-1ver__block ._title {
    width: 100%;
  }
  .layout-1ver__block ._title span {
    font-size: 21px;
  }
  .layout-1ver__block ._title h3 {
    font-size: 21px;
  }
  .layout-1ver__block ._text {
    width: 100%;
    padding-left: 0;
  }
  .layout-2ver__wrap {
    width: 100%;
  }
  .layout-2ver__image {
    width: 100%;
  }
  .layout-2ver__image ._thumbnail {
    padding-top: 80%;
  }
  .layout-2ver__box {
    padding: 24px;
  }
  .layout-2ver__box h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .common-layout__3ver {
    gap: 24px 0;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .layout-3ver__box {
    width: 100%;
  }
  .layout-3ver__box ._icon {
    width: 70px;
    margin: 0 auto 10px;
  }
  .layout-3ver__box h3 {
    font-size: 18px;
  }
  .layout-4ver__block {
    width: 100%;
  }
  .layout-4ver__block ._text h3 {
    font-size: 18px;
  }
}