@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  color: #333;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  box-sizing: border-box;
}
body * {
  box-sizing: border-box;
}

.mainvisual__maintext,
.subPageSubText,
.heading__text {
  font-family: "YakuHanMP", "Noto Serif JP", Georgia, "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", "Meiryo", serif;
}

.subPageMainText {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

th {
  font-weight: normal;
}

li {
  list-style: none;
}

/*-----------------------
*　基本幅
*-----------------------*/
.blContainer {
  width: 92%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
/*-----------------------
*　ヘルパークラス（改行）
*-----------------------*/
@media screen and (max-width: 1024px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .only_sp {
    display: block;
    width: 100%;
  }
}

/*-----------------------
*　セクションタイトル
*-----------------------*/
.heading {
  display: block;
}
.heading__textEng {
  letter-spacing: 0.1em;
  line-height: 1.1;
  font-size: 1.25rem;
  font-weight: bold;
  color: #588F47;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .heading__textEng {
    font-size: 1rem;
  }
}
.heading__text {
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .heading__text {
    font-size: 1.25rem;
  }
}

/*-----------------------
*　ボタン
*-----------------------*/
.button {
  display: inline-block;
  padding: 0.75em 3.5em;
  border-radius: 5px;
  background: linear-gradient(70deg, #8AD4E6, #4baee7);
  color: #333;
  font-weight: bold;
  font-size: 0.875rem;
  transition: all ease 0.3s;
  white-space: nowrap;
  margin-top: 20px;
}
.button:hover {
  opacity: 0.7;
}
.button__submit {
  width: 200px;
  padding: 15px 0;
  background: #333;
  color: #fff;
  transition: all ease 0.3s;
}
.button__submit:hover {
  transition: all ease 0.3s;
  opacity: 0.7;
  cursor: pointer;
}

/*-----------------------
*　カード
*-----------------------*/
.cards {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .cards {
    display: block;
  }
}

.cards_col3 {
  padding-left: 0;
}
.cards_col3 .cards__item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .cards_col3 .cards__item {
    width: 100%;
    margin-right: 0;
  }
}
.cards_col3 .cards__item:nth-child(3n) {
  margin-right: 0;
}

.card {
  list-style: none;
}
.card__link {
  display: block;
}
.card__link:hover .card__title {
  text-decoration: underline;
}
.card__imgwrapper {
  margin-bottom: 10px;
}
.card__img {
  width: 100%;
}
.card__title {
  font-weight: bold;
  margin-bottom: 0.3em;
}
.card__description {
  color: #555;
  font-size: 0.9375rem;
  line-height: 1.5;
}

/*-----------------------
*　コンテンツ内のキーテキスト
*-----------------------*/
.keyText {
  font-size: 2.75rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #a8eaff 50%);
}
@media screen and (max-width: 767px) {
  .keyText {
    font-size: 2rem;
  }
}

.text_bold {
  font-weight: bold;
  font-size: 1.125rem;
}

/*-----------------------
*　ヘッダー
*-----------------------*/
.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    height: 90px;
    padding-left: 4%;
    padding-right: 4%;
  }
}
.header__wrapper {
  display: flex;
}
.header__title {
  margin-right: auto;
}
.header__spMenu {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__spMenu {
    display: block;
  }
}

.siteTitle {
  width: 200px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 767px) {
  .siteTitle {
    width: 150px;
  }
}
.siteTitle:hover {
  opacity: 0.7;
  transition: all ease 0.3s;
}

/*-----------------------
*　ナビゲーション
*-----------------------*/
.mainMenu__list {
  display: flex;
  align-items: center;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .mainMenu__list {
    display: none;
  }
}
.mainMenu__item {
  margin-right: 50px;
  display: block;
  white-space: nowrap;
  font-weight: bold;
}
.mainMenu__item:last-of-type {
  margin-right: 0;
}
.mainMenu__icon {
  text-align: center;
  line-height: 0.8;
  color: #588F47;
}
.mainMenu__underline {
  width: 100%;
  height: 3px;
  background: #588F47;
}
.mainMenu__homeLink {
  color: #588F47;
  transition: all ease 0.3s;
}
.mainMenu__homeLink:hover {
  opacity: 0.7;
  transition: all ease 0.3s;
}
.mainMenu__link {
  transition: all ease 0.3s;
}
.mainMenu__link:hover {
  opacity: 0.7;
  color: #588F47;
  transition: all ease 0.3s;
}
.mainMenu__buttonLink {
  display: inline-block;
  padding: 0.75em 3.5em;
  border-radius: 5px;
  background: #588F47;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  outline: 2px solid #588F47;
  transition: all ease 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .mainMenu__buttonLink {
    padding: 0.55em 2em;
  }
}
.mainMenu__buttonLink:hover {
  color: #fff;
  background: #588F47;
  -webkit-animation: light 0.7s infinite;
          animation: light 0.7s infinite;
}
@-webkit-keyframes light {
  100% {
    outline-color: transparent;
    outline-offset: 12px;
  }
}
@keyframes light {
  100% {
    outline-color: transparent;
    outline-offset: 12px;
  }
}

/*-----------------------
*　SPメニュー
*-----------------------*/
.spMenu__toggle {
  position: absolute;
  top: -500px;
}
.spMenu__toggle:checked ~ .spMenu__wrapper {
  display: block;
}
.spMenu__toggle:focus-visible ~ .spMenu__hambuger {
  box-shadow: 1px 1px 2px gray;
}
.spMenu__toggle:checked ~ .spMenu__hambuger .spMenu__hambugerLine {
  background: transparent;
}
.spMenu__toggle:checked ~ .spMenu__hambuger .spMenu__hambugerLine::before {
  top: 50%;
  transform: rotate(-45deg);
}
.spMenu__toggle:checked ~ .spMenu__hambuger .spMenu__hambugerLine::after {
  top: 50%;
  transform: rotate(45deg);
}
.spMenu__hambuger {
  width: 42px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.spMenu__hambuger:hover {
  opacity: 0.7;
}
.spMenu__hambugerLine {
  display: block;
  width: 38px;
  height: 2px;
  background: #588F47;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.spMenu__hambugerLine::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 2px;
  background: #588F47;
}
.spMenu__hambugerLine::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #588F47;
}
.spMenu__wrapper {
  display: none;
  position: absolute;
  top: 90px;
  right: 0;
  z-index: 998;
  width: 60%;
  padding: 25px 4%;
  background: #EBEDBD;
}
.spMenu__heading {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.spMenu__heading::before {
  content: "";
  display: block;
  height: 2.5px;
  width: 1em;
  background: #588F47;
  position: absolute;
  top: 50%;
  left: -1em;
  transform: rotate(90deg);
}
.spMenu__heading::after {
  content: "";
  display: block;
  height: 2.5px;
  width: 1em;
  background: #588F47;
  position: absolute;
  top: 50%;
  right: -1em;
  transform: rotate(90deg);
}
.spMenu__item {
  border-bottom: 1px dotted #588F47;
  transition: all ease 0.3s;
}
.spMenu__item:last-of-type {
  border: none;
}
.spMenu__item:hover {
  opacity: 0.7;
  transition: all ease 0.3s;
}
.spMenu__link {
  display: flex;
  padding: 0.8em 3px;
}
.spMenu__icon {
  color: #588F47;
  margin-right: 8px;
}
.spMenu__buttonLink {
  display: inline-block;
  padding: 0.75em 3.5em;
  border-radius: 5px;
  background: #588F47;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  outline: 2px solid #588F47;
  transition: all ease 0.3s;
  white-space: nowrap;
}
.spMenu__buttonLink:hover {
  color: #fff;
  background: #588F47;
  -webkit-animation: light 0.7s infinite;
          animation: light 0.7s infinite;
}
@keyframes light {
  100% {
    outline-color: transparent;
    outline-offset: 12px;
  }
}

/*-----------------------
*　メインビジュアル
*-----------------------*/
.mainvisual {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    margin-top: 80px;
  }
}
.mainvisual__img {
  background: url(../img/mainvisual.jpeg) center no-repeat;
  background-size: cover;
  height: 500px;
}
.mainvisual__textArea {
  width: 92%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
}
.mainvisual__maintext {
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1.1;
  color: #fff;
  filter: drop-shadow(3px 3px 3px #fff);
}
@media screen and (max-width: 1024px) {
  .mainvisual__maintext {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual__maintext {
    font-size: 1.25rem;
  }
}
.mainvisual__subtext {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #fff;
  margin-top: 20px;
  filter: drop-shadow(5px 5px 5px #fff);
}
@media screen and (max-width: 767px) {
  .mainvisual__subtext {
    font-size: 1rem;
  }
}
.mainvisual__headerbar {
  background: #588F47;
  height: 35px;
}
.mainvisual__footerbar {
  background: #588F47;
  height: 35px;
}

.subPageMainText {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .subPageMainText {
    font-size: 4rem;
  }
}

.subPageSubText {
  font-size: 2rem;
}

/*-----------------------
*　真鶴ブランドについて
*-----------------------*/
.aboutBlock {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .aboutBlock {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutBlock {
    display: block;
  }
}
.aboutBlock__imgArea {
  width: 50%;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  .aboutBlock__imgArea {
    width: 100%;
  }
}
.aboutBlock__img {
  border-radius: 40px;
}
.aboutBlock__textArea {
  width: 50%;
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  .aboutBlock__textArea {
    width: 100%;
    margin-left: 0;
  }
}

.aboutContent__heading {
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .aboutContent__heading {
    font-size: 1.75rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .aboutContent__heading {
    font-size: 1.25rem;
    margin-top: 40px;
  }
}
.aboutContent__description {
  line-height: 2.19;
}
@media screen and (max-width: 1024px) {
  .aboutContent__button {
    text-align: center;
  }
}

/*-----------------------
*　代表メッセージ
*-----------------------*/
.messageBlock {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #FBF3E9;
}
@media screen and (max-width: 767px) {
  .messageBlock {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.messageBlock__wrapper {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .messageBlock__wrapper {
    display: block;
  }
}
.messageBlock__imgArea {
  width: 35%;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  .messageBlock__imgArea {
    margin: 0 auto;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .messageBlock__imgArea {
    width: 70%;
  }
}
.messageBlock__img {
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .messageBlock__img {
    width: 100%;
  }
}
.messageBlock__textArea {
  width: 65%;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .messageBlock__textArea {
    width: 100%;
    margin-right: 0;
  }
}

.messageContent__heading {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .messageContent__heading {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .messageContent__heading {
    font-size: 1.75rem;
  }
}
.messageContent__catch {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #588F47;
}
.messageContent__button {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .messageContent__button {
    text-align: center;
  }
}

/*-----------------------
*　事業内容
*-----------------------*/
.serviceBlock__bg {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../img/service_bg2.png) top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .serviceBlock__bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .serviceBlock__bg {
    background: url(../img/service_bg_top.png) top no-repeat, url(../img/service_bg_bottom.png) top no-repeat;
    background-size: contain;
    background-position: right top, left bottom;
  }
}
.serviceBlock__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .serviceBlock__container {
    display: block;
  }
}
.serviceBlock__left {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .serviceBlock__left {
    width: 100%;
  }
}
.serviceBlock__right {
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .serviceBlock__right {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .serviceContent {
    margin-bottom: 60px;
  }
}
.serviceContent__imgArea {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .serviceContent__imgArea {
    margin-bottom: 30px;
  }
}
.serviceContent__img {
  border-radius: 40px;
  width: 100%;
}
.serviceContent__heading {
  font-weight: bold;
  font-size: 1.5rem;
  color: #588F47;
  margin: 20px 0;
  text-align: center;
}
.serviceContent__description {
  padding: 0 20px;
}
.serviceContent__button {
  text-align: center;
  margin-top: 40px;
}

/*-----------------------
*　フッター
*-----------------------*/
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #9cc298;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-around;
}
.footer__right {
  align-self: flex-end;
  margin-left: 50px;
}
.footer__title {
  margin: 0 auto;
}
.footer__nav {
  text-align: center;
}
.footer__privacy {
  text-align: center;
  margin: 50px 0;
}
.footer__copyright {
  font-size: 0.6875rem;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

.info {
  color: #fff;
  text-align: center;
}
.info__address {
  margin: 10px 0;
}

.privacy__link {
  font-size: 0.75rem;
  font-weight: bold;
  display: block;
  color: #fff;
  transition: all ease 0.3s;
  white-space: nowrap;
}
.privacy__link:hover {
  opacity: 0.7;
  text-decoration: underline;
  transition: all ease 0.3s;
}

/*-----------------------
*　フッターナビ
*-----------------------*/
.footerNav__list {
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footerNav__list {
    display: block;
  }
}
.footerNav__item {
  margin-right: 40px;
  margin-bottom: 30px;
  white-space: nowrap;
}
.footerNav__item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .footerNav__item {
    margin-right: 0;
  }
}
.footerNav__link {
  font-weight: bold;
  color: #fff;
  transition: all ease 0.3s;
}
.footerNav__link:hover {
  opacity: 0.7;
  text-decoration: underline;
  transition: all ease 0.3s;
}

/*-----------------------
*　サブページ
*-----------------------*/
/*-----------------------
*　自社の強み・こだわり
*-----------------------*/
.strengthBlock {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .strengthBlock {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.strengthContent__heading {
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .strengthContent__heading {
    font-size: 1.75rem;
    margin-top: 40px;
  }
}
.strengthContent__description {
  line-height: 2.19;
}
.strengthContent__img {
  background: url(../img/strength.jpg) bottom no-repeat;
  background-size: cover;
  border-radius: 40px;
  height: 350px;
  margin-top: 30px;
}

/*-----------------------
*　会社概要
*-----------------------*/
.companyBlock {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .companyBlock {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.companyBlock__heading {
  text-align: center;
}

.horiazonalTable {
  padding: 0 5%;
  width: 100%;
}
.horiazonalTable__header {
  border-top: 1px solid #ccc;
  white-space: nowrap;
  text-align: left;
  padding: 25px 50px;
  width: 30%;
}
.horiazonalTable__header:last-of-type {
  border-bottom: 1px solid #ccc;
}
.horiazonalTable__date {
  border-top: 1px solid #ccc;
  width: 70%;
  padding: 25px 3px;
}
.horiazonalTable__date:last-of-type {
  border-bottom: 1px solid #ccc;
}

/*-----------------------
*　事業内容
*-----------------------*/
.servicePageBlock__bg {
  background: url(../img/service_bg_wave2.png) top;
  background-size: contain;
  background-position: left top;
}
@media screen and (max-width: 1024px) {
  .servicePageBlock__bg {
    background: url(../img/service_bg_wave2.png) top;
    background-size: contain;
  }
}
.servicePageBlock__wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .servicePageBlock__wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.servicePageBlock__content {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .servicePageBlock__content {
    display: block;
  }
}

.servicePageContent__textArea {
  width: 50%;
  margin-right: 40px;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  .servicePageContent__textArea {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.servicePageContent__imgArea {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .servicePageContent__imgArea {
    width: 100%;
  }
}
.servicePageContent__heading {
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #588F47;
}
@media screen and (max-width: 1024px) {
  .servicePageContent__heading {
    font-size: 1.75rem;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.servicePageContent__description {
  line-height: 2.19;
}
.servicePageContent__img {
  border-radius: 40px;
}

.servicePageContent_revers {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .servicePageContent_revers {
    flex-direction: column-reverse;
  }
}
.servicePageContent_revers .servicePageContent__textArea {
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  .servicePageContent_revers .servicePageContent__textArea {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

/*-----------------------
*　代表メッセージ
*-----------------------*/
.messagePageBlock__content {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .messagePageBlock__content {
    display: block;
  }
}
.messagePageBlock__bg {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../img/service_bg_top.png) top no-repeat, url(../img/service_bg_bottom.png) top no-repeat;
  background-size: contain;
  background-position: right top, left bottom;
}
@media screen and (max-width: 767px) {
  .messagePageBlock__bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .messagePageBlock__bg {
    background: url(../img/service_bg_top.png) top no-repeat, url(../img/service_bg_bottom.png) top no-repeat;
    background-size: contain;
    background-position: right top, left bottom;
  }
}

.messagePageContent__textArea {
  width: 60%;
  margin-right: 40px;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  .messagePageContent__textArea {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.messagePageContent__imgArea {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .messagePageContent__imgArea {
    width: 60%;
    margin: 0 auto 30px;
  }
}
.messagePageContent__imgArea2 {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .messagePageContent__imgArea2 {
    width: 40%;
    float: right;
    margin: 20px 0 20px 20px;
  }
}
.messagePageContent__heading {
  letter-spacing: 0.2em;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .messagePageContent__heading {
    margin-bottom: 40px;
  }
}
.messagePageContent__description {
  line-height: 2.19;
  margin-bottom: 60px;
  margin-right: 100px;
}
@media screen and (max-width: 1024px) {
  .messagePageContent__description {
    margin-right: 0;
  }
}
.messagePageContent__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #588F47;
}
.messagePageContent__text {
  line-height: 2.19;
}
.messagePageContent__img {
  border-radius: 40px;
}
.messagePageContent__img2 {
  border-radius: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .messagePageContent__img2 {
    border-radius: 20px;
    margin-top: 0;
  }
}

/*-----------------------
*　お問い合わせ
*-----------------------*/
.contactBlock {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contactBlock {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.contactBlock__button {
  text-align: center;
  margin-top: 20px;
}
.contactBlock__form {
  padding: 0 10%;
}
.contactBlock__contentHeading {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}

/*-----------------------
*　お問い合わせ（確認画面）
*-----------------------*/
.confirmBlock {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .confirmBlock {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.confirmBlock__button {
  text-align: center;
  margin-top: 20px;
  margin-right: 10px;
}
.confirmBlock__button:last-of-type {
  margin-right: 0;
}
.confirmBlock__form {
  padding: 0 10%;
}

/*-----------------------
*　お問合せフォーム
*-----------------------*/
.form__inner {
  width: 100%;
}
.form__row {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .form__row {
    flex-direction: column;
  }
}
.form__header {
  width: 17%;
  text-align: start;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .form__header {
    margin-bottom: 5px;
    margin-left: 15%;
  }
}
.form__req {
  width: 13%;
}
.form__date {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .form__date {
    margin-bottom: 10px;
    align-self: center;
  }
}
.form__input, .form__textArea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 575px) {
  .form__input, .form__textArea {
    width: 100%;
  }
}
.form__heading {
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
}

/*-----------------------
*　必須タグ
*-----------------------*/
.req {
  font-size: 0.875rem;
  padding: 0.2em 0.8em;
  background: #8FC31F;
  color: #fff;
  border-radius: 3px;
  margin-left: 1em;
}

/*-----------------------
*　プライバシーポリシー同意
*-----------------------*/
.privacyCheck__accept {
  text-align: center;
}

/*-----------------------
*　完了画面
*-----------------------*/
.sendBlock {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sendBlock {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.sendBlock__link {
  color: #588F47;
}
.sendBlock__link:hover {
  opacity: 0.7;
  text-decoration: underline;
}

/*-----------------------
*　プライバシーポリシー
*-----------------------*/
.privacyBlock {
  background: url(../img/privacy_bg.png) no-repeat;
  background-size: 400px;
  background-position: right 80px top -70px;
}
@media screen and (max-width: 1024px) {
  .privacyBlock {
    background-size: 300px;
    background-position: left 200px top 20px;
  }
}
@media screen and (max-width: 575px) {
  .privacyBlock {
    background-size: 200px;
    background-position: left 100px top 20px;
  }
}
.privacyBlock__content {
  background: rgba(244, 247, 234, 0.9058823529);
  border-radius: 20px;
  padding: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.privacyBlock__contentInner {
  margin-bottom: 50px;
}
.privacyBlock__contentInner:last-of-type {
  margin-bottom: 0;
}

.privacy__heading {
  margin-bottom: 30px;
}
.privacy__title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #00A29A;
  display: inline-block;
  padding: 0 5px;
}
.privacy__contactLink {
  text-decoration: underline;
}
.privacy__contactLink:hover {
  opacity: 0.7;
}

.privacyTexts {
  margin-bottom: 20px;
}
.privacyTexts__list {
  margin-top: 20px;
  margin-left: 30px;
}
.privacyTexts__listV2 {
  margin-top: 20px;
  margin-left: 60px;
  margin-bottom: 20px;
}
.privacyTexts__listV3 {
  margin-top: 20px;
  margin-left: 90px;
  margin-bottom: 20px;
}
.privacyTexts__item {
  margin-bottom: 5px;
  list-style: decimal;
}
/*# sourceMappingURL=style.css.map */