@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0;
  background: #fff;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", sans-serif;
}

p,
a {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  p,
  a {
    font-size: 16px;
  }
}

.Oswald {
  font-family: "Oswald", sans-serif;
}

p {
  color: #222;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

.text {
  margin: 0;
}

a {
  color: #222;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

ul {
  list-style: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.inner {
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}

.center {
  text-align: center;
}

.red {
  color: #FF0000;
}

.cmn-title01 {
  margin: 0 0 32px;
  text-align: center;
  color: #E10000;
  font-size: 32px;
  font-weight: 700;
}
.cmn-title01 span {
  display: block;
  margin: 0 0 8px;
  font-size: 16px;
  color: #222;
}
.cmn-title01.white {
  color: #fff;
}
.cmn-title01.white span {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .cmn-title01 {
    font-size: 48px;
    font-weight: 500;
  }
  .cmn-title01 span {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
  }
}

.cmn-btn01 {
  margin: 0;
}
.cmn-btn01 a {
  width: 288px;
  padding: 12px 0;
  background: #fff;
  border: solid 2px #E10000;
  border-radius: 50px;
  font-size: 13px;
  color: #E10000;
}
@media screen and (min-width: 768px) {
  .cmn-btn01 a {
    width: 568px;
    padding: 10px 0;
    font-size: 21px;
  }
}

.cmn-privacy {
  margin: 0 0 96px;
}
.cmn-privacy h2 {
  position: relative;
  margin: 0 0 24px;
  padding: 6px 0 7px 12px;
  font-size: 18px;
  font-weight: 700;
  color: #4392BB;
  line-height: 1;
}
.cmn-privacy h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 3px;
  border-radius: 10px;
  height: 100%;
  background: #4392BB;
}
.cmn-privacy h3 {
  font-weight: 700;
}
.cmn-privacy ul {
  list-style: disc;
}
.cmn-privacy ul + ul, .cmn-privacy ul + ol,
.cmn-privacy ol + ul,
.cmn-privacy ol + ol {
  margin: 30px 0 0;
}
.cmn-privacy ul li,
.cmn-privacy ol li {
  margin: 0 0 1em;
}
.cmn-privacy ul li ul,
.cmn-privacy ul li ol,
.cmn-privacy ol li ul,
.cmn-privacy ol li ol {
  margin: 30px 0 0 30px;
  padding: 0;
}
.cmn-privacy a {
  text-decoration: underline;
}
.cmn-privacy a:hover {
  text-decoration: none;
}
.cmn-privacy table {
  border-collapse: collapse;
  border: solid 1px #ccc;
}
.cmn-privacy table th {
  padding: 4px;
  border: solid 1px #ccc;
  background: #e9f5ff;
}
.cmn-privacy table td {
  padding: 4px;
  border: solid 1px #ccc;
}
@media screen and (min-width: 768px) {
  .cmn-privacy {
    margin: 0 0 144px;
  }
  .cmn-privacy h2 {
    margin: 0 0 32px;
    padding: 11px 0 12px 16px;
    font-size: 21px;
  }
  .cmn-privacy ul.link__txt {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .cmn-privacy ul.link__txt li {
    width: calc(32.5% - 24px);
  }
}

.anchor {
  margin-top: -120px;
  padding-top: 120px;
}
@media screen and (min-width: 1020px) {
  .anchor {
    margin-top: -140px;
    padding-top: 140px;
  }
}

.wrapper {
  padding: 105px 0 0;
}
@media screen and (min-width: 1020px) {
  .wrapper {
    padding: 120px 0 0;
  }
}
@media screen and (min-width: 1374px) {
  .wrapper {
    padding: 102px 0 0;
  }
}

.gHeader {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 10;
}
.gHeader .head-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 14px;
  z-index: 10;
}
.gHeader .head-link .logo {
  display: table;
  width: 214px;
  margin: 0;
  vertical-align: middle;
}
.gHeader .head-link .logo a {
  display: table-cell;
}
.gHeader .head-link .area-link {
  display: flex;
}
.gHeader .head-link .area-link .area-btnMenu {
  cursor: pointer;
}
.gHeader .head-link .area-link .area-btnMenu.open .btnMenu span:first-child {
  margin-top: 7px;
  transform: rotate(45deg);
}
.gHeader .head-link .area-link .area-btnMenu.open .btnMenu span:nth-child(2) {
  left: 100%;
  margin-top: 7px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gHeader .head-link .area-link .area-btnMenu.open .btnMenu span:nth-child(3) {
  margin-top: 7px;
  transform: rotate(-45deg);
}
.gHeader .head-link .area-link .area-btnMenu .btnMenu {
  position: relative;
  margin: 0 auto;
  padding: 0px 0 0;
  width: 42px;
  height: 21px;
  cursor: pointer;
  z-index: 2;
}
.gHeader .head-link .area-link .area-btnMenu .btnMenu span {
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  width: 80%;
  height: 2px;
  background: #000;
  transition: all 0.3s ease-out;
}
.gHeader .head-link .area-link .area-btnMenu .btnMenu span:first-child {
  margin-top: 0;
}
.gHeader .head-link .area-link .area-btnMenu .btnMenu span:nth-child(2) {
  margin-top: 10px;
}
.gHeader .head-link .area-link .area-btnMenu .btnMenu span:nth-child(3) {
  margin-top: 20px;
}
.gHeader .head-link .area-link .area-btnMenu .txt {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  z-index: 2;
}
.gHeader .head-link .area-link #gNavWrap {
  position: fixed;
  width: 100vw;
  height: calc(100vh - 60px);
  margin: 0 calc(50% - 50vw);
  right: -150%;
  top: -5px;
  padding-top: 60px;
  background: #fff;
  overflow-y: auto;
  scrollbar-width: none;
}
.gHeader .head-link .area-link #gNavWrap #gNav {
  padding: 20px 0 0;
}
.gHeader .head-link .area-link #gNavWrap #gNav .sitemap-logo {
  width: 220px;
  margin: 0;
  padding: 0 20px;
}
.gHeader .head-link .area-link #gNavWrap #gNav .sitemap01 {
  position: relative;
  margin: 0 0 20px;
  padding: 20px;
  overflow: auto;
  z-index: 1000;
}
.gHeader .head-link .area-link #gNavWrap #gNav .sitemap01 .item {
  border-bottom: solid 1px #ccc;
}
.gHeader .head-link .area-link #gNavWrap #gNav .sitemap01 .item a {
  position: relative;
  display: block;
  padding: 20px 0 20px 0;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.gHeader .contat-link .list {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.gHeader .contat-link .list .item {
  width: 50%;
  text-align: center;
}
.gHeader .contat-link .list .item a {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 4px 0;
  box-sizing: border-box;
}
.gHeader .contat-link .list .item a span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.gHeader .contat-link .list .item a span:before {
  content: "";
  display: inline-block;
}
.gHeader .contat-link .list .item.head-contact {
  background: #D0312E;
}
.gHeader .contat-link .list .item.head-contact a span {
  font-size: 12px;
  font-weight: 700;
}
.gHeader .contat-link .list .item.head-contact a span:before {
  width: 19px;
  height: 13px;
  margin: 0 8px 0 0;
  background: url(../img/common/icon/mail.png) no-repeat 0 0;
  background-size: 100%;
}
.gHeader .contat-link .list .item.head-tel {
  background: #05B2FF;
}
.gHeader .contat-link .list .item.head-tel a span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.gHeader .contat-link .list .item.head-tel a span:before {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  background: url(../img/common/icon/tel-white.png) no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .gHeader .pc {
    display: none;
  }
  .gHeader .sp {
    display: block;
  }
}
@media screen and (min-width: 1020px) {
  .gHeader {
    position: fixed;
    width: 100%;
  }
  .gHeader .head-link {
    padding: 0 0 0 28px;
    box-shadow: 0px 0px 4px rgba(80, 80, 80, 0.1019607843);
    gap: 0 36px;
  }
  .gHeader .head-link .logo {
    width: 235px;
    margin: 0;
  }
  .gHeader .head-link .area-link {
    display: flex;
    align-items: center;
  }
  .gHeader .head-link .area-link .area-link-list01 .area-tel {
    text-align: right;
  }
  .gHeader .head-link .area-link .area-link-list01 .area-tel .tel {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 8px 0 0;
    line-height: 1;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .gHeader .head-link .area-link .area-link-list01 .area-tel .tel:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 8px 0 0;
    background: url(../img/common/icon/tel-black.png) no-repeat 0 0;
    background-size: 100%;
  }
  .gHeader .head-link .area-link .area-link-list01 .area-tel .time {
    margin: 0;
    font-size: 12px;
  }
  .gHeader .head-link .area-link .area-link-list01 .link-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 8px 0 0;
    padding: 4px 32px 0 4px;
    gap: 8px 20px;
    border-top: solid 1px #C1C1C1;
  }
  .gHeader .head-link .area-link .area-link-list01 .link-list .link-item a {
    font-size: 14px;
  }
  .gHeader .head-link .area-link .area-btnMenu {
    display: none;
    width: 156px;
    height: 74px;
    padding: 0 6px 0 10px;
    background: #015CA9;
    border-radius: 0 10px 10px 0;
    box-sizing: border-box;
  }
  .gHeader .head-link .area-link .area-btnMenu.open {
    padding: 0px;
  }
  .gHeader .head-link .area-link .area-btnMenu.open .btnMenu .txt {
    left: -4px;
  }
  .gHeader .head-link .area-link .area-btnMenu.open .btnMenu span:first-child {
    margin-top: 7px;
    transform: rotate(45deg);
  }
  .gHeader .head-link .area-link .area-btnMenu.open .btnMenu span:nth-child(2) {
    left: 100%;
    margin-top: 7px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .gHeader .head-link .area-link .area-btnMenu.open .btnMenu span:nth-child(3) {
    margin-top: 7px;
    transform: rotate(-45deg);
  }
  .gHeader .head-link .area-link .area-btnMenu .btnMenu {
    position: relative;
    margin: 0;
    padding: 0 0 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
  }
  .gHeader .head-link .area-link .area-btnMenu .btnMenu span {
    display: block;
    position: absolute;
    top: 7px;
    left: 3px;
    width: 80%;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease-out;
  }
  .gHeader .head-link .area-link .area-btnMenu .btnMenu span:first-child {
    margin-top: 0;
  }
  .gHeader .head-link .area-link .area-btnMenu .btnMenu span:nth-child(2) {
    margin-top: 7px;
  }
  .gHeader .head-link .area-link .area-btnMenu .btnMenu span:nth-child(3) {
    margin-top: 14px;
  }
  .gHeader .head-link .area-link .area-btnMenu .txt {
    padding: 0 0 0 12px;
    font-size: 16px;
  }
  .gHeader .head-link .area-link #gNavWrap {
    top: -15px;
    padding-top: 60px;
  }
  .gHeader .head-link .area-link #gNavWrap #gNav {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  .gHeader .head-link .area-link #gNavWrap #gNav .sitemap-logo {
    width: 240px;
    margin: 0 0 64px;
    padding: 0 20px;
  }
  .gHeader .head-link .area-link #gNavWrap #gNav .sitemap01 {
    position: relative;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin: 0 0 60px;
    padding: 20px 80px;
    gap: 0 80px;
  }
  .gHeader .head-link .area-link #gNavWrap #gNav .sitemap01 .item {
    display: block;
    width: calc(36% - 80px);
    border-bottom: none;
  }
  .gHeader .head-link .area-link #gNavWrap #gNav .sitemap01 .item a {
    position: relative;
    margin: 0 0 24px;
    padding: 0;
    font-size: 24px;
  }
  .gHeader .head-link .area-link #gNavWrap #gNav .sitemap01 .item a:after {
    content: none;
  }
  .gHeader .head-link .area-link #gNavWrap #gNav .sitemap01 .item p {
    display: flex;
    align-items: end;
    width: 100%;
    font-size: 20px;
    min-height: 3em;
    margin: 0 0 24px;
    padding: 0 0 24px;
    font-weight: 700;
    border-bottom: solid 1px #fff;
  }
  .gHeader .head-link .area-link #gNavWrap #gNav .sitemap01 .item p span {
    width: 100%;
    padding: 0;
    font-size: 18px;
    cursor: pointer;
  }
  .gHeader .head-link .area-link #gNavWrap #gNav .sitemap01 .item p span:before, .gHeader .head-link .area-link #gNavWrap #gNav .sitemap01 .item p span:after {
    top: auto;
    bottom: 10px;
  }
  .gHeader .head-link .area-link #gNavWrap #gNav .sitemap01 .item .item-inner {
    height: auto;
    padding: 0;
  }
  .gHeader .head-link .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list {
    display: none;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
  .gHeader .head-link .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item {
    display: block;
    width: 100%;
    margin: 0 0 24px;
    border: none;
  }
  .gHeader .head-link .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item + .item {
    margin: 0 0 24px;
  }
  .gHeader .head-link .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item:last-child {
    border: none;
  }
  .gHeader .head-link .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item:first-child {
    border-top: none;
  }
  .gHeader .head-link .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item a {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
  .gHeader .head-link .area-link-list02 .link-list {
    display: flex;
    margin: 0;
    padding: 0;
  }
  .gHeader .head-link .area-link-list02 .link-list .item {
    width: 102px;
    min-height: 102px;
  }
  .gHeader .head-link .area-link-list02 .link-list .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .gHeader .head-link .area-link-list02 .link-list .item a.no-event {
    pointer-events: none;
  }
  .gHeader .head-link .area-link-list02 .link-list .item.comming {
    background: #999999;
    border-right: 1px solid #fff;
  }
  .gHeader .head-link .area-link-list02 .link-list .item.comming a {
    text-align: center;
  }
  .gHeader .head-link .area-link-list02 .link-list .item.comming a .link-title {
    margin: 0 0 11px;
    color: #fff;
  }
  .gHeader .head-link .area-link-list02 .link-list .item.comming a .public {
    display: inline-block;
    margin: 0;
    padding: 5px 15px;
    line-height: 1;
    background: #fff;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    border-radius: 40px;
  }
  .gHeader .head-link .area-link-list02 .link-list .item.head-contact {
    background: #E10000;
  }
  .gHeader .head-link .area-link-list02 .link-list .item.head-contact .area-contact .img {
    width: 43px;
    margin: 0 auto 9px;
  }
  .gHeader .head-link .area-link-list02 .link-list .item.head-contact .area-contact .text {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }
  .gHeader .contat-link {
    display: none;
  }
}

.net-balance {
  position: relative;
}
.net-balance .wave {
  position: relative;
  bottom: 35px;
}
.net-balance .bg {
  padding: 80px 0 64px;
  margin: -40px 0 0;
  background: transparent linear-gradient(180deg, #91D0CD 0%, #005BAA 100%) 0% 0% no-repeat padding-box;
}
.net-balance .bg .inner .title {
  margin: 0 0 32px;
}
.net-balance .bg .inner .list {
  margin: 0;
  padding: 0;
}
.net-balance .bg .inner .list .item {
  position: relative;
  padding: 18px 6px;
  background-clip: padding-box;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.net-balance .bg .inner .list .item:first-child {
  border-top: none;
}
.net-balance .bg .inner .list .item:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
.net-balance .bg .inner .list .item:nth-child(1):after {
  width: 25px;
  height: 30px;
  right: 12px;
  background: url(../img/common/ico/login.png) no-repeat 0 0;
  background-size: 100%;
}
.net-balance .bg .inner .list .item:nth-child(2):after {
  width: 25px;
  height: 32px;
  right: 12px;
  background: url(../img/common/ico/first.png) no-repeat 0 0;
  background-size: 100%;
}
.net-balance .bg .inner .list .item:nth-child(3):after {
  width: 32px;
  height: 28px;
  right: 8px;
  background: url(../img/common/ico/guide.png) no-repeat 0 0;
  background-size: 100%;
}
.net-balance .bg .inner .list .item:nth-child(4):after {
  width: 40px;
  height: 28px;
  background: url(../img/common/ico/manual.png) no-repeat 0 0;
  background-size: 100%;
}
.net-balance .bg .inner .list .item a {
  display: inline-block;
  color: #fff;
}
.net-balance .bg .inner .list .item a.strong {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .net-balance .bg {
    padding: 120px 0 80px;
    margin: -40px 0 0;
  }
  .net-balance .bg .inner {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .net-balance .bg .inner .title {
    width: 50%;
    margin: 0;
  }
  .net-balance .bg .inner .list {
    width: 50%;
  }
  .net-balance .bg .inner .list .item {
    padding: 32px 6px;
  }
  .net-balance .bg .inner .list .item a {
    font-size: 21px;
  }
  .net-balance .bg .inner .list .item a.strong {
    font-size: 23px;
    font-weight: 700;
  }
}

.partner {
  position: relative;
  padding: 48px 0 80px;
  background: url(../img/common/footer/bg-partner01.png) no-repeat 0 0;
  background-size: cover;
}
.partner .bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.partner .inner {
  position: relative;
  z-index: 2;
}
.partner .inner .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 24px;
}
.partner .inner .list .item {
  width: calc(50% - 12px);
}
.partner .inner .list .item .img img {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .partner {
    padding: 88px 0 144px;
  }
  .partner .inner .list {
    min-width: 820px;
    gap: 32px;
  }
  .partner .inner .list .item {
    width: calc(33% - 24px);
  }
}

.main-area-link .list {
  margin: 0;
  padding: 0;
}
.main-area-link .list .item {
  position: relative;
}
.main-area-link .list .item .bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.main-area-link .list .item .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: center;
  z-index: 2;
}
.main-area-link .list .item .text .mark {
  width: 82px;
  margin: 0 auto 8px;
}
.main-area-link .list .item .text em {
  color: #fff;
  font-style: normal;
  font-size: 24px;
}
.main-area-link .list .item .text span {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .main-area-link .list {
    display: flex;
  }
  .main-area-link .list .item {
    width: 50%;
  }
  .main-area-link .list .item .text .mark {
    width: 82px;
    margin: 0 auto 8px;
  }
  .main-area-link .list .item .text em {
    font-size: 36px;
  }
  .main-area-link .list .item .text span {
    font-size: 21px;
  }
}

.gfooter {
  padding: 0 0 24px;
  background: #000;
}
.gfooter .bg {
  padding: 96px 0 40px;
  background: transparent linear-gradient(180deg, #91D0CD 0%, #005BAA 100%) 0% 0% no-repeat padding-box;
}
.gfooter .bg .footer-info {
  margin: 0 0 64px;
}
.gfooter .bg .footer-info .logo {
  width: 200px;
  margin: 0 0 16px;
}
.gfooter .bg .footer-info .text {
  margin: 0;
  color: #fff;
}
.gfooter .bg .footer-info .text a {
  display: inline;
  color: #fff;
  text-decoration: underline;
}
.gfooter .bg .footer-info .text a:hover {
  text-decoration: none;
}
.gfooter .bg .link-list-area01 {
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: solid 1px #fff;
}
.gfooter .bg .link-list-area01 .footer-link01 {
  margin: 0;
  padding: 0;
}
.gfooter .bg .link-list-area01 .footer-link01 .link-area + .link-area {
  margin: 24px 0 0;
}
.gfooter .bg .link-list-area01 .footer-link01 .link-area .title01 {
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: solid 1px #fff;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.gfooter .bg .link-list-area01 .footer-link01 .link-area .link-list {
  margin: 0;
  padding: 0;
}
.gfooter .bg .link-list-area01 .footer-link01 .link-area .link-list .link-item + .link-item {
  margin: 12px 0 0;
}
.gfooter .bg .link-list-area01 .footer-link01 .link-area .link-list .link-item a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.gfooter .bg .link-list-area01 .footer-link01 .link-area .link-list .link-item a.strong {
  font-weight: 700;
  font-size: 14px;
}
.gfooter .bg .link-list-area02 .footer-link02 {
  margin: 0;
  padding: 0;
}
.gfooter .bg .link-list-area02 .footer-link02 .link-area .link-list {
  margin: 0;
  padding: 0;
}
.gfooter .bg .link-list-area02 .footer-link02 .link-area .link-list .link-item {
  margin: 0 0 12px;
}
.gfooter .bg .link-list-area02 .footer-link02 .link-area .link-list .link-item a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.gfooter .copyright {
  margin: 0;
  padding: 18px 0 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gfooter {
    padding: 0;
    background: #000;
  }
  .gfooter .bg {
    padding: 88px 0 72px;
  }
  .gfooter .bg .footer-info {
    display: flex;
    margin: 0 0 96px;
  }
  .gfooter .bg .footer-info .info {
    width: 35%;
  }
  .gfooter .bg .footer-info .info .logo {
    width: 314px;
    margin: 0 0 24px;
  }
  .gfooter .bg .footer-info .info .text {
    margin: 0;
    color: #fff;
  }
  .gfooter .bg .footer-info .area-link {
    width: 65 .gfooter .bg .footer-info .area-link;
  }
  .gfooter .bg .link-list-area01 {
    margin: 0 0 64px;
    padding: 0 0 64px;
    border-bottom: solid 1px #fff;
  }
  .gfooter .bg .link-list-area01 .footer-link01 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 40px;
  }
  .gfooter .bg .link-list-area01 .footer-link01 .link-area {
    width: calc(25% - 30px);
  }
  .gfooter .bg .link-list-area01 .footer-link01 .link-area + .link-area {
    margin: 0;
  }
  .gfooter .bg .link-list-area01 .footer-link01 .link-area .title01 {
    display: flex;
    align-items: end;
    width: 100%;
    margin: 0 0 24px;
    padding: 0 0 24px;
    font-size: 20px;
    min-height: 3em;
  }
  .gfooter .bg .link-list-area01 .footer-link01 .link-area .link-list .link-item + .link-item {
    margin: 24px 0 0;
  }
  .gfooter .bg .link-list-area01 .footer-link01 .link-area .link-list .link-item a {
    font-size: 14px;
  }
  .gfooter .bg .link-list-area01 .footer-link01 .link-area .link-list .link-item a.strong {
    font-size: 16px;
  }
  .gfooter .bg .link-list-area02 .footer-link02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
  }
  .gfooter .bg .link-list-area02 .footer-link02 .link-area {
    width: calc(25% - 30px);
  }
  .gfooter .bg .link-list-area02 .footer-link02 .link-area .link-list .link-item {
    margin: 0;
  }
  .gfooter .bg .link-list-area02 .footer-link02 .link-area .link-list .link-item + .link-item {
    margin: 24px 0 0;
  }
  .gfooter .bg .link-list-area02 .footer-link02 .link-area .link-list .link-item a {
    font-size: 14px;
  }
  .gfooter .bg .link-list-area02 .footer-link02 .link-area .link-list .link-item a.pdf:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 24px;
    margin: 0 0 -8px 10px;
    background: url(../img/common/ico/pdf01.png) no-repeat 0 0;
    background-size: 100%;
  }
  .gfooter .bg .link-list-area02 .footer-link02 .link-area .link-list .link-item a.tab:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 18px;
    margin: 0 0 -4px 10px;
    background: url(../img/common/ico/tab01.png) no-repeat 0 0;
    background-size: 100%;
  }
  .gfooter .copyright {
    margin: 0;
    padding: 24px 0;
    font-size: 14px;
    line-height: 1;
  }
}

form.serach .form-category {
  padding: 0 0 24px;
  border-bottom: solid 1px #ddd;
}
form.serach .form-category + .form-category {
  padding: 24px 0;
}
form.serach .form-category .title02 {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 700;
  color: #4392BB;
}
form.serach .form-category label {
  position: relative;
  display: inline-block;
  margin: 0 16px 16px 0;
  color: #888;
  cursor: pointer;
}
form.serach .form-category label .link {
  margin: 0;
}
form.serach .form-category label .link a:hover {
  background: #4392BB;
  color: #fff;
  transition: all 0.3s;
}
form.serach .form-category label .link a:before {
  content: none;
}
form.serach .form-category label .link a:after {
  content: "";
  position: absolute;
  right: 16px;
  width: 18px;
  height: 18px;
  background: url(../img/common/ico/arrow01.png) no-repeat 0 0;
  background-size: 100%;
}
form.serach .form-category label input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  border: 1px solid #888;
  border-radius: 5px;
  vertical-align: -3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form.serach .form-category label input[type=checkbox]:checked {
  background: #4392BB;
  border: 1px solid #4392BB;
}
form.serach .form-category label input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
form.serach .form-category label span {
  position: relative;
  font-weight: 700;
}
form.serach .form-category label span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #888;
}
form.serach .form-category label span:hover:before {
  content: none;
}
form.serach .area-btn {
  text-align: center;
}
form.serach .area-btn button[type=submit],
form.serach .area-btn .reset {
  position: relative;
  cursor: pointer;
  width: 240px;
  margin: 36px auto 0;
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #4392BB;
  border: solid 1px #4392BB;
  border-radius: 40px;
  background: #fff;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form.serach .area-btn button[type=submit]:hover,
form.serach .area-btn .reset:hover {
  background: #4392BB;
  color: #fff;
  transition: all 0.3s;
}
form.serach .area-btn button[type=submit]:hover:before,
form.serach .area-btn .reset:hover:before {
  background: #fff;
}
form.serach .area-btn button[type=submit]:hover:after,
form.serach .area-btn .reset:hover:after {
  border-top: 2px solid #4392BB;
  border-right: 2px solid #4392BB;
}
form.serach .area-btn button[type=submit]:before,
form.serach .area-btn .reset:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  background-color: #4392BB;
  vertical-align: middle;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 1.5px solid #4392BB;
  border-radius: 50%;
  transition: all 0.5s ease;
}
form.serach .area-btn button[type=submit]:after,
form.serach .area-btn .reset:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 23px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  background: none;
}
form.serach .area-btn button[type=submit].reverse,
form.serach .area-btn .reset.reverse {
  background: #4392BB;
  color: #fff;
}
form.serach .area-btn button[type=submit].reverse:before,
form.serach .area-btn .reset.reverse:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  background-color: #fff;
  vertical-align: middle;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
}
form.serach .area-btn button[type=submit].reverse:after,
form.serach .area-btn .reset.reverse:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 23px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #4392BB;
  border-right: 2px solid #4392BB;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  background: none;
}
form.serach .area-btn button[type=submit].reverse:hover,
form.serach .area-btn .reset.reverse:hover {
  background: #fff;
  color: #4392BB;
  transition: all 0.3s;
}
form.serach .area-btn button[type=submit].reverse:hover:before,
form.serach .area-btn .reset.reverse:hover:before {
  background: #4392BB;
}
form.serach .area-btn button[type=submit].reverse:hover:after,
form.serach .area-btn .reset.reverse:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  form.serach .form-category {
    display: table;
    width: 100%;
    padding: 0 0 32px;
  }
  form.serach .form-category + .form-category {
    padding: 20px 0;
  }
  form.serach .form-category .title02 {
    display: table-cell;
    width: 250px;
    margin: 0;
    font-size: 18px;
  }
  form.serach .form-category .area-label {
    display: table-cell;
  }
  form.serach .form-category .area-label label {
    width: 27%;
    margin: 12px 16px 0 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
  }
  form.serach .form-category .area-label label:nth-child(n+4) {
    margin: 32px 16px 0 0;
  }
  form.serach .form-category .area-label label input[type=checkbox] {
    position: relative;
    width: 21px;
    height: 21px;
    margin: 0px 12px -2px 0;
    border-radius: 5px;
    vertical-align: -3px;
  }
  form.serach .form-category .area-label label input[type=checkbox]:checked:before {
    left: 6px;
    width: 6px;
    height: 10px;
  }
  form.serach .form-category .area-label label span {
    font-size: 16px;
  }
  form.serach .form-category .area-label .link a:after {
    top: 31px;
    right: 16px;
    width: 28px;
    height: 28px;
  }
  form.serach .area-btn button[type=submit],
  form.serach .area-btn .reset {
    width: 280px;
    margin: 48px 0 0 22px;
    padding: 20px 0;
    font-size: 16px;
  }
  form.serach .area-btn button[type=submit]::before,
  form.serach .area-btn .reset::before {
    width: 28px;
    height: 28px;
  }
  form.serach .area-btn button[type=submit]:after,
  form.serach .area-btn .reset:after {
    top: 0px;
    right: 26px;
    width: 8px;
    height: 8px;
  }
  form.serach .area-btn button[type=submit].reverse:before,
  form.serach .area-btn .reset.reverse:before {
    top: 0;
    bottom: 0;
    right: 16px;
    width: 18px;
    height: 18px;
  }
  form.serach .area-btn button[type=submit].reverse:after,
  form.serach .area-btn .reset.reverse:after {
    right: 23px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #4392BB;
    border-right: 2px solid #4392BB;
  }
  form.serach .area-btn button[type=submit].reverse:hover,
  form.serach .area-btn .reset.reverse:hover {
    background: #fff;
    color: #4392BB;
    transition: all 0.3s;
  }
  form.serach .area-btn button[type=submit].reverse:hover:before,
  form.serach .area-btn .reset.reverse:hover:before {
    background: #4392BB;
  }
  form.serach .area-btn button[type=submit].reverse:hover:after,
  form.serach .area-btn .reset.reverse:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  form.serach .area-btn .reset {
    margin: 48px 0 0 32px;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0 0;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a {
  display: inline-block;
  margin: 0 4px;
  padding: 4px 8px;
  border: solid 1px #4392BB;
  color: #4392BB;
}
.wp-pagenavi .extend {
  position: relative;
}
.wp-pagenavi .extend:before {
  content: "…";
  position: relative;
  bottom: -12px;
  color: #4392BB;
}
.wp-pagenavi .current {
  margin: 0 4px;
  padding: 6px 10px;
  background: #4392BB;
  border: solid 1px #4392BB;
  color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  padding: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin: 40px 0 0;
  }
  .wp-pagenavi a {
    display: inline-block;
    margin: 0 6px;
    padding: 6px 10px;
  }
  .wp-pagenavi a:hover {
    color: #fff;
    background: #4392BB;
    opacity: 1;
  }
  .wp-pagenavi .extend {
    position: relative;
  }
  .wp-pagenavi .extend:before {
    content: "…";
    position: relative;
    bottom: -12px;
    color: #4392BB;
  }
  .wp-pagenavi .current {
    margin: 0 4px;
    padding: 6px 10px;
    background: #4392BB;
    border: solid 1px #4392BB;
    color: #fff;
  }
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    padding: 0;
    border: none;
  }
  .wp-pagenavi .first:hover,
  .wp-pagenavi .last:hover {
    color: #4392BB;
    background: none;
    opacity: 0.7;
  }
}

.single-navigation {
  margin: 0 0 70px;
}
.single-navigation .area-nav {
  flex: 1;
  padding: 14px 0;
}
.single-navigation .area-nav .nav-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 14px;
  width: 100%;
  position: relative;
  text-decoration: none;
}
.single-navigation .area-nav .nav-link .nav-image {
  position: relative;
  width: 100px;
}
.single-navigation .area-nav .nav-link .nav-title {
  position: relative;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
}
.single-navigation .area-nav .nav-link .nav-next-title {
  text-align: right;
}
.single-navigation .area-nav .nav-prev-link:before {
  content: "＜";
  display: flex;
  align-items: center;
}
.single-navigation .area-nav .nav-next-link:after {
  content: "＞";
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .single-navigation {
    margin: 0 0 144px;
  }
  .single-navigation .area-nav {
    padding: 20px 0;
  }
  .single-navigation .area-nav .nav-link {
    grid-gap: 20px;
  }
  .single-navigation .area-nav .nav-link .nav-image {
    width: 140px;
  }
  .single-navigation .area-nav .nav-link .nav-title {
    font-size: 18px;
  }
  .single-navigation .area-nav .nav-link .nav-next-title {
    text-align: right;
  }
  .single-navigation .area-nav .nav-prev-link:before {
    content: "＜";
    font-size: 18px;
  }
  .single-navigation .area-nav .nav-next-link:after {
    content: "＞";
    font-size: 18px;
  }
}

.contact-form {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.contact-form form p {
  margin: 0;
  font-weight: 700;
}
.contact-form form .title01 {
  margin: 24px 0;
  font-weight: 700;
  font-size: 14px;
}
.contact-form form input[type=text],
.contact-form form input[type=tel],
.contact-form form input[type=email],
.contact-form form textarea {
  width: 100%;
  padding: 14px 13px;
  border: 1px solid #DBDBDB;
  background: #F9F9F9;
  border-radius: 10px;
  font-size: 14px;
  box-sizing: border-box;
}
.contact-form form input[type=text]::-moz-placeholder, .contact-form form input[type=tel]::-moz-placeholder, .contact-form form input[type=email]::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
  font-size: 14px;
  color: #B3B3B3;
  font-weight: 700;
}
.contact-form form input[type=text]::placeholder,
.contact-form form input[type=tel]::placeholder,
.contact-form form input[type=email]::placeholder,
.contact-form form textarea::placeholder {
  font-size: 14px;
  color: #B3B3B3;
  font-weight: 700;
}
.contact-form form select {
  position: relative;
  margin: 0 8px 0 0;
  padding: 6px 12px;
  border: 1px solid #DBDBDB;
  background: #F9F9F9;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-form form .area-select {
  position: relative;
}
.contact-form form .area-select:before, .contact-form form .area-select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 2px;
  margin: 0 0;
  height: 8px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 1px);
  z-index: 1;
}
.contact-form form .area-select:before {
  transform: translateY(-50%) rotate(45deg);
}
.contact-form form .area-select:after {
  transform: translateY(-50%) rotate(-45deg);
}
.contact-form form input[type=radio] {
  position: relative;
  width: 21px;
  height: 21px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  background: #fff;
  border: #DBDBDB solid 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.contact-form form input[type=radio]:checked:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  background: #444;
  border-radius: 50%;
  content: "";
}
.contact-form form .wpcf7-list-item-label {
  font-size: 14px;
}
.contact-form form .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0 0 0;
}
.contact-form form .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin: 16px 0 0;
}
.contact-form form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.contact-form form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0 0 0 1em;
}
.contact-form form .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin: 8px 0 0 1em;
}
.contact-form form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.contact-form form .from_area {
  margin: 32px 0 0;
}
.contact-form form .from_area.address .post-code {
  margin: 0 0 16px;
}
.contact-form form .from_area.address .post-code .post-num {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.contact-form form .from_area.address .post-code .post-num .p-postal-code01 {
  width: 5em;
  margin: 0 0 0 8px;
}
.contact-form form .from_area.address .post-code .post-num .p-postal-code02 {
  width: 7em;
}
.contact-form form .from_area.address label {
  display: block;
}
.contact-form form .caution {
  display: block;
  margin: 12px 0;
  padding: 16px;
  border-radius: 10px;
  background: #ED868D;
}
.contact-form form .caution .text {
  display: block;
  margin: 0;
  color: #fff;
  font-weight: 700;
}
.contact-form form .text {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
}
.contact-form form .required {
  position: relative;
  display: flex;
  align-items: center;
}
.contact-form form .required:after {
  content: "*";
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #FF0000;
}
.contact-form form .wpcf7-not-valid-tip {
  margin: 8px 0 0;
  font-weight: 700;
}
.contact-form form label br {
  display: none;
}
.contact-form form .submit_btn {
  margin: 34px 0 0;
  text-align: center;
}
.contact-form form .submit_btn input {
  display: block;
  width: 220px;
  margin: 0 auto;
  padding: 18px 0;
  color: #fff;
  background: #E10000;
  border: none;
  font-size: 18px;
  letter-spacing: 0.9px;
  border-radius: 40px;
  line-height: 1;
  transition: 0.3s;
  cursor: pointer;
}
.contact-form form .submit_btn input:hover {
  opacity: 0.7;
}
.contact-form .wpcf7-form.sent .from_name,
.contact-form .wpcf7-form.sent .from_area,
.contact-form .wpcf7-form.sent .submit_btn,
.contact-form .wpcf7-form.sent .from_date,
.contact-form .wpcf7-form.sent .caution,
.contact-form .wpcf7-form.sent .title01 {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact-form form {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 55px 60px;
    background: #fff;
    border-radius: 15px;
  }
  .contact-form form input[type=text],
  .contact-form form input[type=tel],
  .contact-form form input[type=email],
  .contact-form form textarea {
    width: 100%;
    padding: 15px 13px;
    background: #F9F9F9;
    border-radius: 10px;
    font-size: 14px;
  }
  .contact-form form input[type=text]::-moz-placeholder, .contact-form form input[type=tel]::-moz-placeholder, .contact-form form input[type=email]::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
    font-size: 14px;
    color: #B3B3B3;
    font-weight: 500;
  }
  .contact-form form input[type=text]::placeholder,
  .contact-form form input[type=tel]::placeholder,
  .contact-form form input[type=email]::placeholder,
  .contact-form form textarea::placeholder {
    font-size: 14px;
    color: #B3B3B3;
    font-weight: 500;
  }
  .contact-form form select {
    padding: 12px 12px;
    font-size: 14px;
  }
  .contact-form form input[type=radio] {
    position: relative;
    width: 21px;
    height: 21px;
    margin: 0 8px 0 0;
    border-radius: 50%;
    background: #fff;
    border: #DBDBDB solid 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .contact-form form input[type=radio]:checked:before {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 13px;
    height: 13px;
    background: #444;
    border-radius: 50%;
    content: "";
  }
  .contact-form form input[type=checkbox] {
    position: relative;
    width: 21px;
    height: 21px;
    margin: 0 8px 0 0;
    border-radius: 5px;
    background: #fff;
    border: #DBDBDB solid 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .contact-form form input[type=checkbox]:checked:before {
    position: absolute;
    top: 2px;
    left: 6px;
    transform: rotate(50deg);
    width: 8px;
    height: 12px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: "";
  }
  .contact-form form .wpcf7-list-item-label {
    font-size: 14px;
  }
  .contact-form form .from_area {
    margin: 32px 0 0;
  }
  .contact-form form .required {
    font-size: 14px;
  }
  .contact-form form .required:after {
    content: "*";
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #FF0000;
  }
  .contact-form form .wpcf7-not-valid-tip {
    margin: 32px 0 0;
    font-weight: 700;
  }
  .contact-form form label br {
    display: none;
  }
  .contact-form form .submit_btn {
    margin: 32px 0 0;
  }
  .contact-form form .submit_btn input {
    width: 234px;
    font-size: 21px;
  }
}

.aioseo-breadcrumbs {
  margin: 0 0 56px;
  text-align: right;
}
.aioseo-breadcrumbs .aioseo-breadcrumb {
  color: #888;
}
.aioseo-breadcrumbs .aioseo-breadcrumb a {
  color: #444;
  text-decoration: underline;
}
.aioseo-breadcrumbs .aioseo-breadcrumb a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  padding: 0 4px;
}
@media screen and (min-width: 768px) {
  .aioseo-breadcrumbs {
    margin: 0 0 88px;
  }
  .aioseo-breadcrumbs .aioseo-breadcrumb a {
    color: #444;
    text-decoration: underline;
  }
  .aioseo-breadcrumbs .aioseo-breadcrumb a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .aioseo-breadcrumbs .aioseo-breadcrumb-separator {
    padding: 0 4px;
  }
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.popup-overlay .popup-content {
  display: none;
  position: absolute;
  width: 95%;
  max-height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.popup-overlay .popup-content .popup-title {
  position: relative;
  padding: 12px 30px 12px 10px;
}
.popup-overlay .popup-content .popup-title .popup-close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.popup-overlay .popup-content .popup-title .popup-close:before, .popup-overlay .popup-content .popup-title .popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  /* 色を変えたい場合ここ */
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
}
.popup-overlay .popup-content .popup-title .popup-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-overlay .popup-content .area-desc {
  max-height: 300px;
  padding: 24px 24px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  overflow-y: auto;
}
.popup-overlay .popup-content .area-desc .title01 {
  margin: 0 0 8px;
  color: #4392BB;
  font-size: 18px;
  font-weight: 700;
}
.popup-overlay .popup-content .area-desc .popup-desc .img {
  width: 70px;
  margin: 0 auto 24px;
}
.popup-overlay .popup-content .area-desc .popup-desc .img.full {
  width: 100%;
}
.popup-overlay .popup-content .area-desc .popup-desc .list {
  margin: 0;
  padding: 0;
}
.popup-overlay .popup-content .area-desc .popup-desc .list .item + .item {
  margin: 8px 0 0;
}
.popup-overlay .popup-content .area-desc .popup-desc .title02 {
  position: relative;
  margin: 0 0 16px;
  font-weight: 700;
  cursor: pointer;
}
.popup-overlay .popup-content .area-desc .popup-desc .title02:before, .popup-overlay .popup-content .area-desc .popup-desc .title02:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 2px;
  background: #444;
  transform: translateY(-50%);
  transition: 0.3s;
}
.popup-overlay .popup-content .area-desc .popup-desc .title02:after {
  transform: translateY(-50%) rotate(-90deg);
}
.popup-overlay .popup-content .area-desc .popup-desc .title02.on:before {
  opacity: 0;
}
.popup-overlay .popup-content .area-desc .popup-desc .title02.on:after {
  transform: translateY(-50%) rotate(0);
}
.popup-overlay .popup-content .area-desc .popup-desc .toggle-content {
  display: none;
}
.popup-overlay .popup-content .area-desc .popup-desc .detail + .detail {
  margin: 16px 0 0;
}
.popup-overlay .popup-content .area-desc .popup-desc .toggle-list {
  margin: 16px 0 0;
}
.popup-overlay .popup-content .area-desc .popup-desc .toggle-list .item + .item {
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: solid 1px #888;
}
.popup-overlay .popup-content .area-desc .popup-desc .area-text {
  margin: 0 0 24px;
}
.popup-overlay .popup-content .area-desc .popup-desc .area-text .text {
  margin: 0;
}
.popup-overlay .popup-content .area-desc .popup-desc .area-text .text + .text {
  margin: 1em 0 0;
}
.popup-overlay .popup-content .area-desc .popup-desc .area-text .text.underline {
  text-decoration: underline;
}
.popup-overlay .popup-content .area-desc .popup-desc .area-text a {
  text-decoration: underline;
  word-break: break-all;
}
.popup-overlay .popup-content .area-desc .popup-desc .area-text a:hover {
  text-decoration: none;
}
.popup-overlay .popup-content .area-desc .popup-desc .area-text .btn {
  margin: 24px 0 0;
}
.popup-overlay .popup-content .area-desc .popup-desc .area-text .btn a {
  text-decoration: none;
}
.popup-overlay .popup-content .area-desc .caution {
  margin: 24px 0 0;
  padding: 12px;
  background: #ECF2EE;
  border-radius: 15px;
}
.popup-overlay .popup-content .area-desc .caution .title01 {
  margin: 0 0 8px;
  color: #4392BB;
  font-size: 18px;
  font-weight: 700;
}
.popup-overlay .popup-content .area-desc .caution .text {
  margin: 0;
}
.popup-overlay .popup-content .area-desc .caution .text + .text {
  margin: 1em 0 0;
}
.popup-overlay .popup-content .area-desc .caution .em {
  margin: 24px 0 24px;
  padding: 12px;
  border: solid 1px #4392BB;
}
.popup-overlay .popup-content .area-desc .caution a {
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .popup-overlay .popup-content {
    display: none;
    position: absolute;
    width: 95%;
    max-width: 1000px;
    max-height: 500px;
  }
  .popup-overlay .popup-content .popup-title {
    position: relative;
    padding: 12px 30px 12px 10px;
  }
  .popup-overlay .popup-content .popup-title .popup-close {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .popup-overlay .popup-content .popup-title .popup-close:before, .popup-overlay .popup-content .popup-title .popup-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #fff;
    /* 色を変えたい場合ここ */
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s;
  }
  .popup-overlay .popup-content .popup-title .popup-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .popup-overlay .popup-content .area-desc {
    max-height: 400px;
    padding: 56px 60px;
  }
  .popup-overlay .popup-content .area-desc .title01 {
    margin: 0 0 12px;
    font-size: 21px;
  }
  .popup-overlay .popup-content .area-desc .popup-desc.centering {
    text-align: center;
  }
  .popup-overlay .popup-content .area-desc .popup-desc.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .popup-overlay .popup-content .area-desc .popup-desc.flex .area-text {
    width: calc(100% - 100px);
  }
  .popup-overlay .popup-content .area-desc .popup-desc .img {
    width: 58px;
    margin: 0;
  }
  .popup-overlay .popup-content .area-desc .popup-desc .img.full {
    width: 100%;
  }
  .popup-overlay .popup-content .area-desc .popup-desc .list {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .popup-overlay .popup-content .area-desc .popup-desc .list .item + .item {
    margin: 0;
  }
  .popup-overlay .popup-content .area-desc .popup-desc .title02 {
    position: relative;
    margin: 0 0 16px;
    font-weight: 700;
    cursor: pointer;
  }
  .popup-overlay .popup-content .area-desc .popup-desc .title02:before, .popup-overlay .popup-content .area-desc .popup-desc .title02:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 2px;
    background: #444;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .popup-overlay .popup-content .area-desc .popup-desc .title02:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .popup-overlay .popup-content .area-desc .popup-desc .title02.on:before {
    opacity: 0;
  }
  .popup-overlay .popup-content .area-desc .popup-desc .title02.on:after {
    transform: translateY(-50%) rotate(0);
  }
  .popup-overlay .popup-content .area-desc .popup-desc .toggle-content {
    display: none;
  }
  .popup-overlay .popup-content .area-desc .popup-desc .detail + .detail {
    margin: 16px 0 0;
  }
  .popup-overlay .popup-content .area-desc .popup-desc .toggle-list {
    display: block;
    margin: 16px 0 0;
  }
  .popup-overlay .popup-content .area-desc .popup-desc .toggle-list .item + .item {
    margin: 16px 0 0;
    padding: 16px 0 0;
    border-top: solid 1px #888;
  }
  .popup-overlay .popup-content .area-desc .popup-desc .area-text {
    margin: 0 0 40px;
  }
  .popup-overlay .popup-content .area-desc .popup-desc .area-text .text {
    margin: 0;
  }
  .popup-overlay .popup-content .area-desc .popup-desc .area-text .text + .text {
    margin: 1em 0 0;
  }
  .popup-overlay .popup-content .area-desc .popup-desc .area-text .text.underline {
    text-decoration: underline;
  }
  .popup-overlay .popup-content .area-desc .popup-desc .area-text a {
    text-decoration: underline;
    word-break: break-all;
  }
  .popup-overlay .popup-content .area-desc .popup-desc .area-text a:hover {
    text-decoration: none;
  }
  .popup-overlay .popup-content .area-desc .popup-desc .area-text .btn {
    margin: 40px 0 0;
    text-align: center;
  }
  .popup-overlay .popup-content .area-desc .popup-desc .area-text .btn a {
    text-decoration: none;
  }
  .popup-overlay .popup-content .area-desc .caution {
    margin: 32px 0 0;
    padding: 32px 72px;
  }
  .popup-overlay .popup-content .area-desc .caution .title01 {
    margin: 0 0 12px;
    font-size: 21px;
  }
  .popup-overlay .popup-content .area-desc .caution .text {
    margin: 0;
  }
  .popup-overlay .popup-content .area-desc .caution .text + .text {
    margin: 1em 0 0;
  }
  .popup-overlay .popup-content .area-desc .caution .em {
    margin: 24px 0 24px;
    padding: 12px;
    border: solid 1px #4392BB;
  }
  .popup-overlay .popup-content .area-desc .caution a {
    word-break: break-all;
  }
}

.not-found {
  margin: 0 0 96px;
}
.not-found a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .not-found {
    margin: 0 0 144px;
  }
}

.mv-contact01 {
  position: relative;
}
.mv-contact01 .area-text {
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
}
.mv-contact01 .area-text .title {
  width: 195px;
  margin: 0 auto 16px;
}
.mv-contact01 .area-text .text01 {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.5625;
  color: #fff;
  font-weight: 700;
}
.mv-contact01 .area-text .text-img {
  width: 160px;
  margin: 0 auto 8px;
}
@media screen and (min-width: 768px) {
  .mv-contact01 .area-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mv-contact01 .area-text .title {
    width: 320px;
    margin: 0 auto 16px;
  }
  .mv-contact01 .area-text .text01 {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 1.6666666667;
  }
  .mv-contact01 .area-text .text-img {
    width: 180px;
    margin: 0 auto 8px;
  }
}

.mv-contact02 {
  position: relative;
  padding: 32px 0 42px;
  background: url(../img/common/bg-contact02.png) no-repeat center;
  background-size: cover;
}
.mv-contact02 .title {
  width: 188px;
  margin: 0 auto 16px;
}
.mv-contact02 .text-img {
  width: 160px;
  margin: 0 auto 8px;
}
.mv-contact02 .btn {
  margin: 0 0 16px;
}
.mv-contact02 .tel {
  position: relative;
  margin: 0;
  z-index: 5;
}
.mv-contact02 .tel a {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
.mv-contact02 .tel a:before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  margin: 0 10px 0 0;
  background: url(../img/common/icon/tel-white.png) no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .mv-contact02 {
    padding: 144px 0 132px;
  }
  .mv-contact02 .title {
    width: 420px;
    margin: 0 auto 32px;
  }
  .mv-contact02 .text-img {
    width: 180px;
    margin: 0 auto 8px;
  }
  .mv-contact02 .btn {
    margin: 0 0 32px;
  }
  .mv-contact02 .tel {
    margin: 0;
  }
  .mv-contact02 .tel a {
    font-size: 40px;
    letter-spacing: 0.1em;
  }
  .mv-contact02 .tel a:before {
    width: 39px;
    height: 39px;
    margin: 0 14px 0 0;
  }
}/*# sourceMappingURL=common.css.map */