@charset "UTF-8";
/*=============================================
【リセットCSS__A Modern CSS Reset】
==============================================*/
*****,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font-size: 1em;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*=============================================
【リセットCSS__ここから追記部分】
==============================================*/
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: unset;
}

button {
  all: unset;
}

input {
  margin: 0;
}

/*=====================================
【共通_base】
======================================*/
body {
  font-family: "Noto Serif JP", sans-serif;
  color: #FAD7B1;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.2;
  background-color: rgba(136, 109, 82, 0.5);
}

.fade-in {
  -webkit-animation: fadeIn 4s;
          animation: fadeIn 4s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.r-pc {
  display: none;
}

.r-tab {
  display: none;
}

.bg {
  background-image: url(../img/sp__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 114px; /* 背景画像を中央に配置し、下に114px下げる */
}

/*=====================================
【コンポーネント】
======================================*/
.c-wrapper-01 {
  max-width: 500px;
  margin: 0 auto;
}
.c-wrapper-01__inner {
  padding: 0 20px;
}

/*=====================================
【ヘッダー】
======================================*/
.header {
  font-family: "Cinzel", serif;
  background-color: #244A35;
  width: 100%;
  height: 114px;
  position: fixed;
}
.header__inner {
  padding: 16px 32px;
}
.header__list {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.header__list-item {
  font-weight: bold;
  font-size: 18px;
}
.header__list-item:hover {
  color: #3C5836;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__list-item.header__icon {
  width: 52px;
}
.header__list:first-of-type {
  margin-bottom: 24px;
}
.header__list-sns-item:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}
.header__twitter {
  margin-top: 2px;
}

/*=====================================
【フッター】
======================================*/
.footer {
  margin-top: 61px;
  padding-bottom: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__copy {
  margin-top: 8px;
}

/*=====================================
【メインビジュアル】
======================================*/
.mv {
  padding-top: 223px;
}
.mv__inner {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 70px;
}
.mv__link-btn {
  display: block;
  width: 100%;
  margin-top: 144px;
  text-align: right;
  line-height: 1;
}
.mv__link-btn-img {
  width: 196px;
  display: inline-block;
}
.mv__link-btn-img:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*=====================================
【イントロ__導入部分】
======================================*/
.intro {
  margin-top: 86px;
}

/*=====================================
【コンテンツ】
======================================*/
.contents-sp {
  margin-top: 281px;
}

.contents-sp-block {
  margin-top: 218px;
}
.contents-sp-block:first-of-type {
  margin-top: 0px;
}
.contents-sp-block.contact {
  margin-top: 115px;
}
.contents-sp-block__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents-sp-block__ttl-img {
  width: 291px;
}
.contents-sp-block__ttl.jfc-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contents-sp-block__txt {
  padding: 0 40px;
}
.contents-sp-block__txt-ttl {
  font-size: 18px;
}
.contents-sp-block__txt-item {
  margin-top: 16px;
}
.contents-sp-block__txt-item:first-of-type {
  margin-top: 0;
}
.contents-sp-block__txt-item.profile {
  line-height: 1.75;
  font-size: 16px;
  margin-top: 32px;
}
.contents-sp-block__txt-item.works {
  line-height: 1.46;
}
.contents-sp-block__txt.works {
  padding: 0 26px;
}
.contents-sp-block__txt.contact {
  width: 254px;
  padding: 0;
  margin: 0 auto;
}
.contents-sp-block__btn {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contents-sp-block__btn-link {
  display: block;
  padding: 4px 35px;
  color: #3C5836;
  background-color: #FAD7B1;
  border-radius: 50px;
  font-weight: 600;
}

/*=====================================
【SNS】
======================================*/
.sns {
  margin: 71px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns__item {
  width: 32px;
}
.sns__item:first-of-type {
  margin-right: 24px;
}
.sns__twitter {
  margin-top: 2px;
}

/*=====================================
【タブレット用】
======================================*/
@media screen and (min-width: 767px) {
  .r-sp {
    display: none;
  }
  .r-tab {
    display: block;
  }
  /*=====================================
  【コンポーネント】
  ======================================*/
  .c-wrapper-01 {
    max-width: 100%;
  }
  .c-wrapper-01__inner {
    padding: 0 100px;
  }
  /*=====================================
  【ヘッダー】
  ======================================*/
  .header {
    height: 85px;
  }
  .header__icon-pc {
    width: 83px;
  }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 748px;
    margin: 0 auto;
  }
  .header__inner {
    padding: 15px 0px 10px 0px;
  }
  .header__list {
    line-height: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header__list-item.list-01 {
    margin-right: 40px;
  }
  .header__list-item.list-02 {
    margin-right: 40px;
  }
  .header__list-item.list-03 {
    margin-right: 40px;
  }
  .header__list-item.list-04 {
    margin-right: 40px;
  }
  .header__list-item.list-05 {
    margin-right: 40px;
  }
  .header__list-item.list-06 {
    margin-right: 40px;
  }
  .header__list:first-of-type {
    margin-bottom: 0px;
  }
  .header__list-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__list-sns-item {
    width: 32px;
  }
  .header__list-sns-item:first-of-type {
    margin-right: 18px;
  }
  /*=====================================
  【背景画像】
  ======================================*/
  .bg {
    background-image: url(../img/pc__bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 85px; /* 背景画像を中央に配置し、下に114px下げる */
  }
  /*=====================================
  【メインビジュアル】
  ======================================*/
  .mv {
    padding-top: 31%;
  }
  .mv__link-btn {
    margin-top: 44px;
  }
  .mv__link-btn-img {
    width: 307px;
  }
  /*=====================================
  【イントロ__導入部分】
  ======================================*/
  .intro {
    margin-top: 37%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*=====================================
  【コンテンツ】
  ======================================*/
  .contents-pc {
    margin-top: 54%;
  }
  .contents-pc-block {
    margin-top: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contents-pc-block:first-of-type {
    margin-top: 0;
  }
  .contents-pc-block__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contents-pc-block__media-img {
    width: 30%;
    margin-right: 18px;
  }
  .contents-pc-block__media-desc-txt {
    font-size: 13px;
  }
  .contents-pc-block__media.style-B {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .contents-pc-block__media-img.style-B {
    margin-right: 0;
    margin-left: 18px;
  }
  .contents-pc-block__contact-txt {
    font-size: 18px;
    width: 573px;
    line-height: 1.72;
    margin-top: 24px;
  }
  .contents-pc-block__contact-btn {
    display: block;
    margin-top: 40px;
    font-size: 18px;
    padding: 8px 24px;
    color: #3C5836;
    background-color: #FAD7B1;
    border-radius: 50px;
    font-weight: 600;
  }
  .contents-pc-block__contact-btn:hover {
    background-color: #98A875;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  /*=====================================
  【フッター】
  ======================================*/
  .footer {
    margin-top: 110px;
  }
  .footer__copy {
    margin-top: 24px;
  }
}
/*=====================================
【PC用】
======================================*/
@media screen and (min-width: 1000px) {
  .r-pc {
    display: block;
  }
  /*=====================================
  【ヘッダー】
  ======================================*/
  .header__nav {
    width: 984px;
  }
  .header__list-item.list-01 {
    margin-right: 80px;
  }
  .header__list-item.list-02 {
    margin-right: 80px;
  }
  .header__list-item.list-03 {
    margin-right: 80px;
  }
  .header__list-item.list-04 {
    margin-right: 80px;
  }
  .header__list-item.list-05 {
    margin-right: 80px;
  }
  .header__list-item.list-06 {
    margin-right: 80px;
  }
  /*=====================================
  【メインビジュアル】
  ======================================*/
  .mv {
    padding-top: 17%;
  }
  .mv__inner {
    padding: 0 0px;
  }
  .mv__ttl-img {
    width: 100%;
  }
  .mv__link-btn {
    margin-top: 16px;
  }
  /*=====================================
  【イントロ__導入部分】
  ======================================*/
  .intro {
    margin-top: 23%;
  }
  /*=====================================
  【コンテンツ】
  ======================================*/
  .contents-pc {
    margin-top: 33%;
  }
  .contents-pc-block:first-of-type {
    margin-top: 0;
  }
  .contents-pc-block__media-img {
    width: 257px;
    height: 292px;
    margin-right: 48px;
  }
  .contents-pc-block__media-desc-txt {
    font-size: 18px;
  }
  .contents-pc-block__media-desc-txt.style-B {
    margin-top: 20px;
  }
  .contents-pc-block__media-desc-txt.style-B:first-of-type {
    margin-top: -24px;
  }
  .contents-pc-block__media.style-B {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .contents-pc-block__media-img.style-B {
    margin-right: 0;
    margin-left: 18px;
  }
  .contents-pc-block__contact-txt {
    font-size: 18px;
    width: 573px;
    line-height: 1.72;
    margin-top: 24px;
  }
  .contents-pc-block__contact-btn {
    display: block;
    margin-top: 40px;
    font-size: 18px;
    padding: 8px 24px;
    color: #3C5836;
    background-color: #FAD7B1;
    border-radius: 50px;
  }
  .contents-pc-block__contact-btn:hover {
    background-color: #98A875;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  /*=====================================
  【フッター】
  ======================================*/
  .footer {
    margin-top: 110px;
  }
  .footer__copy {
    margin-top: 24px;
  }
}
.mgT-30 {
  margin-top: -30px;
}

.mgT0 {
  margin-top: 0px;
}

.mgT10 {
  margin-top: 10px;
}

.mgT20 {
  margin-top: 20px;
}

.mgT30 {
  margin-top: 30px;
}

.mgT40 {
  margin-top: 40px;
}

.mgT50 {
  margin-top: 50px;
}

.mgT100 {
  margin-top: 100px;
}

.mgT115 {
  margin-top: 115px;
}

.mgR5 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR30 {
  margin-right: 30px;
}

.mgB0 {
  margin-bottom: 0px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgL10 {
  margin-left: -10px;
}

.mgL3 {
  margin-left: 3px;
}

.mgL5 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL30 {
  margin-left: 30px;
}

.mgRL5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mgRL10 {
  margin-right: 10px;
  margin-left: 10px;
}

.pdT10 {
  padding-top: 10px;
}

.pdT20 {
  padding-top: 20px;
}

.pdT30 {
  padding-top: 30px;
}

.pdR10 {
  padding-right: 10px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB10 {
  padding-bottom: 10px;
}

.pdB20 {
  padding-bottom: 20px;
}

.pdB30 {
  padding-bottom: 30px;
}

.pdL10 {
  padding-left: 10px;
}

.pdL20 {
  padding-left: 20px;
}

.pdL30 {
  padding-left: 30px;
}

.fwb {
  font-weight: bold;
}

.txt-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.txt-link {
  font-weight: 900;
  border-bottom: 1px solid #FAD7B1;
}
.txt-link:hover {
  color: #98A875;
  border-bottom: 1px solid #98A875;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fsz-20 {
  font-size: 20px;
}
/*# sourceMappingURL=style.css.map */