@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap");
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", メイリオ, Meiryo, sans-serif;
}

.f-goth {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", メイリオ, Meiryo, sans-serif;
}

@media screen and (max-width: 500px) {
  .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 501px) {
  .spOnly {
    display: none;
  }
}

@media screen and (min-width: 801px) {
  .tabOnly {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .w1400 {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

.tx-centerbox {
  text-align: center;
}

.mt50 {
  margin-top: 50px;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.col-9 {
  width: 75%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-3 {
  width: 25%;
}

.mt100 {
  margin-top: 100px;
}

.f-min {
  font-family: "Vollkorn", "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.co-white {
  color: white !important;
}

.header {
  height: 80px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  .header {
    height: 60px;
  }
}
.header .menubtn {
  display: none;
  position: absolute;
  right: 10px;
  top: 6px;
  width: 44px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .header .menubtn {
    display: block;
  }
}
.header h1 {
  position: absolute;
  top: 28px;
  left: 24px;
}
@media screen and (max-width: 800px) {
  .header h1 {
    top: 22px;
  }
}
.header h1 img {
  height: 21px;
  width: auto;
}
@media screen and (max-width: 900px) {
  .header h1 img {
    height: 18px;
  }
}
.header .menupanel {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: black;
  position: fixed;
  top: 0px;
  z-index: 1000;
  color: white;
  overflow-y: auto;
}
.header .menupanel img.closebtn {
  position: fixed;
  right: 10px;
  top: 6px;
  width: 44px;
  cursor: pointer;
}
.header .menupanel .menulist {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
.header .menupanel ul.list {
  margin-left: auto;
  margin-right: auto;
}
.header .menupanel ul.list li {
  margin-bottom: 1em;
}
.header .menupanel ul.list li a {
  display: inline-block;
  border: 1px solid white;
  width: 100%;
  padding: 0.6em;
  font-size: 17px;
}
@media screen and (max-width: 800px) {
  .header .menubox {
    display: none;
  }
}
.header .menubox .lngbox {
  position: absolute;
  display: flex;
  list-style: none;
  margin-right: 20px;
  padding: 0;
  right: 24px;
  top: 10px;
  color: #5d5d5d;
}
@media screen and (max-width: 900px) {
  .header .menubox .lngbox {
    right: 5px;
  }
}
.header .menubox .lngbox .active {
  color: #27499d;
}
.header .menubox .lngbox li {
  font-size: 16px;
  border-right: 1px solid black;
  line-height: 1;
  height: 1em;
}
.header .menubox .lngbox li:last-child {
  border-right: none;
}
.header .menubox .lngbox li a {
  padding-left: 1em;
  padding-right: 1em;
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
}
@media screen and (max-width: 1100px) {
  .header .menubox .lngbox li a {
    font-size: 11px;
  }
}
.header .menubox .globalmenu {
  display: flex;
  position: absolute;
  right: 24px;
  top: 48px;
}
@media screen and (max-width: 900px) {
  .header .menubox .globalmenu {
    right: 5px;
  }
}
.header .menubox .globalmenu li {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .header .menubox .globalmenu li {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header .menubox .globalmenu li a {
  padding: 0.3em;
  font-weight: bold;
}
.header .menubox .globalmenu .contact {
  background-color: white;
  border-radius: 3em;
  padding-left: 1em;
  padding-right: 1em;
}
.header .menubox .globalmenu .contact a {
  color: #27499d;
}
.header .menubox .globalmenu .plink {
  position: relative;
}
.header .menubox .globalmenu .plink::after {
  content: "+";
}
.header .menubox .globalmenu .sublink {
  display: none;
  position: absolute;
  top: 22px;
}
.header .menubox .globalmenu .sublink li {
  background-color: rgba(255, 255, 255, 0.8);
  min-width: 16em;
}
.header .menubox .globalmenu .sublink li a {
  padding: 0.5em;
  display: inline-block;
  width: 100%;
}
.header .menubox .globalmenu .active {
  display: block;
}
.footer {
  background-image: url("../img/common/back3000.png");
  background-size: 100%;
  background-repeat: repeat-y;
  padding-top: 50px;
  border-top: 1px solid #dfdfdf;
}
@media screen and (max-width: 2000px) {
  .footer {
    background-image: url("../img/common/back2000.png");
  }
}
@media screen and (max-width: 1400px) {
  .footer {
    background-image: url("../img/common/back.png");
  }
}
@media screen and (min-width: 501px) {
  .footer .spOnly {
    display: none !important;
  }
}
.footer .flex4 {
  display: flex;
}
@media screen and (max-width: 800px) {
  .footer .flex4 {
    flex-wrap: wrap;
  }
}
.footer .flex4 > div ul li {
  font-size: 13px;
  margin-bottom: 1em;
  line-height: 1.8em;
}
.footer .flex4 > div ul li span {
  font-size: 10px;
  line-height: 1.6;
  margin-left: 1em;
  display: inline-block;
}
.footer .flex4 > div .under_menu li {
  font-size: 11px;
  color: #5d5d5d;
}
.footer .flex4 > div .col4links a {
  color: #27499d;
  font-size: 14px;
  font-weight: bold;
}
.footer .flex4 > div .instgram_icon {
  width: 3em;
}
@media screen and (max-width: 800px) {
  .footer .flex4 > div {
    width: 50%;
  }
  .footer .flex4 > div:first-child {
    width: 100%;
  }
  .footer .flex4 > div:last-child {
    margin-top: 20px;
    width: 100%;
  }
}
.footer .flex4 .logobox {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .footer .flex4 .logobox {
    margin-bottom: 40px;
  }
}
.footer .flex4 .logobox p.tel {
  color: #27499d;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  font-size: 13px;
}
.footer .flex4 .logobox .f-logo img {
  width: 80%;
  max-width: 228px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .footer .flex4 .logobox .f-logo img {
    width: 50%;
  }
}
.footer .flex4 .ftitle {
  color: #27499d;
  font-weight: 500;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #27499d;
  margin-bottom: 1.2em;
}
.footer .flex4 .pl30 {
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .footer .flex4 .pl30 {
    padding-left: 5px;
  }
}
.footer .flex4 img.recimg {
  width: 90%;
  max-width: 280px;
}
.footer .copycenter {
  display: block;
  text-align: center;
  padding-bottom: 2em;
  font-size: 12px;
}
.footer .bottomlink {
  margin-top: 40px;
  padding-bottom: 40px;
}
.footer .bottomlink .copycenter {
  display: none;
}
@media screen and (max-width: 1100px) {
  .footer .bottomlink > div {
    width: 100%;
  }
  .footer .bottomlink .col-3 {
    display: none;
  }
}
.footer .bottomlink > div:first-child {
  text-align: center;
}
.footer .bottomlink ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .footer .bottomlink ul {
    gap: 16px;
  }
}
@media screen and (max-width: 800px) {
  .footer .bottomlink ul {
    gap: 0px;
  }
}
.footer .bottomlink ul li {
  line-height: 1em;
  padding-left: 1em;
  padding-right: 1em;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 1100px) {
  .footer .bottomlink ul li {
    border: none;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .footer .bottomlink ul li {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.footer .bottomlink ul li:last-child {
  border-right: none;
}
.footer .bottomlink ul li a {
  line-height: 1;
}
.footer .bottomlink p.copy {
  font-size: 12px;
  color: #5d5d5d;
}

.pageTop {
  cursor: pointer;
  display: none;
  bottom: 15px;
  right: 15px;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 9000;
}
@media screen and (max-width: 600px) {
  .pageTop {
    right: 2.5vw;
    bottom: 2.5vw;
    width: 12vw;
    height: 12vw;
  }
}

.page .company-bottom-menu {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  background-color: white;
}
@media screen and (max-width: 800px) {
  .page .company-bottom-menu {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
.page .company-bottom-menu p.title {
  font-size: 32px;
}
.page .company-bottom-menu p.title a {
  display: flex;
  align-items: center;
}
.page .company-bottom-menu p.title a span {
  margin-left: 1em;
}
.page .company-bottom-menu .flexmenu {
  display: flex;
  flex-wrap: wrap;
}
.page .company-bottom-menu .flexmenu > a {
  width: 22%;
  margin-right: 3%;
  margin-bottom: 2em;
  padding-bottom: 0.3em;
  display: inline-block;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
@media screen and (max-width: 800px) {
  .page .company-bottom-menu .flexmenu > a {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
  }
}
.page .company-bottom-menu .flexmenu > a::after {
  position: absolute;
  background-image: url("../img/common/arrowblue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 4px;
  content: "";
  width: 1em;
  height: 1em;
  right: 0;
}
.page .company-bottom-menu .flexmenu a.active {
  border-bottom: 1px solid #25489c;
  color: #9e9e9e;
}
.page .company-bottom-menu .flexmenu a.active::after {
  background-image: url("../img/common/arrow.svg");
}/*# sourceMappingURL=common.css.map */