@charset "UTF-8";
/*--- 共通 ---*/
/*--- 共通 ---*/
.wrap01 {
  max-width: 1000px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wrap01 {
    max-width: none;
    width: 86.7%;
  }
}

.wrap02 {
  max-width: 800px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1030px) {
  .wrap02 {
    max-width: none;
    width: 77.7%;
  }
}
@media screen and (max-width: 768px) {
  .wrap02 {
    width: 86.7%;
  }
}

img {
  width: 100%;
  height: auto;
}

_:lang(x)::-internal-media-controls-overlay-cast-button, img {
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: #000;
}

/*--- ヘッダー ---*/
header {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  padding-bottom: 0;
  width: 100%;
  height: 82px;
  z-index: 90;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1030px) {
  header {
    padding-bottom: 0;
    height: 8vw;
    padding-top: 0.6vw;
    padding-bottom: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    padding-top: 1.7vw;
    padding-bottom: 1.7vw;
    height: 16.8vw;
  }
}
header .title {
  position: relative;
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header .title {
    display: block;
    max-width: none;
    width: 100%;
  }
}
header .logo {
  margin-left: 53px;
}
@media screen and (max-width: 1030px) {
  header .logo {
    margin-left: 5.1vw;
  }
}
@media screen and (max-width: 768px) {
  header .logo {
    margin-left: 4vw;
  }
}
header .logo a {
  font-weight: bold;
}
header .logo a .t01 {
  font-size: 17px;
}
@media screen and (max-width: 1030px) {
  header .logo a .t01 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  header .logo a .t01 {
    display: inline-block;
    font-size: 3.3vw;
    line-height: 1.2em;
  }
}
header .logo a .t02 {
  font-size: 24px;
}
@media screen and (max-width: 1030px) {
  header .logo a .t02 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  header .logo a .t02 {
    display: inline-block;
    font-size: 4.8vw;
    line-height: 1.2em;
    position: relative;
    top: -0.1em;
  }
}

.navToggle {
  display: block;
  position: absolute;
  right: 50px;
  top: 20px;
  width: 42px;
  height: 21px;
  cursor: pointer;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .navToggle {
    right: 4.9vw;
    top: 1.9vw;
    width: 4.1vw;
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .navToggle {
    right: 5vw;
    top: 4.3vw;
    width: 8vw;
    height: 3.7vw;
  }
}
.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 42px;
  border-bottom: 3px solid #000;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 1030px) {
  .navToggle span {
    width: 4.1vw;
    border-bottom-width: 0.3vw;
  }
}
@media screen and (max-width: 768px) {
  .navToggle span {
    width: 8vw;
    border-bottom-width: 0.5vw;
  }
}
.navToggle span:nth-child(1) {
  top: 0;
}
.navToggle span:nth-child(2) {
  top: 9px;
}
@media screen and (max-width: 1030px) {
  .navToggle span:nth-child(2) {
    top: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .navToggle span:nth-child(2) {
    top: 1.6vw;
  }
}
.navToggle span:nth-child(3) {
  top: 18px;
}
@media screen and (max-width: 1030px) {
  .navToggle span:nth-child(3) {
    top: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .navToggle span:nth-child(3) {
    top: 3.2vw;
  }
}
.navToggle.active span {
  top: 9px;
  /* 最初のspanをマイナス45度に */
}
@media screen and (max-width: 1030px) {
  .navToggle.active span {
    top: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .navToggle.active span {
    top: 1.6vw;
  }
}
.navToggle.active span:nth-child(1) {
  transform: rotate(-45deg);
}
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  transform: rotate(45deg);
}

/* 2番目と3番目のspanを45度に */
.sp_menu {
  display: none;
  position: fixed;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 80;
}
.sp_menu .line {
  display: block;
  width: 100%;
  height: 9px;
  background-image: url("../images/common/menu_shadow_pc.svg");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1030px) {
  .sp_menu .line {
    height: 0.9vw;
    margin: 0 auto 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  .sp_menu .line {
    height: 2.7vw;
    background-image: url("../images/common/menu_shadow_sp.svg");
    margin: 0 auto 4.5vw;
  }
}
.sp_menu .menu_list, .sp_menu .ban_list {
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .sp_menu .menu_list, .sp_menu .ban_list {
    max-width: none;
    width: 77.7vw;
  }
}
@media screen and (max-width: 768px) {
  .sp_menu .menu_list, .sp_menu .ban_list {
    width: 86.7%;
  }
}
.sp_menu .menu_list li {
  width: 31.5%;
}
@media screen and (max-width: 768px) {
  .sp_menu .menu_list li {
    width: 48%;
  }
}
.sp_menu .menu_list li:nth-child(n+4) {
  margin-top: 22px;
}
@media screen and (max-width: 1030px) {
  .sp_menu .menu_list li:nth-child(n+4) {
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .sp_menu .menu_list li:nth-child(n+3) {
    margin-top: 3.5vw;
  }
}
.sp_menu .menu_list li a, .sp_menu .menu_list li .no_link {
  display: block;
  height: 120px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  background-color: #EFEFEF;
  opacity: 1;
  transition-property: background, color;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 1030px) {
  .sp_menu .menu_list li a, .sp_menu .menu_list li .no_link {
    height: 11.7vw;
    border-radius: 0.8vw;
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  .sp_menu .menu_list li a, .sp_menu .menu_list li .no_link {
    height: 19vw;
    border-radius: 1.3vw;
    font-size: 3.8vw;
    line-height: 1.3em;
  }
}
.sp_menu .menu_list li a:hover {
  background-color: #EA6D80;
  color: #fff;
}
.sp_menu .menu_list li .no_link {
  opacity: 0.5;
}
.sp_menu .ban_list {
  margin-top: 50px;
}
@media screen and (max-width: 1030px) {
  .sp_menu .ban_list {
    margin-top: 4.9vw;
  }
}
@media screen and (max-width: 768px) {
  .sp_menu .ban_list {
    margin-top: 4.4vw;
  }
}
.sp_menu .ban_list li {
  width: 48.6%;
}
@media screen and (max-width: 768px) {
  .sp_menu .ban_list li {
    width: 48%;
  }
}
.sp_menu .ban_list li a {
  border-radius: 8px;
  display: block;
}
@media screen and (max-width: 1030px) {
  .sp_menu .ban_list li a {
    border-radius: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .sp_menu .ban_list li a {
    border-radius: 1.3vw;
    height: 100%;
  }
}
.sp_menu .ban_list li a .ban_box {
  width: 100%;
  height: 160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .sp_menu .ban_list li a .ban_box {
    height: 15.6vw;
  }
}
@media screen and (max-width: 768px) {
  .sp_menu .ban_list li a .ban_box {
    display: block;
    height: auto;
    padding: 4vw 0;
  }
}
.sp_menu .ban_list li a .ban_box .txt {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1030px) {
  .sp_menu .ban_list li a .ban_box .txt {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .sp_menu .ban_list li a .ban_box .txt {
    display: block;
    text-align: center;
    font-size: 4.2vw;
  }
}
.sp_menu .ban_list li a .ban_box .logo {
  width: 117px;
  margin-left: 30px;
}
@media screen and (max-width: 1030px) {
  .sp_menu .ban_list li a .ban_box .logo {
    width: 11.4vw;
    margin-left: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  .sp_menu .ban_list li a .ban_box .logo {
    display: block;
    width: 19vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vw;
  }
}
.sp_menu .ban_list li a.kami {
  background-color: #004096;
}
.sp_menu .ban_list li a.money {
  background-color: #EA6D80;
}
.sp_menu .ban_list li a.zentai {
  background-color: #FFF000;
}
.sp_menu .ban_list li a.zentai .txt {
  color: #000;
}
.sp_menu .ban_list li a.zentai .logo {
  width: 180px;
}
@media screen and (max-width: 1030px) {
  .sp_menu .ban_list li a.zentai .logo {
    width: 17.5vw;
  }
}
@media screen and (max-width: 768px) {
  .sp_menu .ban_list li a.zentai .logo {
    width: 24vw;
  }
}
.sp_menu .ban_list li .no_link {
  opacity: 0.5;
}

/*--- 中面 ---*/
.anker {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  margin-top: -82px;
}
@media screen and (max-width: 1030px) {
  .anker {
    padding-top: 8vw;
    margin-top: -8vw;
  }
}
@media screen and (max-width: 768px) {
  .anker {
    padding-top: 16.8vw;
    margin-top: -16.8vw;
  }
}

#container {
  padding-top: 82px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1030px) {
  #container {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #container {
    padding-top: 16.8vw;
    padding-bottom: 16vw;
  }
}

.sp_menu {
  top: 82px;
  height: calc(100vh - 82px);
}
@media screen and (max-width: 1030px) {
  .sp_menu {
    top: 8vw;
    height: calc(100vh - 8vw);
  }
}
@media screen and (max-width: 768px) {
  .sp_menu {
    top: 16.8vw;
    height: calc(100vh - 16.8vw);
  }
}

/*--- ページタイトル ---*/
#page_title {
  width: 100%;
  height: 125px;
  background-color: #EA6D80;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  #page_title {
    height: 12.1vw;
    margin-bottom: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #page_title {
    height: 24vw;
    margin-bottom: 5.8vw;
  }
}
#page_title h1 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1030px) {
  #page_title h1 {
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #page_title h1 {
    font-size: 5.9vw;
  }
}

/*--- パンくずリスト ---*/
#pankuzu {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #pankuzu {
    font-size: 2.5vw;
  }
}
#pankuzu a.top_link {
  color: #E8380D;
}

/*--- ブロックタイトル ---*/
.block_title {
  padding-bottom: 16px;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 1030px) {
  .block_title {
    padding-bottom: 1.6vw;
    border-bottom-width: 0.3vw;
  }
}
@media screen and (max-width: 768px) {
  .block_title {
    padding-bottom: 3.3vw;
    border-bottom-width: 0.4vw;
  }
}
.block_title h2 {
  font-size: 25px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .block_title h2 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .block_title h2 {
    font-size: 5.1vw;
  }
}

/*--- フッター ---*/
footer {
  background-color: #efeff0;
  width: 100%;
  padding-top: 60px;
}
@media screen and (max-width: 1030px) {
  footer {
    padding-top: 5.8vw;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 11.2vw;
  }
}
footer .wrap01 {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1030px) {
  footer .wrap01 {
    margin-bottom: 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  footer .wrap01 {
    margin-bottom: 8.2vw;
  }
}
footer .ban_box {
  max-width: 925px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1030px) {
  footer .ban_box {
    max-width: none;
    width: 89.8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .ban_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .ban_box li {
  width: 30.3%;
  margin-left: 4.55%;
}
@media screen and (max-width: 768px) {
  footer .ban_box li {
    width: 47.7%;
    margin-left: 4.6%;
  }
}
footer .ban_box li:nth-child(3n+1) {
  margin-left: 0%;
}
@media screen and (max-width: 768px) {
  footer .ban_box li:nth-child(3n+1) {
    margin-left: 4.6%;
  }
}
footer .ban_box li:nth-child(n+4) {
  margin-top: 42px;
}
@media screen and (max-width: 1030px) {
  footer .ban_box li:nth-child(n+4) {
    margin-top: 4.1vw;
  }
}
@media screen and (max-width: 768px) {
  footer .ban_box li:nth-child(2n+1) {
    margin-left: 0%;
  }
  footer .ban_box li:nth-child(n+3), footer .ban_box li:nth-child(n+4) {
    margin-top: 5.3vw;
  }
  footer .ban_box li:nth-child(2n+1), footer .ban_box li:nth-child(3n+1) {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .ban_box li:nth-child(3n+1) {
  margin-left: auto;
  margin-right: auto;
}
footer .footer_link {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 130px;
}
@media screen and (max-width: 1030px) {
  footer .footer_link {
    margin-top: 12.6vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_link {
    display: none;
  }
}
footer .footer_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer_link ul li {
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 1030px) {
  footer .footer_link ul li {
    font-size: 1.3vw;
  }
}
footer .footer_link ul li + li::before {
  content: "|";
  display: inline-block;
  margin: 0 1em;
  font-weight: bold;
}
footer .footer_link ul li .no_link {
  color: #c9caca;
}
footer .totop {
  position: absolute;
  width: 92px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1030px) {
  footer .totop {
    width: 8.9vw;
  }
}
@media screen and (max-width: 768px) {
  footer .totop {
    width: 12.1vw;
    right: 0vw;
    bottom: -4vw;
  }
}
footer .copyright {
  background-color: #595757;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    margin-top: 0vw;
    padding: 3vw 0;
  }
}
footer .copyright p {
  text-align: center;
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 1030px) {
  footer .copyright p {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright p {
    font-size: 2.2vw;
  }
}
footer .copyright p + p {
  margin-top: 26px;
}
@media screen and (max-width: 1030px) {
  footer .copyright p + p {
    margin-top: 2.5vw;
  }
}
footer .sns {
  margin-top: 50px;
}
@media screen and (max-width: 1030px) {
  footer .sns {
    margin-top: 4.9vw;
  }
}
@media screen and (max-width: 768px) {
  footer .sns {
    margin-top: 10vw;
  }
}
footer .sns .title {
  width: 268px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .sns .title {
    width: 58.1vw;
    margin-bottom: 3.4vw;
  }
}
footer .sns_link {
  max-width: 210px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  footer .sns_link {
    width: 20.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .sns_link {
    max-width: none;
    width: 47vw;
  }
}
footer .sns_link li {
  width: 21.9%;
}
@media screen and (max-width: 768px) {
  footer .sns_link li {
    width: 22.9%;
  }
}
footer .sns + .footer_link {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  footer .footer_data_link {
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    margin-top: 5vw;
  }
  footer .wrap01 {
    margin-bottom: 8.9vw;
  }
  footer .totop {
    bottom: -6vw;
  }
}/*# sourceMappingURL=style.css.map */