@charset "UTF-8";
@font-face {
  font-family: "Helvetica";
  font-display: swap;
  src: url(../fonts/Helvetica-01.ttf) format("ttf"), url(../fonts/Helvetica-Bold-02.ttf) format("ttf"), url(../fonts/Helvetica-Oblique-03.ttf) format("ttf"), url(../fonts/Helvetica-BoldOblique-04.ttf) format("ttf");
}
body {
  font-family: "Helvetica Neue", "Helvetica", "noto-sans-cjk-jp", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 500;
}

p {
  font-size: 14px;
}

.main-color01 {
  color: #A23834 !important;
}

.main-color01_first-letter::first-letter {
  color: #A23834;
}

.main-color02 {
  color: #465F7A !important;
}

.main-color02_first-letter::first-letter {
  color: #465F7A;
}

.main-color03 {
  color: #4A9FD7 !important;
}

.main-color03_first-letter::first-letter {
  color: #4A9FD7;
}

.main-color04 {
  color: #549464 !important;
}

.main-color04_first-letter::first-letter {
  color: #549464;
}

.main-color05-01 {
  color: #93865F !important;
}

.main-color05-01_first-letter::first-letter {
  color: #93865F;
}

.main-color05-02 {
  color: #DCBD4C !important;
}

.main-color05-02_first-letter::first-letter {
  color: #DCBD4C;
}

.main-color06 {
  color: #B7A87C !important;
}

.main-color06_first-letter::first-letter {
  color: #B7A87C;
}

.Helvetica {
  font-family: "Helvetica Neue", "Helvetica", "Neue Haas Grotesk Display Pro", sans-serif;
}

p {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

li a {
  text-decoration: underline;
}
li a:hover {
  text-decoration: none;
}

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;
  }
}
.inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

.wrapper {
  padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding: 102px 0 0;
  }
}

/* フェードイン */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 12.5%);
  transition: 1.5s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* アニメーション */
.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.simplebar-track.simplebar-horizontal {
  position: relative;
  height: 10px;
  background: #C6CBD1;
  border-radius: 5px;
  max-width: none;
  margin: 12px auto 0;
}

.simplebar-scrollbar {
  height: 10px;
  background: #595757;
  border-radius: 5px;
  top: 0;
}

.simplebar-placeholder {
  width: auto !important;
}

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

/* 共通パーツ */
.cmn-title01 {
  position: relative;
  margin: 0 0 24px;
  font-size: 0;
  text-align: left;
  border-top: solid 4px #ea3227;
}
.cmn-title01 span {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 6px 17px;
  background-color: #ea3227;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.cmn-title01 span:after {
  position: absolute;
  content: "";
  top: 0px;
  right: -35px;
  font-size: 0;
  width: 36px;
  height: 36px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(-5% -5%, 100% 0%, 0% 105%);
          clip-path: polygon(-5% -5%, 100% 0%, 0% 105%);
  background: #ea3227;
}
@media screen and (min-width: 768px) {
  .cmn-title01 span {
    height: 44px;
    padding: 6px 26px;
    font-size: 21px;
  }
  .cmn-title01 span:after {
    right: -44px;
    font-size: 0;
    width: 44px;
    height: 44px;
    -webkit-clip-path: polygon(-10% 0%, 100% 0%, 0% 105%);
            clip-path: polygon(-10% 0%, 100% 0%, 0% 105%);
  }
}

.cmn-title02 {
  text-align: center;
}
.cmn-title02 .main {
  display: block;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  color: #FF1414;
}
.cmn-title02 .sub {
  display: block;
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: 700;
}
.cmn-title02 .sub .icon {
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 1px 10px 3px;
  font-size: 12px;
  font-weight: 700;
  background: #FF1414;
  border-radius: 14px;
}
.cmn-title02 .logo {
  display: block;
  width: 50px;
  margin: 0 auto 18px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cmn-title02 .main {
    font-size: 72px;
    letter-spacing: -2.16px;
  }
  .cmn-title02 .sub {
    margin: 16px 0 0;
    font-size: 24px;
  }
  .cmn-title02 .sub .icon {
    position: relative;
    top: -2px;
    padding: 1px 18px 2px;
    font-size: 18px;
  }
  .cmn-title02 .logo {
    width: 80px;
    margin: 0 auto 30px;
  }
}

.cmn-title03 {
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: solid 1px #DEE2E6;
}
.cmn-title03 .title {
  font-size: 48px;
  color: #FF1414;
  font-weight: 500;
  line-height: 1;
}
.cmn-title03 dl {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 0 0;
}
.cmn-title03 dl dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.cmn-title03 dl dd {
  padding: 0 0 0 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cmn-title03 .title {
    font-size: 38px;
    text-align: left;
    letter-spacing: -1.14px;
  }
  .cmn-title03 dl {
    justify-content: start;
    align-items: center;
    padding: 12px 0 0;
  }
  .cmn-title03 dl dt {
    font-size: 24px;
  }
  .cmn-title03 dl dd {
    padding: 0 0 0 22px;
    font-size: 18px;
  }
}

.cmn-title04 {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: solid 3px #F0F0F0;
}
.cmn-title04:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  display: inline-block;
  width: 48px;
  height: 3px;
  background: #EA3227;
}
@media screen and (min-width: 768px) {
  .cmn-title04 {
    font-size: 28px;
    line-height: 1.4642857143;
    border-bottom: solid 3px #F0F0F0;
  }
}

.cmn-title05 {
  margin: 0 0 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .cmn-title05 {
    margin: 0;
    font-size: 48px;
  }
}

.cmn-title06 {
  position: relative;
  margin: 0 0 32px;
  padding: 0 0 8px;
  border-bottom: solid 1px #DEE2E6;
}
.cmn-title06 .title {
  font-size: 40px;
  text-align: left;
  font-style: italic;
  opacity: 0.12;
  font-weight: 700;
  line-height: 1;
}
.cmn-title06 span {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  margin: -8px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cmn-title06 .title {
    font-size: 72px;
  }
  .cmn-title06 span {
    margin: 0;
    font-size: 24px;
  }
}

.cmn-btn01 {
  text-align: center;
  line-height: 1;
}
.cmn-btn01 a {
  display: inline-block;
  width: 260px;
  padding: 17px 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #fff;
  position: relative;
  transition: color 0.5s ease;
  border-radius: 40px;
  overflow: hidden;
  color: #4DAEFB;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1019607843);
}
.cmn-btn01 a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #444;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  border-radius: 40px;
}
.cmn-btn01 a span {
  position: relative;
  display: block;
  font-size: 16px;
  color: #222;
  font-weight: 700;
  transition: color 0.5s ease;
}
.cmn-btn01 a span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  content: "";
  background-color: #444;
  vertical-align: middle;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border: 1.5px solid #444;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.cmn-btn01 a span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 25px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 0.5s ease;
}
.cmn-btn01 a:hover {
  opacity: 1;
}
.cmn-btn01 a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.cmn-btn01 a:hover span {
  color: #fff;
}
.cmn-btn01 a:hover span:before {
  border: 1.5px solid #fff;
  background-color: #fff;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.5s ease;
}
.cmn-btn01 a:hover span:after {
  border-top: 3px solid #444;
  border-right: 3px solid #444;
}
.cmn-btn02 {
  text-align: center;
  line-height: 1;
}
.cmn-btn02 a {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 17px 0;
  text-align: center;
  text-decoration: none;
  outline: none;
  background: #fff;
  position: relative;
  transition: color 0.5s ease;
  border-radius: 60px;
  overflow: hidden;
  color: #fff;
  border: solid 2px #222;
}
.cmn-btn02 a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #222;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  border-radius: 60px;
}
.cmn-btn02 a span {
  position: relative;
  display: block;
  padding: 0 60px 0 20px;
  font-size: 16px;
  color: #222;
  font-weight: 700;
  transition: color 0.5s ease;
  line-height: 1.5;
}
.cmn-btn02 a span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 20px;
  width: 14px;
  height: 26px;
  transition: all 0.5s ease;
  background: url(../img/common/icon/item01.png) no-repeat 0 0;
  background-size: 100%;
}
.cmn-btn02 a:hover {
  opacity: 1;
  border: solid 2px #fff;
}
.cmn-btn02 a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.cmn-btn02 a:hover span {
  color: #fff;
}
.cmn-btn02 a:hover span:before {
  border: 1.5px solid #fff;
  background-color: #fff;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .cmn-btn02 a {
    max-width: 580px;
    padding: 44px 0;
    border-radius: 60px;
  }
  .cmn-btn02 a:before {
    border-radius: 60px;
  }
  .cmn-btn02 a span {
    padding: 0;
    font-size: 18px;
  }
}

.cmn-btn03 {
  text-align: center;
  line-height: 1;
}
.cmn-btn03 a {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 17px 0;
  text-decoration: none;
  outline: none;
  background: #fff;
  position: relative;
  transition: color 0.5s ease;
  border-radius: 60px;
  overflow: hidden;
  border: solid 2px #FF1513;
}
.cmn-btn03 a span {
  position: relative;
  display: block;
  color: #FF1513;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  z-index: 5;
}
.cmn-btn03 a .arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 20px;
  width: 14px;
  height: 26px;
  border-radius: 2px;
  transition: all 0.5s ease;
  background: url(../img/common/icon/item01.png) no-repeat 0 0;
  background-size: 100%;
}
.cmn-btn03 a .main {
  font-size: 15px;
}
.cmn-btn03 a .sub {
  margin: 8px 0 0;
  font-size: 12px;
}
.cmn-btn03 a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FF1513;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  border-radius: 60px;
}
.cmn-btn03 a:hover {
  opacity: 1;
  border: solid 2px #FF1513;
  color: #fff;
}
.cmn-btn03 a:hover span {
  color: #fff;
}
.cmn-btn03 a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.cmn-btn03.black a {
  border: solid 2px #222;
}
.cmn-btn03.black a span {
  color: #222;
}
.cmn-btn03.black a .arrow:before {
  background-color: #fff;
  border: 1.5px solid #fff;
}
.cmn-btn03.black a .main {
  font-size: 15px;
}
.cmn-btn03.black a .sub {
  margin: 8px 0 0;
  font-size: 12px;
}
.cmn-btn03.black a:before {
  background: #222;
}
.cmn-btn03.black a:hover {
  border: solid 2px #222;
  color: #fff;
}
.cmn-btn03.black a:hover span {
  color: #fff;
}
.cmn-btn03.black a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
@media screen and (min-width: 768px) {
  .cmn-btn03 a {
    max-width: 520px;
    padding: 31px 0;
  }
  .cmn-btn03 a .arrow:before {
    right: 21px;
  }
  .cmn-btn03 a .arrow:after {
    right: 41px;
  }
  .cmn-btn03 a:hover .arrow:before {
    right: 21px;
  }
  .cmn-btn03 a:hover .arrow:after {
    right: 41px;
  }
  .cmn-btn03 a .main {
    font-size: 21px;
    line-height: 1;
  }
  .cmn-btn03 a .sub {
    margin: 8px 0 0;
    font-size: 16px;
  }
}

.cmn-btn04 {
  text-align: center;
}
.cmn-btn04 a {
  width: 292px;
  margin: 0 auto;
  padding: 18px 0;
  text-align: center;
  background: #EB3228;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.cmn-list01 .item {
  position: relative;
  padding: 0 0 0 26px;
  font-size: 16px;
  color: #333;
}
.cmn-list01 .item + .item {
  margin: 13px 0 0;
}
.cmn-list01 .item:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 14px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/common/icon/item02.png) no-repeat 0 0;
  background-size: 100%;
}
.cmn-list01.icon-right .item::before {
  transform: translateY(-50%) rotate(-90deg);
}
.cmn-list01.icon-another .item::before {
  width: 14px;
  height: 26px;
  background: url(../img/common/icon/item01.png) no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .cmn-list01 .item {
    font-size: 18px;
  }
  .cmn-list01 .item:before {
    margin: 1px 0 0;
  }
}

.cmn-list02 .item {
  display: flex;
  gap: 0 12px;
  padding: 13px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1019607843);
}
.cmn-list02 .item + .item {
  margin: 12px 0 0;
}
.cmn-list02 .item .img {
  width: 46%;
}
.cmn-list02 .item .area-text {
  width: 51%;
}
.cmn-list02 .item .area-text .area-category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
  margin: 0 0 3px;
}
.cmn-list02 .item .area-text .area-category .category a {
  padding: 4px 10px;
  color: #444;
  font-size: 12px;
  background: #EEEEEE;
  border-radius: 14px;
  text-decoration: none;
}
.cmn-list02 .item .area-text .date {
  font-size: 14px;
  font-weight: 700;
}
.cmn-list02 .item .area-text .title a {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .cmn-list02 {
    display: flex;
    gap: 0 20px;
    margin: 0 0 24px;
  }
  .cmn-list02 .item {
    align-items: center;
    max-width: 380px;
    width: calc(33% - 20px);
    gap: 0 12px;
    padding: 13px;
  }
  .cmn-list02 .item + .item {
    margin: 0;
  }
  .cmn-list02 .item .area-text .area-category {
    gap: 8px 6px;
    margin: 0 0 8px;
  }
  .cmn-list02 .item .area-text .area-category .category a {
    padding: 5px 16px;
  }
  .cmn-list02 .item .area-text .date {
    margin: 0 0 4px;
  }
}

.cmn-list03 .item + .item {
  margin: 21px 0 0;
}
.cmn-list03 .item dl {
  padding: 0 0 0 22px;
}
.cmn-list03 .item dl dt {
  position: relative;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}
.cmn-list03 .item dl dt:before {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  background: #DCBD4C;
  border-radius: 50%;
  left: -22px;
  top: 8px;
}
.cmn-list03 .item dl dd {
  font-size: 16px;
  line-height: 1.5;
}
.cmn-list03.list-color01 .item dl dt:before {
  background: #A23834;
}
.cmn-list03.list-color02 .item dl dt:before {
  background: #465F7A;
}
.cmn-list03.list-color03 .item dl dt:before {
  background: #4A9FD7;
}
.cmn-list03.list-color04 .item dl dt:before {
  background: #549464;
}
.cmn-list03.list-color05 .item dl dt:before {
  background: #93865F;
}
.cmn-list03.list-color06 .item dl dt:before {
  background: #B7A87C;
}
@media screen and (min-width: 768px) {
  .cmn-list03 .item dl dt:before {
    content: "";
    left: -22px;
    top: 8px;
  }
  .cmn-list03 .item dl dd {
    font-size: 16px;
    line-height: 1.5;
  }
}

.cmn-effect01 {
  position: relative;
  display: block;
  width: 100%;
}
.cmn-effect01:before {
  position: absolute;
  content: "";
  display: block;
  width: 40%;
  max-width: 350px;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/common/effect_01.png) no-repeat 0 0;
  background-size: 100%;
}
.cmn-effect01:after {
  position: absolute;
  content: "";
  display: block;
  width: 40%;
  max-width: 350px;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../img/common/effect_02.png) no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .cmn-effect01:before {
    width: 543px;
    height: 100%;
  }
  .cmn-effect01:after {
    width: 408px;
    height: 100%;
  }
}
.cmn-effect01 .inner {
  position: relative;
  z-index: 1;
}

.cmn-effect02 {
  position: relative;
  display: block;
  width: 100%;
  background-image: url(../img/common/effect_03.png), url(../img/common/effect_04.png);
  background-position: left top, left 100.5%;
  background-repeat: no-repeat;
  background-size: 100%, 100%;
}
.cmn-effect02:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
}
.cmn-scroll01 {
  overflow-x: scroll;
  padding-bottom: 10px;
}
.cmn-scroll01 .scroll-content {
  width: 900px;
}
@media screen and (min-width: 768px) {
  .cmn-scroll01 .scroll-content {
    width: 900px;
  }
}

/* header */
.gHeader {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  display: table;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 5px 10px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  box-sizing: border-box;
  z-index: 10;
}
.gHeader .logo {
  width: 158px;
  margin: 0;
  vertical-align: middle;
}
.gHeader .logo a {
  display: table;
}
.gHeader .logo a img {
  display: table-cell;
  vertical-align: middle;
}
.gHeader .area-link {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.gHeader .area-link .mypage {
  position: absolute;
  top: 3px;
  right: 40px;
  margin: 0;
  z-index: 1;
}
.gHeader .area-link .mypage a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 15px;
  background: #EA3227;
  border-radius: 5px;
  text-decoration: none;
}
.gHeader .area-link .mypage a .img {
  width: 30px;
}
.gHeader .area-link .mypage a .text {
  padding: 0 0 0 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.gHeader .area-link .area-btnMenu {
  position: absolute;
  padding: 0;
  cursor: pointer;
  top: 2px;
  right: 0;
  z-index: 3;
}
.gHeader .area-link .area-btnMenu.open {
  padding: 0;
}
.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) {
  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: 0;
  width: 100%;
  height: 2px;
  background: #222;
  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: 500;
  line-height: 1;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #222;
  z-index: 2;
  text-align: center;
}
.gHeader .area-link #gNavWrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  margin: 0 calc(50% - 50vw);
  right: -150%;
  top: -5px;
  padding-top: 60px;
  background: #fff;
  overflow-y: auto;
  scrollbar-width: none;
  z-index: 2;
}
.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: #222;
  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 {
    display: block;
    top: auto;
    width: 100%;
    height: 102px;
    padding: 22px 24px 0px 17px;
  }
  .gHeader .logo {
    width: 234px;
    margin: 0;
  }
  .gHeader .area-link {
    display: block;
    align-items: center;
  }
  .gHeader .area-link .link-warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 170px);
  }
  .gHeader .area-link .link-warp .link-list {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .gHeader .area-link .link-warp .link-list .link-item {
    margin: 0 24px 0 0;
  }
  .gHeader .area-link .link-warp .link-list .link-item .arrow {
    position: relative;
  }
  .gHeader .area-link .link-warp .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 .mypage {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .gHeader .area-link .mypage a {
    padding: 14px 17px;
    border-radius: 11px;
  }
  .gHeader .area-link .mypage a .img {
    width: 30px;
  }
  .gHeader .area-link .mypage a .text {
    font-size: 16px;
  }
  .gHeader .area-link .area-btnMenu {
    display: none;
    /*
    display: flex;
    justify-content: center;
    align-items: center;
    width: 156px;
    height: 74px;
    padding: 0 6px 0 10px;
    */
  }
  .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: 100%;
    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 {
    position: initial;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .gHeader .area-link #gNavWrap #gNav {
    padding: 0;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin: 0;
    padding: 0;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item {
    display: inline-block;
    border: none;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item a {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
  }
  .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 {
    padding: 0;
    font-size: 18px;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span:before, .gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span:after {
    content: none;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner {
    height: auto;
    padding: 0;
  }
  .gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list {
    display: flex;
    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;
  }
}

/* foter */
footer {
  padding: 24px 0 8px;
  background: #595757;
}
footer .footer-inner {
  padding: 0 15px;
}
footer .footer-inner .footer-menu {
  margin: 0 0 160px;
  color: #fff;
}
footer .footer-inner .footer-menu .info .logo {
  max-width: 350px;
  margin: 0 0 56px;
}
footer .footer-inner .footer-menu .link .list {
  margin: 0;
  padding: 0;
}
footer .footer-inner .footer-menu .link .list .item {
  width: 100%;
}
footer .footer-inner .footer-menu .link .list .item + .item {
  margin: 13px 0 0;
}
footer .footer-inner .footer-menu .link .list .item a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
footer .footer-inner .footer-menu .link .list .item.child a {
  position: relative;
  font-size: 14px;
  color: #D5D5D5;
}
footer .footer-inner .footer-menu .link .list .item.child a:before {
  content: "-";
  display: inline-block;
  padding: 0 6px 0 0;
}
footer .footer-inner .area-policy .list {
  display: flex;
  justify-content: center;
  margin: 0 0 32px;
  padding: 0;
}
footer .footer-inner .area-policy .list .item {
  position: relative;
}
footer .footer-inner .area-policy .list .item + .item {
  margin: 0 0 0 10px;
  padding: 0 0 0 6px;
  border-left: 1px solid #fff;
}
footer .footer-inner .area-policy .list .item a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
footer .footer-inner .area-copy {
  position: relative;
}
footer .footer-inner .area-copy .copyright {
  font-size: 10px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 56px 0 8px;
  }
  footer .footer-inner {
    max-width: 1160px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  footer .footer-inner .footer-menu {
    display: flex;
    margin: 0 0 86px;
  }
  footer .footer-inner .footer-menu .info {
    width: 220px;
  }
  footer .footer-inner .footer-menu .info .logo {
    width: 220px;
  }
  footer .footer-inner .footer-menu .link {
    margin: 0 0 0 70px;
  }
  footer .footer-inner .footer-logo .copyright {
    font-size: 12px;
    bottom: 0px;
  }
}

.page-title {
  margin: 0 0 56px;
}
@media screen and (min-width: 768px) {
  .page-title {
    margin: 0 0 120px;
  }
}

.area-breadcrumbs {
  margin: 0 0 32px;
  padding: 8px 15px;
}
.area-breadcrumbs .aioseo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.area-breadcrumbs .aioseo-breadcrumbs a {
  color: #3562E3;
  font-size: 12px;
  text-decoration: underline;
}
.area-breadcrumbs .aioseo-breadcrumbs a:hover {
  text-decoration: none;
}
.area-breadcrumbs .aioseo-breadcrumbs span {
  font-size: 12px;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current {
  padding: 4px 8px;
  background: #222;
  color: #fff;
  border: solid 1px #222;
}
.wp-pagenavi a {
  padding: 4px 8px;
  background: #fff;
  color: #222;
  border: solid 1px #222;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 0;
  text-indent: -9999px;
  background: #222;
  border-radius: 50%;
}
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
  background: none;
  z-index: 2;
}
.wp-pagenavi .nextpostslink::before {
  left: 7px;
  transform: rotate(45deg);
}
.wp-pagenavi .previouspostslink::before {
  left: 11px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    gap: 12px;
  }
  .wp-pagenavi .current {
    display: flex;
    align-items: center;
    padding: 0 16px;
    font-size: 16px;
  }
  .wp-pagenavi a {
    display: flex;
    align-items: center;
    padding: 0 16px;
    font-size: 16px;
  }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 48px;
    height: 48px;
  }
  .wp-pagenavi .nextpostslink::before,
  .wp-pagenavi .previouspostslink::before {
    width: 14px;
    height: 14px;
  }
  .wp-pagenavi .nextpostslink::before {
    left: 14px;
  }
  .wp-pagenavi .previouspostslink::before {
    left: 18px;
  }
}

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

.page-not_found .content {
  margin: 0 0 80px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .page-not_found .content {
    max-width: 1000px;
    margin: 0 auto 96px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.modal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal .modal-content {
    max-width: 80%;
    max-height: 80%;
  }
}/*# sourceMappingURL=common.css.map */