@charset "UTF-8";


/* 変数 */
:root {
  /* 色 */
  --yellowgreen: #9FB100;
  --darkgreen:#256043;
  --brown: #716739;
  --whitebeige: #F1EEE6;
  --darkgray: #222222;
  --white: #ffffff;

  /* フォント */
    font-size: 100px;
}

html {
  overflow: scroll;
	overflow-x: hidden;
}

body {
  color: var(--darkgray);
  font-size: 0.16rem;
  font-family: 'Noto Sans JP', sans-serif; 
  line-height: 1.8;
  background-color: var(--whitebeige);
  position: relative;
}

/* ボタンリセット */
button { all: unset; }
button:focus-visible { outline: 1px solid var(--your-color); }

.sp-none {
  display: none;
}

ul, li {
  list-style-type: none;
}

sup {
  color: red;
}

a {
  color: var(--darkgray);
}
a:hover {
  text-decoration: none;
}

.contents {
  overflow:hidden;
  margin: 0 auto;
}
.contents img {
  object-fit: cover;
  width: 100%;
}


/* フォント */
.cap-en {
  color: var(--brown);
  font-size: 0.40rem;
  line-height: 1.4;
  letter-spacing: 0.01rem;
  font-family: 'Libre Caslon Text', serif;
  font-weight: normal;
  margin-bottom: 16px;
}

.contents h2 {
  display: flex;
  align-items: center;
  font-family: 'BIZ UDMincho', serif;
  font-weight: normal;
  font-size: 0.20rem;
  line-height: 1.2;
  margin-bottom: 40px;
}
.contents h2::before {
  content: '';
  width: 48px;
  height: 1px;
  background-color: var(--darkgray);
  margin-right: 16px;
}
.contents .read-txt {
  margin-bottom: 80px;
  text-align: justify; 
}

/* 画面全体の設定 */
#loader_wrap {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 100vw;
height: 100vh;
top: 0;
background: #fff;
}

/* header */
.header-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow:hidden;
  margin-bottom: 80px;
}
.header-inner .fade-img {
  /* width: 100%; */
  background-color: var(--darkgreen);
  padding: 48px 15px 0 0;
  margin-left: 15px;
}
.header-inner .fade-img img {
  vertical-align: bottom;
  object-fit: cover;
  width: 100%;
}
.header-txt .catch-en {
  position: absolute;
  top: 17px;
  right: 10px;
  z-index: 100;
  overflow: hidden;
  width: 125px;
}
.header-txt .catch-en img {
   width: 100%;
}

.header-txt .logo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--white);
  width: 30%;
  padding: 15px 10px;
}
.header-txt .logo img {
  max-width: 100%;
}
.header-txt {
  background-color: var(--whitebeige);
  font-family: 'BIZ UDMincho', serif;
  text-align: center;
  width: 100%;
  padding-left: 15px;
}
.header-txt .catch h1 {
  color: var(--darkgreen);
  font-size: 0.24rem;
  font-weight: normal;
  padding: 40px 0 24px;
}
.header-txt .catch p {
  line-height: 1.8;
}
.header-txt .bard {
  text-align: right;
  margin-top: 40px;
  margin-right: 10px;
}
.header-txt .bard img {
  object-fit: cover;
  max-width: 35%;
}

/* footer */
.footer {
  text-align: center;
  padding: 40px 15px;
}


/* section */
.thoughs {
  position: relative;
  padding: 0 15px 80px;
}
.omoi-box {
  position: relative;
}
.omoi01 {
  text-align: right;
  margin-right: -15px;
  margin-bottom: 40px;
}
.omoi01 img {
  object-fit: cover;
  width: 60%;
}
.omoi02 {
  margin-left: -15px;
}
.omoi02 img {
  position: absolute;
  left: 0;
  bottom: -124px;
  vertical-align: bottom;
  object-fit: cover;
  width: 40%;
}

.works {
  background-color: var(--white);
  padding: 140px 15px 80px;
}
.works article {
  margin-bottom: 80px;
}
.works h3 {
  text-align: center;
  color: var(--brown);
  font-family: 'BIZ UDMincho', serif;
  font-size: 0.20rem;
  font-weight: normal;
  margin: 16px 0 4px;
}

.service {
  position: relative;
  background-color: var(--darkgreen);
}
.service-photo {
  height: 180px;
}
.service-photo img {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  width: 45%;
  margin: auto;
}
.service-txt {
  background-color: var(--white);
  padding: 120px 15px 80px;
}

.about {
  padding: 80px 15px 80px;
}
.about figure {
  text-align: center;
  margin-bottom: 40px;
}
.about img {
  width: 50%;
}
.about li {
  border-bottom: dotted 1px;
  border-color: var(--brown);
  padding: 24px 0;
}
.started li{
  border: none;
  padding-bottom: 0;
}
.started li::before {
  content: "・";
  padding-right: 0.03rem;
  vertical-align: middle;
}
.started  li:last-child {
  border-bottom: dotted 1px;
  border-color: var(--brown);
  padding-bottom: 24px;
}
.like li:first-child {
  border-bottom: none;
  padding-bottom: 0;
}
.insta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px 5px 5px;
  border: 2px solid #222;
  border-radius: 5px;
  background-color: var(--whitebeige);
  color: var(--darkgray);
  font-size: 1em;
  font-weight: 600;
  min-width: 30%;
  margin: 0.4rem auto 0;
  cursor: pointer;
}
.insta:hover {
  background-color:#D6D2C8;
}
.insta::before {
  width: 3em;
  height: 2.5em;
  margin-right: 2px;
  background: url(../images/i_insta.svg) no-repeat center;
  content: '';
}

.contact {
  background-color: var(--white);
  padding: 80px 15px;
}

    /* Gフォーム
  -------------------------------------------------- */
  .g-form {
    max-width: 910px;
    margin-top: 40px;
  }
  #form ::placeholder {
    color: #ccc;
  }
  #button {
    border: none;
    border-radius : 3px;
    font-size: 0.18rem;
    width: 90%;
    padding: .5em 0;
    margin-top: 2em;
    background: var(--darkgreen);
    color: var(--white);
    transition: .2s ease-in-out;
    cursor: pointer;
  }

  #button a {
    color: var(--white);
    text-decoration: none;
  }

  #button:hover {
    background-color: #17462F;
    cursor: pointer;
  }
  #button:active {
    box-shadow: none;
  }
  #button.submit::after {
    content: url(../images/btn-arrow-next.svg);
    vertical-align: text-bottom;
    padding-left: 0.08rem;
    cursor: pointer;
  }
  #name,
  #email,
  #tel,
  #place,
  #msg {
    padding: .5em;
    border: none;
    border-radius: 3px;
    background: #F5F5F5;
    font-size: 1em;
    max-width: 100%;
    width: 100%;
    color: #454545;
  }
  #name, #email {
    height: 2.5em;
  }
  #msg {
    min-height: 250px;
    min-width: 100%;
  }
  .radio > label {
    margin: 14px;
    cursor: pointer;
  }
  .label {
    font-weight: 600;
    padding: 1em 0 5px;
  }
  #robot {
    padding: .5em;
    border: none;
    border-radius: 3px;
    background: #F5F5F5;
    font-size: 1em;
    max-width: 100%;
    width: 100%;
    color: #454545;
  }

  /* 個人情報保護
  -------------------------------------------------- */
  .privacy-policy {
    text-align: center;
    font-size: 0.14rem;
    margin-top: 48px;
  }
  .privacy-policy a {
    color: var(--darkgray);
  }
  /* .privacy-policy a:hover{
    text-decoration: underline;
  } */

  .privacy-policy a::after {
    content: url(../images/i_open_window.svg);
    vertical-align: middle;
    padding-left: 0.05rem;
    padding-right: 0.05rem;
  }

/* Thanks
-------------------------------------------------- */
.page-btn {
  text-align: center;
  margin: 0 auto;
}
.page-btn::before {
  content: url(../images/btn-close.svg);
  vertical-align: middle;
  padding-left: 0.03rem;
}

/* contents */
.page-wrap {
  background-color: var(--white);
  padding: 40px 24px;
  margin: 40px 15px 0;
}
.page-wrap .logo {
  text-align: center;
  margin-bottom: 48px;
}
.page-header img {
  width: 120px;
}
.page-wrap h1 {
  font-family: 'BIZ UDMincho', serif;
  font-size: 0.24rem;
  font-weight: normal;
  text-align: center;
  color: var(--darkgreen);
  margin-bottom: 48px;
}
.page-wrap .msg {
  line-height: 2;
}
.i-bard-thanks-wrap {
  position: relative;
  height: 230px;
}
.i-bard-thanks {
  position: absolute;
  right: 0;
}
.i-bard-thanks img {
  width: 80%;
}
.thanks-page-box {
  text-align: center;
}
.thanks-page-btn::before {
  content: url(../images/btn-arrow-back.svg);
    vertical-align: text-bottom;
    padding-right: 0.08rem;
    cursor: pointer;
}

.page-wrap dl {
  margin-bottom: 80px;
} 
.page-wrap dt {
  font-weight: 600;
  margin-bottom: 8px;
}
.page-wrap dd {
  margin-bottom: 24px;
}
.privacy li::before {
  content: "・";
  padding-right: 0.03rem;
  vertical-align: middle;
}
/* -------------------------------------------------- 
PC
-------------------------------------------------- */
/* @media (768px < width) {
  .sp-none {
    display: block;  
  } */

@media (min-width:835px){  
  .pc-none {
    display: none;  
  }
  .sp-none {
    display: block;  
  }

  .flex-pc {
    display: flex;
  }

  .cap-en {
    font-size: 0.72rem;
    margin-bottom: 0;
  }

  .cap-en-txtc {
    text-align: center;
    margin-bottom: 64px;
  }


  .contents h2 {
    font-size: 0.24rem;
    margin-bottom: 80px;
  }
  .contents h2::before {
    width: 74px;
    height: 1px;
    margin-right: 16px;
  }
  .contents h2.warp {
    writing-mode: vertical-rl;
    font-size: 0.56rem;
    font-weight: lighter;
    letter-spacing: 12px; 
    padding: 0 86px 0 40px;
  }
  .contents h2.warp::before {
    content: '';
    width: 1px;
    height: 107px;
    margin-right:0;
    margin-bottom: 32px;
  }
  .contents-inner {
    max-width: 1280px;
    margin: 0 auto;
  }

  /* PC-header */
  .header {
    display: block;
    max-width: 1980px;
    margin-bottom: 80px;
    margin: 0 auto 160px;
  }

  .header-inner {
    flex-direction: row-reverse;
    height: 940px;
    position: relative;
  }
  .header-inner::before {
    background-color: var(--darkgreen);
    content: '';
    display: block;
    width: calc(50% - 220px);
    height: 100%;
    z-index: -5;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header-txt {
    margin-right: 40px;
  }
  .header-inner .fade-img {
    background-color: transparent;
    padding: 120px 0;
    width: 42%;
  }
  .header-inner .fade-img img {
     max-width: 528px;
  }
  .header-inner .catch-en {
    top: 40px;
    right: 5px;
    width: 280px;
  }
  .header-inner .catch-en img {
    width: 80%;
  }
  .logo-pc {
    padding-top: 160px;
  }
    .logo-pc img {
    width: 208px;
  }
  .header-inner .catch {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .header-txt .catch h1 {
    font-size: 0.36rem;
  }
  .header-inner .catch p {
    font-size: 0.20rem;
    line-height: 2;
  }
  .header-txt .bard img {
    max-width : 200px;
  }

  .footer {
    text-align: left;
  }

  /* Gフォーム */
  #button {
    width: 65%;
    padding: .5em 2em;
  }
  /* PC-section */
  .thoughs {
    padding: 0;
  }
  .thoughs .read-txt {
    line-height: 3;
    width: 90%;
  }
  .omoi01 {
    width: auto;
  }
  .omoi01 img {
    width: 80%;
  }
  .omoi02 {
    margin-left:0;
  }
  .omoi02 img {
    position: absolute;
    left: -150px;
    bottom: -213px;
    vertical-align: bottom;
    object-fit: cover;
    width: 50%;
  }

  .works {
    background-color: var(--white);
    padding: 180px 0 80px;
  }
  .works article {
    width: 90%;
    padding: 0 50px;
  }
  .works article h3,
  .works article p {
    text-align: left;
    padding: 0 40px;
  }
  .works article h3 {
    font-size: 0.24rem;
  }

  .service {
    position: relative;
    background-color: var(--darkgreen);
    height: 400px;
    padding: 125px 80px 0;
  }
  .service-inner {
    display: flex;
    position: absolute;
    top: 260px;
    left: 80px;
    right: 80px;
    z-index: 20;
    background-color: var(--white);
    max-width: 1280px;
    margin: auto;
    padding: 40px 40px 60px 0;
  }
  .service-photo {
    width: 38%;
    height: auto;
    /* margin-right: 80px; */
  }
  .service-photo img {
    position: absolute;
    z-index: 25;
    top: -140px;
    left: 80px;
    right: 0;
    width: 380px;
    margin: 0;
  }
  .service-txt {
    z-index: 30;
    background-color: var(--white);
    padding: 0 0 0 50px;
  }
  #service-tit {
    margin-bottom: 40px;
  }
 
  .about {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 1360px;
    margin: 0 auto;
    padding: 310px 40px 80px;
  }
  .about .list {
    margin-right: 80px;
  }
  .about figure {
    width: 30%;
    text-align: right;
    margin-bottom: 0;
  }
  .about img {
    width: 380px;
  }

  .contact {
    background-color: var(--whitebeige);
    padding-left: 0;
    padding-right: 0;
  }
  .contact .form-warp {
    background-color: var(--white);
    width: 100%;
    margin-left: 120px;
    padding: 80px;
  }
  .contact .cap-en  {
    margin-bottom: 40px;
  }

  /* pc-page
  -------------------------------------------------- */
  .contents-page {
    margin: 0 40px;
  }

  .page-wrap {
    max-width: 1280px;
    margin: 80px auto 0;
    padding: 80px 40px;
  }
  .page-wrap .logo {
    text-align: center;
    margin-bottom: 24px;
  }
  .page-wrap h1 {
    font-size: 0.32rem;
    text-align: left;
  }
  #button {
    width: 30%;
  }

  .page-header img {
    width: 160px;
  }

  .page-footer {
    text-align: left;
    width: 1280px;
    margin: 0 auto;
    padding: 40px 0;
  }

  .pc-flex-al-c {
    display: flex;
    align-items: center;
  }

  /* pc-contents */
  .privacy-box {
    padding: 0 7em;
  } 


  .thanks-logo {
    width: 40%;
  }
  .i-bard-thanks {
    bottom: -100px;
  }
  .i-bard-thanks-wrap {
    height: auto;
  }
  .thanks-txt {
    width: 60%;
  }
  .page-wrap .msg {
    margin-bottom: 100px;
  }
  .thanks-page-box {
    text-align: left;
  }


}
/* -------------------------------------------------- 
TABLET
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 959px) {
  .header-txt .catch-en {
    top: 10px;
    right: 6px;
    width: 230px;
  }
  .header-txt .catch h1 {
    font-size: 0.32rem;
  }
  .header-txt .catch p {
    font-size: 0.20rem;
    line-height: 2;
  }
  .header-txt .bard {
    margin-top: 0;
    padding-right: 30px;
  }
  .header-txt .bard img {
    max-width: 25%;
  }

  #button {
    width: 30%;
  }

  .footer {
    text-align: center;
    padding: 40px 15px;
  }

  .page-btn {
    width: 50%;
  }

  .omoi01 img {
    width: 50%;
  }
  .works article p {
    padding: 0 40px;
  }
  .service-photo {
    height: 260px;
  }
  .about {
    padding: 80px 40px;
  }
  .service-txt {
    padding-top: 220px;
  }
}