@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.8;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  box-sizing: border-box;
}
body * {
  box-sizing: border-box;
}

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: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 3%;
}

/*-----------------------
*　ヘルパークラス（改行）
*-----------------------*/
@media screen and (max-width: 1024px) {
  .only_pc {
    display: none;
  }
}

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

/*-----------------------
*　セクションタイトル
*-----------------------*/
@media screen and (max-width: 767px) {
  .heading {
    padding: 0 6%;
  }
}
.heading__text {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}
.heading__text::before {
  content: "";
  display: block;
  height: 2.5px;
  width: 1em;
  background: #00A29A;
  position: absolute;
  top: 50%;
  left: -1em;
  transform: rotate(90deg);
}
.heading__text::after {
  content: "";
  display: block;
  height: 2.5px;
  width: 1em;
  background: #00A29A;
  position: absolute;
  top: 50%;
  right: -1em;
  transform: rotate(90deg);
}
@media screen and (max-width: 575px) {
  .heading__text {
    font-size: 1.75rem;
  }
}

/*-----------------------
*　ボタン
*-----------------------*/
.button {
  display: inline-block;
  padding: 0.75em 3.5em;
  border-radius: 5px;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  outline: 2px solid #333;
  transition: all ease 0.3s;
  white-space: nowrap;
}
.button:hover {
  color: #fff;
  background: #333;
  -webkit-animation: light 0.7s infinite;
          animation: light 0.7s infinite;
}
.button:hover #mouse-stalker {
  display: none;
}
@-webkit-keyframes light {
  100% {
    outline-color: transparent;
    outline-offset: 12px;
  }
}
@keyframes light {
  100% {
    outline-color: transparent;
    outline-offset: 12px;
  }
}
.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;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cards {
    display: block;
  }
}

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

.card {
  list-style: none;
  box-shadow: 2px 2px 5px 1px #999;
  border-radius: 15px;
  overflow: hidden;
  transition: all ease 0.2s;
  background: #fff;
  position: relative;
}
.card:hover {
  box-shadow: 6px 6px 6px #555;
  transition: all ease 0.2s;
}
.card__link:hover .card__img {
  transform: scale(1.1);
  transition: all ease 0.2s;
}
@media screen and (max-width: 767px) {
  .card__link:hover .card__img {
    transform: scale(1.05);
    transition: all ease 0.2s;
  }
}
.card__link:hover .card__title {
  transition: all ease 0.2s;
}
.card__link:hover .fa-solid {
  right: 20px;
  transition: all ease 0.2s;
}
.card__imgwrapper {
  height: 200px;
  margin-bottom: 10px;
}
.card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  transition: all ease 0.2s;
}
.card__title {
  background: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0.5em 0;
  transition: all ease 0.2s;
}
.card__design {
  background: linear-gradient(transparent 60%, #a8eaff 50%);
}
.card__description {
  color: #555;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 0.75em 2.5em 3.75em;
}
@media screen and (max-width: 1024px) {
  .card__description {
    padding: 0.75em 2.5em 1.25em;
  }
}
.card__fa-solid {
  color: #295198;
  font-size: 1.25rem;
  position: absolute;
  bottom: 20px;
  right: 30px;
  transition: all ease 0.2s;
}

/*-----------------------
*　フェードイン
*-----------------------*/
.fadeIn_left.displayed {
  -webkit-animation: fadeInLeft 1.5s forwards;
          animation: fadeInLeft 1.5s forwards;
}

.fadeIn_right.displayed {
  -webkit-animation: fadeInRight 1.5s forwards;
          animation: fadeInRight 1.5s forwards;
}

.fade_up.displayed {
  -webkit-animation: fadeUp 1.5s forwards;
          animation: fadeUp 1.5s forwards;
}

@-webkit-keyframes fadeInLeft {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*-----------------------
*　サブページタイトル
*-----------------------*/
.pageContentHeading {
  text-align: center;
  font-weight: bold;
  font-size: 4.5rem;
  color: #fff;
  filter: drop-shadow(5px 5px 5px #333);
}
@media screen and (max-width: 767px) {
  .pageContentHeading {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 575px) {
  .pageContentHeading {
    font-size: 2rem;
  }
}

/*-----------------------
*　パンクズリスト
*-----------------------*/
.breadCrumb__list {
  display: flex;
  list-style: none;
  font-size: 0.8125rem;
  color: #777;
}
@media screen and (max-width: 767px) {
  .breadCrumb__list {
    font-size: 0.6rem;
  }
}
.breadCrumb__item::after {
  content: ">";
  font: var(--fa-font-solid);
  margin-left: 5px;
  margin-right: 5px;
}
.breadCrumb__item:last-child::after {
  display: none;
}
.breadCrumb__link {
  color: #777;
}
.breadCrumb__link:hover {
  text-decoration: underline;
}

/*-----------------------
*　コンテンツ内のキーテキスト
*-----------------------*/
.keyText {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #a8eaff 50%);
}

/*-----------------------
*　マウスストーカー
*-----------------------*/
#mouse-stalker {
  pointer-events: none;
  position: fixed;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: #00A29A;
  border-radius: 50%;
  transform: translate(0, 0);
  transition: transform 0.2s;
  transition-timing-function: ease-out;
  z-index: 9999;
}
#mouse-stalker .footer {
  background: #fff;
}

/*-------------------------------------------------------
*　メインビジュアルテキストのアニメーション
*------------------------------------------------------*/
.tracking-in-expand {
  -webkit-animation: tracking-in-expand 2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------------------------------------
*　サブページのメインビジュアルテキストのアニメーション
*------------------------------------------------------*/
.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
/*-----------------------
*　ヘッダー
*-----------------------*/
.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    height: 80px;
    padding-left: 4%;
    padding-right: 4%;
  }
}
.header__wrapper {
  display: flex;
}
.header__title {
  margin-top: 10px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .header__title {
    margin: 0;
    margin-top: 5px;
  }
}
.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;
}
.siteTitle__tagLine {
  font-size: 0.7rem;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .siteTitle__tagLine {
    font-size: 0.5rem;
  }
}

/*-----------------------
*　ナビゲーション
*-----------------------*/
.mainMenu__list {
  display: flex;
  align-items: center;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .mainMenu__list {
    display: none;
  }
}
.mainMenu__item {
  margin-right: 30px;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .mainMenu__item {
    margin-right: 25px;
  }
}
.mainMenu__item:last-of-type {
  margin-right: 0;
}
.mainMenu__icon {
  text-align: center;
  margin-top: 10px;
  line-height: 0.8;
}
.mainMenu__homeLink {
  color: #00A29A;
  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: #00A29A;
  transition: all ease 0.3s;
}
.mainMenu__buttonLink {
  display: inline-block;
  padding: 0.75em 3.5em;
  border-radius: 5px;
  background: #00A29A;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  outline: 2px solid #00A29A;
  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: #00A29A;
  -webkit-animation: light 0.7s infinite;
          animation: light 0.7s infinite;
}
@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: #00A29A;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.spMenu__hambugerLine::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 2px;
  background: #00A29A;
}
.spMenu__hambugerLine::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #00A29A;
}
.spMenu__wrapper {
  display: none;
  position: absolute;
  top: 80px;
  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: #00A29A;
  position: absolute;
  top: 50%;
  left: -1em;
  transform: rotate(90deg);
}
.spMenu__heading::after {
  content: "";
  display: block;
  height: 2.5px;
  width: 1em;
  background: #00A29A;
  position: absolute;
  top: 50%;
  right: -1em;
  transform: rotate(90deg);
}
.spMenu__item {
  border-bottom: 1px dotted #00A29A;
  transition: all ease 0.3s;
}
.spMenu__item:last-of-type {
  border: none;
  margin-top: 25px;
}
.spMenu__item:hover {
  opacity: 0.7;
  transition: all ease 0.3s;
}
.spMenu__link {
  display: flex;
  padding: 0.8em 3px;
}
.spMenu__icon {
  color: #00A29A;
  margin-right: 8px;
}
.spMenu__buttonLink {
  display: inline-block;
  padding: 0.75em 3.5em;
  border-radius: 5px;
  background: #00A29A;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  outline: 2px solid #00A29A;
  transition: all ease 0.3s;
  white-space: nowrap;
}
.spMenu__buttonLink:hover {
  color: #fff;
  background: #00A29A;
  -webkit-animation: light 0.7s infinite;
          animation: light 0.7s infinite;
}
@keyframes light {
  100% {
    outline-color: transparent;
    outline-offset: 12px;
  }
}

/*-----------------------
*　メインビジュアル
*-----------------------*/
.mainvisual {
  margin-top: 110px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    margin-top: 80px;
  }
}
.mainvisual__img {
  background: url(../img/mainvisual.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
}
.mainvisual__textArea {
  z-index: 998;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
  transform: translateY(-50%);
  text-align: center;
}
.mainvisual__maintext {
  font-size: 5rem;
  color: #fff;
  filter: drop-shadow(5px 5px 5px #333);
}
@media screen and (max-width: 767px) {
  .mainvisual__maintext {
    font-size: 4rem;
  }
}
@media screen and (max-width: 575px) {
  .mainvisual__maintext {
    font-size: 3.25rem;
  }
}
.mainvisual__subtext {
  font-weight: bold;
  font-size: 3rem;
  color: #fff;
  filter: drop-shadow(5px 5px 5px #333);
}
@media screen and (max-width: 767px) {
  .mainvisual__subtext {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 575px) {
  .mainvisual__subtext {
    font-size: 1.5rem;
  }
}
.mainvisual__headerbar {
  background: #00A29A;
  height: 35px;
}
.mainvisual__footerbar {
  background: #00A29A;
  height: 35px;
}

/*-----------------------
*　プロフィール
*-----------------------*/
.profileBlock {
  background: url(../img/profile_bg.png) no-repeat;
  background-size: 400px;
  background-position: right 100px top -10px;
}
@media screen and (max-width: 1024px) {
  .profileBlock {
    background-size: 300px;
    background-position: right 10px top -30px;
  }
}
@media screen and (max-width: 575px) {
  .profileBlock {
    background-size: 200px;
    background-position: left 100px top 20px;
  }
}
.profileBlock__content {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .profileBlock__content {
    flex-direction: column-reverse;
  }
}
.profileBlock__content:last-of-type {
  margin-bottom: 0;
}
.profileBlock__bg {
  background: url(../img/profile_subPage_bg.png);
  padding: 40px 0;
  margin-bottom: 30px;
}

.profileContent__textArea {
  width: 50%;
  padding: 20px 6% 20px 0;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  .profileContent__textArea {
    width: 100%;
    padding: 20px 4%;
    align-self: center;
  }
}
.profileContent__text {
  line-height: 1.4;
  margin-bottom: 30px;
}
.profileContent__imgArea {
  width: 50%;
  height: 100%;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  .profileContent__imgArea {
    width: 100%;
    margin: 30px 0;
  }
}
.profileContent__img {
  width: 100%;
  filter: drop-shadow(5px 5px 5px #333);
}
.profileContent__img:nth-child(2) {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .profileContent__img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.profileContent__button {
  text-align: end;
  margin-right: 15px;
  margin-top: 30px;
}

.profileContentTexts {
  margin-bottom: 0;
}
.profileContentTexts__heading {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 2px solid #00A29A;
  margin-bottom: 10px;
}
.profileContentTexts__description {
  margin-bottom: 40px;
}
.profileContentTexts__description:nth-child(6) {
  margin-bottom: 0;
}

/*-----------------------
*　サービス
*-----------------------*/
.serviceBlock {
  background: #EBEDBD;
  padding: 0 0 4% 0;
}
.serviceBlock__bg {
  background: url(../img/service_bg.png) no-repeat;
  background-size: 400px;
  background-position: right 100px top -50px;
}
@media screen and (max-width: 1024px) {
  .serviceBlock__bg {
    background-size: 300px;
    background-position: right 10px top -30px;
  }
}
@media screen and (max-width: 575px) {
  .serviceBlock__bg {
    background-size: 200px;
    background-position: left 100px top 20px;
  }
}

/*-----------------------
*　お問い合わせ
*-----------------------*/
.contactBlock {
  background: url(../img/contact_bg.png) no-repeat;
  background-size: 400px;
  background-position: right 100px top -50px;
}
@media screen and (max-width: 1024px) {
  .contactBlock {
    background-size: 300px;
    background-position: right 10px top -30px;
  }
}
@media screen and (max-width: 575px) {
  .contactBlock {
    background-size: 200px;
    background-position: left 100px top 20px;
  }
}
.contactBlock__button {
  text-align: center;
  margin-top: 20px;
}
.contactBlock__form {
  padding: 0 10%;
}
.contactBlock__contentHeading {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}

/*-----------------------
*　お問い合わせ（確認画面）
*-----------------------*/
.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 {
  margin-bottom: 50px;
}
.form__inner {
  width: 100%;
}
.form__row {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .form__row {
    flex-direction: column;
  }
}
.form__header {
  width: 30%;
  text-align: start;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .form__header {
    margin-bottom: 5px;
    margin-left: 15%;
  }
}
.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 {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.2em 0.8em;
  background: #8FC31F;
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/*-----------------------
*　フッター
*-----------------------*/
.footer {
  background: #00A29A;
}
.footer__title {
  margin: 0 auto;
  margin-bottom: 30px;
  padding-top: 30px;
  color: #fff;
}
.footer__copyright {
  font-size: 0.6875rem;
  text-align: center;
  padding: 15px 0;
  color: #fff;
}

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

/*-----------------------
*　サブページ
*-----------------------*/
/*-----------------------
*　メインビジュアル
*-----------------------*/
.subPageMainvisual {
  margin-top: 110px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .subPageMainvisual {
    margin-top: 80px;
  }
}
.subPageMainvisual__img {
  width: 100%;
  height: 250px;
}
.subPageMainvisual__text {
  z-index: 998;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
  transform: translateY(-50%);
}
.subPageMainvisual__headerbar {
  background: #00A29A;
  height: 35px;
}
.subPageMainvisual__footerbar {
  background: #00A29A;
  height: 35px;
  margin-bottom: 5px;
}

/*-----------------------
*　サブページのメインビジュアル画像
*-----------------------*/
.head__profile {
  background: url(../img/profile.jpg) center no-repeat;
  background-size: cover;
}
.head__service {
  background: url(../img/service_subPageHeader.jpg) center no-repeat;
  background-size: cover;
}
.head__contact {
  background: url(../img/contact_subPageHeader.jpg) center no-repeat;
  background-size: cover;
}
.head__privacy {
  background: url(../img/privacy_subPageHeader.jpg) center no-repeat;
  background-size: cover;
}

/*-----------------------
*　プロフィール
*-----------------------*/
.subPage_container {
  background: #fff;
  filter: drop-shadow(10px 10px 2px #555);
}

.profileContent_revers {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .profileContent_revers {
    flex-direction: column-reverse;
  }
}
.profileContent_revers .profileContent__textArea {
  padding: 20px 0 20px 6%;
}
@media screen and (max-width: 1024px) {
  .profileContent_revers .profileContent__textArea {
    padding: 20px 4%;
  }
}

/*-----------------------
*　サービス
*-----------------------*/
.servicePage__subHeading {
  text-align: center;
  padding: 20px 30px;
}
.servicePage__contentWrapper {
  padding: 80px 0;
  background: url(../img/service_subPage_bg.png);
}
.servicePage__contentContainer {
  background: #FFF7EA;
  border-radius: 20px;
  padding: 20px;
  filter: drop-shadow(3px 3px 3px #c0c0c0);
}
@media screen and (max-width: 767px) {
  .servicePage__contentContainer {
    padding: 10px;
  }
}
.servicePage__content {
  margin: 50px 50px;
  background: #fff;
  padding: 40px 20px;
  filter: drop-shadow(3px 3px 3px #c0c0c0);
}
@media screen and (max-width: 1024px) {
  .servicePage__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .servicePage__content {
    margin: 30px 5px;
    padding: 40px 10px;
  }
}

/*-----------------------
*　特徴
*-----------------------*/
.subHeading {
  font-weight: bold;
}
.subHeading__heading {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 30px;
  margin-bottom: 25px;
}
.subHeading__heading::after {
  content: "";
  display: flex;
  margin: 0.5em auto 0;
  justify-content: center;
  width: 0;
  height: 1.2em;
  border-left: 1px solid;
}
.subHeading__description {
  font-weight: bold;
  margin-bottom: 20px;
}
.subHeading__catch {
  font-size: 1.5rem;
  background: linear-gradient(transparent 60%, #a8eaff 50%);
}

/*-----------------------
*　コンテンツタイトル・内容
*-----------------------*/
.servicePageContent__text {
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .servicePageContent__text {
    padding: 0 4%;
  }
}

.servicePageTexts__heading {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.servicePageTexts__heading::before {
  content: "";
  display: block;
  background: #00A29A;
  width: 300px;
  height: 2px;
  left: -5px;
  right: 0;
  margin: auto;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 575px) {
  .servicePageTexts__heading::before {
    width: 270px;
  }
}
.servicePageTexts__heading::after {
  content: "";
  display: block;
  background: #00A29A;
  width: 300px;
  height: 2px;
  left: -5px;
  right: 0;
  margin: auto;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 575px) {
  .servicePageTexts__heading::after {
    width: 270px;
  }
}
.servicePageTexts__description {
  margin-bottom: 20px;
  padding: 0 3%;
}
.servicePageTexts__img {
  width: 100%;
  height: 300px;
  margin-bottom: 80px;
  box-shadow: inset 0 0 10px 15px #FFF;
}
.servicePageTexts__Recommend {
  text-align: center;
}

.servicePageImg1 {
  background: url(../img/service1.jpg) center no-repeat;
  background-size: cover;
}

.servicePageImg2 {
  background: url(../img/service2.jpg) center no-repeat;
  background-size: cover;
}

.servicePageImg3 {
  background: url(../img/service3.jpg) center no-repeat;
  background-size: cover;
}

/*-----------------------
*　こんな方にオススメ
*-----------------------*/
.Recommend__heading {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  -webkit-text-decoration: underline wavy #97C2BB;
          text-decoration: underline wavy #97C2BB;
  position: relative;
}
.Recommend__heading::before {
  content: "";
  width: 130px;
  height: 110px;
  display: block;
  position: absolute;
  left: -130px;
  top: -40px;
}
@media screen and (max-width: 575px) {
  .Recommend__heading::before {
    width: 100px;
    height: 90px;
    left: -105px;
    top: -10px;
  }
}
.Recommend__container {
  display: flex;
}
.Recommend__list {
  text-align: start;
  background: #EBEDBD;
  border-radius: 15px;
  margin: 0 auto 80px;
  position: relative;
  padding: 7px 10px;
  filter: drop-shadow(3px 3px 3px #c0c0c0);
}
.Recommend__list::before {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #EBEDBD;
  filter: drop-shadow(3px 0px 2px #c0c0c0);
}
.Recommend__item {
  margin-left: 30px;
  padding: 10px 20px;
  position: relative;
}
.Recommend__item::before {
  content: "";
  font-size: 1.3rem;
  font-weight: 500;
  width: 37px;
  height: 37px;
  padding: 0px 13px;
  box-sizing: border-box;
  background: #00A29A;
  color: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -30px;
  top: 0px;
  line-height: 40px;
}

/*-----------------------
*　イラストのアイコン
*-----------------------*/
.icon1::before {
  content: "";
  background: url(../img/service_subPage1.png) no-repeat;
  background-size: contain;
}

.icon2::after {
  content: "";
  background: url(../img/service_subPage2.png) no-repeat;
  background-size: contain;
  width: 130px;
  height: 110px;
  display: block;
  position: absolute;
  right: -140px;
  top: -40px;
}
@media screen and (max-width: 575px) {
  .icon2::after {
    right: -130px;
    top: -10px;
  }
}

.icon3::before {
  content: "";
  background: url(../img/service_subPage3.png) no-repeat;
  background-size: contain;
  left: -110px;
  top: -40px;
}
@media screen and (max-width: 575px) {
  .icon3::before {
    left: -90px;
    top: -10px;
  }
}

/*-----------------------
*　オススメのリスト
*-----------------------*/
.item1::before {
  content: "1";
}

.item2::before {
  content: "2";
}

.item3::before {
  content: "3";
}

/*-----------------------
*　ポートフォリオ
*-----------------------*/
.portfolioPage__img {
  margin-bottom: 50px;
}
.portfolioPage__button {
  text-align: center;
  margin-bottom: 50px;
}

.portfolio__heading {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  -webkit-text-decoration: underline wavy #97C2BB;
          text-decoration: underline wavy #97C2BB;
  margin-bottom: 30px;
}
.portfolio__button {
  text-align: center;
  margin-bottom: 50px;
}

/*-----------------------
*　お問い合わせ
*-----------------------*/
.sendBlock__link {
  color: #00A29A;
}
.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__link {
  text-decoration: underline;
}
.privacy__link: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 */