@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*---------------------
カラム幅設定
----------------------*/
/*---------------------
カラー設定
----------------------*/
/*---------------------
ベンダープレフィックス初期設定
----------------------*/
/*---------------------
透明度　初期設定
----------------------*/
/*---------------------
フォントサイズ初期設定
----------------------*/
/*---------------------
フォントファミリー初期設定
----------------------*/
/*----------------
Retina,高解像度 対策
-----------------*/
/*---------------------
角丸　初期設定
----------------------*/
/*
.box {
     @include circle(100px);
     background: #fc0;
}
*/
/*---------------------
ボックスシャドウ　mixin
----------------------*/
/*
 div { @include box-shadow(8px, 8px);}
 */
/*---------------------
グラデーション　mixin
----------------------*/
/* 使用例
 div { @include gradient(#ff00ff, #ff00cc, vertical);}
*/
/*---------------------
デュレーション　mixin
----------------------*/
/*
.move{
    @include transition(0.5s);
}
*/
/*---------------------
キーフレーム　mixin
----------------------*/
@-webkit-keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes $animation-name {
  0% {
    color: #fff;
  }
  100% {
    color: #0094d5;
  }
}

@keyframes $animation-name {
  0% {
    color: #fff;
  }
  100% {
    color: #0094d5;
  }
}

/*---------------------
カラムグリッド mixin
----------------------*/
/*---------------------
カラムグリッド mixin
----------------------*/
/*　使用例 
div { @include ghost-button(“Trebuchet”, 12px, #ffffff, 5px, #34dec6, 4px, 300ms, #000000 );}
*/
/*---------------------
リンクカラー初期設定
----------------------*/
/*---------------------
汎用BOX用　マージンMIXIN リセット
----------------------*/
.m_0 {
  margin: 0 !important;
}

.p_0 {
  padding: 0 !important;
}

/*---------------------
汎用ボタンリンク用　
----------------------*/
.btn {
  -moz-user-select: none;
  background-image: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}

/*---------------------
フォント import
----------------------*/
/*---------------------
HTML BODY初期設定
----------------------*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #111;
}

html {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif  !important;
}

html li {
  list-style-type: none;
}

body {
  overflow-x: hidden;
}

/*---------------------
wrapper設定 
----------------------*/
#wrapper {
  -webkit-overflow-scrolling: touch;
}

/*---------------------
nav設定 
----------------------*/
/*---------------------
    スライド部分ドメイン
----------------------*/
.sl-slider {
  position: relative;
}

header {
  width: 100%;
  position: relative;
  z-index: 100;
  overflow-x: hidden;
}

h1.official-logo {
  margin: 0;
  padding: 0;
}

h1.official-logo img {
  display: block;
  width: 100%;
  max-width: 300px;
}

h1.official-logo img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1.official-logo img:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media screen and (max-width: 979px) {
  h1.official-logo {
    max-width: 200px;
    margin: 0;
    padding: 0;
  }
  h1.official-logo img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1.official-logo {
    max-width: 200px;
    margin: 0;
    padding: 0;
  }
  h1.official-logo img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.section-top-wrap {
  width: 100%;
  padding-top: 100px;
  margin-top: -100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 979px) {
  .section-top-wrap {
    width: 100%;
    overflow-x: hidden;
  }
}

.section-page-wrap {
  width: 100%;
  padding-top: 100px;
  margin-top: -100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 979px) {
  .section-page-wrap {
    width: 100%;
    overflow-x: hidden;
  }
}

.sectionbox-inner {
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.bg-message {
  background: url(../img/message_bg.png) no-repeat right center;
  background-size: 400px 400px;
}

.ch-head {
  margin-top: 60px;
}

.message-wrap {
  position: relative;
  margin-top: 80px;
  padding-bottom: 120px;
}

@media screen and (max-width: 979px) {
  .message-wrap {
    position: relative;
    margin-top: 80px;
    background-size: cover;
    padding-bottom: 250px;
  }
}

@media screen and (max-width: 767px) {
  .message-wrap {
    position: relative;
    margin-top: 60px;
    background-size: 100% auto;
    padding-bottom: 180px;
  }
}

.bn-information {
  width: 100%;
  margin: 20px 0;
}

.bn-information img {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bn-information img:hover {
  opacity: 0.8;
}

.information-wrap {
  width: 100%;
  background: #222 url(../img/info_bg.jpg) no-repeat bottom center;
  background-size: cover;
}

.information-inner {
  max-width: 1400px;
  padding: 60px 20px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.information {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 450px;
  overflow-y: auto;
}

.post {
  border-bottom: 1px solid #000;
  margin-top: 20px;
  padding-bottom: 15px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #222;
}

::-webkit-scrollbar-thumb {
  background-color: #ed778e;
}

.top-chip {
  position: absolute;
  background: url(../img/i_chip.png) no-repeat top center;
  width: 60px;
  height: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}

.service-headimg {
  display: block;
  width: 100%;
  margin-top: 80px;
}

.service-headimg img {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.service-wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 80px;
  padding: 20px;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service-wrap .service-box {
  width: calc(33.333% - 40px);
}

.service-wrap .service-box > h2 {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.service-wrap .service-box > h2 span {
  margin-top: 6px;
  margin-bottom: 30px;
  display: block;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

.service-wrap .service-box > p {
  text-align: justify;
  font-size: 1.8rem;
  line-height: 1.6;
}

.service-wrap .i-cate {
  width: 100%;
}

.service-wrap .i-cate img {
  display: block;
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}

@media screen and (max-width: 979px) {
  .service-wrap {
    display: block;
    padding: 0;
  }
  .service-wrap .service-box {
    width: 100%;
    margin-bottom: 60px;
  }
  .service-wrap .i-cate {
    width: 100%;
  }
  .service-wrap .i-cate img {
    display: block;
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .service-wrap {
    display: block;
  }
  .service-wrap .service-box > p {
    font-size: 1.6rem;
  }
  .service-wrap .i-cate {
    width: 100%;
  }
  .service-wrap .i-cate img {
    display: block;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
  }
}

.topbanner-wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 60px;
  padding: 20px;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topbanner-wrap .bn-service {
  width: 100%;
  margin-bottom: 40px;
}

.topbanner-wrap .bn-company {
  width: 50%;
  padding: 20px;
  margin-left: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topbanner-wrap .bn-contact {
  width: 50%;
  padding: 20px;
  margin-right: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .topbanner-wrap .bn-service {
    width: 100%;
    margin-bottom: 40px;
  }
  .topbanner-wrap .bn-company {
    width: 50%;
    padding: 20px;
    margin-left: -20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .topbanner-wrap .bn-contact {
    width: 50%;
    padding: 20px;
    margin-right: -20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 979px) {
  .topbanner-wrap .bn-service {
    width: 100%;
    margin-bottom: 40px;
  }
  .topbanner-wrap .bn-company {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .topbanner-wrap .bn-contact {
    width: 100%;
    padding: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  .topbanner-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

a.bn-link {
  display: block;
  background: #173950;
  width: 100%;
  max-width: 1400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border: 10px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.bn-link .bn-link-inner {
  padding: 140px;
  overflow: hidden;
}

a.bn-link .bn-panel {
  position: relative;
  width: 100%;
  max-width: 700px;
  padding: 60px 25px 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(20, 20, 20, 0.8);
  z-index: 1;
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

a.bn-link:hover {
  border: 10px solid #d9d4c9;
}

a.bn-link:hover .bn-panel {
  border: 2px solid #b8a379;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 1279px) {
  a.bn-link {
    display: block;
  }
  a.bn-link .bn-link-inner {
    padding: 70px;
    overflow: hidden;
  }
  a.bn-link .bn-panel {
    position: relative;
    width: 100%;
    max-width: 700px;
    padding: 60px 25px 0 25px;
  }
}

@media screen and (max-width: 767px) {
  a.bn-link {
    display: block;
  }
  a.bn-link .bn-link-inner {
    padding: 30px;
    overflow: hidden;
  }
  a.bn-link .bn-panel {
    position: relative;
    width: 100%;
    padding: 60px 30px 0 30px;
  }
}

.bnbg-service:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/bg_bn_service.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 0;
}

.bnbg-company:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/bg_bn_company.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 0;
}

.bnbg-contact:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/bg_bn_contact.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 0;
}

.bnbg-service:hover:after,
.bnbg-company:hover:after,
.bnbg-contact:hover:after {
  opacity: .85;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.footer-wrap {
  background-color: #000;
  padding: 40px 0;
}

.footer-inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-inner .footer-logo {
  width: 100%;
}

.footer-inner .footer-logo img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

.footer-inner .footer-address {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    display: block;
  }
  .footer-inner .footer-logo {
    width: 100%;
  }
  .footer-inner .footer-logo img {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  .footer-inner .footer-menu {
    width: 100%;
    text-align: center;
  }
  .footer-inner .footer-address {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

.copyright {
  display: block;
  padding: 10px 0;
  background: #000;
}

#page_top {
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 10;
}

#page_top a {
  text-align: center;
}

#page_top a img {
  display: block;
  width: 100%;
  max-width: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#page_top a:hover img {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  #page_top a img {
    max-width: 40px;
  }
}

@media screen and (max-width: 480px) {
  #page_top {
    bottom: 15%;
  }
  #page_top a img {
    max-width: 30px;
  }
}

#pagenavi {
  width: 100%;
  margin-top: 118px;
}

#pagenavi .pagenavi-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 979px) {
  #pagenavi {
    position: relative;
    margin-top: 118px;
  }
}

@media screen and (max-width: 767px) {
  #pagenavi {
    position: relative;
    margin-top: 80px;
  }
}

.pn-company {
  background: linear-gradient(135deg, rgba(32, 73, 101, 0.8), rgba(184, 163, 121, 0.8)), url(../img/pn_company.jpg) no-repeat top center;
  background-size: cover;
}

.pn-contact {
  background: linear-gradient(135deg, rgba(32, 73, 101, 0.8), rgba(184, 163, 121, 0.8)), url(../img/pn_contact.jpg) no-repeat top center;
  background-size: cover;
}

.pn-service {
  background: linear-gradient(135deg, rgba(32, 73, 101, 0.8), rgba(184, 163, 121, 0.8)), url(../img/pn_service.jpg) no-repeat bottom center;
  background-size: cover;
}

.company-wrap {
  position: relative;
  margin-top: 80px;
  margin-bottom: 120px;
}

.company-inner {
  max-width: 1400px;
  padding: 60px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

table.p-company-info {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

table.p-company-info th, table.p-company-info td {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table.p-company-info th {
  width: 30%;
  text-align: right;
  border-bottom: 1px solid #ed778e;
}

table.p-company-info td {
  width: 60%;
  border-bottom: 1px solid #aaa;
}

@media screen and (max-width: 767px) {
  table.p-company-info {
    width: 100%;
  }
  table.p-company-info th, table.p-company-info td {
    padding: 10px;
  }
  table.p-company-info th {
    padding-left: 0;
  }
  table.p-company-info td {
    padding-right: 0;
  }
  table.p-company-info th {
    width: 30%;
    text-align: left;
  }
  table.p-company-info td {
    width: 60%;
  }
}

.access-wrap {
  width: 100%;
  background: #204965;
}

.access-inner {
  max-width: 1400px;
  padding: 60px 20px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.access-map {
  text-align: center;
  padding: 10px 0 100px;
  margin-top: 60px;
}

.access-map iframe {
  width: 100%;
  max-width: 1400px;
  min-height: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .access-map {
    text-align: center;
    padding: 10px 10px 70px 10px;
  }
  .access-map iframe {
    width: 100%;
    max-width: 1200px;
    min-height: 400px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .access-map {
    text-align: center;
    padding: 10px 10px 50px 10px;
  }
  .access-map iframe {
    width: 100%;
    max-width: 1200px;
    min-height: 400px;
    margin: 0 auto;
  }
}

.privacy-wrap {
  margin-top: 80px;
  padding-bottom: 80px;
}

.privacy-wrap .privacy-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-form-wrap {
  margin-top: 40px;
  padding-bottom: 60px;
}

.contact-form-head {
  position: relative;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-form-head .flow {
  position: relative;
  width: 33.333%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.contact-form-head .flow img {
  display: block;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 20px);
  max-width: 60px;
}

.contact-form-head .txt {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
}

.contact-form-head::after {
  content: '';
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#204965), to(#b8a379));
  background: linear-gradient(to right, #204965, #b8a379);
  z-index: 1;
}

@media screen and (max-width: 979px) {
  .contact-form-head .flow {
    width: 33.333%;
    padding: 10px;
  }
  .contact-form-head .flow img {
    display: block;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 50px;
  }
  .contact-form-head .txt {
    font-size: 1.6rem;
  }
  .contact-form-head::after {
    top: 45px;
  }
}

@media screen and (max-width: 480px) {
  .contact-form-head .flow {
    width: 33.333%;
    padding: 5px;
  }
  .contact-form-head .flow img {
    display: block;
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 45px;
  }
  .contact-form-head .txt {
    font-size: 1.5rem;
  }
  .contact-form-head::after {
    top: 33px;
  }
}

.p-privacy {
  margin-top: 20px;
  text-align: center;
  font-size: 1.4rem;
}

.p-privacy a {
  color: #000;
  text-decoration: underline;
}

.p-privacy a:hover {
  color: #888;
  text-decoration: none;
}

.Form {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-Item {
  position: relative;
  border-top: 1px solid #e8e8e8;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Form-Item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 350px;
  height: 1px;
  background: #204965;
}

.Form-Item:nth-child(7)::after {
  background: none;
  height: 0;
}

@media screen and (max-width: 979px) {
  .Form-Item {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 979px) {
  .Form-Item::after {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.Form-Item-Label {
  position: relative;
  width: 100%;
  max-width: 350px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #222;
}

@media screen and (max-width: 979px) {
  .Form-Item-Label {
    display: block;
    max-width: inherit;
    font-size: 1.5rem;
    padding: 10px 0;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding-bottom: 2px;
  width: 48px;
  display: inline-block;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  border: 1px solid #204965;
  color: #204965;
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 1px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 32px;
    font-size: 10px;
  }
}

.Form-Input-Wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 600px;
}

@media screen and (max-width: 979px) {
  .Form-Input-Wrap {
    display: block;
    width: 100%;
    max-width: 900px;
    padding: 10px 0;
  }
}

.Form-Item-Input {
  border: 1px solid #ddd;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  height: 48px;
  background: #fafafa;
  font-size: 1.6rem;
}

.Form-Item-Input:focus {
  outline: solid 2px #204965;
}

@media screen and (max-width: 979px) {
  .Form-Item-Input {
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: #fafafa;
  font-size: 18px;
}

.Form-Item-Textarea:focus {
  outline: solid 2px #204965;
}

@media screen and (max-width: 979px) {
  .Form-Item-Textarea {
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}

.formSelect {
  background: #fafafa;
  border: 1px solid #ddd;
  height: 40px;
  width: 300px;
  position: relative;
  z-index: 1;
  margin-left: 40px;
  font-size: 1.6rem;
}

@media screen and (max-width: 979px) {
  .formSelect {
    margin-left: 0;
  }
}

.formSelect::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #888;
  border-right: 2px solid #888;
  z-index: -1;
}

.formSelect select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.btnFormWrap {
  width: 100%;
  margin: 0 auto;
  margin: 40px 0;
  text-align: center;
}

.Form-Btn {
  position: relative;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 3em;
  width: 100%;
  max-width: 400px;
  display: block;
  letter-spacing: 0.05em;
  border: none;
  background: #204965;
  border: 3px solid #204965;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.Form-Btn:hover {
  background: #fff;
  color: #204965;
  border: 3px solid #204965;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}

.Form-Btn2 {
  position: relative;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 3em;
  width: 100%;
  min-width: 300px;
  max-width: 400px;
  display: block;
  letter-spacing: 0.05em;
  border: none;
  background: #555;
  border: 3px solid #555;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.Form-Btn2:hover {
  background: #fff;
  color: #222;
  border: 3px solid #222;
}

@media screen and (max-width: 480px) {
  .Form-Btn2 {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.form-btn-wrap {
  position: relative;
  width: 100%;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-btn-wrap .forn-btn-back {
  width: 50%;
}

.form-btn-wrap .form-btn-ok {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .form-btn-wrap {
    display: block;
  }
  .form-btn-wrap .forn-btn-back {
    width: 100%;
  }
  .form-btn-wrap .form-btn-ok {
    width: 100%;
  }
}

.submitBtn1 {
  border: none;
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  -webkit-transition: ease .2s;
  transition: ease .2s;
  font-weight: 500;
  font-size: 2.2rem;
  font-family: 'Noto Serif JP', serif;
  background: #fff;
}

.submitBtn1 input[type="submit"] {
  position: relative;
  z-index: 3;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #000;
}

.submitBtn1 input[type="submit"]:hover {
  color: #fff;
}

.check-txt {
  display: block;
  font-size: 1.6rem;
  margin: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Form-Btn-Still {
  pointer-events: none;
  background: #ccc;
  border-color: #ccc;
}

.agree-check {
  text-align: center;
  padding: 12px 20px;
  margin-top: 15px;
  background-color: #f5f5f5;
  position: relative;
}

.agree-check span {
  font-weight: bold;
  padding-left: 10px;
}

.agree-check input {
  position: relative;
  margin: 0;
}

.txt-confirm {
  font-size: 1.6rem;
}

.txt-confirm-area {
  font-size: 1.6rem;
}

.error-msg {
  margin-top: 3px;
  font-size: 1.2rem;
  color: #ff0000;
}

@media screen and (max-width: 480px) {
  .error-msg {
    display: block;
    width: 100%;
    margin-top: 5px;
    font-size: 1.2rem;
    color: #ff0000;
  }
}

.p-contact-end {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.6rem;
}

.contact-tel-wrap {
  padding: 10px;
}

.contact-tel {
  border: 4px solid #dcdcdc;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

.contact-tel .contact-tel-inner {
  border: 1px solid #6388b5;
  background: rgba(255, 250, 250, 0.3);
  padding: 20px;
}

.contact-tel .tel-title {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}

.contact-tel .tel-number {
  font-family: 'EB Garamond', serif;
  font-size: 4rem;
}

.contact-tel .tel-number span {
  font-size: 1.9rem;
  color: #154888;
}

.bd-top-none {
  border-top: none;
}

.form-btn-wrap {
  position: relative;
  width: 100%;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-btn-wrap .forn-btn-back {
  width: 50%;
}

.form-btn-wrap .form-btn-ok {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .form-btn-wrap {
    display: block;
  }
  .form-btn-wrap .forn-btn-back {
    width: 100%;
  }
  .form-btn-wrap .form-btn-ok {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */