@charset "utf-8";

@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium);
}
/* --------------
 reset
-------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
iframe {
  max-width: 100% !important;
  border: 0;
}

/* --------------
 clearfix
-------------- */
div:after,
ul:after,
ol:after,
dl:after,
header:after,
footer:after,
nav:after,
section:after,
article:after {
  content: "";
  display: block;
  clear: both;
}

/* --------------
 base
-------------- */

html {
  scroll-behavior: smooth;
}

body {
  color: #222;
  font: 16px/1.4 YuGothic, YuGothicM, 游ゴシック体, "Yu Gothic", YuGothic,
    "Century Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",
    メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body * {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  word-break: break-word !important;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
}

/* link */
a {
  color: #06f;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
a:hover img {
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* --------------
 modules css
-------------- */
/* ---------- font weight */
.thin {
  font-weight: 100 !important;
}
.demilight {
  font-weight: 300 !important;
}
.normal {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.bold {
  font-weight: 700 !important;
}
.black {
  font-weight: 900 !important;
}

/* ---------- align */
.alc {
  text-align: center !important;
}
.alr {
  text-align: right !important;
}
.all {
  text-align: left !important;
}

.alt {
  vertical-align: top !important;
}
.alb {
  text-align: bottom !important;
}

/* ---------- float */
.noFloat {
  float: none !important;
}

/* ---------- Cancele */
.both {
  clear: both;
}

/* ---------- margin,padding */
.mb0 {
  margin-bottom: 0px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}

.mt0 {
  margin-top: 0px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}

.pt0 {
  padding-top: 0px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}

.pl0 {
  padding-left: 0px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}

.pr0 {
  padding-right: 0px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}

/* ----- text */
.txtS {
  color: #666;
  font-size: 85%;
}

/* ----- list */
.ulDisc {
  margin-left: 22px;
  line-height: 1.4;
  list-style: outside disc;
}

.olDecimal {
  margin-left: 22px;
  list-style: outside decimal;
}

.ulDisc li,
.olDecimal li {
  margin-bottom: 10px;
}

/* ----- decoration (button, etc...) */

/* ----- button */

/* ----- img */
.ofi {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* ----- imgBox */

.imgBox {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.imgBox img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ----- slide */

#slideImgCP {
  text-align: center;
  width: 50%;
  margin: auto;
}

#slideImgCP .slick-track {
  transform: translate3d(0, 0, 0) !important; /*サムネイル固定*/
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}

#slideImgCP .imgBox {
  height: 80px;
  width: 23.5% !important;
  margin: 0 2% 0 0;
}

#slideImgCP img {
  opacity: 0.6;
}

#slideImgCP .slick-current img {
  opacity: 1;
}

/* =search
---------------------------------------------------- */

.flxForm {
  display: flex;
  align-items: center;
}

/* --------------
 common
-------------- */
#home #wrap {
  max-width: 1200px;
  padding: 60px 40px 0;
  margin: 0 auto;
}
div::after,
dl::after {
  content: none;
}

/* =header
-------------------------------------------------------------- **/
#header {
  position: sticky;
  align-items: baseline;
  height: 100%;
  z-index: 100;
}
#header h1 {
  margin-bottom: 6rem;
}
#header ul {
  margin-bottom: 2rem;
}
#header ul li {
  margin-bottom: 0.75rem;
}
#header ul li a {
  color: #333;
}
#header ul li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
#header p {
  text-align: center;
  background-color: #a6a6a6;
  border-radius: 20px;
  padding: 0.5rem 0;
  border: 1px solid #a6a6a6;
}
.header a.contactLink {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #333;
  border-radius: 20px;
  padding: 0.5rem 0;
  border: 1px solid #333;
  transition: all 0.3s;
}
.header a.contactLink:hover {
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
.sp-humberger {
  display: none;
}
/* =siteHeader
---------------------------------------------------- */
#siteHeader {
  position: fixed;
  width: clamp(160px, 15%, 200px);
}

/* =globalNav
---------------------------------------------------- */

.mvImg {
  background-image: url("../img/mv_1.png");
  background-repeat: no-repeat;
  position: relative;
}

.leadBox {
  position: absolute;
  font-size: 1.2em;
  font-family: "Yu Mincho", serif;
}

.leadItem img {
  max-height: 80px;
}

.leadItem + .leadItem {
  margin-top: 24px;
}

/* =container (TOP)
-------------------------------------------------------------- **/
.framework {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 50px 80px 0;
  height: 100%;
}
.framework #header {
  width: 25%;
}
.framework #container {
  width: 100%;
}
div.framework::after {
  content: none;
}
.main {
  /*
    margin-top: 20px;
    */
  margin-right: auto;
  margin-left: auto;
}
section:nth-of-type(n + 2) {
  margin: 5.75rem 0;
}
section:last-of-type {
  margin-bottom: 0;
}
section h2 {
  margin-bottom: 1.875rem;
}
section p {
  line-height: 1.5;
  letter-spacing: 0.1em;
}

/* -----grid */
.flex-column--1 {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.flex-column--2 {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.flex-column--3 {
  display: flex;
  flex-direction: column;
  gap: 3em;
}

/* color */
.color-gray {
  color: #b5b5b5 !important;
}

/*---------------news*/
.slick-list {
  height: fit-content !important;
}
.news a {
  color: #333;
  padding: 0.8em;
}
.news a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.news dl {
  display: flex;
  gap: 1rem;
  /* margin-bottom: 0.5rem; */
  align-items: baseline;
}
.news dl dt span {
  font-weight: bold;
  margin-right: 1rem;
  font-size: 1.5rem;
}
.stickarrow {
  display: inline-block;
  width: 40px;
  height: 8px;
  margin-left: 2rem;
  margin-right: 1rem;
  margin-bottom: 0.05rem;
  border-bottom: 1px solid #618362;
  border-right: 1px solid #618362;
  transform: skew(45deg);
  position: relative;
  z-index: -10;
}
.more {
  color: #333;
  /* color: #9ccf97; */
}

#homeCompany dl {
  display: flex;
  gap: 2rem;
  margin-bottom: 0.5rem;
}
#homeCompany dl::after {
  content: none;
}
#homeCompany dl dt {
  min-width: 4rem;
}

.button--wrap {
  margin-top: 4em;
}

.button--green {
  display: block;
  max-width: 300px;
  font-weight: bold;
  text-align: center;
  background-color: #98ce97;
  border: 2px solid #98ce97;
  color: #fff;
  border-radius: 30px;
  padding: 1em 0;
  transition: all 0.3s;
  margin: 0 auto;
}
.button--green:hover {
  background-color: #fff;
  color: #98ce97;
  text-decoration: none;
}
.button--more {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  color: #333;
}

.button--more::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_more.png) no-repeat center center;
  background-size: contain;
  width: 45px;
  height: 18px;
}
.design__item p {
  color: #b5b5b5;
}

/* modal */
.design__item > p {
  display: none;
}
.modal #js-modal-text {
  display: block;
}

.design__item--img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 215px;
  cursor: pointer;
}
.design__item--img img {
  max-height: 215px;
  object-fit: contain;
  padding: 1em;
}

/* modal */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.modal.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__content {
  position: relative;
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  width: auto;
  max-width: 800px;
  max-height: 80vh;
  margin: 1em;
}

.modal__content img {
  display: block;
  max-width: 100%;
  max-height: calc(80vh - 4rem);
  margin: 0 auto;
  object-fit: contain;
  padding: 1em;
}

.close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

/* =subpage
---------------------------------------------------- */
.subpage .main {
  margin-top: 40px;
}

.bgGreen {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*contact*/
.step__list {
  position: relative;
  margin-top: 4em;
}
.step__list::after {
  content: "";
  position: absolute;
  background: #98ce97;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 1px;
  z-index: -1;
}

#contact #wrap,
#confirmsub #wrap,
#contactsub #wrap {
  max-width: 1200px;
  padding: 20px 40px 60px;
  margin: 0 auto;
}
.contactFormBox h2 {
  margin-bottom: 20px;
}

.typeBox {
  background-color: #adc8c6;
  background-color: #ccc;
  border-radius: 3px;
  font-weight: bold;
  padding: 1em;
}

.typeBox label {
  margin-right: 2em;
  display: inline-block;
}

.contactFormBox dl {
  display: flex;
  align-items: center;
}

.contactFormBox dt {
  font-weight: bold;
}

.contactFormBox h2 span,
.contactFormBox dt span {
  font-size: 0.75rem;
  color: #fff;
  background-color: #97ce98;
  background-color: #333;
  display: inline-block;
  padding: 0.2em 1.2em;
  font-weight: normal;
  border-radius: 5px;
  margin-left: 1em;
  vertical-align: middle;
}

.contactFormBox dd textarea,
.contactFormBox dd input {
  width: 100%;
  padding: 0.4em;
}
.submitBtm {
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
}
#contactsub .submitBtm {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
}
#contactsub .submitBtm button {
  padding: 0.5rem 0;
  width: 45%;
}
div.submitBtm::after {
  content: none;
}
.submitBtm button {
  font-size: 1.5em;
  color: #333;
  background-color: #98ce97;
  border-radius: 30px;
  font-weight: bold;
  padding: 0.5em 4em;
  border: 1px solid #e1e1e1;
  transition: all 0.3s;
}

/* =breadcrumb
---------------------------------------------------- */
.breadcrumb {
  display: flex;
  margin-top: 40px;
}
.breadcrumb li {
  color: #222;
  font-size: 16px;
  display: inline-table;
}
.breadcrumb li a {
  color: #222;
  padding-right: 10px;
}
.breadcrumb li a:after {
  content: "　>";
}
.breadcrumb li a:hover {
  color: #999;
}

/* =headline / titles
---------------------------------------------------- */

/* =sidebar
---------------------------------------------------- */
/* =aside
------------------------------------------ */

/* =footer
-------------------------------------------------------------- **/

#footer {
  max-width: 1360px;
  padding: 0 80px;
  margin: 0 auto;
}

/* =siteFooter
---------------------------------------------------- */

/* =copyright
---------------------------------------------------- */
#copyright {
  text-align: right;
  padding-top: 40px;
  padding-bottom: 40px;
}
#copyright a {
  color: #fff;
}

/* =pageTop
---------------------------------------------------- */
#pageTop {
  display: block;
  position: fixed;
}

#pageTop a {
  text-indent: -9999px;
  background: url(../img/pageTop.png) no-repeat;
  display: block;
}

/* =#social
---------------------------------------------------- */
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
#social {
  margin-top: 10px;
}
#social > div {
  display: inline-block;
  margin-right: 10px;
}

/* --------------
 home contents
-------------- */
/* =visual
---------------------------------------------------- */
.font--toppan {
  /* font-family: 'Toppan Bunkyu Midashi Mincho', serif; */
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}
.mv {
  position: relative;
  text-align: center;
}
.mv__text {
  position: absolute;
  bottom: 0.2em;
  left: 58%;
  transform: translateX(-50%);
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.mv__text p:nth-child(2) {
  font-size: 1rem;
  margin-top: 0.5em;
}

.mv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 0.9;
  text-align: center;
  width: 400px;
}
#mv h1 span {
  font-size: 1.5rem;
}
#mv img {
  border-radius: 40px;
}

/* --------------
 subpages contents
-------------- */

/* =page
---------------------------------------------------- */
/* -----------
news 
------------*/
#newsNews p {
  margin-bottom: 60px;
}
#newsNews img {
  border-radius: 20px;
}
/* -----------
service
------------*/
#service5business ol {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
  text-align: center;
}
#service5business ol::after {
  content: none;
}
#service5business ol li {
  height: 10rem;
  padding: 1rem 0.75rem;
  border: #555 1px solid;
  border-radius: 20px;
  box-shadow: #555 5px 5px 0px;
}
#service5business ol li span {
  margin-bottom: 1rem;
  display: block;
  font-weight: bold;
  font-size: 1.125rem;
}
#service5business ol li p {
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0rem;
}
#service5business .txt {
  margin-top: 2rem;
}
/* -----------
works
------------*/
.working__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
  margin-top: 3em;
  text-align: center;
}

.working__item {
  width: 44%;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.working__item a {
  color: #333;
}

.working__item img {
  transition: transform 0.4s ease;
}

.working__item a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.working__item a:hover .working__item--img img:first-child {
  transform: scale(1.05);
  opacity: 1;
}

.working__item--text {
  padding: 1em;
}

.working__item--img {
  position: relative;
}

.working__item--img img:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66%;
}

.worksGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
div.worksGrid::after {
  content: none;
}
a.worksBox {
  display: inline-block;
  border-radius: 20px;
  color: #333;
  position: relative;
  box-shadow: #ccc 0px 3px 16px;
  transition: 0.3s ease-in-out;
}
a.worksBox:hover {
  opacity: 0.8;
  text-decoration: none;
  transform: translate(0, -10px);
  box-shadow: #ccc 0px 13px 16px;
}
.worksBox .ImgBox {
  position: relative;
  width: 100%;
}
.worksBox .ImgBox img {
  aspect-ratio: 3 / 2;
  border-radius: 19px 19px 0 0;
}
.txtBox {
  padding: 1rem;
}
.txtBox h2 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.tagBox {
  margin-bottom: 3rem;
}
.tagBox span {
  display: inline-block;
  padding: 0.15rem 0.5rem 0.01rem;
  border-radius: 20px;
  border: 1px solid #333;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}
.moreArrow {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.moreArrow .stickarrow {
  width: 60px;
  margin-bottom: 2px;
}
/* -----------
contact
------------*/
.contactFormBox dd input,
.contactFormBox dd textarea {
  border: 1px #333 solid;
  border-radius: 3px;
}
.contactFormBox dd textarea {
  resize: none;
}
.contactFormBox dd input.input-err {
  border: #ff080b 1px solid;
}
.contactFormBox .error {
  color: #ff080b;
}
#contactCan.can .canGrid {
  grid-template-columns: 1fr;
}
#contactCan.can .canGrid a {
  width: 50%;
  margin: 1rem auto 0;
}
.sp400 {
  display: none;
}
/* -----------
privacy
------------*/
#privacy section h2 {
  margin-bottom: 0.5rem;
}
#privacyList p.lead,
#privacyList div {
  margin-bottom: 2.5rem;
}
