@charset "UTF-8";
/* -- COMMON -- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
/* -- DEFAULT -- */
* {
  min-height: 0%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, p, em, span, figure, figcaption, dl, dt, dd {
  margin: 0;
  padding: 0;
}

em, span, a {
  font-size: inherit;
}

a {
  border: none;
  text-decoration: none;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border: none;
  width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

input, button, select, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none;
  outline: none;
  max-width: 100%;
}

body {
  z-index: 1;
}

* {
  font-size: 16px;
  font-style: normal;
  color: #333333;
  vertical-align: bottom;
  font-weight: 400;
}

*:not(.material-icons, .sans) {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Lato", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", メイリオ, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}

.fsPop {
  font-family: "Poppins", sans-serif;
}
.fsPop-b {
  font-weight: 700;
}

b {
  font-weight: 700;
}

.txt {
  font-size: 16px;
  line-height: 2em;
}

.cap {
  font-size: 10px;
}

.indent {
  text-indent: 1em;
}

a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

a:hover {
  opacity: 0.8;
}

.off a,
a.off {
  opacity: 0.5;
  pointer-events: none;
}

.material-icons {
  font-size: 1.3em;
  font-family: "Material Icons";
}

.hide {
  display: none;
}

@media only screen and (max-width: 767px) {
  body.fixed {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .txt {
    font-size: 14px;
  }
}
.mt20 {
  margin-top: 20px;
}
.mt100 {
  margin-top: min(10vh, 100px);
}
.mt80 {
  margin-top: min(8vh, 80px);
}
.mt60 {
  margin-top: min(6vh, 60px);
}
.mt40 {
  margin-top: min(4vh, 40px);
}
.mt50 {
  margin-top: min(5vh, 50px);
}
.mt20 {
  margin-top: 20px;
}
.mt10 {
  margin-top: 10px;
}

.mb80 {
  margin-bottom: min(8vh, 80px);
}
.mb60 {
  margin-bottom: min(6vh, 60px);
}
.mb50 {
  margin-bottom: min(5vh, 50px);
}
.mb40 {
  margin-bottom: min(4vh, 40px);
}
.mb20 {
  margin-bottom: 20px;
}

.p-tb-100 {
  padding: min(10vh, 100px) 0;
}
.p-tb-80 {
  padding: min(8vh, 80px) 0;
}
.p-tb-60 {
  padding: min(6vh, 60px) 0;
}
.p-tb-40 {
  padding: min(4vh, 40px) 0;
}

.core {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
.coreMid {
  max-width: 1180px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .flexpc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .flexsp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ai-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.colL {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.colR {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.align-ct {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .align-ctpc {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .align-ctsp {
    text-align: center;
  }
}
.align-r {
  text-align: right;
}

.imgBox {
  text-align: center;
}

figure {
  display: inline-block;
}
figure.imgCapBox {
  position: relative;
}
figure.imgCapBox figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  text-align: right;
  margin-top: 0.3em;
}
figure.imgCapBox figcaption.wh {
  color: white;
}
figure[class*=inCap] {
  position: relative;
}
figure[class*=inCap] figcaption {
  font-size: 10px;
  color: #fff;
  margin-top: 0;
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
}
figure.inCapL figcaption {
  text-align: left;
}
figure.inCapR figcaption {
  text-align: right;
}

img:not(.wdImg) {
  max-width: 100%;
}

figure.wdImg,
figure.wdImg img,
img.wdImg {
  width: 100%;
  max-width: none;
}

.anchor:before {
  content: "";
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: #f0f0f2;
}
header .hdWrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 80px;
  position: relative;
}
header .hdWrap .logoWrap {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 5;
}
header .hdWrap .navWrap {
  -webkit-flex-basis: calc(100% - 200px);
      -ms-flex-preferred-size: calc(100% - 200px);
          flex-basis: calc(100% - 200px);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .hdWrap .navWrap a {
  display: block;
  font-weight: bold;
  text-align: center;
}
header .hdWrap .navWrap nav {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .hdWrap .navWrap nav ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .hdWrap .navWrap nav ul.parentLink > li:nth-child(n+2) {
  margin-left: 45px;
}
@media only screen and (max-width: 1220px) {
  header .hdWrap .navWrap nav ul.parentLink > li:nth-child(n+2) {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1090px) {
  header .hdWrap .navWrap nav ul.parentLink > li:nth-child(n+2) {
    margin-left: 20px;
  }
}
header .hdWrap .navWrap nav ul.parentLink > li a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .hdWrap .navWrap nav ul.parentLink > li a.navArrow:after {
  content: "";
  position: absolute;
  top: 70%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #75dab3 transparent transparent transparent;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
header .hdWrap .navWrap nav ul.parentLink > li:hover .navArrow:after {
  top: 75%;
}
header .hdWrap .navWrap nav ul li {
  position: relative;
}
header .hdWrap .navWrap nav ul li a {
  font-size: 14px;
  padding: 30px 0;
}
header .hdWrap .navWrap nav ul li.btnBu a {
  background: #0f6987;
  color: white;
  padding: 30px 20px;
}
header .hdWrap .navWrap nav ul li .childLink {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f0f0f2;
}
header .hdWrap .navWrap nav ul li .childLink li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  font-size: 13px;
  letter-spacing: -0.05em;
  word-break: keep-all;
  padding: 10px;
}
header .hdWrap .navWrap nav ul li .childLink li a:hover {
  color: white;
  background: #aaa;
}
@media only screen and (min-width: 1200px) {
  header .hdWrap .navWrap nav ul li .childLink li a .spOnlyBR {
    display: none;
  }
}
header .hdWrap .navWrap nav ul li.hdBtnWrap {
  padding: 10px 0;
  -webkit-flex-basis: 35%;
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%;
  max-width: 300px;
}
header .hdWrap .navWrap nav ul li.hdBtnWrap a {
  display: block;
  text-align: center;
  padding: 5px;
  line-height: 1em;
  margin-bottom: 3px;
}
@media only screen and (min-width: 768px) {
  header .hdWrap::before {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1;
    pointer-events: none;
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    border: 100px solid #f0f0f2;
    border-right: 100px solid transparent;
    border-bottom: 100px solid transparent;
  }
}
@media only screen and (max-width: 767px) {
  header .hdWrap .logoWrap {
    position: static;
    margin-right: auto;
    width: min(60%, 340px);
  }
  header .hdWrap .logoWrap img {
    max-height: 50px;
  }
}
header .menuBtnWrap {
  position: fixed;
  top: 0;
  right: 0;
  background: #0f6987;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  width: 70px;
}
header .menuBtnWrap .menuBtn {
  width: 50%;
  cursor: pointer;
}
header .hdWrap .menuBtnWrap {
  z-index: 50;
}
header .spNavWrap .menuBtnWrap {
  z-index: 100;
}
@media only screen and (min-width: 1000px) {
  header .spNavWrap,
  header .menuBtnWrap {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) {
  header .navWrap {
    display: none;
  }
  header .hdWrap {
    padding-left: 20px;
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    background: white;
  }
}
header .spNavWrap {
  background: #0f6987;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 90;
  display: none;
  padding: 70px 10% 30px;
  overflow-y: scroll;
}
header .spNavWrap nav:first-child {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
header .spNavWrap nav:nth-child(2) {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
}
header .spNavWrap nav .listBox > li:nth-child(n+2) {
  margin-top: 30px;
}
header .spNavWrap nav .listBox > li > a,
header .spNavWrap nav .listBox > li > p {
  font-size: 16px;
  font-weight: 700;
  color: white;
}
header .spNavWrap nav .listBox-child {
  margin-left: 15px;
}
header .spNavWrap nav .listBox-child li {
  position: relative;
  margin-top: 20px;
}
header .spNavWrap nav .listBox-child li::before {
  content: "";
  width: 5px;
  border-bottom: 1px solid #a8a8a8;
  left: -15px;
  top: 15px;
  position: absolute;
}
header .spNavWrap nav .listBox-child li a {
  font-size: 14px;
  color: white;
}

.verBox {
  position: fixed;
  z-index: 2;
  top: 80px;
  width: 80px;
  bottom: 0;
  left: 0;
  background: #f0f0f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.verBox p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #949494;
  font-size: 12px;
}
.verBox p a {
  display: inline-block;
  color: #949494;
  font-size: 12px;
}

/* footer */
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  display: none;
  -webkit-transition: auto;
  transition: auto;
}
@media only screen and (min-width: 768px) {
  .pagetop {
    width: 60px;
  }
}
.pagetop img {
  width: 100%;
}

footer {
  background: #f3f3f5;
}
footer .ftNavWrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer .ftNavWrap .colBox {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .ftNavWrap .colBox a {
  display: inline-block;
}
footer .footer_inner {
  padding: 40px 0;
}
footer .footer_inner .ft_logo {
  margin-bottom: 20px;
}
footer .footer_inner .colL {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
}
footer .footer_inner .colR {
  -webkit-flex-basis: calc(70% - 40px);
      -ms-flex-preferred-size: calc(70% - 40px);
          flex-basis: calc(70% - 40px);
}
footer .footer_inner .listBox > li:nth-child(n+2) {
  margin-top: 20px;
}
footer .footer_inner .listBox > li > a,
footer .footer_inner .listBox > li > p {
  font-size: 14px;
  font-weight: 700;
}
footer .footer_inner .listBox-child {
  margin-left: 15px;
}
footer .footer_inner .listBox-child li {
  position: relative;
  margin-top: 20px;
}
footer .footer_inner .listBox-child li::before {
  content: "";
  width: 5px;
  border-bottom: 1px solid #a8a8a8;
  left: -15px;
  top: 15px;
  position: absolute;
}
footer .footer_inner .listBox-child li a {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  footer .footer_inner > div {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer .footer_inner .colR {
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
  }
  footer .footer_inner .ft_logolist {
    padding-bottom: 2em;
  }
}
footer .copyright small {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  color: white;
  background: #333333;
}
@media only screen and (max-width: 767px) {
  footer {
    margin-top: 40px;
  }
  footer .ftNavWrap .colBox {
    -webkit-flex-basis: calc((100% - 20px) / 2);
        -ms-flex-preferred-size: calc((100% - 20px) / 2);
            flex-basis: calc((100% - 20px) / 2);
    margin-top: 40px;
  }
  footer .ftNavWrap .colBox ul:nth-child(n+2) {
    margin-top: 20px;
  }
}

.lodingfade {
  -webkit-animation: lodingfade 1s ease 0.5s both;
          animation: lodingfade 1s ease 0.5s both;
}

@-webkit-keyframes lodingfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lodingfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.wrapper {
  padding-left: 80px;
}

/* main */
.imgL .imgCol {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.imgL .txtCol {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.imgR .txtCol {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.imgR .imgCol {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.tit-num {
  color: #0f6987;
  font-size: min(7vw, 34px);
  font-weight: 700;
  margin-bottom: 20px;
}
.tit-num .num {
  font-size: min(6vw, 30px);
  letter-spacing: 0.2em;
  color: white;
  -webkit-text-stroke: 1px #a5a5a5;
  text-stroke: 1px #a5a5a5;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #a5a5a5;
  display: inline-block;
  line-height: 1em;
  padding-bottom: 0.1em;
  margin-right: 10px;
  letter-spacing: 0.05em;
}

.txtLink {
  text-align: right;
}
.txtLink p {
  display: inline-block;
  padding: 10px 50px 10px 0;
  background: url(../img/common/arrow_next.svg) no-repeat right top/contain;
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.txtLink p a {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.txtLink p:nth-child(n+2) {
  margin-left: 30px;
}

.panelList ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.panelList ul li a .txtBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.panelList ul li a .txtBox p {
  color: white;
}
.panelList ul li a .txtBox p.txtJa {
  font-size: min(6vw, 28px);
  font-weight: 700;
}
.panelList ul li a .txtBox p.txtEn {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.panelList ul li a .txtLink {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.panelList ul li a .txtLink p {
  color: white;
}
.panelList ul li a img {
  max-width: none;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.panelList ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cardBuWrap ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cardBuWrap ul li {
  -webkit-flex-basis: calc(50% - 15px);
      -ms-flex-preferred-size: calc(50% - 15px);
          flex-basis: calc(50% - 15px);
  position: relative;
}
.cardBuWrap ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 15px solid white;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.cardBuWrap ul li a {
  display: block;
  background: #0f6987;
  padding: 20px 30px;
}
.cardBuWrap ul li a > div {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cardBuWrap ul li a .imgCol {
  margin-right: 30px;
}
.cardBuWrap ul li a .txtCol p {
  color: white;
}
.cardBuWrap ul li a .txtCol p.txtJa {
  font-size: min(6vw, 28px);
  font-weight: 700;
}
.cardBuWrap ul li a .txtCol p.txtEn {
  font-size: min(4vw, 14px);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .cardBuWrap ul li:nth-child(n+2) {
    margin-top: 40px;
  }
  .cardBuWrap ul li a {
    padding: 15px;
  }
  .cardBuWrap ul li a > div {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cardBuWrap ul li a .imgCol {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    margin-right: 0;
  }
  .cardBuWrap ul li a .txtCol {
    -webkit-flex-basis: calc(70% - 15px);
        -ms-flex-preferred-size: calc(70% - 15px);
            flex-basis: calc(70% - 15px);
  }
}

.col2Box .titEn {
  font-size: min(15vw, 55px);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 10px;
}
.col2Box .titEn .txtBu {
  font-family: inherit;
  font-weight: inherit;
}
.col2Box .titJa {
  color: #a5a5a5;
  font-size: 20px;
  font-weight: 700;
}
.col2Box .titJa::before {
  content: "／";
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

.btnStl01 {
  display: inline-block;
  margin-top: 1.5em;
  padding: 1em 3.5em 1em 2em;
  color: #fff;
  font-size: 14px;
  background: #0f6987 url(../img/common/arrow_wh.svg) no-repeat top 50% right 20px/15px;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
}
.btnStl01:hover {
  background-position: top 50% right 15px;
}

.modalBox {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 101;
  display: none;
  width: 100%;
  max-width: 1000px;
  max-height: 70vh;
  margin: auto;
  padding: 3.5em 2.5em 2.5em;
  background: #fff;
  border-radius: 10px;
  overflow-y: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modalBox .closeBtn {
  position: absolute;
  top: 1em;
  right: 0;
  display: block;
  width: 2em;
  height: 2em;
  cursor: pointer;
}
.modalBox .closeBtn:before, .modalBox .closeBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #333;
}
.modalBox .closeBtn:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.modalBox .closeBtn:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.modalIn {
  padding: 3em 2em;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

/* -------
	madia
------- */
@media only screen and (min-width: 1081px) {
  .mdv {
    display: none !important;
  }
}
@media only screen and (max-width: 1080px) {
  .wdv {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .spv {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pcv {
    display: none !important;
  }
  .wrapper {
    padding-left: 0;
    overflow: hidden;
  }
}/*# sourceMappingURL=common.css.map */