@charset "utf-8";
/* CSS Document */
.pc {
  display: none;
}
.sp {
  display: block;
}
#header .inner {
  align-items: flex-start;
}
section {
  padding: 20px;
}
h2 {
  font-size: 20px;
  line-height: 2;
  padding: 0 10px 10px;
}
h2:before {
  content:
    "";
  width: 0;
  height: 1px;
  background: #0b457d;
  position:
    absolute;
  top: 25px;
  margin-left: -50px;
}
h2:after {
  content:
    "";
  width: 50px;
  height: 3px;
  background: #021b3c;
  position:
    absolute;
  top: 100%;
  margin-left: -25px;
  left: 50%;
}
.bt_area {
  flex-direction: column;
  width: 100%;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
.hamburger span:nth-child(3):after {
  font-size: 10px;
  top: 30px;
  content: "menu";
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(3):after {
  content: "";
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: #f1f1f1;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}
nav.globalMenuSp ul {
  /* background: #fb9ab7; */
  margin: 100px auto 0;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover {
  background: #C5CAE9;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration: none;
}
th, td {
  width: 100%;
  display: block;
  margin-top: -1px;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
#gnav ul {
  flex-direction: column;
}
#gnav ul li {
  width: 100%;
}
.point img, header img {
  max-width: 100%;
}
.sec01 span {
  border-radius: 5px;
  padding: 0 5px;
  border: 1px solid #d7b153;
  color: #d7b153;
}
.review .inner {
  padding: 0 15px;
}
.review ul li .bubble {
  padding: 8px !importnat;
}
.review ul li:nth-child(odd) .bubble, .review ul li:nth-child(even) .bubble {
  padding: 10px;
}
.review ul li img {
  width: 60px;
  margin: 0 10px;
}
.review ul li:nth-child(odd) .bubble:before, .review ul li:nth-child(odd) .bubble:after, .review ul li:nth-child(even) .bubble:before, .review ul li:nth-child(even) .bubble:after {
  top: 120px;
}
.review ul li h5 {
  width: 100%;
}
.point ul {
  flex-direction: column;
}
.point ul li {
  width: 100%;
  margin-bottom: 20px;
}
.flow ul li img {
  /* width:150px; */
}
.flow ul {
  flex-direction: column;
}
.flow ul li {
  width: 100%;
  position: relative;
  height:
    initial;
  margin-bottom: 40px;
  font-size: 16px;
  max-width: 100%;
  padding: 20px 0;
  border: 0;
}
.flow ul li {
  position: relative;
}
.flow ul li:after, .flow ul li:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-top: 0;
}
.box {
  flex-direction: column;
}
.box figure img {
  padding: 0;
  display: block;
  margin: 0 auto 20px;
}
.foot_bt .bt:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  padding-right: 5px;
  color: #fff;
}
.foot_bt .line:before {}
.foot_bt .bt, .foot_bt .line {
  color: #fff;
  width: 49%;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  border-bottom: 0;
}
.foot_bt .line i {
  font-size: 150%;
}
.foot_bt {
  background: #fff;
  padding-bottom: 5px;
  position: fixed;
  width: 100%;
  bottom: 0;
  display: flex;
}
.foot_bt .bt:hover, .foot_bt .line:hover {
  opacity: 0.7;
}
.g_box {
  flex-direction: column;
}
.g_box img {
  max-width: 100%;
  margin-bottom: 20px;
}
#logo {
  display: none;
}
#header {
  border: 0;
  height: 0;
}
th {
  border: 0;
  border-bottom: 2px solid
}
.Form {
  margin-top: 40px;
}
.Form-Item {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
  flex-wrap: wrap;
}
.Form-Item-Label {
  max-width: inherit;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.Form-Item-Label.isMsg {
  margin-top: 0;
}
.Form-Item-Label-Required {
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 32px;
  font-size: 10px;
}
.Form-Item-Input {
  margin-left: 0;
  margin-top: 18px;
  height: 40px;
  flex: inherit;
  font-size: 15px;
}
.Form-Item-Textarea {
  margin-top: 18px;
  margin-left: 0;
  height: 200px;
  flex: inherit;
  font-size: 15px;
}
.Form-Btn {
  margin-top: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 160px;
  font-size: 16px;
}
.sec01 ul li {
  width: 110px;
  height: 110px;
}
.sec01 ul li div {
  width: 95px;
  height: 95px;
}
body {
  background: none;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("/img/bg03.png") center no-repeat;
  background-size: cover;
}