@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Syncopate:wght@400;700&display=swap&subset=japanese");
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  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;
  }
}

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

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

a {
  color: #444;
  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 15px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}

.cmn-inner01 {
  position: relative;
  /*
  position: relative;
  margin: -50px 0 -30px;
  padding: 30px 15px 0;
  border-radius: 40px 0 0 0;
  background: #FFFDF4;
  */
}

.center {
  text-align: center;
}

.red {
  color: #FF0000;
}

.cmn-title01 {
  display: flex;
  align-items: center;
  margin: 0;
}
.cmn-title01 .img {
  width: 70px;
}
.cmn-title01 .text {
  padding: 0 0 0 8px;
  line-height: 1.5;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.cmn-title01 .text em {
  display: block;
  line-height: 1.5;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .cmn-title01 .img {
    width: 82px;
  }
  .cmn-title01 .text {
    padding: 0 0 0 12px;
    font-size: 21px;
  }
  .cmn-title01 .text em {
    font-size: 36px;
  }
}

.cmn-title02 {
  position: relative;
  margin: 0 0 24px;
  padding: 6px 0 7px 12px;
  font-size: 18px;
  font-weight: 700;
  color: #4392BB;
  line-height: 1;
}
.cmn-title02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 3px;
  border-radius: 10px;
  height: 100%;
  background: #4392BB;
}
@media screen and (min-width: 768px) {
  .cmn-title02 {
    margin: 0 0 32px;
    padding: 11px 0 12px 16px;
    font-size: 21px;
  }
}

.cmn-title03 {
  display: block;
  margin: 0 0 16px;
  text-align: center;
}
.cmn-title03 .img {
  display: block;
  width: 70px;
  margin: 0 auto 12px;
}
.cmn-title03 .text {
  padding: 0;
  font-weight: 600;
  line-height: 1.5;
  font-size: 18px;
  color: #fff;
}
.cmn-title03 .text em {
  display: block;
  line-height: 1.5;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .cmn-title03 {
    margin: 0 0 24px;
  }
  .cmn-title03 .img {
    width: 82px;
  }
  .cmn-title03 .text {
    padding: 0;
    font-size: 21px;
  }
  .cmn-title03 .text em {
    font-size: 36px;
  }
}

.cmn-title04 {
  margin: 0;
  padding: 12px 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  background: #4392BB;
  border-radius: 10px 10px 0 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cmn-title04 {
    font-size: 18px;
    padding: 18px 20px;
  }
}

.cmn-title05 {
  position: absolute;
  width: 100%;
  top: calc(50% - 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
  font-size: 36px;
  letter-spacing: 2.4px;
  text-align: center;
  z-index: 2;
}
.cmn-title05.top50 {
  top: 50%;
  margin: -40px 0 0;
}
.cmn-title05 span {
  display: block;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.05px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cmn-title05 {
    font-size: 48px;
    letter-spacing: 2.4px;
  }
  .cmn-title05 span {
    font-size: 21px;
  }
}

.cmn-title06 {
  margin: 0 0 40px;
  padding: 0;
  line-height: 1.4791666667;
  font-size: 32px;
  color: #4392BB;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.cmn-title06 span {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .cmn-title06 {
    margin: 0 0 56px;
    font-size: 48px;
  }
  .cmn-title06 span {
    font-size: 21px;
  }
}

.cmn-recruit-breadcrumb {
  padding: 144px 0 16px;
  background: url("../img/common/header/logo_back.png") top right/50% no-repeat, linear-gradient(180deg, #91D0CD 0%, #005BAA 100%);
  background-size: 100%;
}
.cmn-recruit-breadcrumb .aioseo-breadcrumbs {
  margin: 0;
}
.cmn-recruit-breadcrumb .aioseo-breadcrumbs .aioseo-breadcrumb {
  color: #fff;
}
.cmn-recruit-breadcrumb .aioseo-breadcrumbs .aioseo-breadcrumb a {
  color: #fff;
}
.cmn-recruit-breadcrumb .aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .cmn-recruit-breadcrumb {
    padding: 192px 0 24px;
    background: url("../img/common/header/logo_back.png") top right/50% no-repeat, linear-gradient(180deg, #91D0CD 0%, #005BAA 100%);
    background-size: 50%;
  }
}

.cmn-area-title01 {
  position: relative;
  margin: 0 0 -30px;
}
.cmn-area-title01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #FFFDF4 0% 0% no-repeat padding-box;
  border-radius: 200px 0px 0px 0px;
  opacity: 1;
}
.cmn-area-title01 .area-img {
  padding: calc(100% + 100px) 0 0px;
}
.cmn-area-title01 .area-img .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .cmn-area-title01 .area-img {
    padding: 760px 0 0px;
  }
  .cmn-area-title01 .area-img .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
  }
}

.cmn-list01 {
  margin: 0;
  padding: 0;
}
.cmn-list01 .item {
  padding: 12px;
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}
.cmn-list01 .item + .item {
  margin: 16px 0 0;
}
.cmn-list01 .item .img {
  margin: 0 0 16px;
}
.cmn-list01 .item .img img {
  border-radius: 10px;
}
.cmn-list01 .item .category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}
.cmn-list01 .item .category a {
  display: inline-block;
  padding: 3px 8px;
  font-size: 10px;
  color: #fff;
  background: #4392BB;
  border-radius: 40px;
}
.cmn-list01 .item .date {
  color: #888;
  font-size: 12px;
}
.cmn-list01 .item .title {
  margin: 0 0 8px;
}
.cmn-list01 .item .title a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}
.cmn-list01 .item .title a:hover {
  text-decoration: none;
}
.cmn-list01 .item .text {
  margin: 0 0 24px;
  font-size: 12px;
}
.cmn-list01 .item .custom-field span {
  font-size: 10px;
  font-weight: 700;
  color: #888;
}
@media screen and (min-width: 768px) {
  .cmn-list01 .item {
    /*
    display: flex;
    justify-content: space-between;
    */
    width: 100%;
    padding: 22px;
    box-sizing: border-box;
  }
  .cmn-list01 .item + .item {
    margin: 24px 0 0;
  }
  .cmn-list01 .item .img {
    width: 240px;
    margin: 0;
  }
  .cmn-list01 .item .img img {
    border-radius: 10px;
  }
  .cmn-list01 .item .area-info {
    position: relative;
    /*
    width: calc(100% - 260px);
    */
  }
  .cmn-list01 .item .area-info .category {
    margin: 0 0 16px;
  }
  .cmn-list01 .item .area-info .category a {
    display: inline-block;
    padding: 4px 16px;
    font-size: 14px;
    color: #4392BB;
    background: #fff;
    border-radius: 40px;
    border: solid 1px #ddd;
  }
  .cmn-list01 .item .area-info .date {
    text-align: right;
    font-size: 14px;
    margin: 0 0 12px;
  }
  .cmn-list01 .item .area-info .area-text {
    width: 100%;
  }
  .cmn-list01 .item .area-info .area-text .title {
    margin: 0 0 8px;
  }
  .cmn-list01 .item .area-info .area-text .title a {
    font-size: 24px;
  }
  .cmn-list01 .item .area-info .area-text .text {
    margin: 0 0 24px;
    font-size: 14px;
  }
  .cmn-list01 .item .area-info .custom-field {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
  }
  .cmn-list01 .item .area-info .custom-field span {
    font-size: 12px;
  }
  .cmn-list01 .item .area-info .custom-field span + span {
    margin: 0 0 0 6px;
  }
}

.cmn-list02 {
  margin: 0;
  padding: 0;
}
.cmn-list02 .item + .item {
  margin: 16px 0 0;
}
.cmn-list02 .item .area-info {
  margin: 0 0 8px;
}
.cmn-list02 .item .area-info .date {
  margin: 0 0 8px;
  font-size: 12px;
}
.cmn-list02 .item .area-info .category {
  margin: 0;
}
.cmn-list02 .item .area-info .category a {
  display: inline-block;
  padding: 4px 20px;
  color: #fff;
  background: #888;
  border-radius: 40px;
  font-size: 12px;
}
.cmn-list02 .item .area-info .category.important a {
  background: #C90000;
}
.cmn-list02 .item .area-text .title {
  margin: 0;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .cmn-list02 .item {
    display: flex;
    align-items: center;
  }
  .cmn-list02 .item + .item {
    margin: 16px 0 0;
  }
  .cmn-list02 .item .area-info {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .cmn-list02 .item .area-info .date {
    margin: 0;
    font-size: 16px;
  }
  .cmn-list02 .item .area-info .category {
    margin: 0 0 0 24px;
  }
  .cmn-list02 .item .area-info .category a {
    width: 90px;
    padding: 4px 20px;
    font-size: 14px;
    text-align: center;
  }
  .cmn-list02 .item .area-text {
    margin: 0 0 0 24px;
  }
  .cmn-list02 .item .area-text .title {
    margin: 0;
    font-size: 16px;
  }
}

.cmn-list03 {
  margin: 0 0 32px;
  padding: 0;
}
.cmn-list03 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cmn-list03 .item + .item {
  margin: 24px 0 0;
}
.cmn-list03 .item .img {
  width: 50%;
  margin: 0;
}
.cmn-list03 .item .img img {
  border-radius: 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1607843137);
}
.cmn-list03 .item .area-info {
  width: 47.5%;
}
.cmn-list03 .item .area-info .category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 8px;
}
.cmn-list03 .item .area-info .category a {
  display: inline-block;
  padding: 3px 8px;
  color: #fff;
  background: #4392BB;
  border-radius: 40px;
  font-size: 10px;
  text-align: center;
}
.cmn-list03 .item .area-info .date {
  margin: 0;
  color: #888;
  font-size: 12px;
}
.cmn-list03 .item .area-info .title {
  margin: 0;
}
.cmn-list03 .item .area-info .title a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}
.cmn-list03 .item .area-info .title a:hover {
  text-decoration: none;
}
.cmn-list03 .item .area-info .text {
  margin: 0 0 24px;
  font-size: 12px;
}
.cmn-list03 .item .area-info .custom-field span {
  font-size: 10px;
  font-weight: 700;
  color: #888;
}
@media screen and (min-width: 768px) {
  .cmn-list03 {
    display: flex;
    gap: 34px;
  }
  .cmn-list03 .item {
    display: block;
    width: calc(33% - 17px);
    padding: 0;
    box-sizing: border-box;
  }
  .cmn-list03 .item + .item {
    margin: 0;
  }
  .cmn-list03 .item .img {
    width: 100%;
    margin: 0 0 12px;
  }
  .cmn-list03 .item .area-info {
    width: 100%;
  }
  .cmn-list03 .item .area-info .category {
    gap: 8px;
    margin: 0 0 8px;
  }
  .cmn-list03 .item .area-info .category a {
    padding: 4px 16px;
    font-size: 14px;
  }
  .cmn-list03 .item .area-info .date {
    position: initial;
    top: auto;
    right: auto;
    font-size: 14px;
    margin: 0 0 8px;
  }
  .cmn-list03 .item .area-info .area-text {
    width: 100%;
  }
  .cmn-list03 .item .area-info .area-text .title {
    margin: 0;
  }
  .cmn-list03 .item .area-info .area-text .title a {
    font-size: 18px;
  }
  .cmn-list03 .item .area-info .area-text .text {
    margin: 0 0 24px;
    font-size: 14px;
  }
  .cmn-list03 .item .area-info .custom-field {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
  }
  .cmn-list03 .item .area-info .custom-field span {
    font-size: 12px;
  }
  .cmn-list03 .item .area-info .custom-field span + span {
    margin: 0 0 0 6px;
  }
}

.cmn-list04 {
  margin: 0;
  padding: 0;
}
.cmn-list04 .item {
  position: relative;
  padding: 18px;
  background: #ECF2EE;
  border-radius: 10px;
}
.cmn-list04 .item + .item {
  margin: 32px 0 0;
}
.cmn-list04 .item .name {
  position: absolute;
  width: 100%;
  top: -14px;
  left: 0;
  margin: 0;
  text-align: center;
}
.cmn-list04 .item .name span {
  display: inline-block;
  width: 200px;
  margin: 0;
  padding: 6px 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background: #4392BB;
  color: #fff;
  border-radius: 40px;
}
.cmn-list04 .item .item-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cmn-list04 .item .item-detail .icon {
  width: 56px;
}
.cmn-list04 .item .item-detail .info {
  width: calc(100% - 72px);
}
.cmn-list04 .item .item-detail .info .tel {
  margin: 0 0 4px;
}
.cmn-list04 .item .item-detail .info .tel a span {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #4392BB;
}
.cmn-list04 .item .item-detail .info .days {
  margin: 0;
}
.cmn-list04 .item .item-detail .info .days span {
  display: inline-block;
  color: #111;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 768px) {
  .cmn-list04 {
    display: flex;
    flex-wrap: wrap;
    gap: 42px 26px;
  }
  .cmn-list04 .item {
    width: calc(50% - 13px);
    box-sizing: border-box;
    padding: 45px 30px 36px 50px;
  }
  .cmn-list04 .item + .item {
    margin: 0;
  }
  .cmn-list04 .item .name {
    top: -26px;
  }
  .cmn-list04 .item .name span {
    width: 234px;
    padding: 15px 0 16px;
    font-size: 21px;
  }
  .cmn-list04 .item .item-detail .icon {
    width: 64px;
  }
  .cmn-list04 .item .item-detail .info {
    width: calc(100% - 88px);
  }
  .cmn-list04 .item .item-detail .info .tel {
    margin: 0 0 16px;
  }
  .cmn-list04 .item .item-detail .info .tel a span {
    font-size: 36px;
  }
  .cmn-list04 .item .item-detail .info .days span {
    font-size: 18px;
  }
}

.cmn-list05 {
  margin: 0;
  padding: 0;
}
.cmn-list05 .item + .item {
  margin: 24px 0 0;
}
.cmn-list05 .item .img {
  margin: 0 0 24px;
}
.cmn-list05 .item .img img {
  border-radius: 10px;
}
.cmn-list05 .item .area-text dl dt {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.062745098);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
}
.cmn-list05 .item .area-text dl dt span {
  margin: 0 16px 0 0;
  padding: 8px 13px 9px 12px;
  font-size: 20px;
  font-weight: 700;
  background: #4392BB;
  color: #fff;
  border-radius: 10px 0 0 10px;
}
.cmn-list05 .item .area-text dl dd {
  margin: 0;
}
.cmn-list05 .item .area-text dl dd .text {
  margin: 0;
}
.cmn-list05 .item .area-text dl dd .text + .text {
  margin: 1em 0 0;
}
@media screen and (min-width: 768px) {
  .cmn-list05 .item {
    display: flex;
    align-items: center;
    gap: 0 45px;
  }
  .cmn-list05 .item + .item {
    margin: 32px 0 0;
  }
  .cmn-list05 .item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .cmn-list05 .item .img {
    width: 45.5%;
    margin: 0;
  }
  .cmn-list05 .item .area-text {
    width: 45.5%;
  }
  .cmn-list05 .item .area-text dl dt {
    margin: 0 0 32px;
    border-radius: 15px;
    font-size: 18px;
  }
  .cmn-list05 .item .area-text dl dt span {
    margin: 0 24px 0 0;
    padding: 11px 17px 12px 17px;
    font-size: 28px;
    border-radius: 15px 0 0 15px;
  }
  .cmn-list05 .item .area-text dl dd {
    margin: 0;
  }
  .cmn-list05 .item .area-text dl dd .text {
    margin: 0;
  }
  .cmn-list05 .item .area-text dl dd .text + .text {
    margin: 1em 0 0;
  }
}

.cmn-list06 .item a {
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
}
.cmn-list06 .item a .img {
  margin: 0 0 16px;
}
.cmn-list06 .item a .img img {
  border-radius: 10px 10px 0 0;
}

.cmn-btn01 {
  text-align: center;
  margin: 36px auto 0;
}
.cmn-btn01 a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 240px;
  margin: 0 auto;
  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;
}
.cmn-btn01 a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 18px;
  height: 18px;
  background: #4392BB;
  border-radius: 50%;
  transition: all 0.3s;
}
.cmn-btn01 a:before {
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 22px;
  top: 50%;
  z-index: 2;
  transition: all 0.3s;
}
.cmn-btn01 a:hover {
  background: #4392BB;
  color: #fff;
  transition: all 0.3s;
  opacity: 1;
}
.cmn-btn01 a:hover:before {
  border-top: solid 2px #4392BB;
  border-right: solid 2px #4392BB;
}
.cmn-btn01 a:hover:after {
  background: #fff;
}
.cmn-btn01 .back {
  position: relative;
  display: inline-block;
  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;
}
.cmn-btn01 .back:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 18px;
  height: 18px;
  background: #4392BB;
  border-radius: 50%;
  transition: all 0.3s;
}
.cmn-btn01 .back:before {
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 22px;
  top: 50%;
  z-index: 2;
  transition: all 0.3s;
}
.cmn-btn01 .back:hover {
  background: #4392BB;
  color: #fff;
  transition: all 0.3s;
}
.cmn-btn01.reverse a {
  color: #fff;
  border: solid 1px #fff;
  background: #4392BB;
}
.cmn-btn01.reverse a:after {
  background: #fff;
}
.cmn-btn01.reverse a:before {
  border-top: solid 2px #4392BB;
  border-right: solid 2px #4392BB;
}
.cmn-btn01.reverse a:hover {
  background: #fff;
  color: #4392BB;
  border: solid 1px #4392BB;
}
.cmn-btn01.reverse a:hover:before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.cmn-btn01.reverse a:hover:after {
  background: #4392BB;
}
@media screen and (min-width: 768px) {
  .cmn-btn01 {
    text-align: center;
    margin: 48px auto 0;
  }
  .cmn-btn01 a {
    cursor: pointer;
    width: 280px;
    padding: 17px 0;
    font-size: 16px;
  }
  .cmn-btn01 a:after {
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 28px;
    height: 28px;
  }
  .cmn-btn01 a:before {
    width: 8px;
    height: 8px;
    right: 26px;
  }
  .cmn-btn01 .back {
    cursor: pointer;
    width: 280px;
    padding: 17px 0;
    font-size: 16px;
  }
  .cmn-btn01 .back:after {
    top: 29px;
    right: 16px;
    width: 28px;
    height: 28px;
  }
  .cmn-btn01 .back:before {
    width: 8px;
    height: 8px;
    right: 26px;
  }
}

.cmn-list07 {
  list-style: none;
  margin: 64px 0;
  padding: 0;
}
.cmn-list07 .item + .item {
  margin: 24px 0 0;
}
.cmn-list07 .item a {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1490196078);
}
.cmn-list07 .item a .img {
  margin: 0;
}
.cmn-list07 .item a .img img {
  border-radius: 10px 10px 0 0;
}
.cmn-list07 .item a .text {
  margin: 0;
  padding: 8px 12px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .cmn-list07 {
    margin: 128px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 36px 26px;
  }
  .cmn-list07 .item {
    width: calc(33% - 15px);
  }
  .cmn-list07 .item + .item {
    margin: 0;
  }
  .cmn-list07 .item a .text {
    margin: 0;
    padding: 10px 14px;
    font-size: 18px;
  }
}

.cmn-btn02 {
  margin: 0;
}
.cmn-btn02 a {
  position: relative;
  padding: 12px 36px 12px 20px;
  font-size: 14px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2509803922);
  border-radius: 40px;
  background: #fff;
}
.cmn-btn02 a.pdf:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 18px;
  height: 24px;
  background: url(../img/common/ico/pdf01.png) no-repeat 0 0;
  background-size: 100%;
}
.cmn-btn02 a.tab:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 22px;
  height: 18px;
  background: url(../img/common/ico/tab01.png) no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .cmn-btn02 a {
    padding: 18px 48px 18px 24px;
    font-size: 16px;
  }
  .cmn-btn02 a.pdf:before {
    right: 16px;
    width: 20px;
    height: 26px;
  }
  .cmn-btn02 a.tab:before {
    right: 16px;
    width: 24px;
    height: 20px;
  }
}

.cmn-movie01 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.cmn-movie01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cmn-parallax01 {
  display: flex;
  height: 100%;
  padding: 100%;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cmn-bg01 {
  position: relative;
  padding: 80px 0;
  background: transparent linear-gradient(180deg, #91D0CD 0%, #005BAA 100%) 0% 0% no-repeat padding-box;
}

.cmn-servie-list01 .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 12px;
}
.cmn-servie-list01 .list .item {
  position: relative;
  width: calc(50% - 6px);
  height: 130px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1607843137);
}
.cmn-servie-list01 .list .item.tab:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 10px;
  width: 22px;
  height: 18px;
  background: url(../img/common/ico/tab01.png) no-repeat 0 0;
  background-size: 100%;
}
.cmn-servie-list01 .list .item.pdf:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 10px;
  width: 18px;
  height: 24px;
  background: url(../img/common/ico/pdf01.png) no-repeat 0 0;
  background-size: 100%;
}
.cmn-servie-list01 .list .item.wide {
  width: 100%;
  height: auto;
}
.cmn-servie-list01 .list .item.wide a {
  display: block;
  padding: 10px;
}
.cmn-servie-list01 .list .item.wide a span {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.cmn-servie-list01 .list .item.wide a span:before {
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: -18px;
  top: 50%;
  z-index: 2;
  transition: all 0.3s;
}
.cmn-servie-list01 .list .item.wide a span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
  width: 18px;
  height: 18px;
  background: #4392BB;
  border-radius: 50%;
  transition: all 0.3s;
}
.cmn-servie-list01 .list .item a {
  display: block;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.cmn-servie-list01 .list .item a .img {
  display: flex;
  align-items: center;
  width: 70px;
  min-height: 100px;
  margin: 0 auto;
}
.cmn-servie-list01 .list .item a .text {
  position: relative;
  top: -15px;
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.cmn-servie-list01 .list .item.item03 a .img {
  width: 84px;
}
.cmn-servie-list01 .list .item.item05 a .img {
  width: 90px;
}
.cmn-servie-list01 .list .item.item07 a .img {
  width: 90px;
}
.cmn-servie-list01 .list .item.item08 a .img {
  width: 90px;
}
.cmn-servie-list01 .list .item.item09 a .img {
  width: 90px;
}
@media screen and (min-width: 768px) {
  .cmn-servie-list01 .list {
    gap: 13px;
  }
  .cmn-servie-list01 .list .item {
    width: calc(33% - 8px);
    height: 130px;
  }
  .cmn-servie-list01 .list .item.wide {
    width: 100%;
  }
  .cmn-servie-list01 .list .item.wide a span {
    font-size: 19px;
  }
  .cmn-servie-list01 .list .item.wide a span::before {
    width: 8px;
    height: 8px;
    right: -34px;
  }
  .cmn-servie-list01 .list .item.wide a span::after {
    top: 50%;
    transform: translateY(-50%);
    right: -44px;
    width: 28px;
    height: 28px;
  }
  .cmn-servie-list01 .list .item a {
    display: block;
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
  }
  .cmn-servie-list01 .list .item a .img {
    width: 80px;
    margin: -15px auto 0;
  }
  .cmn-servie-list01 .list .item a .text {
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
  }
  .cmn-servie-list01 .list .item.item03 a .img {
    width: 84px;
  }
  .cmn-servie-list01 .list .item.item05 a .img {
    width: 90px;
  }
  .cmn-servie-list01 .list .item.item07 a {
    padding: 0 10px;
  }
  .cmn-servie-list01 .list .item.item07 a .img {
    width: 90px;
    margin: -15px auto 0;
  }
  .cmn-servie-list01 .list .item.item08 a .img {
    width: 70px;
  }
  .cmn-servie-list01 .list .item.item09 a {
    padding: 0 10px;
  }
  .cmn-servie-list01 .list .item.item09 a .img {
    width: 90px;
    margin: -15px auto 0;
  }
}

.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);
  }
}

.cmn-anchor01 {
  margin: 0 auto 80px;
}
.cmn-anchor01 .list {
  margin: 0;
  padding: 0;
}
.cmn-anchor01 .list .item {
  position: relative;
  text-align: center;
}
.cmn-anchor01 .list .item + .item {
  margin: 32px 0 0;
}
.cmn-anchor01 .list .item:first-child:before {
  content: none;
}
.cmn-anchor01 .list .item:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  margin: -16px 0 0;
  background: #4392BB;
}
.cmn-anchor01 .list .item a {
  position: relative;
  color: #4392BB;
  font-weight: 700;
  font-size: 14px;
}
.cmn-anchor01 .list .item a:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #4392BB;
  line-height: 1;
  width: 9px;
  height: 9px;
  margin: -7px 0 0 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(135deg);
}
@media screen and (min-width: 768px) {
  .cmn-anchor01 {
    margin: 0 auto 104px;
  }
  .cmn-anchor01 .list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 68px;
  }
  .cmn-anchor01 .list .item {
    width: auto;
    text-align: center;
  }
  .cmn-anchor01 .list .item::before {
    position: absolute;
    top: 50%;
    left: -34px;
    width: 1px;
    height: 48px;
    margin: -24px 0 0;
    background: #4392BB;
  }
  .cmn-anchor01 .list .item + .item {
    margin: 0;
  }
  .cmn-anchor01 .list .item a {
    font-size: 16px;
  }
  .cmn-anchor01 .list .item a::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #4392BB;
    line-height: 1;
    width: 9px;
    height: 9px;
    margin: 0;
    bottom: -14px;
    left: 50%;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-50%) translateY(-25%) rotate(135deg);
  }
}

.cmn-scroll01 {
  overflow-x: scroll;
}
.cmn-scroll01 .area-scroll {
  width: 900px;
}
@media screen and (min-width: 768px) {
  .cmn-scroll01 {
    overflow-x: initial;
  }
  .cmn-scroll01 .area-scroll {
    width: 100%;
  }
}

.cmn-table01 {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2509803922);
  border-radius: 0 0 10px 10px;
}
.cmn-table01 thead tr {
  border-bottom: solid 1px #888;
}
.cmn-table01 thead tr th {
  padding: 11px 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.cmn-table01 thead tr th + th {
  border-left: solid 1px #ccc;
}
.cmn-table01 tbody tr {
  border-bottom: solid 1px #888;
}
.cmn-table01 tbody tr:last-child {
  border: none;
}
.cmn-table01 tbody tr td {
  padding: 16px 8px;
  font-size: 12px;
}
.cmn-table01 tbody tr td + td {
  border-left: solid 1px #ccc;
}
.cmn-table01 tbody tr td a {
  position: relative;
  text-decoration: underline;
}
.cmn-table01 tbody tr td a:hover {
  text-decoration: none;
}
.cmn-table01 tbody tr td a.pdf:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 24px;
  margin: 0 0 0 10px;
  background: url(../img/common/ico/pdf01.png) no-repeat 0 0;
  background-size: 100%;
}
.cmn-table01 tbody tr td a.tab:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 21px;
  height: 16px;
  margin: 0 0 0 10px;
  background: url(../img/common/ico/tab01.png) no-repeat 0 0;
  background-size: 100%;
}
.cmn-table01 tbody tr td .text {
  margin: 0;
  font-size: 12px;
}
.cmn-table01 tbody tr td .text + .text {
  margin: 1em 0 0;
}
@media screen and (min-width: 768px) {
  .cmn-table01 thead tr th {
    padding: 14px 0;
    font-size: 18px;
  }
  .cmn-table01 tbody tr td {
    padding: 12px 20px;
    font-size: 16px;
  }
  .cmn-table01 tbody tr td a {
    position: relative;
    text-decoration: underline;
  }
  .cmn-table01 tbody tr td a:hover {
    text-decoration: none;
  }
  .cmn-table01 tbody tr td a.pdf:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 24px;
    margin: 0 0 0 10px;
    background: url(../img/common/ico/pdf01.png) no-repeat 0 0;
    background-size: 100%;
  }
  .cmn-table01 tbody tr td a.tab:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 21px;
    height: 16px;
    margin: 0 0 0 10px;
    background: url(../img/common/ico/tab01.png) no-repeat 0 0;
    background-size: 100%;
  }
  .cmn-table01 tbody tr td .text {
    font-size: 14px;
  }
}

.cmn-table02 {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ddd;
}
.cmn-table02 tr th {
  display: block;
  color: #fff;
  padding: 10px 8px;
  background: #4392BB;
  font-weight: 500;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  box-sizing: border-box;
}
.cmn-table02 tr td {
  display: block;
  width: 100%;
  padding: 10px 8px;
  background: #fff;
  border-top: solid 1px #ddd;
  font-size: 12px;
  line-height: 1.5;
  box-sizing: border-box;
}
.cmn-table02 tr td .right {
  display: block;
  margin: 8px 0 0;
  text-align: right;
}
.cmn-table02 tr td a {
  margin: 8px 0 0;
  text-decoration: underline;
  font-size: 12px;
}
.cmn-table02 tr td a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .cmn-table02 tr th {
    display: table-cell;
    width: 240px;
    color: #fff;
    padding: 14px 12px;
    font-size: 14px;
    border-top: solid 1px #ddd;
  }
  .cmn-table02 tr td {
    display: table-cell;
    width: auto;
    padding: 14px 12px;
    border-top: solid 1px #ddd;
    font-size: 14px;
  }
  .cmn-table02 tr td .right {
    margin: 12px 0 0;
  }
  .cmn-table02 tr td .color01 {
    color: #4392BB;
  }
  .cmn-table02 tr td a {
    margin: 12px 0 0;
    font-size: 14px;
  }
}

body {
  margin: 0;
  background: #FFFDF4;
}
.anchor {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .anchor {
    margin-top: -100px;
    padding-top: 100px;
  }
}

.gHeader {
  position: fixed;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 98%;
  margin: 0 auto;
  padding: 0 0 0 10px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2509803922);
  box-sizing: border-box;
  z-index: 10;
}
.gHeader .logo {
  display: table;
  width: 106px;
  margin: 0;
  vertical-align: middle;
}
.gHeader .logo a {
  display: table-cell;
}
.gHeader .area-link {
  display: flex;
}
.gHeader .area-link .risk {
  position: relative;
  margin: 0;
  padding: 14px 4px 10px;
  background: transparent linear-gradient(180deg, #91D0CD 0%, #005BAA 200%) 0% 0% no-repeat padding-box;
  box-sizing: border-box;
}
.gHeader .area-link .risk a {
  display: table;
}
.gHeader .area-link .risk a span {
  position: relative;
  display: flex;
  align-items: center;
  vertical-align: middle;
  font-size: 10px;
  text-align: left;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
}
.gHeader .area-link .risk a span:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  margin: 0 4px 0 0;
  background: url(../img/common/ico/icon-risk.png) no-repeat 0 0;
  background-size: 100%;
}
.gHeader .area-link .login {
  margin: 0;
  padding: 10px 6px;
  background: #009900;
  border-left: solid 1px #fff;
}
.gHeader .area-link .login a {
  /*
  display: flex;
  align-items: center;
  */
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
}
.gHeader .area-link .login a span {
  width: 26px;
  padding: 0 8px 0 0;
}
.gHeader .area-link .login a em {
  display: block;
  font-style: normal;
  font-size: 16px;
  text-align: center;
}
.gHeader .area-link .login .balance-hover {
  display: none;
}
.gHeader .area-link .area-btnMenu {
  padding: 5px 6px 0 6px;
  background: #015CA9;
  border-radius: 0 10px 10px 0;
  border-left: solid 1px #fff;
  cursor: pointer;
}
.gHeader .area-link .area-btnMenu.open {
  padding: 5px 15px 0 10px;
}
.gHeader .area-link .area-btnMenu.open .btnMenu .txt {
  left: -4px;
}
.gHeader .area-link .area-btnMenu.open .btnMenu span:first-child {
  margin-top: 7px;
  transform: rotate(45deg);
}
.gHeader .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 .area-link .area-btnMenu.open .btnMenu span:nth-child(3) {
  margin-top: 7px;
  transform: rotate(-45deg);
}
.gHeader .area-link .area-btnMenu .btnMenu {
  position: relative;
  margin: 0 auto;
  padding: 0px 0 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
}
.gHeader .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 .area-link .area-btnMenu .btnMenu span:first-child {
  margin-top: 0;
}
.gHeader .area-link .area-btnMenu .btnMenu span:nth-child(2) {
  margin-top: 7px;
}
.gHeader .area-link .area-btnMenu .btnMenu span:nth-child(3) {
  margin-top: 14px;
}
.gHeader .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 .area-link #gNavWrap {
  position: fixed;
  width: 100vw;
  height: calc(100vh - 60px);
  margin: 0 calc(50% - 50vw);
  right: -150%;
  top: -5px;
  padding-top: 60px;
  background: #4494BC;
  overflow-y: auto;
  scrollbar-width: none;
}
.gHeader .area-link #gNavWrap #gNav {
  padding: 20px 0 0;
}
.gHeader .area-link #gNavWrap #gNav .sitemap-logo {
  width: 220px;
  margin: 0;
  padding: 0 20px;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 {
  position: relative;
  margin: 0 0 20px;
  padding: 20px;
  overflow: auto;
  z-index: 1000;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item {
  border-bottom: solid 1px #ccc;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item a {
  position: relative;
  display: block;
  padding: 20px 0 20px 0;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item a:after {
  content: "";
  position: absolute;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAUCAYAAADlep81AAABcklEQVRIicXWvWoVURQF4C+5Fw3Gv8o0WluIFv6UIoiQwkKIDyCijXYKWljlJRRuKRgsjb6AYGElolb2FmJhYaFEUZYc2SMXTW53ZxbsmeIsmM06a9beksy77iX5mWQjya4ko1nfW2iPOeMszuMkfuEhnu74yR4U6mo9yfckkyQrSfZsx1uctzxT2MQtHMZjnNuO1GdDb/AA73EKqziKfdOkPjz0L05UXcUB3MaLjtOnQh3e4RFe4yAulOH3GkihDu2qjuMOluv9doy1AZppKnzGfpwuo1/H86bQlwEaUpm0UE0162zhx7jcPwS+YlzBuYQP+NgUWhmgmXZl33AIT8pLN1pWDWnqMxWOx/AJ9/+o1OPomK7dSTaTbCW5WUN3sZ2PB1DmMi5ihEn7s5qZ/572qMqolNiodeTuUOtHh0u4Usq8wrMWhP+xelBmudaNSa0f67P4fXioTYJrlTtt/Xg5i9zHcD1S4ddGRVs/dg5i/AaqGmbeeh85lwAAAABJRU5ErkJggg==") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 10px;
  top: 50%;
  right: 15px;
  margin: -5px 0 0;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p {
  margin: 0;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p.sp.tb_pcNone {
  border: none;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span {
  display: block;
  padding: 20px 0 20px;
  position: relative;
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
  /*
  &:after {
      content: "";
      position: absolute;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAUCAYAAADlep81AAABcklEQVRIicXWvWoVURQF4C+5Fw3Gv8o0WluIFv6UIoiQwkKIDyCijXYKWljlJRRuKRgsjb6AYGElolb2FmJhYaFEUZYc2SMXTW53ZxbsmeIsmM06a9beksy77iX5mWQjya4ko1nfW2iPOeMszuMkfuEhnu74yR4U6mo9yfckkyQrSfZsx1uctzxT2MQtHMZjnNuO1GdDb/AA73EKqziKfdOkPjz0L05UXcUB3MaLjtOnQh3e4RFe4yAulOH3GkihDu2qjuMOluv9doy1AZppKnzGfpwuo1/H86bQlwEaUpm0UE0162zhx7jcPwS+YlzBuYQP+NgUWhmgmXZl33AIT8pLN1pWDWnqMxWOx/AJ9/+o1OPomK7dSTaTbCW5WUN3sZ2PB1DmMi5ihEn7s5qZ/572qMqolNiodeTuUOtHh0u4Usq8wrMWhP+xelBmudaNSa0f67P4fXioTYJrlTtt/Xg5i9zHcD1S4ddGRVs/dg5i/AaqGmbeeh85lwAAAABJRU5ErkJggg==") no-repeat 0 0;
      background-size: 100%;
      width: 18px;
      height: 10px;
      top: 50%;
      right: 15px;
      margin: -5px 0 0;
      transform: rotate(90deg);
      transition: .3s;
  }
  */
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span:before, .gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 1s;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span.js-menu-close::before {
  opacity: 0;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span.js-menu-close:after {
  transform: translateY(-50%) rotate(180deg);
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner {
  height: auto;
  padding: 0;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list {
  display: none;
  border-top: solid 1px #ccc;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item {
  border-bottom: dashed 1px #ccc;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item:last-child {
  border: none;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item:first-child {
  border-top: none;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item a {
  padding: 20px 0 20px 0;
}
@media screen and (min-width: 768px) {
  .gHeader {
    position: fixed;
    top: 15px;
    width: calc(100% - 15px);
    height: 74px;
    margin: 0 auto;
    padding: 0 0 0 30px;
    border-radius: 15px;
  }
  .gHeader .logo {
    width: 200px;
    margin: 0;
  }
  .gHeader .area-link {
    display: flex;
    align-items: center;
  }
  .gHeader .area-link .link-list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .gHeader .area-link .link-list .link-item {
    margin: 0 24px 0 0;
  }
  .gHeader .area-link .link-list .link-item .arrow {
    position: relative;
  }
  .gHeader .area-link .link-list .link-item .arrow:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    display: inline-block;
    vertical-align: middle;
    color: #4392BB;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-50%) translateY(-25%) rotate(135deg);
  }
  .gHeader .area-link .risk {
    display: table;
    width: 150px;
    height: 74px;
    margin: 0;
    padding: 10px 6px;
    box-sizing: border-box;
    text-align: center;
  }
  .gHeader .area-link .risk a {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .gHeader .area-link .risk a span {
    justify-content: center;
    font-size: 14px;
    vertical-align: middle;
  }
  .gHeader .area-link .risk a span:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 24px;
    margin: 0 4px 0 0;
    background: url(../img/common/ico/icon-risk.png) no-repeat 0 0;
    background-size: 100%;
  }
  .gHeader .area-link .login {
    width: 156px;
    height: 74px;
    margin: 0;
    padding: 0;
    background: #009900;
    box-sizing: border-box;
    text-align: center;
  }
  .gHeader .area-link .login a {
    justify-content: center;
    font-size: 14px;
  }
  .gHeader .area-link .login a span {
    width: 26px;
    padding: 0 16px 0 0;
  }
  .gHeader .area-link .login a em {
    font-size: 22px;
  }
  .gHeader .area-link .login a.no_pc {
    display: none;
  }
  .gHeader .area-link .login .balance-hover {
    position: relative;
    display: block;
    padding: 10px 4px;
  }
  .gHeader .area-link .login .balance-hover .link-text {
    margin: 0;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
  }
  .gHeader .area-link .login .balance-hover .link-text em {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
  }
  .gHeader .area-link .login .balance-hover .dropDown {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: none;
    background-color: #fff;
    box-shadow: 0px 3px 8px -2px #777;
    color: initial;
    transform: translate(0, 100%);
  }
  .gHeader .area-link .login .balance-hover .dropDown .dropDown__list {
    margin: 0;
    padding: 0;
  }
  .gHeader .area-link .login .balance-hover .dropDown .dropDown__list .dropDown__item {
    border-top: solid 1px #ccc;
  }
  .gHeader .area-link .login .balance-hover .dropDown .dropDown__list .dropDown__item a {
    padding: 8px 10px;
    color: #444;
    text-align: left;
  }
  .gHeader .area-link .login .balance-hover .dropDown .dropDown__list .dropDown__item:nth-child(1) {
    border: none;
  }
  .gHeader .area-link .login .balance-hover:hover > .dropDown, .gHeader .area-link .login .balance-hover:focus-within > .dropDown {
    display: block;
  }
  .gHeader .area-link .area-btnMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 156px;
    height: 74px;
    padding: 0 6px 0 10px;
    background: #015CA9;
    border-radius: 0 10px 10px 0;
    box-sizing: border-box;
  }
  .gHeader .area-link .area-btnMenu.open {
    padding: 0px;
  }
  .gHeader .area-link .area-btnMenu.open .btnMenu .txt {
    left: -4px;
  }
  .gHeader .area-link .area-btnMenu.open .btnMenu span:first-child {
    margin-top: 7px;
    transform: rotate(45deg);
  }
  .gHeader .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 .area-link .area-btnMenu.open .btnMenu span:nth-child(3) {
    margin-top: 7px;
    transform: rotate(-45deg);
  }
  .gHeader .area-link .area-btnMenu .btnMenu {
    position: relative;
    margin: 0;
    padding: 0 0 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
  }
  .gHeader .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 .area-link .area-btnMenu .btnMenu span:first-child {
    margin-top: 0;
  }
  .gHeader .area-link .area-btnMenu .btnMenu span:nth-child(2) {
    margin-top: 7px;
  }
  .gHeader .area-link .area-btnMenu .btnMenu span:nth-child(3) {
    margin-top: 14px;
  }
  .gHeader .area-link .area-btnMenu .txt {
    padding: 0 0 0 12px;
    font-size: 16px;
  }
  .gHeader .area-link #gNavWrap {
    top: -15px;
    padding-top: 60px;
  }
  .gHeader .area-link #gNavWrap #gNav {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap-logo {
    width: 240px;
    margin: 0 0 64px;
    padding: 0 20px;
  }
  .gHeader .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 .area-link #gNavWrap #gNav .sitemap01 .item {
    display: block;
    width: calc(36% - 80px);
    border-bottom: none;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item a {
    position: relative;
    margin: 0 0 24px;
    padding: 0;
    font-size: 24px;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item a:after {
    content: none;
  }
  .gHeader .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 .area-link #gNavWrap #gNav .sitemap01 .item p span {
    width: 100%;
    padding: 0;
    font-size: 18px;
    cursor: pointer;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span:before, .gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span:after {
    top: auto;
    bottom: 10px;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner {
    height: auto;
    padding: 0;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list {
    display: none;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item {
    display: block;
    width: 100%;
    margin: 0 0 24px;
    border: none;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item + .item {
    margin: 0 0 24px;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item:last-child {
    border: none;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item:first-child {
    border-top: none;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item a {
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
}

.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;
}
@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;
  }
}

.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;
  opacity: 0.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gfooter {
    padding: 0 0 32px;
    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 {
    padding: 12px 0 0;
    font-size: 16px;
  }
}

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;
}
.contact-form form p {
  margin: 0;
  font-weight: 700;
}
.contact-form form .title01 {
  margin: 24px 0;
  font-weight: 700;
  font-size: 16px;
}
.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: 10px 13px;
  border: 1px solid #DBDBDB;
  background: #fff;
  border-radius: 10px;
  font-size: 18px;
  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: 17px;
  color: #CFCFCF;
}
.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: 17px;
  color: #CFCFCF;
}
.contact-form form select {
  position: relative;
  margin: 0 8px 0 0;
  padding: 6px 12px;
  border: 1px solid #DBDBDB;
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  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 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;
  box-sizing: border-box;
}
.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: 16px;
  font-weight: 700;
}
.contact-form form .wpcf7-radio {
  display: flex;
}
.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: 0 0 0 24px;
}
.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_date {
  padding: 21px 13px;
  background: #FAFAFA;
  border-radius: 10px;
}
.contact-form form .from_date .area-from_date {
  width: 100%;
}
.contact-form form .from_date .area-from_date p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 400px;
}
.contact-form form .from_date .area-from_date p span {
  font-weight: 700;
}
.contact-form form .from_date .area-from_date p .year select {
  width: 5em;
}
.contact-form form .from_date .area-from_date p .month select,
.contact-form form .from_date .area-from_date p .day select {
  width: 3em;
}
.contact-form form .from_date .area-from_date.start p {
  justify-content: start;
  gap: 0 12px;
}
.contact-form form .from_date .area-from_date .item-box {
  width: 48%;
}
.contact-form form .from_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0 0;
  padding: 21px 13px;
  background: #FAFAFA;
  border-radius: 10px;
}
.contact-form form .from_name .item-box {
  width: 48%;
}
.contact-form form .from_area {
  margin: 8px 0 0;
  padding: 21px 13px;
  background: #FAFAFA;
  border-radius: 10px;
}
.contact-form form .from_area.age input {
  width: 4em;
  margin: 0 12px 0 0;
}
.contact-form form .from_area.seminar select {
  width: 100%;
}
.contact-form form .from_area.transaction select, .contact-form form .from_area.contact-info select {
  max-width: 360px;
  width: 100%;
}
.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 .post-code button {
  width: 220px;
  padding: 11px 0;
  border-radius: 10px;
  color: #fff;
  background: #888;
  border: solid 1px #DBDBDB;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
}
.contact-form form .from_area.address .post-code button:hover {
  opacity: 0.7;
}
.contact-form form .from_area.address .post-code button span {
  position: relative;
  font-weight: 700;
}
.contact-form form .from_area.address .post-code button span:before {
  content: "▶";
  margin: 0 6px 0 0;
}
.contact-form form .from_area.address label {
  display: block;
}
.contact-form form .from_area.address select {
  max-width: 360px;
  width: 100%;
}
.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: 16px;
  font-weight: 700;
}
.contact-form form .required {
  position: relative;
  display: flex;
  align-items: center;
}
.contact-form form .required:before {
  content: "必須";
  margin: 0 8px 0 0;
  padding: 2px 8px;
  font-size: 12px;
  color: #fff;
  background: #ED868D;
  border-radius: 15px;
}
.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 {
  width: 286px;
  margin: 0 auto;
  padding: 18px 0;
  color: #fff;
  background: #4392BB;
  border: none;
  box-shadow: 0px 0px 3px rgba(80, 80, 80, 0.1019607843);
  font-size: 18px;
  letter-spacing: 0.9px;
  border-radius: 10px;
  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: 55px;
    background: #fff;
    border-radius: 15px;
  }
  .contact-form form .title01 {
    margin: 24px 0;
    font-weight: 700;
    font-size: 24px;
  }
  .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: 10px 13px;
    border: 1px solid #DBDBDB;
    background: #fff;
    border-radius: 10px;
    font-size: 18px;
  }
  .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: 17px;
    color: #CFCFCF;
  }
  .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: 17px;
    color: #CFCFCF;
  }
  .contact-form form select {
    padding: 12px 12px;
    font-size: 18px;
    font-weight: 700;
  }
  .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: 16px;
    font-weight: 700;
  }
  .contact-form form .from_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 25px;
    background: #FAFAFA;
    border-radius: 10px;
    gap: 22px;
  }
  .contact-form form .from_name .item-box {
    width: 50%;
  }
  .contact-form form .from_date {
    padding: 25px 25px;
  }
  .contact-form form .from_date .area-from_date {
    justify-content: start;
  }
  .contact-form form .from_date .area-from_date p {
    justify-content: start;
    width: 100%;
    max-width: 500px;
  }
  .contact-form form .from_date .area-from_date p .year select {
    width: 7em;
  }
  .contact-form form .from_date .area-from_date p .month,
  .contact-form form .from_date .area-from_date p .day {
    margin: 0 0 0 12px;
  }
  .contact-form form .from_date .area-from_date p .month select,
  .contact-form form .from_date .area-from_date p .day select {
    width: 5em;
  }
  .contact-form form .from_area {
    margin: 8px 0 0;
    padding: 25px 25px;
    background: #FAFAFA;
    border-radius: 10px;
  }
  .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;
  }
}

.lower_mv {
  position: relative;
  margin: 0 0 -40px;
  padding: 128px 0 110px;
  background: url("../img/common/header/logo_back.png") top right/50% no-repeat, linear-gradient(180deg, #91D0CD 0%, #005BAA 100%);
  background-size: 100%;
  /*background: transparent linear-gradient(180deg, #91D0CD 0%, #005BAA 100%) 0% 0% no-repeat padding-box;*/
}
.lower_mv:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: var(--unnamed-color-fffdf4) 0% 0% no-repeat padding-box;
  background: #FFFDF4 0% 0% no-repeat padding-box;
  border-radius: 200px 0px 0px 0px;
  opacity: 1;
}
.lower_mv .lower_mv-title01 {
  margin: 0;
  padding: 0 15px;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 600;
}
.lower_mv .lower_mv-title01 span {
  display: block;
  margin: 8px 0 0;
  font-size: 16px;
}
.lower_mv .lower_mv-title01 span.slug {
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .lower_mv {
    position: relative;
    margin: 0 0 -40px;
    padding: 160px 0 192px;
    background: url("../img/common/header/logo_back.png") top right/100% no-repeat, linear-gradient(180deg, #91D0CD 0%, #005BAA 100%);
    background-size: 50%;
  }
}

.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;
  }
}/*# sourceMappingURL=common.css.map */