@charset "UTF-8";
/* 設定 */
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

body {
  background-color: #fff;
  line-height: 1.6;
  color: #707070;
  font-size: 15px;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

#wrapper {
  overflow: hidden;
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  /* IE向けのCSS */
  body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}

.top_h2,
.page_h2 {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  color: #00b9c1;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .top_h2,
  .page_h2 {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.top_h2 .enTtl,
.page_h2 .enTtl {
  display: inline-block;
  font-size: 25px;
}

.top_h2 .enTtl:after,
.page_h2 .enTtl:after {
  display: block;
  content: "";
  border-bottom: 1px solid #73D6D2;
  width: 100%;
}

.top_h2 .jpTtl,
.page_h2 .jpTtl {
  display: block;
  font-size: 16px;
}

p {
  letter-spacing: .6px;
  text-align: justify;
  text-justify: inter-ideograph;
}

a {
  vertical-align: bottom;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #707070;
}

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

section .bgShadow {
  position: relative;
  margin: 0 30px;
  padding: 30px 20px 50px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.top_h3 {
  margin-bottom: 50px;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  text-align: center;
  text-align: center;
  font-size: 20px;
}

.top_h3 span {
  display: block;
}

@media screen and (min-width: 768px) {
  .top_h3 {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.top_h3 span {
  display: block;
}

.arrowBtn {
  display: block;
  margin: auto;
  line-height: 50px;
  text-align: center;
  color: #00b9c1;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

@media screen and (min-width: 768px) {
  .arrowBtn {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.arrowBtn.Right {
  position: relative;
}

.arrowBtn.Right:before, .arrowBtn.Right:after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  position: absolute;
  height: 1px;
  right: 20px;
  top: 26px;
}

.arrowBtn.Right:after {
  width: 12px;
  -webkit-transform: rotate(40deg) translate(-1px, -4px);
  transform: rotate(40deg) translate(-1px, -4px);
}

.arrowBtn.Right:before {
  width: 26px;
}

.arrowBtn.Left {
  position: relative;
}

.arrowBtn.Left:before, .arrowBtn.Left:after {
  content: "";
  display: block;
  border-top: 1px solid;
  position: absolute;
  height: 1px;
  left: 20px;
  top: 26px;
}

.arrowBtn.Left:before {
  width: 12px;
  -webkit-transform: rotate(-40deg) translate(1px, -4px);
  transform: rotate(-40deg) translate(1px, -4px);
}

.arrowBtn.Left:after {
  width: 26px;
}

.arrowBtn.btnBlue {
  border: 1px solid #00b9c1;
}

.arrowBtn.btnBlue:before, .arrowBtn.btnBlue:after {
  border-color: #00b9c1;
}

.arrowBtn.btnBlue:hover {
  background-color: #00b9c1;
  color: #fff;
}

.arrowBtn.btnBlue:hover:before, .arrowBtn.btnBlue:hover:after {
  border-color: #fff;
}

@media screen and (min-width: 768px) {
  #wrapper {
    min-width: 1000px;
    min-height: 100vh;
    padding-bottom: 200px;
    position: relative;
  }
  .error #wrapper {
    padding: 0;
  }
  p {
    font-size: 14px;
  }
  a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .sectionInner,
  .headerInner,
  .mainvisual {
    min-width: 1000px;
    margin: auto;
    position: relative;
  }
  section .bgShadow {
    position: relative;
    margin: 0;
    padding: 30px 20px 50px;
    box-shadow: none;
    background-color: transparent;
  }
  .top_h2,
  .page_h2 {
    margin-bottom: 60px;
  }
  .top_h2 .enTtl,
  .page_h2 .enTtl {
    position: relative;
    font-size: 35px;
  }
  .top_h2 .enTtl:after,
  .page_h2 .enTtl:after {
    position: absolute;
    width: 50px;
    bottom: 15px;
  }
  .top_h2 .jpTtl,
  .page_h2 .jpTtl {
    display: inline-block;
  }
  .page_h2 .enTtl:after {
    bottom: 13px;
  }
  .top_h3 {
    font-size: 26px;
    margin-bottom: 70px;
  }
  .top_h3 span {
    display: inline-block;
  }
  .alignRight .top_h2,
  .alignRight .page_h2 {
    text-align: right;
    direction: rtl;
  }
  .alignRight .top_h2 > *,
  .alignRight .page_h2 > * {
    direction: ltr;
  }
  .alignRight .top_h2 .enTtl:after,
  .alignRight .page_h2 .enTtl:after {
    left: -60px;
  }
  .alignRight .top_h2 .jpTtl,
  .alignRight .page_h2 .jpTtl {
    margin-right: 70px;
  }
  .alignRight .top_h3 {
    text-align: right;
  }
  .alignLeft .top_h2,
  .alignLeft .page_h2 {
    text-align: left;
  }
  .alignLeft .top_h2 .enTtl:after,
  .alignLeft .page_h2 .enTtl:after {
    right: -60px;
  }
  .alignLeft .top_h2 .jpTtl,
  .alignLeft .page_h2 .jpTtl {
    margin-left: 70px;
  }
  .alignLeft .top_h3 {
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .sectionInner {
    max-width: 1000px;
    margin: auto;
  }
}

/*
■ mainvisual
 */
.mainvisual {
  height: 100vh;
  margin: 0 0 90px 30px;
  padding: 90px 0 0 0px;
  position: relative;
}

.mainvisual .scrollDown {
  position: absolute;
  bottom: -40px;
  right: 0;
}

.mainvisual .scrollDown a {
  display: block;
  width: 100px;
  color: #00b9c1;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mainvisual .scrollDown a {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.mainvisual .scrollDown .arrow {
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  width: 1px;
  height: 115px;
  overflow: hidden;
}

.mainvisual .scrollDown .arrow:before, .mainvisual .scrollDown .arrow:after {
  content: "";
  display: block;
  width: 1px;
}

.mainvisual .scrollDown .arrow:before {
  height: 100%;
  background-color: #00b9c1;
}

.mainvisual .scrollDown .arrow:after {
  height: 115px;
  background-color: #37436c;
  -webkit-animation: arrow 4.5s cubic-bezier(0.355, 0.02, 0.415, 0.855) infinite;
  animation: arrow 4.5s cubic-bezier(0.355, 0.02, 0.415, 0.855) infinite;
}

.mainvisual .scrollDown .arrowTxt {
  position: absolute;
  font-size: 13px;
  word-wrap: normal;
  top: 30px;
  left: -40px;
}

@-webkit-keyframes arrow {
  0%, 5% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%);
  }
  100% {
    -webkit-transform: translate(0, 70%);
    transform: translate(0, 70%);
  }
}

@keyframes arrow {
  0%, 5% {
    -webkit-transform: translate(0, -200%);
    transform: translate(0, -200%);
  }
  100% {
    -webkit-transform: translate(0, 70%);
    transform: translate(0, 70%);
  }
}

.mainImage {
  width: 100%;
  height: 100%;
}

.mainImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainCaption {
  position: absolute;
  top: 170px;
  right: 30px;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

@media screen and (min-width: 768px) {
  .mainCaption {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.mainCaption h1 {
  text-align: right;
}

.mainCaption span {
  display: block;
  margin-top: 50px;
}

/*
■ main
 */
.topSection {
  position: relative;
}

.top_about {
  padding: 150px 0 90px;
}

.top_about .bgImg {
  width: 75%;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
}

.top_investment {
  background-size: 85% 240px;
  padding: 120px 0;
}

.top_investment .bgImg {
  width: 85%;
  height: 240px;
  position: absolute;
  top: 0;
  right: 0;
}

.top_investment .bgShadow {
  padding: 0;
}

.top_investment .textArea {
  padding: 30px 20px 0;
}

.top_investment .intro {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 0;
}

.top_investment .intro h4 {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  color: #00b9c1;
  text-align: center;
  font-size: 17px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .top_investment .intro h4 {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.top_investment .intro h4 span {
  display: block;
}

.top_investment .intro:before, .top_investment .intro:after {
  content: "";
  position: absolute;
  width: 275px;
  border-top: 1px solid #dbdbdb;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top_investment .intro:before {
  top: 0;
}

.top_investment .intro:after {
  bottom: 0;
}

.top_investment .pointTtl {
  position: relative;
  padding: 38px 0 30px;
}

.top_investment .pointTtl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 36px;
  margin-left: -10px;
  border-top: 18px solid #00b9c1;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}

.top_investment .pointTtl p {
  color: #00b9c1;
  text-align: center;
  font-size: 20px;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  text-align: center;
}

.top_investment .pointTtl p span {
  display: block;
}

@media screen and (min-width: 768px) {
  .top_investment .pointTtl p {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.top_investment .boxItem {
  color: #fff;
  margin-bottom: 30px;
  padding: 15px 30px 30px;
  background: url(../images/top/point_bk_sp.jpg) center/cover no-repeat;
  position: relative;
}

.top_investment .boxItem h4 {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.top_investment .boxItem h4 span {
  display: block;
}

@media screen and (min-width: 768px) {
  .top_investment .boxItem h4 {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.top_investment .boxItem p {
  font-size: 14px;
}

.top_investment .boxItem:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 59px;
}

.top_investment .boxItem.box01:before {
  background: url(../images/top/point1.png) 0 0/auto 59px no-repeat;
}

.top_investment .boxItem.box02:before {
  background: url(../images/top/point2.png) 0 0/auto 59px no-repeat;
}

.top_investment .boxItem.box03 {
  margin-bottom: 0;
}

.top_investment .boxItem.box03:before {
  background: url(../images/top/point3.png) 0 0/auto 59px no-repeat;
}

.top_products {
  padding: 30px 30px 50px;
  margin-bottom: 90px;
  background: #F8F8F8 url(../images/top/Product/bk_product_sp.jpg) center 0/100% no-repeat;
}

.top_products .products_h2 {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  text-align: center;
  color: #00b9c1;
  margin-bottom: 30px;
}

.top_products .products_h2 span {
  display: block;
}

@media screen and (min-width: 768px) {
  .top_products .products_h2 {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.top_products .products_h2 .enTtl {
  font-size: 27px;
}

.top_products .products_h2 .jpTtl {
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.top_products .products_h2 .jpTtl:before, .top_products .products_h2 .jpTtl:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #00b9c1;
  position: absolute;
  top: 50%;
}

.top_products .products_h2 .jpTtl:before {
  left: -62px;
}

.top_products .products_h2 .jpTtl:after {
  right: -62px;
}

.top_products .top_h3 {
  margin-bottom: 30px;
}

.top_products .top_h3 span {
  display: inline-block;
}

.top_products .top_h3 .textLlightblue {
  color: #00b9c1;
  font-size: 21px;
}

.top_products .top_h3 .textBlue {
  color: #37436c;
  font-size: 21px;
}

.top_products .top_h3 .br {
  font-size: 18px;
}

.top_products .twoBox {
  margin-bottom: 20px;
}

.top_products .twoBox a {
  color: #fff;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}

.top_products .twoBox a:before, .top_products .twoBox a:after {
  content: "";
  display: block;
  border-right: 1px solid #fff;
  position: absolute;
  width: 1px;
  left: 50%;
  bottom: 40px;
}

.top_products .twoBox a:before {
  height: 15px;
  -webkit-transform: rotate(-45deg) translate(-4px, -2px);
  transform: rotate(-45deg) translate(-4px, -2px);
}

.top_products .twoBox a:after {
  height: 30px;
  width: 2px;
}

.top_products .twoBox a div {
  margin-top: -10px;
}

.top_products .twoBox p {
  font-size: 14px;
  text-align: center;
}

.top_products .twoBox .linkTtl {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  text-align: center;
  font-size: 21px;
  margin: 0 0 10px;
}

.top_products .twoBox .linkTtl span {
  display: block;
}

@media screen and (min-width: 768px) {
  .top_products .twoBox .linkTtl {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.top_products .twoBox > div a {
  width: 284px;
  margin: auto;
}

.top_products .twoBox .hrLink a {
  height: 275px;
  background: url(../images/top/Product/product_hight_btn_sp.png) 0 top/100% no-repeat;
  position: relative;
  z-index: 5;
}

.top_products .twoBox .soLink {
  position: relative;
  z-index: 5;
}

.top_products .twoBox .soLink a {
  height: 295px;
  background: url(../images/top/Product/product_stayble_btn_sp.png) 0 top/100% no-repeat;
  margin-top: -35px;
}

.top_products .hrBox,
.top_products .soBox {
  position: relative;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.top_products .hrBox .boxDetail,
.top_products .soBox .boxDetail {
  padding: 0 20px 40px;
}

.top_products .hrBox .h3 {
  background: url(../images/top/Product/band_hightreturn_sp.jpg) 0 0/cover no-repeat;
}

.top_products .hrBox .products02Mark {
  color: #00b9c1;
}

.top_products .hrBox .boxDetail {
  margin-bottom: 40px;
}

.top_products .hrBox .boxDetail div {
  margin-bottom: 30px;
  text-align: center;
}

.top_products .hrBox .boxDetail p {
  font-size: 14px;
}

.top_products .soBox .h3 {
  background: url(../images/top/Product/band_stable_sp.jpg) 0 0/cover no-repeat;
}

.top_products .soBox .products02Mark {
  color: #37436c;
}

.top_products .soClosing {
  font-size: 14px;
}

.top_products .products02 .h3 {
  color: #fff;
  font-size: 13px;
  margin-bottom: 40px;
  padding: 10px 20px;
  text-align: center;
}

.top_products .products02 .h3 span {
  display: block;
  font-size: 22px;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  text-align: center;
  margin-bottom: 5px;
}

.top_products .products02 .h3 span span {
  display: block;
}

@media screen and (min-width: 768px) {
  .top_products .products02 .h3 span {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.top_products .products02Mark {
  display: block;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 13px;
  text-align: right;
  padding-right: 10px;
  line-height: 30px;
}

@media screen and (min-width: 768px) {
  .top_products .products02Mark {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.top_products .soSub {
  margin-bottom: 40px;
  color: #37436c;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top_products .soSub {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.top_products .threeBox {
  border-bottom: 1px solid #37436c;
  margin-bottom: 30px;
}

.top_products .threeBox .boxItem {
  border-top: 1px solid #37436c;
  padding: 15px 10px 20px;
  font-size: 14px;
  text-align: center;
}

.top_products .threeBox .iconBox {
  margin-bottom: 15px;
}

.top_products .threeBox h4 {
  margin-bottom: 10px;
  font-weight: bold;
  color: #37436c;
}

.top_products .threeBox p {
  text-align: left;
}

.top_flow {
  padding: 110px 30px 0;
  background-size: 100%;
}

.top_flow .bgImg {
  width: 100%;
  height: 190px;
  position: absolute;
  top: 0;
  right: 0;
}

.top_flow .sectionInner {
  background-color: #fff;
  padding: 30px 0 80px;
  position: relative;
}

.top_flow .top_h2 {
  margin-bottom: 50px;
}

.top_flow .flowBox {
  background: url(../images/top/Flow/flow_arrow.svg) 30px 0 no-repeat;
}

.top_flow .flowBox dt,
.top_flow .flowBox dd {
  display: inline-block;
  vertical-align: top;
}

.top_flow .flowBox dt {
  width: 20%;
  background-color: #fff;
}

.top_flow .flowBox dd {
  font-size: 14px;
  width: 72%;
  margin: 0 0 0 5%;
  height: 110px;
}

.top_flow .flowBox dd .flowBoxTtl {
  display: block;
  font-size: 17px;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  color: #00b9c1;
}

@media screen and (min-width: 768px) {
  .top_flow .flowBox dd .flowBoxTtl {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.top_news {
  padding: 30px 0 60px;
}

.top_news .sectionInner {
  background-color: #fff;
  padding: 0 30px;
}

.top_news .topPost {
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-bottom: 40px;
}

.top_news .postImg {
  padding-top: 53%;
  position: relative;
}

.top_news .postImg a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.top_news .postImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_news .postTxt {
  padding: 20px 20px 10px;
}

.top_news .postTxtHead {
  margin-bottom: 20px;
  font-size: 13px;
}

.top_news .postTxtHead .date {
  font-size: 12px;
}

.top_news .postTxt .postCat a {
  color: #00b9c1;
  margin-left: 10px;
  vertical-align: baseline;
}

.top_news .postTxt .postCat a:hover {
  text-decoration: underline;
}

.top_news .postTxt .postTtl {
  margin-bottom: 20px;
  font-size: 15px;
}

.top_news .postTxt .postTtl a {
  color: #707070;
  font-weight: bold;
}

.top_news .postTxt .postBody {
  margin-bottom: 20px;
  font-size: 14px;
}

.top_news .postTxt .moredetail {
  text-align: right;
}

.top_news .postTxt .moredetail a {
  color: #00b9c1;
  text-decoration: underline;
  font-size: 13px;
  opacity: 0.8;
}

.top_news .readmoreBtn a {
  width: 250px;
  height: 45px;
  font-size: 17px;
  line-height: 45px;
}

.top_company {
  padding: 110px 0 80px;
  background: url(../images/top/bk_company_sp.jpg) center top/cover no-repeat;
}

.top_company .top_h2 {
  margin-bottom: 50px;
}

.top_company .top_h2 .enTtl {
  font-size: 22px;
}

.top_company .sectionInner {
  padding: 0 30px;
}

.top_company dt,
.top_company dd {
  display: inline-block;
  vertical-align: top;
}

.top_company dt {
  color: #00b9c1;
  width: 22%;
  font-size: 13px;
  padding-right: 6px;
  margin-right: 10px;
  position: relative;
}

.top_company dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-bottom: 1px solid #00b9c1;
  width: 4px;
}

.top_company dd {
  width: 72%;
  font-size: 14px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  /*
■ mainvisual
 */
  .mainvisual {
    /* コーディング終わったら消す */
    padding: 135px 0 115px 200px;
    margin: 0 0 100px 0;
  }
  .mainvisual .mainCaption {
    top: auto;
    bottom: 160px;
    right: 100px;
  }
  .mainvisual .mainCaption span {
    display: none;
  }
  .mainvisual .scrollDown {
    bottom: 20px;
    right: 40px;
  }
  .mainvisual .scrollDown a {
    width: auto;
    font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .mainvisual .scrollDown a {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

@media screen and (min-width: 768px) {
  .mainvisual .scrollDown .arrowTxt {
    position: static;
  }
  .top_about {
    padding: 0;
    margin-bottom: 180px;
  }
  .top_about .bgImg {
    background-position: center;
    max-width: 1000px;
    width: 100%;
    height: 500px;
    margin: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .top_about .bgImg img {
    position: absolute;
    top: 0;
    right: 750px;
    height: 100%;
  }
  .top_about .sectionInner {
    min-height: 500px;
  }
  .top_about .textArea {
    width: 750px;
    min-height: 500px;
    padding: 70px 0 0;
    text-align: right;
    background-color: #fff;
    float: right;
  }
  .top_about .textArea p {
    width: 620px;
    margin-left: auto;
    line-height: 1.7;
    text-align: left;
  }
  .top_investment {
    padding: 0;
    margin-bottom: 210px;
  }
  .top_investment .bgImg {
    background-position: center;
    max-width: 1000px;
    width: 100%;
    height: 828px;
    margin: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .top_investment .bgImg img {
    position: absolute;
    top: 0;
    left: 750px;
    height: 100%;
  }
  .top_investment .intro {
    width: 600px;
    overflow: hidden;
    margin-bottom: 0;
    padding: 0 0 50px;
  }
  .top_investment .intro:before, .top_investment .intro:after {
    content: none;
  }
  .top_investment .intro:after {
    width: 100%;
  }
  .top_investment .intro h4 {
    text-align: left;
    position: relative;
    display: inline-block;
    font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .top_investment .intro h4 {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

@media screen and (min-width: 768px) {
  .top_investment .intro h4 span {
    display: inline-block;
  }
  .top_investment .intro h4:after {
    content: "";
    position: absolute;
    width: 275px;
    border-top: 1px solid #dbdbdb;
    top: 13px;
    left: 105%;
  }
  .top_investment .intro p {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
  }
  .top_investment .bgShadow {
    min-height: 795px;
  }
  .top_investment .textArea {
    width: 750px;
    min-height: 795px;
    padding: 70px 0 0;
    background-color: #fff;
  }
  .top_investment .textArea p {
    font-size: 13px;
    position: relative;
    z-index: 5;
  }
  .top_investment .point {
    position: absolute;
    left: 0;
    bottom: -53px;
  }
  .top_investment .pointTtl {
    padding: 0;
    margin-bottom: 46px;
  }
  .top_investment .pointTtl:before {
    top: 6px;
    left: 0;
    margin-left: 0;
  }
  .top_investment .pointTtl p {
    text-align: left;
    padding-left: 30px;
  }
  .top_investment .pointTtl p span {
    display: inline-block;
  }
  .top_investment .threeBox {
    display: -webkit-box;
    display: flex;
    margin-left: -35px;
  }
  .top_investment .boxItem {
    display: inline-block;
    width: 310px;
    margin: 0 0 0 35px;
    padding: 15px 30px 60px;
    background: url(../images/top/point_bk_pc.png) center/cover no-repeat;
  }
  .top_investment .boxItem.box01:before, .top_investment .boxItem.box02:before, .top_investment .boxItem.box03:before {
    width: 60px;
    height: 101px;
    background-size: auto 101px;
  }
  .top_investment .boxItem h4 {
    height: 70px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .top_products {
    padding: 160px 0 145px;
    background: #F8F8F8 url(../images/top/Product/bk_product_pc.jpg) center 0/100% no-repeat;
  }
  .top_products .products_h2 {
    margin-bottom: 60px;
  }
  .top_products .products_h2 .enTtl {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .top_products .top_h3 {
    width: 430px;
    margin: 0 auto 70px;
  }
  .top_products .top_h3 .textLlightblue,
  .top_products .top_h3 .textBlue {
    font-size: 24px;
  }
  .top_products .top_h3 .br {
    font-size: 20px;
  }
  .top_products .twoBox {
    text-align: center;
    margin-bottom: 110px;
  }
  .top_products .twoBox a:before, .top_products .twoBox a:after {
    bottom: 50px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .top_products .twoBox a:before {
    -webkit-transform: rotate(-45deg) translate(-5px, -1px);
    transform: rotate(-45deg) translate(-5px, -1px);
  }
  .top_products .twoBox a:hover {
    opacity: 0.8;
  }
  .top_products .twoBox a:hover:before, .top_products .twoBox a:hover:after {
    bottom: 40px;
  }
  .top_products .twoBox .hrLink,
  .top_products .twoBox .soLink {
    display: inline-block;
    vertical-align: top;
  }
  .top_products .twoBox .hrLink a,
  .top_products .twoBox .soLink a {
    width: 394px;
    height: 330px;
  }
  .top_products .twoBox .hrLink a {
    background: url(../images/top/Product/product_hight_btn_pc.png) 0 top/100% no-repeat;
  }
  .top_products .twoBox .soLink a {
    background: url(../images/top/Product/product_stayble_btn_pc.png) 0 top/100% no-repeat;
    margin: 0 0 0 -37px;
  }
  .top_products .twoBox .linkTtl {
    font-size: 26px;
    margin: 0 0 30px;
  }
  .top_products .twoBox p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .top_products .hrBox,
  .top_products .soBox {
    padding: 40px 50px 10px;
  }
  .top_products .hrBox .products02Mark,
  .top_products .soBox .products02Mark {
    color: #fff;
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 5;
  }
  .top_products .hrBox {
    margin-bottom: 70px;
  }
  .top_products .hrBox .h3 {
    background: url(../images/top/Product/band_hightreturn_pc.jpg) 0 0/cover no-repeat;
  }
  .top_products .hrBox .boxDetail {
    margin-bottom: 0;
  }
  .top_products .hrBox .boxDetail div {
    margin-bottom: 50px;
  }
  .top_products .hrBox .boxDetail p {
    padding: 0 50px;
    font-size: 13px;
  }
  .top_products .soBox .h3 {
    background: url(../images/top/Product/band_stable_pc.jpg) 0 0/cover no-repeat;
  }
  .top_products .soSub {
    margin-bottom: 35px;
    font-size: 15px;
  }
  .top_products .threeBox {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border: none;
    margin-bottom: 13px;
  }
  .top_products .threeBox .boxItem {
    width: 270px;
    height: 200px;
    padding: 16px 20px 0;
    border: 1px solid #37436c;
    margin-bottom: 27px;
  }
  .top_products .threeBox .boxItem h4 {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 13px;
  }
  .top_products .threeBox .boxItem p {
    font-size: 13px;
  }
  .top_products .soClosing {
    text-align: center;
    padding: 0 36px;
    font-size: 13px;
  }
  .top_products .boxTtl {
    position: relative;
  }
  .top_products .products02 .h3 {
    text-align: left;
    position: relative;
    padding: 10px 20px 10px 30px;
  }
  .top_products .products02 .h3 span {
    display: inline-block;
    position: relative;
    margin: 0 20px 0 0;
  }
  .top_products .products02 .h3 span:before {
    content: "";
    display: block;
    width: 5px;
    height: 15px;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    position: absolute;
    top: 13px;
    right: -11px;
  }
  .top_flow {
    padding: 0;
    margin-bottom: 180px;
  }
  .top_flow .bgImg {
    background-position: center;
    max-width: 1000px;
    width: 100%;
    height: 600px;
    margin: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .top_flow .bgImg img {
    position: absolute;
    top: 0;
    left: 750px;
    height: 100%;
  }
  .top_flow .sectionInner {
    padding: 0;
    background: transparent;
  }
  .top_flow .textArea {
    width: 750px;
    min-height: 600px;
    padding-top: 160px;
    background-color: #fff;
  }
  .top_flow .flowBox {
    padding-top: 20px;
    background: url(../images/top/Flow/flow_arrow.svg) 0 0/contain no-repeat;
  }
  .top_flow .flowBox dl {
    margin-left: 30px;
  }
  .top_flow .flowBox dt {
    width: 65px;
  }
  .top_flow .flowBox dd {
    margin-left: 15px;
    width: 87%;
    height: auto;
    margin-bottom: 46px;
  }
  .top_flow .flowBox dd span {
    display: inline-block;
    font-size: 13px;
  }
  .top_flow .flowBox dd span:not([class]) {
    margin-top: 5px;
  }
  .top_flow .flowBox dd .flowBoxTtl {
    display: inline-block;
    vertical-align: top;
    width: 100px;
  }
  .top_news {
    margin-bottom: 120px;
    padding: 0;
  }
  .top_news .sectionInner {
    padding: 0;
  }
  .top_news .textArea {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
  .top_news .top_h2 {
    margin-bottom: 0;
  }
  .top_news .topPost {
    display: -webkit-box;
    display: flex;
    box-shadow: none;
    margin-bottom: 50px;
  }
  .top_news .topPost > div {
    width: 50%;
  }
  .top_news .topPost .postImg {
    padding: 0;
    width: 500px;
    height: 350px;
  }
  .top_news .topPost .postImg a:hover {
    opacity: 0.8;
  }
  .top_news .topPost .postTxt {
    margin-top: 100px;
    padding: 10px 0 10px 50px;
  }
  .top_news .topPost .postTxtHead {
    text-align: right;
    font-size: 11px;
    margin-bottom: 30px;
  }
  .top_news .topPost .postTxt .postTtl a:hover {
    text-decoration: underline;
  }
  .top_news .topPost .postTxt .postBody {
    font-size: 13px;
    margin-bottom: 50px;
  }
  .top_news .topPost .postTxt .moredetail a:hover {
    text-decoration: none;
  }
  .top_company {
    padding: 180px 0;
    background: url(../images/top/bk_company_pc.jpg) center top/cover no-repeat;
  }
  .top_company .sectionInner {
    padding: 0;
  }
  .top_company dt {
    width: 80px;
  }
  .top_company dt:after {
    right: 15px;
  }
  .top_company dd {
    width: 90%;
    width: calc(100% - 100px);
  }
}

.pageTtl {
  padding: 95px 0 50px;
}

.page_h2 {
  margin-bottom: 0;
}

.page_h2 .enTtl {
  font-size: 26px;
  margin-bottom: 6px;
}

.page_h2 .jpTtl {
  font-size: 16px;
}

.goTop {
  width: 35px;
  height: 35px;
  position: fixed;
  right: 20px;
  bottom: 40px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
  z-index: 1;
}

.fewscroll .goTop {
  opacity: .7;
  pointer-events: auto;
}

.pageInfo {
  font-size: 14px;
}

.pageInfo .contentInner {
  padding: 0 30px 40px;
}

@media screen and (min-width: 768px) {
  .page_h2 .enTtl {
    font-size: 30px;
  }
  .page_h2 .jpTtl {
    font-size: 15px;
  }
  .pageTtl {
    padding: 180px 0 80px;
  }
  .contentInner {
    max-width: 800px;
    margin: auto;
  }
  .goTop {
    width: 50px;
    height: 50px;
    right: 4px;
    bottom: 4px;
  }
  .goTop:hover {
    opacity: 1;
  }
  .pageInfo p {
    font-size: 13px;
  }
  .pageInfo span {
    display: block;
  }
  .pageInfo .contentInner {
    padding: 0 0 60px;
  }
}

.page-id-94 .ac01 li:nth-child(1) a {
  color: #dbdbdb;
}

article {
  -webkit-animation: newsAnime 1s ease 0s;
  animation: newsAnime 1s ease 0s;
}

.page-load-status > * {
  -webkit-animation: newsAnime .5s ease 0s;
  animation: newsAnime .5s ease 0s;
}

@-webkit-keyframes newsAnime {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes newsAnime {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

.ac01 .current a {
  color: #dbdbdb !important;
}

.ac02 [aria-current="page"],
.ac02 .current a {
  color: #dbdbdb !important;
}

.currentAll a {
  color: #dbdbdb !important;
}

.acPost {
  margin-bottom: 40px;
}

.acPost .ac01 .acBtn {
  background-color: #00b9c1;
}

.acPost .ac01 li {
  border-bottom: 1px solid #00b9c1;
}

.acPost .ac01 li a {
  color: #00b9c1;
}

.acPost .ac01 li a:active {
  color: #dbdbdb;
}

.acPost .ac02 .acBtn {
  background-color: #c6c6c6;
}

.acPost .ac02 li {
  border-bottom: 1px solid #dedede;
}

.acPost .ac02 li a {
  color: #707070;
}

.acPost .acBtn {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  padding: 0 30px;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  position: relative;
}

@media screen and (min-width: 768px) {
  .acPost .acBtn {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.acPost .acBtn span {
  display: inline-block;
  width: 78px;
}

.acPost .acBtn:after {
  content: "";
  border: 5px solid transparent;
  border-top: 9px solid #fff;
  position: absolute;
  top: 17px;
  right: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.acPost .acBtn.open:after {
  border: 5px solid transparent;
  border-bottom: 9px solid #fff;
  top: 12px;
}

.acBox ul {
  display: none;
}

.acBox ul li {
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.acBox ul li a {
  display: block;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

@media screen and (min-width: 768px) {
  .acBox ul li a {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.postContainer .postList .contentInner {
  padding: 0 30px;
}

.postContainer .postList article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dedede;
}

.postContainer .postList .postFirst a {
  display: block;
}

.postContainer .postList .postImg {
  padding-top: 63%;
  position: relative;
}

.postContainer .postList .postImg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.postContainer .postList .postTxtHead {
  margin-bottom: 20px;
}

.postContainer .postList .postTtl {
  padding: 15px 15px 28px;
  font-weight: bold;
}

.postContainer .postList .postBody a {
  text-decoration: underline;
}

.postContainer .postList .moredetail {
  display: inline-block;
  margin-left: 10px;
}

.postContainer .postFirst {
  position: relative;
  margin-bottom: 20px;
}

.postContainer .postTtl {
  width: 100%;
  color: #fff;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(../images/page/grade_small.png) center bottom/cover no-repeat;
}

.postContainer .postTtl a {
  color: inherit;
}

.postContainer .postTxtHead {
  font-size: 13px;
}

.postContainer .postCat a {
  color: #00b9c1;
  padding-left: 10px;
  vertical-align: baseline;
}

.postContainer .postCat a:hover {
  text-decoration: underline;
}

.postContainer .postTxt {
  font-size: 14px;
}

.postContainer .postTxt p {
  letter-spacing: .5px;
}

.postContainer .postTxt a {
  color: #00b9c1;
}

.postContainer .postSingle {
  padding-bottom: 150px;
}

.postContainer .postSingle .postImg {
  margin-bottom: 20px;
}

.postContainer .postSingle .postImg img {
  width: 100%;
  height: 223px;
  -o-object-fit: cover;
  object-fit: cover;
}

.postContainer .postSingle .postTxtHead {
  padding: 0 20px;
  margin-bottom: 12px;
}

.postContainer .postSingle .postTtl {
  padding: 15px 20px 28px;
  font-weight: bold;
  font-size: 17px;
}

.postContainer .postSingle .postTxt {
  padding: 0 30px 50px;
  line-height: 1.8;
}

.postContainer .date {
  color: #aaa;
  font-size: 12px;
}

.postContainer .viewMoreBtn {
  margin: 10px 0 140px;
  text-align: center;
}

.postContainer .viewMoreBtn a {
  padding-bottom: 20px;
  font-size: 22px;
  color: #00b9c1;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  background: url(../images/page/post_arrow.png) center bottom/20px no-repeat;
}

@media screen and (min-width: 768px) {
  .postContainer .viewMoreBtn a {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.postContainer .page-load-status {
  margin: 30px 0 100px;
}

.postContainer .page-load-status p, .postContainer .page-load-status div {
  color: #00b9c1;
  text-align: center;
}

.postContainer .backToListBtn a {
  width: 200px;
  height: 50px;
  line-height: 50px;
}

section.no-results {
  min-height: 300px;
}

@media screen and (min-width: 768px) {
  .currentAll a {
    background-color: #00b9c1 !important;
    color: #fff !important;
  }
  .ac01 .current a {
    background-color: #00b9c1;
    color: #fff !important;
  }
  .ac02 [aria-current="page"],
  .ac02 .current a {
    color: #00b9c1 !important;
    text-decoration: underline;
  }
  .ac01 ul,
  .ac02 ul {
    font-size: 0;
  }
  .ac01 ul li,
  .ac02 ul li {
    font-size: 15px;
  }
  .acPost .acBtn {
    display: none;
  }
  .acPost .ac01 {
    background-color: #fff;
    border-bottom: 1px solid #00b9c1;
  }
  .acPost .ac01 ul {
    display: -webkit-box;
    display: flex;
  }
  .acPost .ac01 li {
    border-bottom: none;
    border-left: 1px solid #fff;
    border-top: 1px solid transparent;
  }
  .acPost .ac01 li:nth-child(1) {
    border-left: none;
  }
  .acPost .ac01 li a {
    width: 267px;
  }
  .acPost .ac01 li a:hover {
    background-color: #00b9c1;
    color: #fff;
  }
  .acPost .ac02 {
    background-color: #efefef;
  }
  .acPost .ac02 ul {
    padding-left: 40px;
  }
  .acPost .ac02 li {
    display: inline-block;
    border-bottom: none;
    padding-right: 60px;
  }
  .acPost .ac02 li:nth-child(1) {
    display: none;
  }
  .acPost .ac02 li a {
    color: #bababa;
  }
  .acPost .ac02 li a:hover {
    color: #00b9c1;
    text-decoration: underline;
  }
  .acBox ul {
    display: block;
    max-width: 800px;
    margin: auto;
  }
  .acBox ul li {
    height: 36px;
    line-height: 36px;
  }
  .acBox ul li a {
    display: block;
  }
  .postContainer .postList .contentInner {
    padding: 0;
    margin-bottom: 70px;
  }
  .postContainer .postList article {
    display: -webkit-box;
    display: flex;
  }
  .postContainer .postList article > div {
    width: 50%;
  }
  .postContainer .postList .postImg {
    padding-top: 59%;
    height: 100%;
  }
  .postContainer .postList .postFirst {
    width: 420px;
    margin-bottom: 0;
  }
  .postContainer .postList .postFirst a {
    height: 100%;
  }
  .postContainer .postList .postFirst a * {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .postContainer .postList .postFirst a:hover .postTtl {
    text-decoration: underline;
  }
  .postContainer .postList .postFirst a:hover .postImg {
    opacity: .8;
  }
  .postContainer .postList .postTtl {
    min-height: 100px;
    padding: 15px 20px 28px;
  }
  .postContainer .postList .postTxt {
    padding: 20px 0 0 50px;
  }
  .postContainer .postList .postTxtHead {
    text-align: right;
    margin-bottom: 50px;
    font-size: 11px;
  }
  .postContainer .postList .postBody a:hover {
    text-decoration: none;
  }
  .postContainer .postList .postCat a:hover {
    text-decoration: underline;
  }
  .postContainer .postList .moredetail {
    display: block;
    margin-top: 60px;
    font-size: 12px;
    text-align: right;
  }
  .postContainer .postList .moredetail a:hover {
    opacity: .8;
  }
  .postContainer .postTtl {
    font-size: 14px;
  }
  .postContainer .postTxt p {
    font-size: 13px;
  }
  .postContainer .postSingle {
    padding-bottom: 300px;
  }
  .postContainer .postSingle .postTxtHead {
    padding-left: 0;
    font-size: 12px;
  }
  .postContainer .postSingle .postTtl {
    font-size: 19px;
    font-weight: bold;
    min-height: 107px;
    padding: 25px 30px 38px;
    background: url(../images/page/grade_big.png) center bottom/cover no-repeat;
  }
  .postContainer .postSingle .postImg {
    margin-bottom: 40px;
  }
  .postContainer .postSingle .postImg img {
    height: 500px;
  }
  .postContainer .postSingle .postTxt {
    padding: 0 0 110px;
  }
  .postContainer .viewMoreBtn {
    margin: 30px 0 210px;
  }
  .postContainer .viewMoreBtn a {
    padding-bottom: 30px;
    font-size: 18px;
    background-size: 25px;
  }
  .postContainer .viewMoreBtn a:hover {
    padding-bottom: 40px;
  }
  .postContainer .backToListBtn a {
    width: 300px;
  }
  .postContainer .date {
    font-size: 11px;
  }
}

.thanks .backTop a {
  width: 250px;
  height: 50px;
  line-height: 50px;
}

@media screen and (min-width: 768px) {
  .thanks .backTop a {
    width: 350px;
  }
  .contact .pageTtl,
  .page-id-7 .pageTtl,
  .page-id-9 .pageTtl {
    padding-bottom: 50px;
  }
}

/* formStepのカラー変更 */
form .formStep li:nth-child(1),
.um-page-register .formStep li:nth-child(1) {
  background-color: #00b9c1;
}

.custom-wpcf7c-confirmed .formStep li:nth-child(1) {
  background-color: #d6d6d6;
}

.custom-wpcf7c-confirmed .formStep li:nth-child(2) {
  background-color: #00b9c1;
}

.stepActive {
  background-color: #00b9c1;
}

.thanks .formStep li:nth-child(1), .thanks .formStep li:nth-child(2) {
  background-color: #d6d6d6;
}

.thanks .formStep li:nth-child(3) {
  background-color: #00b9c1;
}

.thanks .formStep.registerStep li:nth-child(2) {
  background-color: #00b9c1;
}

.um-page-loggedin .formStep li {
  background-color: #d6d6d6 !important;
}

.formInfo {
  font-size: 14px;
  margin-bottom: 40px;
}

.formInfo .contentInner {
  padding: 0 30px;
}

.formInfo .reqTxt {
  color: #ff0000;
}

.formInfo p {
  margin-bottom: 20px;
}

.registerd p {
  text-align: center;
  margin: 30px 0 60px;
}

.formStep {
  margin-bottom: 40px;
}

.formStep ul {
  display: -webkit-box;
  display: flex;
}

.formStep li {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  width: 33%;
  width: calc(100% / 3);
  height: 45px;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 12px;
  background-color: #d6d6d6;
  color: #fff;
  border-left: 1px solid #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .formStep li {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.formStep li:nth-child(1) {
  border-left: none;
}

.formStep li span {
  display: block;
  line-height: 1.2;
}

.formStep.registerStep li {
  width: 50%;
}

.wpcf7 {
  position: relative;
}

.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-acceptance-missing {
  width: 80%;
  background-color: rgba(255, 167, 0, 0.2);
  border: 0;
  margin: 20px auto;
  padding: 15px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.formContainer {
  padding-bottom: 140px;
}

.formContainer .formStep .contentInner {
  padding: 0;
}

.formContainer .contentInner {
  padding: 0 30px;
}

.formContainer .req {
  padding: 3px 6px 3px 4px;
  color: #fff;
  background: url(../images/page/req.png) 0 0/cover no-repeat;
}

.formContainer .any {
  padding: 2px 5px 2px 3px;
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
}

.formContainer .reqItem .formLabel,
.formContainer .reqItem .formInput {
  border-bottom: 1px solid #a5e3e1;
}

.formContainer .um-field,
.formContainer .formItem {
  position: relative;
  margin-bottom: 25px;
}

.formContainer .um-field-label,
.formContainer .formLabel,
.formContainer .addressBox p {
  color: #00b9c1;
  border-bottom: 1px solid #dedede;
}

.formContainer .um-field-label span,
.formContainer .formLabel span,
.formContainer .addressBox p span {
  display: inline-block;
  margin: 0 10px -1px 0;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .formContainer .um-field-label span,
  .formContainer .formLabel span,
  .formContainer .addressBox p span {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.formContainer .um-field-label,
.formContainer .um-field {
  border-bottom: 1px solid #a5e3e1;
}

.formContainer .formInput {
  border-bottom: 1px solid #dedede;
}

.formContainer .um-field-label {
  margin-bottom: 5px;
}

.formContainer .um-field-area,
.formContainer .formInput {
  padding: 5px 0 0 1px;
}

.formContainer .um-field-area:before,
.formContainer .formInput:before {
  content: "";
  border-left: 1px solid #a5e3e1;
  position: absolute;
  min-height: 20px;
  height: 60%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.formContainer .um-field-area .wpcf7-list-item,
.formContainer .formInput .wpcf7-list-item {
  display: block;
  margin: 0px 0 12px 15px;
}

.formContainer .um-field-area:before {
  height: 70%;
}

.formContainer .um-field {
  padding: 5px 0 5px 1px;
}

.formContainer .um-field-area {
  padding: 0px 0 0px 1px;
}

.formContainer .formInquiry {
  margin-bottom: 50px;
}

.formContainer .formInquiry .formLabel {
  margin-bottom: 15px;
}

.formContainer .formInquiry .formInput {
  border-bottom: none;
}

.formContainer .formInquiry .formInput:before {
  content: none;
}

.formContainer .formInquiry .inquiry_text {
  width: 100%;
}

.formContainer .formInquiry textarea {
  height: 180px;
}

.formContainer .formInquiry .wpcf7-not-valid-tip {
  margin-top: 10px;
}

.formContainer .inputCheackbox {
  margin-bottom: 20px;
  position: relative;
}

.formContainer .inputCheackbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 1px solid #a5e3e1;
}

.formContainer .inputRadio {
  padding-left: 15px;
}

.formContainer .inputRadio label {
  display: block;
  margin: 5px 0;
}

.formContainer .um-field-block {
  margin-bottom: 10px;
}

.formContainer .addressBox p {
  margin-bottom: 20px;
}

.formContainer .addressBox .note {
  font-size: 12px;
  margin-top: 5px;
  position: absolute;
  top: -3px;
  left: 70px;
}

.formContainer .addressBox .formItem,
.formContainer .addressBox .um-field {
  margin-bottom: 20px;
}

.formContainer .addressBox .formItem:last-child,
.formContainer .addressBox .um-field:last-child {
  margin-bottom: 25px;
}

.formContainer .adSearch {
  position: absolute;
  right: 0;
  bottom: 5px;
  text-align: center;
}

.formContainer .adSearch span,
.formContainer .adSearch input[type="button"] {
  display: block;
  width: 110px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  background-color: #38ced5;
  border-color: #38ced5;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

.formContainer .adSearch span:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 13px;
  right: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.formContainer .adSearch input[type="button"] {
  background: #38ced5 url(../images/btn/zip_off.png) 94px 11px/7px no-repeat;
}

.formContainer .adSearch input[type="button"]:hover {
  background: url(../images/btn/zip_on.png) 94px 11px/7px no-repeat;
}

.formContainer .register_01 .um-col-1:nth-child(2) input[type="text"],
.formContainer .formBirth input[type="text"],
.formContainer .formInvestment input[type="text"] {
  width: auto;
}

.formContainer .register_01 .um-col-1:nth-child(2) .inputWrap,
.formContainer .formBirth .inputWrap,
.formContainer .formInvestment .inputWrap {
  display: -webkit-box;
  display: flex;
}

.formContainer .register_01 .um-col-1:nth-child(2) span,
.formContainer .formBirth span,
.formContainer .formInvestment span {
  display: inline-block;
}

.formContainer .note {
  color: #00b9c1;
  font-size: 13px;
  margin-top: 5px;
}

.formContainer .formBottom {
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.formContainer .privacyCheck {
  margin-bottom: 50px;
}

.formContainer .privacyCheck .control {
  display: inline-block;
}

.formContainer .privacyCheck,
.formContainer .privacyCheck a {
  color: #00b9c1;
}

.formContainer .privacyCheck a {
  text-decoration: underline;
}

.formContainer .privacyCheck a:hover {
  opacity: 0.8;
}

.formContainer .confirmButton {
  display: inline-block;
}

.formContainer .confirmButton input[type="submit"] {
  width: 260px;
  height: 50px;
  line-height: 50px;
  background: url(../images/btn/btn_arrow_off.png) 218px 20px/20px no-repeat;
}

.formContainer .confirmButton input[type="submit"]:hover {
  background: #00b9c1 url(../images/btn/btn_arrow_on.png) 218px 20px/20px no-repeat;
}

.thanksMessage {
  border-top: 1px solid #b6edeb;
  border-bottom: 1px solid #b6edeb;
  margin-bottom: 60px;
  padding: 30px 0;
  position: relative;
}

.thanksMessage:after {
  content: "";
  width: 55px;
  height: 50px;
  position: absolute;
  bottom: -28px;
  right: 0;
  background: #fff url(../images/page/plain1_icon.svg) center/contain no-repeat;
}

/* checkbox & radio */
.um-field-agree,
.um-field-radio,
.control {
  display: block;
}

.um-field-agree input,
.um-field-radio input,
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.um-field-agree input:checked ~ .um-field-checkbox-state:before,
.um-field-agree input:checked ~ .um-field-radio-state,
.um-field-agree input:checked ~ .wpcf7-list-item-label:before,
.um-field-radio input:checked ~ .um-field-checkbox-state:before,
.um-field-radio input:checked ~ .um-field-radio-state,
.um-field-radio input:checked ~ .wpcf7-list-item-label:before,
.control input:checked ~ .um-field-checkbox-state:before,
.control input:checked ~ .um-field-radio-state,
.control input:checked ~ .wpcf7-list-item-label:before {
  background: #00b9c1;
}

.um-field-agree input:checked ~ .um-field-checkbox-state:after,
.um-field-agree input:checked ~ .um-field-radio-state:after,
.um-field-agree input:checked ~ .wpcf7-list-item-label:after,
.um-field-radio input:checked ~ .um-field-checkbox-state:after,
.um-field-radio input:checked ~ .um-field-radio-state:after,
.um-field-radio input:checked ~ .wpcf7-list-item-label:after,
.control input:checked ~ .um-field-checkbox-state:after,
.control input:checked ~ .um-field-radio-state:after,
.control input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}

.um-field-agree .um-field-checkbox-state,
.um-field-agree .um-field-radio-state,
.um-field-agree .wpcf7-list-item-label,
.um-field-radio .um-field-checkbox-state,
.um-field-radio .um-field-radio-state,
.um-field-radio .wpcf7-list-item-label,
.control .um-field-checkbox-state,
.control .um-field-radio-state,
.control .wpcf7-list-item-label {
  display: block;
  background: #fff;
  cursor: pointer;
}

.um-field-agree .um-field-checkbox-state,
.um-field-agree.control--checkbox .wpcf7-list-item-label,
.um-field-radio .um-field-checkbox-state,
.um-field-radio.control--checkbox .wpcf7-list-item-label,
.control .um-field-checkbox-state,
.control.control--checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
}

.um-field-agree .um-field-checkbox-state:after,
.um-field-agree.control--checkbox .wpcf7-list-item-label:after,
.um-field-radio .um-field-checkbox-state:after,
.um-field-radio.control--checkbox .wpcf7-list-item-label:after,
.control .um-field-checkbox-state:after,
.control.control--checkbox .wpcf7-list-item-label:after {
  content: '';
  display: none;
  position: absolute;
  left: 5px;
  top: 2px;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(38deg);
  transform: rotate(38deg);
}

.um-field-agree .um-field-checkbox-state:before,
.um-field-agree.control--checkbox .wpcf7-list-item-label:before,
.um-field-radio .um-field-checkbox-state:before,
.um-field-radio.control--checkbox .wpcf7-list-item-label:before,
.control .um-field-checkbox-state:before,
.control.control--checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  border: 1px solid #00b9c1;
  left: 0;
  top: 2px;
}

.um-field-agree .control--radio,
.um-field-agree .um-field-radio-state,
.um-field-radio .control--radio,
.um-field-radio .um-field-radio-state,
.control .control--radio,
.control .um-field-radio-state {
  width: 12px;
  height: 12px;
  top: 5px;
  border-radius: 50%;
  border: 1px solid #00b9c1;
}

.um-field-agree .control--radio:after,
.um-field-agree .um-field-radio-state:after,
.um-field-radio .control--radio:after,
.um-field-radio .um-field-radio-state:after,
.control .control--radio:after,
.control .um-field-radio-state:after {
  content: "";
  display: none;
  position: absolute;
  left: 3px;
  top: 3px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #fff;
}

.um-field-radio {
  margin: 5px 0;
}

/* Forms */
.formContainer .button,
.formContainer button,
.formContainer input[type="button"],
.formContainer input[type="reset"],
.formContainer input[type="submit"] {
  width: 250px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: transparent;
  border: 1px solid #00b9c1;
  border-radius: 0;
  box-sizing: border-box;
  color: #00b9c1;
  font-size: 16px;
  line-height: 1.2;
  outline: none;
  text-decoration: none;
  vertical-align: bottom;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

@media screen and (min-width: 768px) {
  .formContainer .button,
  .formContainer button,
  .formContainer input[type="button"],
  .formContainer input[type="reset"],
  .formContainer input[type="submit"] {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.formContainer .button:hover,
.formContainer button:hover,
.formContainer input[type="button"]:hover,
.formContainer input[type="reset"]:hover,
.formContainer input[type="submit"]:hover {
  background: #00b9c1;
  color: #fff;
  cursor: pointer;
}

.formContainer input[type="text"],
.formContainer input[type="email"],
.formContainer input[type="url"],
.formContainer input[type="password"],
.formContainer input[type="search"],
.formContainer input[type="number"],
.formContainer input[type="tel"],
.formContainer input[type="range"],
.formContainer input[type="date"],
.formContainer input[type="month"],
.formContainer input[type="week"],
.formContainer input[type="time"],
.formContainer input[type="datetime"],
.formContainer input[type="datetime-local"],
.formContainer input[type="color"],
.formContainer textarea {
  width: 100%;
  -webkit-backface-visibility: hidden;
  color: #707070;
  background: #fff;
  border: 0;
  box-sizing: border-box;
  outline: none;
  padding: 10px 15px;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  font-size: 16px;
}

.formContainer input[type="text"]:focus,
.formContainer input[type="email"]:focus,
.formContainer input[type="url"]:focus,
.formContainer input[type="password"]:focus,
.formContainer input[type="search"]:focus,
.formContainer input[type="number"]:focus,
.formContainer input[type="tel"]:focus,
.formContainer input[type="range"]:focus,
.formContainer input[type="date"]:focus,
.formContainer input[type="month"]:focus,
.formContainer input[type="week"]:focus,
.formContainer input[type="time"]:focus,
.formContainer input[type="datetime"]:focus,
.formContainer input[type="datetime-local"]:focus,
.formContainer input[type="color"]:focus,
.formContainer textarea:focus {
  outline: 0;
  outline-offset: 0;
}

.formContainer input[type="number"]::-webkit-inner-spin-button,
.formContainer input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.formContainer input[type=number] {
  -moz-appearance: textfield;
}

.formContainer input::-webkit-input-placeholder, .formContainer textarea::-webkit-input-placeholder {
  color: #bababa;
}

.formContainer input::-moz-placeholder, .formContainer textarea::-moz-placeholder {
  color: #bababa;
}

.formContainer input:-ms-input-placeholder, .formContainer textarea:-ms-input-placeholder {
  color: #bababa;
}

.formContainer input::-ms-input-placeholder, .formContainer textarea::-ms-input-placeholder {
  color: #bababa;
}

.formContainer input::placeholder,
.formContainer textarea::placeholder {
  color: #bababa;
}

.formContainer textarea {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  padding: 15px 20px;
  resize: vertical;
  border: 1px solid #dedede;
}

.formContainer input:-webkit-autofill {
  -webkit-text-fill-color: #707070 !important;
}

.formContainer .formZip input {
  width: auto;
}

.formContainer input {
  box-sizing: border-box;
  -webkit-appearance: none;
}

.wpcf7-form input[type="submit"],
.um-register input[type="submit"] {
  pointer-events: none;
  opacity: .6;
}

.wpcf7-form input[type="submit"].agree-cheked,
.um-register input[type="submit"].agree-cheked {
  pointer-events: auto;
  opacity: 1;
}

/* コンフォーム */
.custom-wpcf7c-confirmed:not(.form-fix) .formLabel span,
.custom-wpcf7c-confirmed:not(.form-fix) .addressBox p span {
  display: none;
}

.custom-wpcf7c-confirmed:not(.form-fix) .adSearch {
  display: none;
}

.custom-wpcf7c-confirmed:not(.form-fix) .formItem {
  margin-bottom: 0;
  padding: 15px 0;
  border-bottom: 1px solid #a5e3e1;
}

.custom-wpcf7c-confirmed:not(.form-fix) .formItem:nth-child(1) {
  border-top: 1px solid #a5e3e1;
}

.custom-wpcf7c-confirmed:not(.form-fix) .formItem .um-field-label,
.custom-wpcf7c-confirmed:not(.form-fix) .formItem .formLabel {
  border-bottom: 0;
}

.custom-wpcf7c-confirmed:not(.form-fix) .formItem .formInput {
  padding: 0;
  border-bottom: 0;
}

.custom-wpcf7c-confirmed:not(.form-fix) .formItem .formInput input {
  padding: 10px 0;
}

.custom-wpcf7c-confirmed:not(.form-fix) .formItem .formInput input.wpcf7c-conf::-webkit-input-placeholder {
  font-size: 0;
}

.custom-wpcf7c-confirmed:not(.form-fix) .formItem .formInput input.wpcf7c-conf::-moz-placeholder {
  font-size: 0;
}

.custom-wpcf7c-confirmed:not(.form-fix) .formItem .formInput input.wpcf7c-conf:-ms-input-placeholder {
  font-size: 0;
}

.custom-wpcf7c-confirmed:not(.form-fix) .formItem .formInput input.wpcf7c-conf::-ms-input-placeholder {
  font-size: 0;
}

.custom-wpcf7c-confirmed:not(.form-fix) .formItem .formInput input.wpcf7c-conf::placeholder {
  font-size: 0;
}

.custom-wpcf7c-confirmed:not(.form-fix) .formItem .formInput .wpcf7-list-item {
  margin-left: 0;
}

.custom-wpcf7c-confirmed:not(.form-fix) .mailConf {
  display: none !important;
}

.custom-wpcf7c-confirmed:not(.form-fix) .addressBox {
  padding: 15px 0 8px;
  border-bottom: 1px solid #a5e3e1;
}

.custom-wpcf7c-confirmed:not(.form-fix) .addressBox p {
  margin-bottom: 0;
  border-bottom: 0;
}

.custom-wpcf7c-confirmed:not(.form-fix) .addressBox .note {
  display: none;
}

.custom-wpcf7c-confirmed:not(.form-fix) .addressBox .um-field,
.custom-wpcf7c-confirmed:not(.form-fix) .addressBox .formItem {
  padding: 0;
  border-bottom: 0;
}

.custom-wpcf7c-confirmed:not(.form-fix) .addressBox .um-field .um-field-label,
.custom-wpcf7c-confirmed:not(.form-fix) .addressBox .um-field .formLabel,
.custom-wpcf7c-confirmed:not(.form-fix) .addressBox .formItem .um-field-label,
.custom-wpcf7c-confirmed:not(.form-fix) .addressBox .formItem .formLabel {
  display: none;
}

.custom-wpcf7c-confirmed:not(.form-fix) .addressBox .um-field.formZip,
.custom-wpcf7c-confirmed:not(.form-fix) .addressBox .formItem.formZip {
  border-top: 0;
  border-bottom: 1px solid #dedede;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.custom-wpcf7c-confirmed:not(.form-fix) .addressBox .um-field.formZip .um-field-area,
.custom-wpcf7c-confirmed:not(.form-fix) .addressBox .um-field.formZip .formInput,
.custom-wpcf7c-confirmed:not(.form-fix) .addressBox .formItem.formZip .um-field-area,
.custom-wpcf7c-confirmed:not(.form-fix) .addressBox .formItem.formZip .formInput {
  padding-left: 18px;
  position: relative;
}

.custom-wpcf7c-confirmed:not(.form-fix) .addressBox .um-field.formZip .um-field-area:before,
.custom-wpcf7c-confirmed:not(.form-fix) .addressBox .um-field.formZip .formInput:before,
.custom-wpcf7c-confirmed:not(.form-fix) .addressBox .formItem.formZip .um-field-area:before,
.custom-wpcf7c-confirmed:not(.form-fix) .addressBox .formItem.formZip .formInput:before {
  content: "〒";
  left: 0;
  top: 19px;
  color: #00b9c1;
}

.custom-wpcf7c-confirmed:not(.form-fix) .um-field-area:before,
.custom-wpcf7c-confirmed:not(.form-fix) .formInput:before,
.custom-wpcf7c-confirmed:not(.form-fix) .inputCheackbox:before {
  content: none;
  border-left: 0;
}

.custom-wpcf7c-confirmed:not(.form-fix) .inputCheackbox {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}

.custom-wpcf7c-confirmed:not(.form-fix) input[type="checkbox"].wpcf7c-conf,
.custom-wpcf7c-confirmed:not(.form-fix) input[type="checkbox"].wpcf7c-conf ~ .wpcf7-list-item-label {
  display: none;
}

.custom-wpcf7c-confirmed:not(.form-fix) input[type="checkbox"].wpcf7c-conf:checked,
.custom-wpcf7c-confirmed:not(.form-fix) input[type="checkbox"].wpcf7c-conf:checked ~ .wpcf7-list-item-label {
  display: block;
  padding-left: 10px;
  cursor: default;
}

.custom-wpcf7c-confirmed:not(.form-fix) input[type="checkbox"].wpcf7c-conf:checked:after,
.custom-wpcf7c-confirmed:not(.form-fix) input[type="checkbox"].wpcf7c-conf:checked ~ .wpcf7-list-item-label:after {
  content: none;
}

.custom-wpcf7c-confirmed:not(.form-fix) input[type="checkbox"].wpcf7c-conf:checked:before,
.custom-wpcf7c-confirmed:not(.form-fix) input[type="checkbox"].wpcf7c-conf:checked ~ .wpcf7-list-item-label:before {
  width: 1px;
  height: 1px;
  top: 10px;
}

.custom-wpcf7c-confirmed:not(.form-fix) .inputTextarea {
  border-bottom: 0;
}

.custom-wpcf7c-confirmed:not(.form-fix) textarea {
  padding: 0;
  border: 0;
}

.custom-wpcf7c-confirmed:not(.form-fix) .formBottom {
  border-bottom: 0;
}

.custom-wpcf7c-confirmed:not(.form-fix) .formBottom.confirmBottom {
  height: 0;
  position: relative;
  z-index: 10;
  opacity: 0;
}

.custom-wpcf7c-confirmed:not(.form-fix) .formBottom.confirmBottom input[type="submit"] {
  margin: 60px 0 80px;
}

.custom-wpcf7c-confirmed:not(.form-fix) .formBottom.submitBottom {
  padding-bottom: 0;
  padding-top: 30px;
}

.custom-wpcf7c-confirmed:not(.form-fix) .privacyCheck {
  display: none !important;
}

.custom-wpcf7c-confirmed:not(.form-fix) .fixButton {
  display: inline-block;
}

.custom-wpcf7c-confirmed:not(.form-fix) .fixButton input {
  width: 130px;
  background: url(../images/btn/btn_arrow2_off.png) 20px 20px/20px no-repeat;
}

.custom-wpcf7c-confirmed:not(.form-fix) .fixButton input:hover {
  background: #00b9c1 url(../images/btn/btn_arrow2_on.png) 20px 20px/20px no-repeat;
}

.custom-wpcf7c-confirmed:not(.form-fix) .submitButton {
  display: inline-block;
}

.custom-wpcf7c-confirmed:not(.form-fix) .submitButton input {
  width: 130px;
  background: url(../images/btn/btn_arrow_off.png) 93px 20px/20px no-repeat;
}

.custom-wpcf7c-confirmed:not(.form-fix) .submitButton input:hover {
  background: #00b9c1 url(../images/btn/btn_arrow_on.png) 93px 20px/20px no-repeat;
}

.custom-wpcf7c-confirmed:not(.form-fix) input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.formContainer .um-field-area,
.formContainer .formInput {
  position: relative;
}

.formContainer .inputTextarea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 0;
}

.formContainer .inputTextarea .error-message.-show {
  display: block;
  width: 100%;
  padding-top: 10px;
  text-align: left;
}

.um-field-error,
span.wpcf7-not-valid-tip,
span.error-message {
  color: #ffa700;
  font-size: 12px;
  margin-bottom: 0;
  padding: 4px;
  border-bottom: 0;
  padding: 0 0 0 12px;
}

.um-field-error {
  padding: 0px 0 0px 12px;
  position: relative;
}

.um-field-error span {
  display: none;
}

.um-field-error:after {
  content: "";
  border-left: 1px solid #a5e3e1;
  position: absolute;
  min-height: 24px;
  height: 100%;
  top: -75%;
  left: 0;
}

@media screen and (min-width: 768px) {
  .wpcf7 div.wpcf7-validation-errors,
  .wpcf7 div.wpcf7-acceptance-missing {
    margin: 20px auto;
    max-width: 700px;
    text-align: center;
  }
  .formInfo .contentInner {
    padding: 0;
  }
  .formInfo p {
    margin-bottom: 40px;
  }
  .formInfo p span {
    display: block;
  }
  .formStep .contentInner {
    max-width: 800px;
    margin: auto;
  }
  .formStep li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    height: 36px;
    font-size: 14px;
  }
  .formStep li span:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  }
  .formContainer {
    font-size: 14px;
    padding-bottom: 180px;
  }
  .formContainer .contentInner {
    padding: 0;
  }
  .formContainer .req {
    padding: 2px 6px 0px 5px;
  }
  .formContainer .any {
    padding: 3px 4px 1px 5px;
  }
  .formContainer .um-field,
  .formContainer .formItem {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 65px;
    border-bottom: 1px solid #b6edeb;
    margin-bottom: 0;
  }
  .formContainer .um-field:nth-child(1),
  .formContainer .formItem:nth-child(1) {
    border-top: 1px solid #b6edeb;
  }
  .formContainer .um-field-label,
  .formContainer .formLabel {
    width: 267px;
    padding-right: 28px;
    text-align: right;
  }
  .formContainer .um-field-label span,
  .formContainer .formLabel span {
    margin-right: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .formContainer .um-field,
  .formContainer .formInput {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 13px 0;
  }
  .formContainer .um-field-area,
  .formContainer .formInput {
    padding: 13px 0 13px 28px;
  }
  .formContainer .um-field-area:before,
  .formContainer .formInput:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    border-color: #b6edeb;
  }
  .formContainer .um-field-area .wpcf7-list-item,
  .formContainer .formInput .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 40px;
  }
  .formContainer .um-field-area input[type="text"],
  .formContainer .um-field-area input[type="email"],
  .formContainer .um-field-area input[type="tel"],
  .formContainer .formInput input[type="text"],
  .formContainer .formInput input[type="email"],
  .formContainer .formInput input[type="tel"] {
    min-width: 200px;
  }
  .formContainer .um-field-area {
    padding: 0 0 0 28px;
  }
  .formContainer .reqItem .formLabel,
  .formContainer .reqItem .formInput {
    border-bottom: 0;
  }
  .formContainer .um-field-label,
  .formContainer .um-field-area,
  .formContainer .formLabel,
  .formContainer .formInput {
    border-bottom: 0;
  }
  .formContainer .register_01 .um-col-1:nth-child(2) input[type="text"],
  .formContainer .formBirth input[type="text"] {
    min-width: auto;
  }
  .formContainer .addressBox {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #b6edeb;
  }
  .formContainer .addressBox > p {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 87px;
    padding-left: 5px;
    border-bottom: 0;
  }
  .formContainer .addressBox > p span {
    margin: 10px 0 0 -5px;
  }
  .formContainer .addressBox > div {
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
  .formContainer .addressBox .um-field,
  .formContainer .addressBox .formItem {
    border-color: #dedede;
    border-top: 0;
    margin-bottom: 0;
  }
  .formContainer .addressBox .um-field:last-child,
  .formContainer .addressBox .formItem:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .formContainer .addressBox .um-field-label,
  .formContainer .addressBox .formLabel {
    width: 180px;
  }
  .formContainer .addressBox.new_member {
    -webkit-box-align: baseline;
    align-items: baseline;
  }
  .formContainer .addressBox .note {
    position: relative;
    left: auto;
    right: 193px;
    top: 0;
  }
  .formContainer .adSearch {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .formContainer .adSearch span,
  .formContainer .adSearch input[type="button"] {
    width: 127px;
    height: 33px;
    line-height: 33px;
    font-size: 13px;
    bottom: 15px;
    border: 1px solid transparent;
    cursor: pointer;
  }
  .formContainer .adSearch span:hover,
  .formContainer .adSearch input[type="button"]:hover {
    color: #38ced5;
    background-color: #fff;
    border: 1px solid #38ced5;
  }
  .formContainer .adSearch span:hover:after,
  .formContainer .adSearch input[type="button"]:hover:after {
    border-color: #38ced5;
  }
  .formContainer .formInquiry {
    padding: 20px 0 30px;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .formContainer .formInquiry .formInput {
    padding: 0;
  }
  .formContainer .formInquiry .formInput:before {
    height: 20px;
    top: 12px;
  }
  .formContainer .formInquiry .formLabel span {
    top: 30px;
  }
  .formContainer .formInquiry textarea {
    height: 276px;
    padding: 15px 40px;
  }
  .formContainer .inputCheackbox {
    margin-bottom: 20px;
  }
  .formContainer .inputCheackbox:before {
    border-color: #b6edeb;
    height: 20px;
    top: 2px;
  }
  .formContainer .inputCheackbox .wpcf7-not-valid-tip {
    padding-left: 40px;
  }
  .formContainer .um-field-radio label,
  .formContainer .inputRadio label {
    margin: 0;
  }
  .formContainer .um-field-radio label.um-field-radio,
  .formContainer .inputRadio label.um-field-radio {
    display: inline-block;
    margin: 0px 20px 0px 0px;
  }
  .formContainer .inputTextarea {
    border-bottom: 0;
  }
  .formContainer .inputTextarea .wpcf7-not-valid-tip {
    padding-left: 0;
  }
  .formContainer .note {
    margin-top: 0;
  }
  .formContainer .formBottom {
    display: block;
    padding-left: 267px;
    text-align: left;
    border-bottom: 0;
    min-height: auto;
  }
  .formContainer .formBottom .privacyCheck {
    margin-bottom: 60px;
  }
  .formContainer .formBottom .privacyCheck a:hover {
    text-decoration: none;
  }
  .formContainer .formBottom.confirmBottom {
    margin-top: 60px;
  }
  .formContainer .confirmButton input {
    width: 350px;
  }
  .formContainer .confirmButton:hover:before, .formContainer .confirmButton:hover:after {
    border-color: #fff;
  }
  .formContainer input[type="text"],
  .formContainer input[type="email"],
  .formContainer input[type="url"],
  .formContainer input[type="password"],
  .formContainer input[type="search"],
  .formContainer input[type="number"],
  .formContainer input[type="tel"],
  .formContainer input[type="range"],
  .formContainer input[type="date"],
  .formContainer input[type="month"],
  .formContainer input[type="week"],
  .formContainer input[type="time"],
  .formContainer input[type="datetime"],
  .formContainer input[type="datetime-local"],
  .formContainer input[type="color"],
  .formContainer textarea {
    font-size: 14px;
  }
  .formContainer input[type="text"]:focus,
  .formContainer input[type="email"]:focus,
  .formContainer input[type="url"]:focus,
  .formContainer input[type="password"]:focus,
  .formContainer input[type="search"]:focus,
  .formContainer input[type="number"]:focus,
  .formContainer input[type="tel"]:focus,
  .formContainer input[type="range"]:focus,
  .formContainer input[type="date"]:focus,
  .formContainer input[type="month"]:focus,
  .formContainer input[type="week"]:focus,
  .formContainer input[type="time"]:focus,
  .formContainer input[type="datetime"]:focus,
  .formContainer input[type="datetime-local"]:focus,
  .formContainer input[type="color"]:focus,
  .formContainer textarea:focus {
    outline: 0;
    outline-offset: 0;
  }
  .control--checkbox .wpcf7-list-item-label {
    padding-left: 20px;
  }
  .control--checkbox .wpcf7-list-item-label:before {
    width: 15px;
    height: 15px;
    top: 3px;
  }
  .control--checkbox .wpcf7-list-item-label:after {
    width: 6px;
    height: 12px;
    top: 3px;
    left: 4px;
  }
  .thanksMessage {
    padding: 50px 0;
  }
  .thanksMessage p {
    font-size: 13px;
    text-align: center;
  }
  /* コンフォーム */
  .custom-wpcf7c-confirmed:not(.form-fix) .formItem .formLabel {
    text-align: left;
    margin-bottom: 0;
  }
  .custom-wpcf7c-confirmed:not(.form-fix) .formItem .formInput .wpcf7-list-item {
    margin: 0 40px 0 0;
  }
  .custom-wpcf7c-confirmed:not(.form-fix) .addressBox p {
    width: 267px;
  }
  .custom-wpcf7c-confirmed:not(.form-fix) .addressBox .formItem {
    height: auto;
    min-height: auto;
  }
  .custom-wpcf7c-confirmed:not(.form-fix) .inputCheackbox {
    padding: 5px 0 18px;
  }
  .custom-wpcf7c-confirmed:not(.form-fix) .inputTextarea {
    padding: 0;
  }
  .custom-wpcf7c-confirmed:not(.form-fix) .formBottom {
    padding: 0;
    text-align: center;
    border-bottom: 0;
  }
  .custom-wpcf7c-confirmed:not(.form-fix) .formBottom input {
    width: 350px;
  }
  .custom-wpcf7c-confirmed:not(.form-fix) .formBottom .button_div:hover:before, .custom-wpcf7c-confirmed:not(.form-fix) .formBottom .button_div:hover:after {
    border-color: #fff;
  }
  .custom-wpcf7c-confirmed:not(.form-fix) .formBottom .submitButton input {
    background-position: 308px 20px;
  }
  .custom-wpcf7c-confirmed:not(.form-fix) .formBottom.confirmBottom {
    margin: 0;
  }
  .custom-wpcf7c-confirmed:not(.form-fix) .formBottom.submitBottom {
    padding: 80px 0 0;
    display: block;
  }
  .custom-wpcf7c-confirmed:not(.form-fix) .fixButton {
    margin-right: 50px;
  }
  .custom-wpcf7c-confirmed:not(.form-fix) .formContainer .formInquiry textarea {
    padding: 0;
  }
  .formContainer textarea {
    width: 100%;
  }
  .formContainer .formZip input {
    width: 350px;
  }
  .um-field-radio {
    margin: 0;
  }
  .um-field-error {
    width: 100%;
    padding-left: 307px;
  }
  .um-field-error:after {
    content: none;
  }
  .addressBox .um-field-error {
    padding-left: 220px;
  }
}

/* 会員画面CSS */
/* login . forgot PW . new member . mypage . password . privacy */
.myPageHead {
  margin-bottom: 50px;
}

.myPageHead .contentInner {
  padding: 0 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.myPageHead_info {
  line-height: 1.3;
}

.myPageHead .invDate {
  color: #00b9c1;
  font-size: 13px;
}

.myPageHead li {
  font-size: 14px;
  margin-top: 7px;
}

.myPageHead span {
  color: #00b9c1;
  margin-right: 5px;
}

.myPageHead_link li {
  margin-top: 12px;
}

.myPageHead_link a {
  display: block;
  font-size: 12px;
  width: 100px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid;
}

.myPageHead .logoutBtn {
  margin-top: 0;
}

.myPageHead .logoutBtn a {
  color: #9b9b9b;
  border-color: #9b9b9b;
}

.myPageHead .changePwBtn a {
  color: #00b9c1;
  border-color: #00b9c1;
}

.forgotPw .um-form input[type="text"],
.forgotPw .um-form input[type="password"],
.um-page-login .um-form input[type="text"],
.um-page-login .um-form input[type="password"] {
  background-color: #ebebeb;
  border-top: 1px solid #b6edeb;
  border-bottom: 1px solid #b6edeb;
  width: 100%;
  height: 45px;
  padding: 10px 20px;
}

.forgotPw .um-form input[type="submit"],
.um-page-login .um-form input[type="submit"] {
  height: 45px;
}

.um-page-loggedin input[type="text"],
.um-page-loggedin input[type="password"] {
  padding: 12px 20px;
  background-color: #ebebeb;
}

/* login */
.loginForm > .contentInner {
  padding-bottom: 60px;
  background: url(../images/page/img_login_sp.jpg) 0 bottom/100% no-repeat;
}

.loginBox .contentInner {
  padding: 0 30px;
}

.loginBox .um-field-label {
  color: #00b9c1;
  margin-bottom: 10px;
}

.loginBox .um-field {
  margin-bottom: 20px;
}

.loginBox .um-col-alt-b {
  text-align: center;
  margin-bottom: 50px;
}

.loginBox .um-col-alt-b a {
  font-size: 14px;
  color: #707070;
  text-decoration: underline;
}

.loginBox .um-col-alt-b a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg) translateY(-1px);
  transform: rotate(45deg) translateY(-1px);
}

.loginBox .um-col-alt {
  text-align: center;
}

.loginBtn {
  display: inline-block;
}

.loginBtn input[type="submit"] {
  background: #fff url(../images/btn/btn_arrow_off.png) 218px 17px/22px no-repeat;
}

.loginBtn input[type="submit"]:hover {
  background: #00b9c1 url(../images/btn/btn_arrow_on.png) 218px 17px/22px no-repeat;
}

/* forgot PW  */
.forgotPw {
  margin: 10px 0 0;
}

.forgotPw .um-field-label {
  margin-bottom: 10px;
  border: 0;
}

.forgotPw .um-field-text {
  margin-bottom: 50px;
}

.forgotPw .um-center {
  text-align: center;
}

.forgotPw .um-field {
  border: 0;
  min-height: auto;
  padding: 0;
}

.forgotPw .um-field-block {
  color: #00b9c1;
  margin-bottom: 10px;
  text-align: left;
}

.forgotPw .um-field-area {
  width: 100%;
  padding: 0;
  border: 0;
}

.forgotPw .um-field-area:before {
  content: none;
}

.forgotPw .um-um_password_id.um {
  max-width: none;
}

.forgotPw .um-col-alt {
  margin: 50px 0 40px;
}

.um-page-password-reset .pageInfo {
  padding-bottom: 50px;
}

.popup {
  background: url(../images/page/bk_popup.jpg) center/cover no-repeat;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
}

.popup .contentInner {
  padding: 0 30px;
  text-align: center;
}

.popup .iconBox {
  margin-bottom: 30px;
}

.popup p {
  margin-bottom: 35px;
  text-align: center;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

@media screen and (min-width: 768px) {
  .popup p {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.popup .mail {
  width: 300px;
  height: 40px;
  margin: auto;
  line-height: 40px;
  margin-bottom: 50px;
  color: #00b9c1;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}

.popup .closeBtn a {
  display: block;
  width: 200px;
  height: 40px;
  margin: auto;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

@media screen and (min-width: 768px) {
  .popup .closeBtn a {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

/* new member */
.new-member .page_h2 .enTtl {
  font-size: 23px;
}

.new-member .page_h2 .jpTtl {
  font-size: 17px;
}

/* change PW */
.changePw {
  background: url(../images/top/bk_company_sp.jpg) center bottom/100% no-repeat;
}

.changePw h3 {
  margin-bottom: 30px;
  padding: 0 30px 15px;
  border-bottom: 1px solid #a5e3e1;
  font-size: 18px;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

@media screen and (min-width: 768px) {
  .changePw h3 {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.changePw label {
  display: block;
  margin-bottom: 10px;
  color: #00b9c1;
  font-size: 14px;
}

.changePw .um-left {
  float: none;
}

.changePw .um-field {
  margin-bottom: 20px;
  padding-bottom: 0;
  border: 0;
}

.changePw .um-field-label {
  margin: 0;
}

.changePw input[type="password"],
.changePw input[type="text"] {
  border: 0;
}

.changePw .um-col-alt {
  margin: 50px 0 40px;
  text-align: center;
}

.changePw input[type="submit"].um-button {
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 40px !important;
  background-color: #00b9c1;
  color: #fff;
}

.changePw .backMyPage {
  display: block;
  margin: auto;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  background-color: #fff;
  color: #00b9c1;
  border: 1px solid #00b9c1;
}

@media screen and (min-width: 768px) {
  .changePw .backMyPage {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.pwChanged img {
  width: 100px;
}

.pwChanged p {
  margin-bottom: 50px;
}

.privacy {
  padding-bottom: 80px;
  font-size: 14px;
}

.privacy .contentInner {
  padding: 0 30px;
}

.privacy p {
  margin-bottom: 60px;
}

.privacy dt {
  color: #00b9c1;
}

.privacy dd {
  margin-bottom: 40px;
}

.privacy .suite {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .myPageHead {
    margin-bottom: 70px;
  }
  .myPageHead .contentInner {
    position: relative;
    padding: 0;
  }
  .myPageHead .logoutBtn a:hover {
    background-color: #9b9b9b;
    color: #fff;
  }
  .myPageHead .changePwBtn {
    margin-right: 10px;
  }
  .myPageHead .changePwBtn a:hover {
    background-color: #00b9c1;
    color: #fff;
  }
  .myPageHead_link {
    position: absolute;
    right: 0;
    top: -85px;
  }
  .myPageHead_link ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .myPageHead_link li {
    margin-top: 0;
  }
  .myPageHead_link a {
    width: 120px;
    height: 30px;
    line-height: 30px;
  }
  .myPageHead_info {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .myPageHead_info li {
    display: inline-block;
    margin: 0 0 0 30px;
  }
  .forgotPw input[type="text"],
  .forgotPw input[type="password"],
  .um-page-loggedin input[type="text"],
  .um-page-loggedin input[type="password"] {
    padding: 12px 20px;
    background-color: #f4f4f4;
  }
  .loginForm > .contentInner {
    max-width: 800px;
    margin: auto;
    padding: 0;
    background: url(../images/page/img_login_pc.jpg) right 0/300px 383px no-repeat;
  }
  .loginBox .contentInner {
    padding: 0;
  }
  .loginBox .um-login {
    width: 420px;
    height: 383px;
    position: relative;
    margin-left: 0 !important;
  }
  .loginBox .um-field-label {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .loginBox .um-field-text {
    margin-bottom: 45px;
  }
  .loginBox .um-col-alt-b {
    text-align: left;
  }
  .loginBox .um-col-alt-b a:hover {
    text-decoration: none;
  }
  .loginBox .um-col-alt {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .registerd {
    width: 420px;
  }
  .registerd a {
    width: 350px;
  }
  .new-member .contentInner {
    padding: 0;
  }
  .new-member .page_h2 .enTtl {
    font-size: 30px;
  }
  .new-member .page_h2 .jpTtl {
    font-size: 15px;
  }
  .popup .iconBox {
    margin-bottom: 45px;
  }
  .popup p {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .popup p span {
    display: block;
  }
  .popup .mail {
    width: 400px;
    margin-bottom: 40px;
  }
  .popup .closeBtn a {
    width: 200px;
  }
  .popup .closeBtn a:hover {
    background-color: #fff;
    color: #00b9c1;
  }
  .um-page-password-reset .pageTtl {
    padding-bottom: 50px;
  }
  .um-page-password-reset .pageInfo {
    padding-bottom: 80px;
  }
  .um-page-password-reset .um-field-text {
    float: left;
    width: 420px;
    margin-right: 20px;
  }
  .um-page-password-reset .um-col-alt.sousin {
    float: left;
    margin: 0;
  }
  .um-page-password-reset .um-col-alt.sousin input[type="submit"] {
    width: 180px;
  }
  .forgotPw .um-field-password {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 25px;
  }
  .forgotPw .um-field-password .um-field-label {
    width: 160px;
    text-align: left;
    margin-bottom: 0;
  }
  .forgotPw .um-field-password .um-field-area {
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: auto;
  }
  .changePw {
    background: url(../images/top/bk_company_pc.jpg) center top/cover no-repeat;
  }
  .changePw h3 {
    padding: 0 0 15px;
    margin-bottom: 0;
    border-color: #00b9c1;
  }
  .changePw .um-field {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 65px;
    margin-bottom: 0;
    padding: 0 20px;
    border-bottom: 1px solid #b6edeb;
    background-color: #fff;
  }
  .changePw .um-field#um_field_password_confirm_user_password {
    border-color: #00b9c1;
  }
  .changePw .um-field .um-field-label {
    width: 231px;
    text-align: left;
  }
  .changePw .um-field label {
    margin-bottom: 0;
  }
  .changePw .um-field .um-field-area {
    -webkit-box-flex: 1;
    flex-grow: 1;
    position: relative;
  }
  .changePw .um-field .um-field-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    border-left: 1px solid #00b9c1;
  }
  .changePw .um-field input[type="text"],
  .changePw .um-field input[type="password"] {
    background-color: #fff;
  }
  .changePw .um-left {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    margin-top: 90px;
  }
  .changePw input[type="submit"].um-button {
    width: 300px;
    margin-bottom: 0;
    border: 1px solid #00b9c1;
  }
  .changePw input[type="submit"].um-button:hover {
    color: #00b9c1;
    border-color: #00b9c1;
    background-color: #fff;
  }
  .changePw .backMyPage {
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  .changePw .backMyPage:hover {
    background-color: #00b9c1;
    color: #fff;
  }
  .pwChanged .iconBox {
    margin-bottom: 50px;
  }
  .pwChanged p {
    margin-bottom: 60px;
    font-size: 20px;
  }
  .privacy {
    padding: 0 0 120px;
  }
  .privacy .contentInner {
    padding: 0;
  }
  .privacy,
  .privacy p {
    font-size: 13px;
  }
}

/* ログイン */
.loginForm .formContainer .um-field {
  display: block;
  border: 0;
  padding: 0;
}

.loginForm .formContainer .um-field:nth-child(1) {
  border: 0;
}

.loginForm .formContainer .um-field-label {
  text-align: left;
  border: 0;
}

.loginForm .formContainer .um-field-area {
  padding: 0;
  border: 0;
}

.loginForm .formContainer .um-field-area:before {
  content: none;
}

.loginBox .um-field-error {
  padding: 0;
  margin-top: 10px;
}

.loginBox .um-field-error:after {
  content: none;
}

/* 新規登録 */
.register_01 .um-col-1:nth-child(2) {
  margin-bottom: 25px;
  border-bottom: 1px solid #a5e3e1;
  position: relative;
}

.register_01 .um-col-1:nth-child(2) .um-field {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
  position: static;
}

.register_01 .um-col-1:nth-child(2) .um-field:before {
  content: none;
}

.register_01 .um-col-1:nth-child(2) .um-field-error {
  font-size: 0;
  padding: 5px 0 20px 12px;
  position: static;
}

.register_01 .um-col-1:nth-child(2) .um-field-error:before {
  content: "生年月日をご入力ください";
  background-color: #fff;
  font-size: 12px;
  position: absolute;
  left: 13px;
  bottom: 5px;
  white-space: nowrap;
}

.register_01 .um-col-1:nth-child(2) .um-field-error:after {
  content: none;
}

.register_01 .um-col-1:nth-child(2) .um-field-text {
  display: inline-block;
  direction: rtl;
  vertical-align: top;
  padding-bottom: 5px;
}

.register_01 .um-col-1:nth-child(2) .um-field-text .um-field-label,
.register_01 .um-col-1:nth-child(2) .um-field-text .um-field-area {
  display: inline-block;
  direction: ltr;
  border: 0;
}

.register_01 .um-col-1:nth-child(2) .um-field-text .um-field-area {
  color: #707070;
}

.register_01 .um-col-1:nth-child(2) .um-field-text .um-field-area:before {
  content: none;
}

._um_row_5 {
  margin-bottom: 50px;
}

#birth_year-34 {
  width: 67px;
}

#birth_month-34,
#birth_d-34 {
  width: 52px;
}

#user_zip-34 {
  width: 98px;
}

#um_field_34_birth_year {
  position: relative;
}

#um_field_34_birth_year:before {
  content: "";
  border-left: 1px solid #a5e3e1;
  position: absolute;
  min-height: 20px;
  height: 54%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.um-field-radio .um-field-area {
  padding: 5px 0 0px 15px;
}

.um-field-investment .um-field-area:after {
  content: "万円";
}

.um-field .adSearch {
  bottom: 32px;
}

.um-form .addressBox .um-field-block {
  margin: 0;
  padding: 0;
  border: 0;
  position: static;
}

.um-form .addressBox .um-col-1:nth-child(2) {
  position: relative;
}

.um-form .addressBox .adSearch {
  bottom: auto;
  top: 36px;
}

.um-field-user_zip .um-field-label span {
  margin: 0 0 0 10px;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

.um-field-agree {
  border: 0 !important;
}

.um-field-agree .um-field-label {
  display: none;
}

.um-field-agree .um-field-area {
  text-align: center;
  border: 0;
  width: 100%;
}

.um-field-agree .um-field-area:before {
  content: none;
}

.um-field-agree .um-field-checkbox-state {
  display: inline-block;
}

.um-field-agree .um-field-checkbox {
  margin: 0 0 25px;
}

.um-field-agree .um-field-checkbox > * {
  display: inline-block;
  vertical-align: middle;
}

.um-field-agree .um-field-checkbox-option {
  margin: 0;
  color: #00b9c1;
}

.um-field-agree .um-field-checkbox-option a {
  color: #00b9c1;
  text-decoration: underline;
}

.um-field-agree .um-field-checkbox-option a:hover {
  text-decoration: none;
}

/* パスワード変更 */
.um-account-tab-password .um-field-label {
  border: 0;
}

.um-account-tab-password .um-field-area:before {
  content: none;
}

.um-account-tab-password .um-field-error {
  padding: 0;
  margin-top: 10px;
}

.um-account-tab-password .um-field-error:after {
  content: none;
}

/* パスワードリセット */
.um-password .um-field-error {
  padding: 0;
  margin-top: 10px;
}

.um-password .um-field-error:after {
  content: none;
}

@media screen and (min-width: 768px) {
  /* 新規登録 */
  .um-field {
    flex-wrap: wrap;
  }
  .register_01 .um-col-1:nth-child(2) {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .register_01 .um-col-1:nth-child(2) .um-field-text {
    border-bottom: 0;
  }
  .register_01 .um-col-1:nth-child(2) .um-field-text .um-field-label {
    width: auto;
  }
  .register_01 .um-col-1:nth-child(2) .um-field-block {
    display: -webkit-inline-box;
    display: inline-flex;
    border: 0;
    padding-top: 0;
    position: relative;
  }
  .register_01 .um-col-1:nth-child(2) .um-field-block:before {
    content: "";
    border-left: 1px solid #a5e3e1;
    position: absolute;
    height: 20px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .register_01 .um-col-1:nth-child(2) .um-field-error:before {
    left: 308px;
  }
  .register_01 .um-col-1:nth-child(2) .um-field-area {
    padding: 0;
  }
  .um-register .um-field-radio .um-field-area {
    padding: 5px 0 5px 40px;
  }
  .um-register #um_field_34_um_block_34_16 {
    height: auto;
    min-height: auto;
  }
  .um-register .um-form .addressBox {
    display: block;
    position: relative;
  }
  .um-register .um-form .addressBox .um-col-1:nth-child(1) {
    width: 87px;
    padding-left: 5px;
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .um-register .um-form .addressBox .um-col-1:nth-child(1) p {
    border-bottom: 0;
  }
  .um-register .um-form .addressBox .um-col-1:nth-child(2), .um-register .um-form .addressBox .um-col-1:nth-child(3) {
    padding-left: 87px;
    width: 100%;
  }
  .um-register .um-form .addressBox .adSearch {
    top: 15px;
    -webkit-transform: none;
    transform: none;
  }
  .um-register .um-field-user_zip {
    position: relative;
  }
  .um-register .um-field-user_zip .um-field-label span {
    position: absolute;
    top: 32px;
    right: 170px;
  }
  .um-register .um-field-agree .um-field-area {
    text-align: left;
    padding: 60px 0 60px 267px;
  }
  .um-register #um_field_34_birth_year {
    position: static;
    padding-left: 28px;
  }
  .um-register #um_field_34_birth_year:before {
    content: none;
  }
  .um-register .um-field.error-field:not(.um-field-radio) {
    -webkit-box-align: baseline;
    align-items: baseline;
    padding: 20px 0;
  }
  .um-register .um-field.error-field:not(.um-field-radio) .um-field-area {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  .um-register .um-field.error-field:not(.um-field-radio) .um-field-area:before {
    top: 70%;
  }
  .um-register .um-field.error-field:not(.um-field-radio) .um-field-error {
    position: absolute;
    bottom: 10px;
    left: 0;
  }
  .um-register .um-field.error-field.um-field-birth_year, .um-register .um-field.error-field.um-field-birth_month, .um-register .um-field.error-field.um-field-birth_d {
    padding-bottom: 5px;
  }
  .um-register .um-field.error-field.um-field-birth_year .um-field-label, .um-register .um-field.error-field.um-field-birth_month .um-field-label, .um-register .um-field.error-field.um-field-birth_d .um-field-label {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .um-register .um-field.error-field.um-field-birth_year .um-field-error, .um-register .um-field.error-field.um-field-birth_month .um-field-error, .um-register .um-field.error-field.um-field-birth_d .um-field-error {
    position: static;
  }
  /* ログイン */
  .loginBox .um-field {
    padding: 0;
  }
  .loginBox .um-field-error {
    text-align: right;
    bottom: -8px;
    margin: 0;
  }
  /* パスワード変更 */
  .um-account-tab-password .um-field {
    padding: 0 20px;
  }
  .um-account-tab-password .um-field input[type=password] {
    width: 400px;
  }
  .um-account-tab-password .um-field-error {
    width: auto;
    position: absolute;
    right: 15px;
    text-align: right;
    margin-top: 0;
  }
  /* パスワードリセット */
  .um-password .um-field-error {
    text-align: right;
  }
}

/* 証明書関係 */
.myPageBody {
  background: url(../images/top/bk_company_sp.jpg) center bottom/100% no-repeat;
}

.tabArea li label {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  letter-spacing: .8px;
  background-color: #fff;
  color: #00b9c1;
  text-align: center;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  position: relative;
  border-top: 1px solid #00b9c1;
  border-bottom: 1px solid #00b9c1;
}

@media screen and (min-width: 768px) {
  .tabArea li label {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.tabArea li label:after {
  content: "";
  border: 5px solid transparent;
  border-top: 9px solid #fff;
  position: absolute;
  top: 21px;
  right: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.tabRadio,
.tabDocument {
  display: none;
}

#myPagetab1:checked ~ .tabArea .myPagetab1_label,
#myPagetab2:checked ~ .tabArea .myPagetab2_label {
  background: #00b9c1;
  color: #fff;
  border: 1px solid transparent;
}

#myPagetab1:checked ~ .documentArea #document1,
#myPagetab2:checked ~ .documentArea #document2 {
  display: block;
  -webkit-animation: tabAnim ease .6s forwards;
  animation: tabAnim ease .6s forwards;
}

@-webkit-keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.dcSection {
  font-size: 13px;
  line-height: 1.8;
}

.dcSection:not(.documentHead) {
  padding-bottom: 130px;
}

.dcSection .h3Wrap {
  text-align: center;
}

.dcSection h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  padding: 0 5px 10px;
  border-bottom: 1px solid #bababa;
}

.dcSection h4 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.documentArea {
  padding: 40px 30px 0px;
  margin-bottom: 110px;
  background-color: rgba(211, 211, 211, 0.1);
}

.documentArea .attention {
  color: #ff0000;
}

.documentArea .fwB {
  font-weight: bold;
}

.documentArea .fwN {
  font-weight: normal;
}

.documentArea .alC {
  text-align: center;
}

.documentArea .alR {
  text-align: right;
}

.documentArea .documentHead {
  text-align: center;
  padding-bottom: 0;
}

.documentArea .documentHead > *:nth-child(1) {
  margin-bottom: 40px;
  font-size: 17px;
}

.documentArea .documentHead > *:nth-child(2) {
  margin-bottom: 30px;
}

.documentArea .documentHead > *:nth-child(2) img {
  width: 100px;
}

.documentArea .documentHead > *:nth-child(4), .documentArea .documentHead > *:nth-child(5) {
  margin-bottom: 60px;
  font-size: 15px;
}

.documentArea .documentHead .companyName {
  font-size: 17px;
}

.documentArea .documentHead .companyName:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #707070;
}

.documentArea .documentHead h2 {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 40px;
}

.documentArea .documentHead h2 span {
  text-align: center;
}

.documentArea .section01 {
  padding-bottom: 10px;
}

.documentArea .section01 p {
  margin-bottom: 100px;
}

.documentArea .section01 dt {
  font-weight: bold;
}

.documentArea .section01 dd {
  margin-bottom: 20px;
}

.documentArea .section02 {
  padding-bottom: 30px;
}

.documentArea .section02 dl {
  margin-bottom: 80px;
}

.documentArea .section02 dt {
  font-weight: bold;
}

.documentArea .section02 dd {
  margin-bottom: 20px;
}

.documentArea .section02 dd span {
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}

.documentArea .section02 dd span.fwN {
  font-weight: normal;
}

.documentArea .section03 > ul > li {
  margin-bottom: 20px;
}

.documentArea .section03 p {
  margin-bottom: 20px;
}

.documentArea .section04 {
  padding-bottom: 50px;
}

.documentArea .section04 h4 {
  text-align: left;
  margin-bottom: 10px;
}

.documentArea .section04 dl,
.documentArea .section04 .seal {
  margin-bottom: 30px;
  background-color: #fff;
  border-top: 1px solid #bababa;
}

.documentArea .section04 dt {
  padding: 15px 10px 0;
}

.documentArea .section04 dd {
  padding: 15px 10px;
  border-bottom: 1px solid #bababa;
}

.documentArea .section04 li:nth-child(1) {
  margin-bottom: 30px;
}

.documentArea .section04 li:nth-child(1) p {
  padding: 15px 10px;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  background-color: #fff;
}

.documentArea .section04 li:nth-child(2) dl {
  margin-bottom: 50px;
}

.documentArea .section04 li:nth-child(2) dd {
  padding-top: 0;
}

.documentArea .section04 li:nth-child(3) h4 {
  margin-bottom: 20px;
}

.documentArea .section04 li:nth-child(3) dd {
  padding-top: 0;
}

.documentArea .section04 li:nth-child(3) .unit_dt {
  float: left;
}

.documentArea .section04 li:nth-child(3) .unit_dd {
  padding-top: 15px;
  text-align: right;
}

.documentArea .section04 li:nth-child(4) ul {
  font-size: 14px;
  border-bottom: 1px solid #bababa;
  margin-bottom: 5px;
  padding-top: 15px;
  position: relative;
}

.documentArea .section04 li:nth-child(4) li {
  padding: 0 15px 15px;
  border-bottom: 0;
  margin-bottom: 0;
}

.documentArea .section04 li:nth-child(4) span {
  display: block;
}

.documentArea .section04 .user_details {
  margin: 30px 0 50px;
}

.documentArea .section04 .user_details p {
  text-align: right;
}

.documentArea .section04 .sealImg {
  width: 83px;
  box-sizing: content-box;
  position: absolute;
  right: 0;
  bottom: 0;
}

.documentArea .section05 {
  margin-top: 70px;
}

.documentArea .section05 .intro {
  margin-bottom: 100px;
  padding: 15px 0;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
}

.documentArea .section05 > ul > li {
  margin-bottom: 70px;
}

.documentArea .section05 dt {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.documentArea .section05 dd p {
  margin-bottom: 20px;
}

.documentArea .section05 dd dt {
  text-align: left;
  margin-bottom: 5px;
  font-size: 13px;
}

.documentArea .section05 dd dd {
  margin-bottom: 30px;
}

.documentArea .section05 dd dd dt {
  font-weight: normal;
}

.documentArea .section05 .kaijo dt {
  color: #ff0000;
}

.documentArea .section05 .kaijo ul {
  padding: 16px 10px 0;
  background-color: #fff;
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  color: #ff0000;
}

.documentArea .section05 .kaijo ul li {
  margin-bottom: 20px;
}

.documentArea .section05 .overview li {
  margin-bottom: 30px;
}

.documentArea .section05 .overview li li {
  margin-bottom: 0;
}

.documentArea .section06,
.documentArea .section07 {
  padding-bottom: 110px;
}

.documentArea .section06 h3,
.documentArea .section07 h3 {
  display: block;
  font-size: 17px;
  line-height: inherit;
  margin-bottom: 40px;
  border-bottom: 0;
  text-align: center;
}

.documentArea .section06 h3 span,
.documentArea .section07 h3 span {
  display: block;
}

.documentArea .section06 dt,
.documentArea .section07 dt {
  margin-bottom: 20px;
  font-weight: bold;
}

.documentArea .section06 dd,
.documentArea .section07 dd {
  margin-bottom: 40px;
}

.documentArea .section06 > ul > li:nth-child(2) li, .documentArea .section06 > ul > li:nth-child(3) li, .documentArea .section06 > ul > li:nth-child(12) li,
.documentArea .section07 > ul > li:nth-child(2) li,
.documentArea .section07 > ul > li:nth-child(3) li,
.documentArea .section07 > ul > li:nth-child(12) li {
  margin-bottom: 15px;
}

.documentArea .section07 {
  padding-bottom: 20px;
}

.documentArea .section07 h3 {
  margin-bottom: 30px;
  padding: 0;
}

.documentArea .section07 div {
  padding: 30px;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .um-page-account .pageTtl,
  .page-template-page-member .pageTtl,
  .page-document .pageTtl {
    padding-bottom: 50px;
  }
  .um-page-account .contentInner,
  .page-template-page-member .contentInner,
  .page-document .contentInner {
    max-width: 1000px;
  }
  .myPageBody {
    background: url(../images/top/bk_company_pc.jpg) center bottom/100% no-repeat;
  }
  .tabWrap {
    max-width: 1000px;
    margin: auto;
  }
  .tabArea {
    display: -webkit-box;
    display: flex;
  }
  .tabArea li {
    width: 50%;
  }
  .tabArea li label {
    border-top: 0;
    height: 46px;
    line-height: 46px;
    font-size: 17px;
    letter-spacing: 1px;
    cursor: pointer;
  }
  .tabArea li label:after {
    content: none;
  }
  .tabArea li label:hover {
    opacity: 0.8;
  }
  .tabArea.tab_subscriber li {
    width: 100%;
  }
  #myPagetab1:checked ~ .tabArea .myPagetab1_label,
  #myPagetab2:checked ~ .tabArea .myPagetab2_label {
    cursor: auto;
  }
  #myPagetab1:checked ~ .tabArea .myPagetab1_label:hover,
  #myPagetab2:checked ~ .tabArea .myPagetab2_label:hover {
    opacity: 1;
  }
  .dcSection {
    line-height: 2;
  }
  .dcSection h3 {
    margin-bottom: 35px;
  }
  .documentArea {
    padding: 80px 0 0;
    margin-bottom: 260px;
  }
  .documentArea p {
    font-size: 13px;
  }
  .documentArea .contentInner {
    max-width: 800px;
  }
  .documentArea .documentHead p {
    text-align: center;
  }
  .documentArea .documentHead p span {
    display: block;
  }
  .documentArea .documentHead > *:nth-child(1) {
    margin-bottom: 60px;
    font-size: 20px;
  }
  .documentArea .documentHead > *:nth-child(2) img {
    width: 112px;
  }
  .documentArea .documentHead > *:nth-child(5) {
    margin-bottom: 90px;
    font-size: 13px;
  }
  .documentArea .documentHead h2 {
    letter-spacing: 2px;
  }
  .documentArea .documentHead h2 .companyName {
    font-size: 25px;
  }
  .documentArea .documentHead h2 span {
    font-size: 30px;
  }
  .documentArea .section01 {
    padding-bottom: 80px;
  }
  .documentArea .section02 {
    padding-bottom: 100px;
  }
  .documentArea .section03 {
    padding-bottom: 160px;
  }
  .documentArea .section04 {
    padding-bottom: 0;
  }
  .documentArea .section04 li:nth-child(1) {
    margin-bottom: 50px;
  }
  .documentArea .section04 li:nth-child(1) p {
    padding: 11px 10px;
  }
  .documentArea .section04 li:nth-child(2) dl, .documentArea .section04 li:nth-child(3) dl {
    font-size: 0;
  }
  .documentArea .section04 li:nth-child(2) dt, .documentArea .section04 li:nth-child(3) dt {
    width: 260px;
    font-weight: bold;
  }
  .documentArea .section04 li:nth-child(2) dd, .documentArea .section04 li:nth-child(3) dd {
    width: 540px;
  }
  .documentArea .section04 li:nth-child(2) dt,
  .documentArea .section04 li:nth-child(2) dd, .documentArea .section04 li:nth-child(3) dt,
  .documentArea .section04 li:nth-child(3) dd {
    display: inline-block;
    vertical-align: top;
    padding: 13px 30px 12px 10px;
    border-bottom: 1px solid #bababa;
    font-size: 13px;
  }
  .documentArea .section04 li:nth-child(2) dt,
  .documentArea .section04 li:nth-child(2) dd {
    height: 50px;
  }
  .documentArea .section04 li:nth-child(3) .money {
    float: right;
  }
  .documentArea .section04 li:nth-child(3) dl {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .documentArea .section04 li:nth-child(3) dt,
  .documentArea .section04 li:nth-child(3) dd {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 50px;
  }
  .documentArea .section04 li:nth-child(4) span {
    display: inline-block;
    margin-left: 16px;
  }
  .documentArea .section04 .user_details {
    margin: 40px 0 60px;
  }
  .documentArea .section05 {
    margin-top: 110px;
    padding-bottom: 120px;
  }
  .documentArea .section05 .intro {
    margin-bottom: 170px;
  }
  .documentArea .section05 dt {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .documentArea .section05 .kaijo {
    padding: 25px 0;
  }
  .documentArea .section05 .kaijo li {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}

.error404 .footer {
  display: none;
}

.error404 #wrapper {
  padding-bottom: 0;
}

.error {
  position: relative;
  background: url(../images/page/bk_404_sp.jpg) center/cover no-repeat;
}

.errorInner {
  padding: 70px 30px 35px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.errorTtl {
  margin-bottom: 50px;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  color: #fff;
  font-size: 30px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  .errorTtl {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.error p {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  color: #fff;
  line-height: 1.8;
  font-size: 14px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .error p {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.error .returnBtn a {
  display: block;
  width: 280px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  color: #00b9c1;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #00b9c1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .error .returnBtn a {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.error .returnBtn a:before, .error .returnBtn a:after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  position: absolute;
  height: 1px;
  right: 20px;
  top: 26px;
}

.error .returnBtn a:after {
  width: 12px;
  -webkit-transform: rotate(40deg) translate(-1px, -4px);
  transform: rotate(40deg) translate(-1px, -4px);
}

.error .returnBtn a:before {
  width: 26px;
}

.error .returnBtn a:before, .error .returnBtn a:after {
  border-color: #00b9c1;
}

.errorFooter {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 12px;
  color: #959595;
}

@media screen and (min-width: 768px) {
  .error {
    background: url(../images/page/bk_404_pc.jpg) center/cover no-repeat;
  }
  .errorInner {
    padding: 100px 30px 22px;
  }
  .errorTtl {
    margin-bottom: 60px;
    font-size: 40px;
  }
  .error p {
    margin-bottom: 60px;
    font-size: 15px;
  }
  .error .returnBtn a {
    width: 350px;
    font-size: 16px;
  }
  .error .returnBtn a:hover {
    color: #fff;
    background-color: rgba(0, 185, 193, 0.6);
    border-color: rgba(0, 185, 193, 0.6);
  }
  .error .returnBtn a:hover:before, .error .returnBtn a:hover:after {
    border-color: #fff;
  }
  .errorFooter {
    bottom: 10px;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .animeSP {
    opacity: 0;
    -webkit-transition: all 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0s;
    transition: all 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  .animeSP.fade_on {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (min-width: 768px) {
  .animeTxt {
    opacity: 0;
    -webkit-transition: all 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0s;
    transition: all 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0s;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  .animeTxt.fade_on {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .animeImg {
    opacity: 0;
    -webkit-transition: opacity 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0.5s, -webkit-transform 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0s;
    transition: opacity 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0.5s, -webkit-transform 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0s;
    transition: transform 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0s, opacity 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0.5s;
    transition: transform 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0s, opacity 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0.5s, -webkit-transform 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0s;
  }
  .animeImg.bgImg.fromL {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  .animeImg.bgImg.fromL.fade_on {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .animeImg.bgImg.fromR {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  .animeImg.bgImg.fromR.fade_on {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .animeImg.fromL {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  .animeImg.fade_on {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .animeBox > div {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  .animeBox.fade_on > div {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .animeBox.fade_on > div:nth-child(1) {
    -webkit-transition: all 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0.2s;
    transition: all 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0.2s;
  }
  .animeBox.fade_on > div:nth-child(2) {
    -webkit-transition: all 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0.4s;
    transition: all 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0.4s;
  }
  .animeBox.fade_on > div:nth-child(3) {
    -webkit-transition: all 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0.6s;
    transition: all 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0.6s;
  }
  .animeBox.fade_on > div:nth-child(4) {
    -webkit-transition: all 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0.8s;
    transition: all 2.4s cubic-bezier(0, 0.68, 0.34, 1) 0.8s;
  }
  .animeBox.fade_on > div:nth-child(5) {
    -webkit-transition: all 2.4s cubic-bezier(0, 0.68, 0.34, 1) 1s;
    transition: all 2.4s cubic-bezier(0, 0.68, 0.34, 1) 1s;
  }
  .animeBox.fade_on > div:nth-child(6) {
    -webkit-transition: all 2.4s cubic-bezier(0, 0.68, 0.34, 1) 1.2s;
    transition: all 2.4s cubic-bezier(0, 0.68, 0.34, 1) 1.2s;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.headerInner {
  position: relative;
}

.headerLogo {
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.home.page {
  /* ヘッダー変化 */
}

.home.page .header {
  height: 90px;
}

.home.page .headerLogo {
  top: 22px;
  left: 30px;
  width: 170px;
}

.home.page .header .drawer-hamburger {
  top: 10px;
}

.home.page.fewscroll .header {
  height: 70px;
}

.home.page.fewscroll .headerLogo {
  width: 160px;
  top: 12px;
  left: 20px;
}

.home.page.fewscroll .drawer-hamburger {
  top: 0;
}

.page .header,
.archive .header,
.single .header,
.error404 .header {
  height: 70px;
}

.page .headerLogo,
.archive .headerLogo,
.single .headerLogo,
.error404 .headerLogo {
  width: 160px;
  top: 12px;
  left: 20px;
}

.page .drawer-hamburger,
.archive .drawer-hamburger,
.single .drawer-hamburger,
.error404 .drawer-hamburger {
  top: 0;
}

.pc_gnav {
  display: none;
}

.gNav ul {
  font-size: 0;
}

.gNav li {
  text-align: center;
}

.gNav li.gnavContact a, .gNav li.gnavLogin a {
  color: #fff;
  width: 130px;
  height: 34px;
  line-height: 34px;
  display: block;
}

.gNav li.gnavContact {
  margin-top: 50px;
}

.gNav li.gnavContact a {
  background-color: #00b9c1;
}

.gNav li.gnavLogin {
  margin-top: 30px;
}

.gNav li.gnavLogin a {
  background-color: #37436c;
}

.gNav a {
  color: #707070;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .gNav a {
    font-family: "Yu Mincho", YuMincho, serif;
  }
}

.drawer-nav {
  opacity: 0;
  -webkit-transition: opacity 0.4s, top 0.4s cubic-bezier(0.19, 1, 0.22, 1) 1.6s !important;
  transition: opacity 0.4s, top 0.4s cubic-bezier(0.19, 1, 0.22, 1) 1.6s !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.drawer-nav li {
  margin-top: 40px;
}

.drawer-nav li:nth-child(1) {
  margin-top: 0;
}

.drawer-hamburger {
  width: 26px;
  height: auto;
  padding: 26px 26px 42px;
  top: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.drawer-hamburger-icon {
  background-color: transparent;
  margin-top: 0;
}

.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  background-color: #bababa;
  top: 0px;
}

.drawer-hamburger-icon:after {
  top: 14px;
}

.drawer-open .drawer-nav {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0s !important;
  transition: opacity 0.4s ease 0s !important;
}

@media screen and (min-width: 1200px) {
  .headerLogo {
    left: 35px;
  }
  .sp_gnav {
    display: none;
  }
  .pc_gnav {
    display: block;
    position: absolute;
    top: 53px;
    right: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .gNav li {
    display: inline-block;
    margin: 0 17px;
    vertical-align: middle;
  }
  .gNav li a {
    font-size: 13px;
    position: relative;
  }
  .gNav li:not([class]) a:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #00b9c1;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .gNav li:not([class]) a:hover {
    color: #00b9c1;
  }
  .gNav li:not([class]) a:hover:after {
    bottom: -10px;
    opacity: 1;
  }
  .gNav li.gnavContact a, .gNav li.gnavLogin a {
    color: #fff;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid transparent;
  }
  .gNav li.gnavContact {
    margin: 0 0 0 17px;
  }
  .gNav li.gnavContact a:hover {
    background-color: transparent;
    color: #00b9c1;
    border: 1px solid #00b9c1;
  }
  .gNav li.gnavLogin {
    margin: 0;
  }
  .gNav li.gnavLogin a:hover {
    background-color: transparent;
    color: #37436c;
    border: 1px solid #37436c;
  }
  .home.page .header {
    height: 135px;
  }
  .home.page .headerLogo {
    width: 200px;
    top: 40px;
  }
  .home.page .header .pc_gnav {
    top: 53px;
  }
  .home.page.fewscroll .header {
    height: 100px;
  }
  .home.page.fewscroll .headerLogo {
    width: 190px;
    top: 21px;
  }
  .home.page.fewscroll .header .pc_gnav {
    top: 37px;
  }
  /* ヘッダー変化 */
  .page .header,
  .archive .header,
  .single .header,
  .error404 .header {
    height: 100px;
  }
  .page .headerLogo,
  .archive .headerLogo,
  .single .headerLogo,
  .error404 .headerLogo {
    width: 190px;
    top: 21px;
  }
  .page .header .pc_gnav,
  .archive .header .pc_gnav,
  .single .header .pc_gnav,
  .error404 .header .pc_gnav {
    top: 37px;
  }
  .home .gNav li a.gnav_active {
    color: #00b9c1;
  }
  .home .gNav li a.gnav_active:after {
    bottom: -10px;
    opacity: 1;
  }
}

.footer {
  background: url(../images/top/bk_footer_sp.jpg) center top no-repeat;
  background-size: cover;
  padding: 20px 30px 12px;
  color: #fff;
}

.footerLogo {
  width: 160px;
  margin-bottom: 20px;
}

.footerNav {
  margin-bottom: 40px;
  font-size: 13px;
}

.footerNav a {
  color: #fff;
  position: relative;
  padding-left: 10px;
}

.footerNav a:before {
  content: "";
  width: 4px;
  border-top: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

.footerNav li {
  font-size: 13px;
}

.footerNav_login {
  margin-bottom: 15px;
}

.footerNav_contact {
  margin-bottom: 14px;
}

.footer .copy {
  font-size: 11px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .footer {
    width: 100%;
    height: 200px;
    padding: 0 10px;
    background: url(../images/top/bk_footer_pc.jpg) center top no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer a:hover {
    opacity: 0.8;
  }
  .footer a:after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 98%;
    height: 1px;
    border-bottom: 1px solid #fff;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .footer a:hover:after {
    bottom: -10px;
    opacity: 1;
  }
  .footerInner {
    max-width: 1000px;
    height: 100%;
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  .footerNav {
    margin-bottom: 0;
  }
  .footerNav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px 0 0;
  }
  .copy {
    font-size: 12px;
  }
}
