@charset "UTF-8";
/*
theme Name:株式会社ファムソル
Author: kurumi.inc
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  list-style: none;
  color: #64605E;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
main {
  flex: 1;
}
figure {
  margin: 0 !important;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
img {
  vertical-align: top;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #000;
}
::-webkit-selection {
  color: #fff;
  background: #0074BF;
}
::-moz-selection {
  color: #fff;
  background: #0074BF;
}
::selection {
  background-color: #cccccc;
  color: #222;
  text-shadow: none;
}

.common-1000-width {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-800-width {
  max-width: 800px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-900-width {
  max-width: 900px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-150-padding {
  padding: 150px 0;
}
.common-100-padding {
  padding: 100px 0;
}
.common-60-padding {
  padding: 60px 0;
}
.upper-150-padding {
  padding: 150px 0 0;
}
.bottom-60-padding {
  padding: 0 0 60px;
}
.pc_none {
  display: none;
}
.common-title__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
  margin-bottom: 60px;
}
.common-title__wrap._right {
  justify-content: flex-end
}
.common-title__wrap._left {
  justify-content: flex-start
}
.common-title__wrap h2 {
  color: #A39489;
  font-size: 20px;
  font-family: "Hannari", serif;
}
.title-image__wrap img {
  width: 100%;
}
.title-image__wrap ._service {
  width: 250px;
}
.title-image__wrap ._scool {
  width: 230px;
}
.title-image__wrap ._greeting {
  width: 290px;
}
.title-image__wrap ._company {
  width: 320px;
}
.title-image__wrap ._recruit {
  width: 250px;
}
.title-image__wrap ._contact {
  width: 260px;
}
@media screen and (max-width: 789px) {
  .common-150-padding {
    padding: 80px 0;
  }
  .common-100-padding {
    padding: 80px 0;
  }
  .upper-150-padding {
    padding: 80px 0 0;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .common-title__wrap {
    justify-content: flex-start;
    gap: 0 20px;
    margin-bottom: 40px;
  }
  .common-title__wrap._right {
    justify-content: flex-start
  }
  .common-title__wrap h2 {
    font-size: 18px;
  }
  .title-image__wrap ._service {
    width: 150px;
  }
  .title-image__wrap ._scool {
    width: 145px;
  }
  .title-image__wrap ._greeting {
    width: 180px;
  }
  .title-image__wrap ._company {
    width: 200px;
  }
  .title-image__wrap ._recruit {
    width: 160px;
  }
  .title-image__wrap ._contact {
    width: 160px;
  }
}
/* ヘッターh* --------------------------------------- */
.global-nav__list {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 0 40px;
  align-items: center;
}
.hamburger {
  display: none;
  width: 100%;
}
.global-nav__item {
  text-align: center;
  display: block;
}
.global-nav {
  display: flex;
  position: relative;
}
.header_wrap {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  background-color: #fff;
}
.global-nav__item a {
  font-size: 16px;
  padding: 30px 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.16em;
  color: #472A14;
}
.global-nav__item._contact a {
  font-size: 18px;
  padding: 29px 0;
  color: #fff;
  background-color: #7BBE33;
  position: relative;
  width: 220px;
}
.global-nav__item a:hover {
  color: #E69D82;
  opacity: 1;
}
.global-nav__item._contact a img {
  position: absolute;
  right: 20px;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.global-nav__item._contact a:hover {
  color: #fff;
  opacity: .7;
}
.toppege-area__group {
  position: fixed;
  bottom: 0;
  right: 0;
  height: auto;
  z-index: 98;
}
.toppege-area__group a {
  width: 60px;
  height: 60px;
}
.toppege-area__group img {
  width: 100%;
}
.sidebarMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global-nav__logo {
  width: 180px;
  margin-left: 50px;
}
.global-nav__logo img {
  width: 100%;
}
.global-nav__social {
  display: none;
}
@media screen and (max-width: 1250px) {
  .global-nav__logo {
    margin-left: 20px;
  }
  .global-nav__list {
    gap: 0 20px;
  }
  .global-nav__item._contact a {
    font-size: 15px;
    width: 140px;
  }
  .global-nav__item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 941px) {
  .global-nav {
    box-sizing: border-box;
    background-image: url(../img/background.svg);
    background-position: bottom -80px left -50px;
    background-repeat: no-repeat;
    background-size: 500px 500px;
  }
  .global-nav__social {
    display: block;
    position: absolute;
    z-index: 10000;
    top: 34px;
    right: 75px;
  }
  .global-nav__logo {
    width: 200px;
    position: absolute;
    z-index: 10000;
  }
  .global-nav__item._instagram {
    display: none;
  }
  .global-nav__item:nth-child(1) {
    display: block;
  }
  .global-nav {
    flex-direction: column;
    position: fixed;
    right: -100vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 0;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    display: block;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 300;
  }
  .global-nav__list {
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    gap: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .global-nav__item {
    text-align: left;
    width: 100%;
    border-left: solid .5px #fff;
  }
  .global-nav__item a {
    display: block;
    text-align: center;
    padding: 0;
    font-size: 16px;
  }
  .hamburger__line {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #7BBE33;
    transition: all .6s;
    right: 20px;
  }
  .hamburger__menu::after {
    content: "MENU";
    position: absolute;
    top: 45px;
    transition: all .6s;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    right: 17px;
    color: #64605E;
    font-weight: 400;
  }
  .hamburger__line--1 {
    top: 32px;
  }
  .hamburger__line--2 {
    top: 40px;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .main_logo {
    display: none;
  }
  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(20deg);
    top: 37px;
  }
  .nav-open .hamburger__line--2 {
    transform: rotate(-20deg);
    top: 37px;
  }
  .nav-open .hamburger__menu::after {
    content: "CLOSE";
  }
  .global-nav__item._contact a {
    display: none;
  }
  .toppege-area__group {
    bottom: 0;
    right: 0;
  }
  .toppege-area__group a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 789px) {
  .toppege-area__group {
    bottom: 72px;
  }
}
@media screen and (max-width: 426px) {
  .global-nav {
    box-sizing: border-box;
    background-image: url(../img/background.svg);
    background-position: bottom -30px left -30px;
    background-repeat: no-repeat;
    background-size: 250px 250px;
  }
}
/* キービジュアル
------------------------------------ */
.keyvisual-image__wrap img {
  width: 100%;
}
.keyvisual-area__group {
  padding-top: 90px;
}
/* お知らせ
------------------------------------ */
.news-items__wrap {
  padding: 60px 0;
}
.news-items__box {
  display: flex;
  gap: 0 20px;
  margin-bottom: 20px;
}
.news-items__box:nth-last-child(1) {
  margin-bottom: 0;
}
.news-items__box span {
  display: block;
  color: #A39489;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.16em;
  width: 90px;
}
.news-items__box h2 {
  width: 89%;
  color: #64605E;
}
/* 動画
------------------------------------ */
.about-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: #FAF7F5;
}
.about-items__box {
/*   width: 50%; */
  width: 100%;
}
.about-movie__box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.about-movie__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-text__box {
  max-width: 670px;
  margin: 100px auto;
  width: calc(100% - 40px);
}
.about-text__box h2 {
  width: 30vw;
  margin-bottom: 30px;
}
.about-text__box h2 img {
  width: 100%;
}
.about-text__box h1 {
  font-size: 1vw;
}
@media screen and (max-width: 789px) {
  .about-items__box {
    width: 100%;
  }
  .about-text__box {
    max-width: 100%;
    padding: 80px 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .about-text__box h2 {
    max-width: 360px;
    width: 100%;
    margin-bottom: 30px;
  }
  .about-text__box h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 426px) {
  .about-text__box h2 {
    max-width: 320px;
    margin-bottom: 30px;
  }
  .about-text__box h1 {
    font-size: 16px;
  }
}
/* サービス内容
------------------------------------ */
.service-text__wrap {
  margin-bottom: 60px;
}
.service-text__wrap p {
  color: #472A14;
  font-family: "Hannari", serif;
  font-size: 22px;
  text-align: center;
}
.service-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0;
}
.service-items__box {
  width: 48%;
  background-color: #FAF7F5;
  padding: 30px 50px 50px 50px;
  box-sizing: border-box;
}
.service-items__box ._image {
  max-width: 160px;
  margin: 0 auto 30px;
}
.service-items__box ._image img {
  width: 100%;
}
.service-items__block ._text h3 {
  font-family: "Hannari", serif;
  color: #472A14;
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 789px) {
  .service-text__wrap p {
    font-size: 20px;
    text-align: left;
  }
  .service-text__wrap p br {
    display: none;
  }
  .service-text__wrap {
    margin-bottom: 40px;
  }
  .service-items__box {
    width: 100%;
  }
  .service-items__block ._text h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 426px) {
  .service-items__box {
    padding: 30px 30px;
  }
  .service-items__box ._image {
    max-width: 140px;
    margin: 0 auto 20px;
  }
  .service-items__block ._text h3 {
    font-size: 27px;
    margin-bottom: 10px;
  }
}
/* IT教育スクール
------------------------------------ */
.school-text__wrap {
  margin-bottom: 60px;
}
.school-text__wrap p {
  color: #472A14;
  font-family: "Hannari", serif;
  font-size: 22px;
  text-align: center;
}
.school-inner__wrap {
  background-color: #FAF7F5;
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.school-title__wrap {
  margin-bottom: 50px;
  text-align: center;
}
.school-title__wrap h3 {
  color: #E69D82;
  font-family: "Hannari", serif;
  font-size: 40px;
  margin-bottom: 20px;
}
.school-title__wrap p {
  color: #472A14;
  font-size: 22px;
  font-family: "Hannari", serif;
}
.school-message__wrap {
  background-color: #fff;
  padding: 40px 20px;
  margin-bottom: 50px;
  text-align: center;
}
.school-message__wrap h4 {
  color: #64605E;
  font-size: 24px;
  font-family: "Hannari", serif;
  margin-bottom: 10px;
}
.school-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
  justify-content: space-between;
}
.school-items__box {
  width: 46%;
}
.school-items__box h3 {
  color: #472A14;
  font-size: 34px;
  font-family: "Hannari", serif;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}
.school-items__box h3::after {
  content: "";
  background-color: #E69D82;
  width: 25px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 789px) {
  .school-text__wrap p {
    font-size: 20px;
    text-align: left;
  }
  .school-text__wrap {
    margin-bottom: 40px;
  }
  .school-inner__wrap {
    width: 100%;
  }
  .school-title__wrap h3 {
    font-size: 32px;
  }
  .school-items__box {
    width: 100%;
  }
}
@media screen and (max-width: 426px) {
  .school-items__box h3 {
    font-size: 28px;
  }
}
/* ごあいさつ
------------------------------------ */
.greeting-area__group {
  box-sizing: border-box;
  background-image: url(../img/greeting-bgi_pc.svg);
  background-position: bottom 20px left -5px;
  background-repeat: no-repeat;
  background-size: 1350px 480px;
}
.greeting-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.greeting-image__box {
  width: 45%;
}
.greeting-image__box img {
  width: 100%;
}
.greeting-text__box {
  width: 50%;
  margin-top: 150px;
}
.greeting-text__box span {
  margin-top: 24px;
  display: block;
  text-align: right;
}
.greeting-area__group .common-title__wrap {
  margin-bottom: -50px;
}
@media screen and (max-width: 941px) {
  .greeting-area__group .common-title__wrap {
    margin-bottom: 60px;
  }
  .greeting-text__box {
    margin-top: 0;
  }
  .greeting-items__block {
    align-items: center;
  }
}
@media screen and (max-width: 789px) {
  .greeting-area__group {
    background-image: url(../img/greeting-bgi_sp.svg);
    background-position: bottom 150px left -5px;
    background-size: 654px 500px;
  }
  .greeting-image__box {
    width: 100%;
    max-width: 315px;
    margin: 0 auto 32px;
  }
  .greeting-text__box {
    width: 100%;
  }
  .greeting-area__group .common-title__wrap {
    margin-bottom: 40px;
  }
}
/* 会社概要
------------------------------------ */
.company-table__box table {
  width: 100%;
  margin-top: 50px;
}
.company-table__box table tr {
  border-top: solid 1px #D1C9C4;
  padding: 30px 0;
  display: flex;
}
.company-table__box table tr:nth-last-child(1) {
  padding-bottom: 0;
}
.company-table__box table tr th {
  width: 150px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 400;
  color: #7BBE33;
}
.company-table__box table tr td {
  box-sizing: border-box;
  width: 85%;
}
.company-area__group ._map {
  margin-top: 24px;
}
.company-table__box ._map iframe {
  width: 100%;
  height: 275px;
}
@media screen and (max-width: 426px) {
  .company-table__box table tr th {
    width: 90px;
  }
  .company-table__box table tr td {
    box-sizing: border-box;
    width: 70%;
  }
}
/*採用情報
------------------------------------ */
.recruit-area__group {
  background-color: #FAF7F5;
}
.recruit-text__wrap {
  margin-bottom: 60px;
}
.recruit-text__wrap p {
  color: #472A14;
  font-family: "Hannari", serif;
  font-size: 22px;
  text-align: center;
}
.recruit-table__box {
  max-width: 880px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.recruit-table__box table {
  width: 100%;
}
.recruit-table__box table tr {
  border-bottom: solid 1px #D1C9C4;
  padding: 30px 0;
  display: flex;
}
.recruit-table__box table tr:nth-child(1) {
  padding-top: 0;
}
.recruit-table__box table tr:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0
}
.recruit-table__box table tr th {
  width: 150px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 400;
  color: #7BBE33;
}
.recruit-table__box table tr td {
  box-sizing: border-box;
  width: 85%;
}
.recruit-inner__wrap {
  background-color: #fff;
  padding: 70px 0;
}
.recruit-content__wrap {
  position: relative;
  padding-top: 25px;
  margin-bottom: 60px;
}
.recruit-title__wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}
.recruit-title__wrap h3 {
  color: #472A14;
  font-size: 30px;
  font-family: "Hannari", serif;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}
.recruit-title__wrap h3::after {
  content: "";
  background-color: #E69D82;
  width: 25px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.recruit-step__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0
}
.recruit-step__box {
  width: 21%;
  position: relative;
}
.recruit-step__box:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 17px;
  background-image: url(../img/icon-step_pc.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -15%;
  background-repeat: no-repeat;
}
.recruit-step__box:nth-last-child(1):before {
  display: none;
}
.recruit-step__wrap {
  max-width: 880px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.recruit-step__wrap ._step {
  display: block;
  font-family: 'Montserrat', sans-serif;
  color: #A39489;
  margin-bottom: 5px;
}
.recruit-step__wrap h3 {
  color: #7BBE33;
  font-size: 22px;
  margin-bottom: 15px;
}
.common-contact__wrap {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.common-contact__wrap a {
  font-family: 'Montserrat', sans-serif;
  background-color: #7BBE33;
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.18em;
  position: relative;
  padding: 19px 0;
}
.common-contact__wrap a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 30px;
}
@media screen and (max-width: 789px) {
  .recruit-inner__wrap {
    padding: 70px 0 40px;
  }
  .recruit-step__box {
    width: 100%;
    position: relative;
  }
  .recruit-step__box:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 8px;
    background-image: url(../img/icon-step_sp.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: auto;
    bottom: -20%;
    right: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  .recruit-content__wrap {
    margin-bottom: 40px;
  }
  .recruit-text__wrap p {
    font-size: 20px;
    text-align: left;
  }
  .recruit-text__wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 426px) {
  .recruit-table__box table tr th {
    width: 130px;
  }
  .recruit-table__box table tr td {
    width: 62%;
  }
  .recruit-title__wrap h3 {
    font-size: 28px;
  }
}
/* お問い合わせ
* --------------------------------------- */
.contact-items__wrap {
  margin-top: 40px;
}
.contact-items__wrap:nth-child(1) {
  margin-top: 0;
}
.contact-lists {
  background-color: #fff;
}
.contact-items__title {
  margin-bottom: 20px;
  font-weight: 400;
  color: #472A14;
}
.contact-text__wrap {
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 50px;
}
.pry-radio {
  margin-top: 30px;
}
.pry-radio label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkbox span {
  position: relative;
  display: flex;
  padding-left: 30px;
  align-items: center;
  gap: 0 5px;
}
.checkbox b {
  line-height: 1.2;
  display: inline-block;
  color: #7BBE33;
  font-weight: 400;
  text-decoration: underline;
}
.checkbox input[type=checkbox] {
  opacity: 0;
  height: 0;
  width: 0;
  margin: 0 14px 0 0;
  padding: 0;
  min-height: 1px;
  border: 0;
  border-radius: 0;
  font-size: 0;
}
.checkbox span::before {
  -webkit-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear;
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #D1C9C4;
  content: "";
  color: #F2F2F2;
  font-size: 13px;
  background-color: #fff;
  line-height: 1;
}
.checkbox input[type=checkbox]:checked ~ span::before {
  content: "";
  color: #fff;
  font-size: 14px;
  background: #7BBE33;
  background-size: 10px;
}
#privacy-error, #terms-error {
  position: absolute;
  top: 20px;
  color: #D30001;
  font-weight: normal;
  font-size: 16px;
}
#privacy-error, #terms-error {
  position: absolute;
  top: 20px;
  color: #D30001;
  font-weight: normal;
  font-size: 16px;
}
.has-error .checkbox span::before {
  border: solid 1px #D30001;
}
.contact-text__wrap span {
  color: #D30000;
}
.form-tbl * {
  font-size: 18px;
  vertical-align: top;
  font-weight: normal;
}
.form-tbl p {
  font-size: 15px;
  margin-top: 15px;
  border-top: solid 1px #503F29;
  padding-top: 15px;
  margin-bottom: 15px;
}
.title-select {
  width: 400px;
}
.form-file {
  width: 100%;
}
.required {
  font-size: 16px;
  color: #E69D82;
  line-height: 1.2;
  display: inline-block;
  padding: 0;
  margin-left: 15px;
  font-weight: normal;
}
#agree-error {
  position: absolute;
  top: 20px;
}
.has-error .validation-block {
  color: #D30001;
  font-weight: normal;
  font-size: 16px;
}
.btn {
  font-size: 15px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn01 .btn {
  background-color: #7BBE33;
  width: 120px;
  margin-left: 20px;
  margin-left: 15px;
  color: #fff;
}
.modal-dialog {
  margin: 95px auto 0;
  max-width: 600px;
  width: calc(100% - 40px);
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary {
  background: #3958A7;
  color: #fff;
  border: 2px solid #3958A7;
}
.btn-success {
  background: #7BBE33;
  color: #fff;
  max-width: 300px;
  width: 100%;
  text-align: center;
  padding: 18px 0;
  border-radius: 0;
  font-weight: normal;
  border: solid 1px;
  font-size: 18px;
  width: 100%;
  margin: 40px auto 0;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
}
.btn-success img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 30px;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #7BBE33;
  color: #fff;
  border: solid 1px #7BBE33;
  opacity: .7;
}
.form-control {
  box-shadow: none;
  border: 1px solid #D1C9C4;
  height: 64px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 0;
  width: 100%;
  padding: 19px 30px;
}
textarea.form-control {
  height: 200px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #7BBE33;
}
.active:after, dt.active:after {
  margin-top: 3px;
}
.btn-o:active:hover, .btn-o:active:focus, .btn-o:active.focus, .btn-o.active:hover, .btn-o.active:focus, .btn-o.active.focus, .open > .btn-o.dropdown-toggle:hover, .open > .btn-o.dropdown-toggle:focus, .open > .btn-o.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-green:active:hover, .btn-green:active:focus, .btn-green:active.focus, .btn-green.active:hover, .btn-green.active:focus, .btn-green.active.focus, .open > .btn-green.dropdown-toggle:hover, .open > .btn-green.dropdown-toggle:focus, .open > .btn-green.dropdown-toggle.focus {
  background-color: #3de578;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #000;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.contact-container textarea {
  height: 180px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: flex-end;
}
.btn-default {
  width: 80px;
  margin: 0;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
  margin: 0 auto;
}
.privacy-text__wrap {
  border: solid 1px #D1C9C4;
  padding: 24px;
  margin-top: 40px;
}
.privacy-text__box {
  height: 200px;
  overflow-y: scroll;
  padding-right: 24px;
}
.privacy-text__box::-webkit-scrollbar {
  width: 3px;
}
.privacy-text__box::-webkit-scrollbar-track {
  background-color: #D1C9C4;
}
.privacy-text__box::-webkit-scrollbar-thumb {
  background-color: #472A14;
}
@media screen and (max-width: 426px) {
  .modal-body {
    line-height: 1.3;
  }
  .btn-default {
    width: 60px;
    padding: 6px 0;
  }
  .btn01 .btn {
    margin-left: 8px;
    width: 100px;
    padding: 6px 0;
  }
  .modal-footer {
    padding: 10px 15px;
  }
}
/* フッター
* --------------------------------------- */
.footer-area__group {
  border-top: solid 1px #D1C9C4;
  padding: 50px 0 20px;
}
.footer-area__group ._logo img {
  width: 100%;
}
.footer-area__group ._logo {
  max-width: 250px;
  margin: 0 auto;
}
.footer-area__group ._copy a {
  color: #A39489;
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}
@media screen and (max-width: 426px) {
  .footer-area__group ._logo {
    max-width: 200px;
  }
}
/* スマートフォン
------------------------------------ */
.smartphone-fixd__box {
  display: none;
}
@media screen and (max-width: 789px) {
  .smartphone-fixd__wrap {
    position: fixed;
    bottom: 0;
    background-color: #ffffff85;
    padding: 10px 0;
    width: 100%;
  }
  .smartphone-fixd__box {
    display: block;
  }
  .smartphone-fixd__box a {
    background-color: #7BBE33;
    color: #fff;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 11px 0;
  }
  .smartphone-fixd__box a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 30px;
  }
}
/* お問い合わせありがとうございました
------------------------------------ */
.complete-area__group{
	margin-top: 90px;
}
.complete-text__wrap h1 {
    color: #472A14;
    font-family: "Hannari", serif;
    font-size: 40px;
    margin-bottom: 20px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #D1C9C4;
}
/*230215田中追記*/
@media screen and (min-width: 789px) {
.about-items__box {
    width: 50%;
}
}