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

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

body {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, p, em, span, figure, figcaption {
  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;
}

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: 14px;
  font-style: normal;
  color: #595757;
  vertical-align: bottom;
}

*:not(.material-icons, .sans) {
  font-weight: 400;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

.txt {
  font-size: 17px;
  line-height: 1.8em;
}

.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 {
  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;
  }
}
.txtBu,
.txtBu * {
  color: #1C9CD3;
}

@media only screen and (max-width: 767px) {
  .txt {
    font-size: 14px;
  }
}
.mt20 {
  margin-top: 20px;
}
.mt100_80 {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .mt100_80 {
    margin-top: 80px;
  }
}
.mt80_60 {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .mt80_60 {
    margin-top: 60px;
  }
}
.mt60_40 {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .mt60_40 {
    margin-top: 40px;
  }
}
.mt40_20 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .mt40_20 {
    margin-top: 20px;
  }
}

.mb80_60 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .mb80_60 {
    margin-bottom: 60px;
  }
}
.mb60_40 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .mb60_40 {
    margin-bottom: 40px;
  }
}

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

[class*=row-] {
  margin-bottom: 100px;
}

[class*=inRow-] {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  [class*=row-] {
    margin-bottom: 60px;
  }
  [class*=inRow-] {
    margin-bottom: 40px;
  }
}
.flexbox {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .flexpc {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .flexsp {
    display: flex;
    justify-content: center;
  }
}

.colL {
  order: 1;
}
.colR {
  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;
  }
}

.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: 65px;
  margin-top: -65px;
}

.arrowBox {
  position: relative;
}
.arrowBox.wh::after {
  background-image: url(../img/common/arrow_wh.svg);
}
.arrowBox::after {
  content: "";
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url(../img/common/arrow_bk.svg);
  padding-top: 15px;
  width: 71px;
  position: absolute;
  bottom: 5px;
  left: calc(100% + 10px);
}
.arrowBox.top::after {
  top: 5px;
  bottom: auto;
  background-image: url(../img/common/arrow_bk.svg);

}
@media only screen and (max-width: 767px) {
  .arrowBox::after {
    content: "";
    background-size: 71px;
    padding-top: 15px;
    width: 40px;
    bottom: auto;
    left: auto;
    right: 0;
    top: 5px;
  }
}

.mvWrap {
  position: relative;
}
.mvWrap .mvCopy {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 10;
}
.mvWrap .mvCopy p {
  text-align: right;
  color: white;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt";
  text-shadow: 0 0 5px #1C9CD3, 0 0 0.5px #1C9CD3;
  padding: 10px 40px;
}
.mvWrap .mvCopy p.txt01 {
  font-size: 23px;
  background: linear-gradient(to right, rgba(51, 106, 123, 0), rgba(51, 106, 123, 0.3));
}
.mvWrap .mvCopy p.txt02 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .mvWrap .mvCopy p.txt01 {
    font-size: 16px;
    padding: 5px 25px 5px 0;
  }
  .mvWrap .mvCopy p.txt02 {
    font-size: 20px;
    padding: 5px 15px 5px 0;
  }
}
.mvWrap .mvCopy.topleft {
  bottom: auto;
  right: auto;
  top: 0;
  left: 0;
}
.mvWrap .mvCopy.topleft p {
  text-align: left;
}
.mvWrap .mvCopy.topleft p.txt01 {
  color: #1C9CD3;
  text-shadow: 0 0 5px white, 0 0 0.5px white;
  background: linear-gradient(to left, rgba(140, 205, 225, 0), rgba(255, 255, 255, 0.8) 40%);
  padding-bottom: 0;
}
.mvWrap .mvCopy.topleft p.txt02 {
  background: linear-gradient(to left, rgba(140, 205, 225, 0), rgba(255, 255, 255, 0.8) 40%);
  color: #2281B9;
  text-shadow: 0 0 5px white, 0 0 0.5px white;
}
@media only screen and (max-width: 767px) {
  .mvWrap .mvCopy.topleft p.txt01, .mvWrap .mvCopy.topleft p.txt02 {
    padding: 5px 0 5px 15px;
  }
}
.mvWrap .mvLink {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mvWrap .mvLink a {
  display: block;
  font-size: 22px;
  padding: 15px 100px 15px 25px;
  background: #FFAB4C 60%;
  color: white;
}
.mvWrap .mvLink a::after {
  bottom: 20px;
  right: 15px;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .mvWrap .mvLink a {
    display: block;
    font-size: 18px;
    padding: 10px 80px 10px 15px;
  }
  .mvWrap .mvLink a::after {
    bottom: 10px;
    right: 10px;
  }
}

.wrapper {
  margin-top: 110px;
}
@media only screen and (max-width: 1080px) {
  .wrapper {
    margin-top: 71px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    margin-top: 60px;
  }
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: white;
}
header .hdWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
@media only screen and (max-width: 1080px) {
  header .hdWrap {
    padding: 10px 20px;
  }
}
header .hdWrap .logoWrap {
  flex-basis: 426px;
}
@media only screen and (max-width: 767px) {
  header .hdWrap .logoWrap {
    flex-basis: 300px;
  }
}
header .hdWrap .navWrap {
  flex-basis: calc(100% - 310px);
  justify-content: flex-end;
  align-items: center;
}
header .hdWrap .navWrap a {
  display: block;
  text-align: center;
}
header .hdWrap .navWrap a .ja {
  font-size: 15px;
  font-weight: 500;
}
header .hdWrap .navWrap a .en {
  font-size: 12px;
  color: #FFAB4C;
}
header .hdWrap .navWrap a.active {
  position: relative;
}
header .hdWrap .navWrap a.active::before {
  content: "";
  background: #FFAB4C;
  padding-top: 5px;
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
}
header .hdWrap .navWrap nav {
  justify-content: flex-end;
}
header .hdWrap .navWrap nav ul {
  justify-content: flex-end;
}
header .hdWrap .navWrap nav ul.parentLink > li:nth-child(n+2) {
  margin-left: 30px;
}
header .hdWrap .navWrap nav ul.parentLink > li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .hdWrap .navWrap nav ul li {
  position: relative;
}
header .hdWrap .navWrap nav ul li .childLink {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -20px;
  right: -20px;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
header .hdWrap .navWrap nav ul li .childLink li {
  margin-bottom: 3px;
}
header .hdWrap .navWrap nav ul li .childLink li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  background: #1C9CD3;
}
header .hdWrap .navWrap nav ul li .childLink li a:hover {
  background: #FFAB4C;
  opacity: 1;
}
header .hdWrap .navWrap nav ul li:hover .childLink {
  opacity: 1;
  top: 100%;
  pointer-events: visible;
  visibility: visible;
}
header .hdWrap .navWrap nav ul li.hdBtnWrap {
  padding: 10px 0;
  flex-basis: 35%;
  max-width: 300px;
}
header .hdWrap .navWrap nav ul li.hdBtnWrap .enLink a {
  display: block;
  text-align: center;
  border: 1px solid #1C9CD3;
  padding: 5px;
  line-height: 1em;
  margin-bottom: 3px;
}
header .hdWrap .navWrap nav ul li.hdBtnWrap .hdBtnBox ul {
  justify-content: space-between;
  width: 100%;
}
header .hdWrap .navWrap nav ul li.hdBtnWrap .hdBtnBox ul li {
  flex-basis: calc((100% - 3px) / 2);
}
header .hdWrap .navWrap nav ul li.hdBtnWrap .hdBtnBox ul li:first-child {
  background: #1C9CD3;
}
header .hdWrap .navWrap nav ul li.hdBtnWrap .hdBtnBox ul li:nth-child(2) {
  background: #FFAB4C;
}
header .hdWrap .navWrap nav ul li.hdBtnWrap .hdBtnBox a {
  display: block;
  text-align: center;
  padding: 10px;
}
header .hdWrap .navWrap nav ul li.hdBtnWrap .hdBtnBox a .ja {
  color: white;
}
header .hdWrap .navWrap nav ul li.hdBtnWrap .hdBtnBox a .en {
  color: #FFF9B3;
}
@media only screen and (max-width: 767px) {
  header .hdWrap .spNavWrap {
    background: white;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
  }
}
header .menuBtnWrap {
  z-index: 1000;
  line-height: 1em;
}
header .menuBtnWrap .menuBtn,
header .menuBtnWrap .menuBtn span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
header .menuBtnWrap .menuBtn {
  position: relative;
  width: 40px;
  height: 28px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
header .menuBtnWrap .menuBtn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1C9CD3;
}
header .menuBtnWrap .menuBtn span:nth-of-type(1) {
  top: 0;
}
header .menuBtnWrap .menuBtn span:nth-of-type(2) {
  top: calc(50% - 1.5px);
}
header .menuBtnWrap .menuBtn span:nth-of-type(3) {
  bottom: 0;
}
header .menuBtnWrap .menuBtn.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
  top: -8px;
}
header .menuBtnWrap .menuBtn.active span:nth-of-type(2) {
  opacity: 0;
}
header .menuBtnWrap .menuBtn.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
  bottom: -8px;
}
header .spNavWrap {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
}
header .spNavWrap nav ul li {
  font-size: 20px;
  border-bottom: 3px solid white;
}
header .spNavWrap nav ul li a {
  font-size: inherit;
  display: block;
  background: #1C9CD3;
  color: white;
  padding: 10px 15px;
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
}
header .spNavWrap nav ul li a .en {
  color: white;
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 55px;
  transform: translateY(-50%);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: none;
  text-align: right;
}
header .spNavWrap nav ul li a:hover, header .spNavWrap nav ul li a.open {
  opacity: 1;
  background: #FFAB4C;
}
header .spNavWrap nav ul li a:hover .en, header .spNavWrap nav ul li a.open .en {
  display: block;
}
header .spNavWrap nav ul li a.prBtn::after {
  position: absolute;
  right: 10px;
  top: calc(50% - 18px);
  content: "";
  background: url(../img/common/icon_plus_wh.svg) no-repeat 50% 50%/contain;
  padding: 36px 36px 0 0;
  display: inline-block;
  line-height: 1em;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
header .spNavWrap nav ul li a.prBtn.open::after {
  transform: rotate(45deg);
}
header .spNavWrap nav ul li .childLink {
  background: white;
  padding: 0 15px;
}
header .spNavWrap nav ul li .childLink li a {
  color: #1C9CD3;
  background: white;
  padding: 10px 0;
}
header .spNavWrap nav ul li .childLink li:nth-of-type(n+2) {
  border-top: 1px solid #1C9CD3;
}

.jumpTop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 1;
  display: none;
}
@media only screen and (max-width: 767px) {
  .jumpTop {
    bottom: 120px;
  }
}

/* footer */
.ft_content {
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .ft_content {
    padding: 10px 0;
  }
}
.ft_content a {
  display: block;
  padding: 40px;
  background: url(../img/common/bg_01.jpg) no-repeat 50% 50%/cover;
  box-shadow: rgba(255, 171, 76, 0.7) -15px -15px 0 15px, rgba(28, 157, 212, 0.5) 15px 15px 0 15px;
}
.ft_content a .inner {
  display: flex;
  align-items: center;
}
.ft_content a .inner .colL {
  flex-basis: 102px;
  margin-right: 40px;
}
.ft_content a .inner p.txt01 {
  color: #1C9CD3;
  font-size: 27px;
}
.ft_content a .inner p.txt02 {
  margin-top: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .ft_content a {
    padding: 15px 10px;
    background: url(../img/common/bg_01.jpg) no-repeat 50% 50%/cover;
    box-shadow: rgba(255, 171, 76, 0.7) -5px -5px 0 5px, rgba(28, 157, 212, 0.5) 5px 5px 0 5px;
  }
  .ft_content a .inner {
    justify-content: space-between;
  }
  .ft_content a .inner .colL {
    flex-basis: 80px;
    margin-right: 0;
  }
  .ft_content a .inner .colR {
    flex-basis: calc(100% - 90px);
  }
  .ft_content a .inner p.txt01 {
    font-size: 15px;
  }
  .ft_content a .inner p.txt02 {
    margin-top: 5px;
    font-size: 14px;
  }
}

.ft_Bnr {
  margin-bottom: 60px;
}
.ft_Bnr ul.bnrBox01 li {
  flex-basis: calc((100% - 30px) / 4);
}
.ft_Bnr ul.bnrBox02 {
  margin-top: 10px;
}
.ft_Bnr ul.bnrBox02 li {
  flex-basis: calc((100% - 10px) / 2);
}

footer {
  margin-top: 80px;
}
footer .ft_cv_Btn {
  max-width: 340px;
  margin: 0 auto 40px;
}
footer .ft_address,
footer .ft_address a {
  color: #3180C1;
}
footer .ftNavWrap {
  padding: 40px 0 0;
}
footer .ftNavWrap .colBox {
  justify-content: center;
}
footer .ftNavWrap .colBox a {
  display: inline-block;
}
footer .ftNavWrap .colBox nav > ul > li {
  font-size: 16px;
}
footer .ftNavWrap .colBox nav > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
footer .ftNavWrap .colBox nav > ul > li:before {
  content: "■";
  color: #FFF8B8;
  display: inline-block;
  margin-right: 3px;
  font-size: 12px;
  vertical-align: baseline;
}
footer .ftNavWrap .colBox nav > ul > li a {
  font-size: inherit;
}
footer .ftNavWrap .colBox nav > ul > li .nav-child li {
  font-size: 12px;
  margin-top: 1em;
}
footer .footer_inner > div {
  align-items: center;
}
footer .footer_inner .ft_logo {
  margin-bottom: 20px;
}
footer .footer_inner .colL {
  flex-basis: 60%;
}
footer .footer_inner .colR {
  flex-basis: calc(40% - 40px);
}
footer .footer_inner .colR .ft_contact a {
  display: block;
  background: #1C9CD3;
  padding: 40px 20px;
}
@media only screen and (max-width: 767px) {
  footer .footer_inner .colR .ft_contact .ft_address {
    font-size: 11px;
  }
}
footer .footer_inner .ft_logolist ul li:nth-of-type(2) {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  footer .footer_inner > div {
    align-items: flex-end;
  }
  footer .footer_inner .colR {
    flex-basis: 35%;
  }
  footer .footer_inner .ft_logolist {
    padding-bottom: 2em;
  }
}
footer .copyright {
  margin-top: 20px;
  border-image-source: linear-gradient(#1C9CD3, #1C9CD3);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;
}
footer .copyright small {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  color: white;
}
footer .spFtMenu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
footer .spFtMenu ul li {
  flex-basis: 33.3333333333%;
  text-align: center;
  line-height: 1em;
}
footer .spFtMenu ul li a {
  display: block;
  background: #1C9CD3;
  text-align: center;
  padding: 10px;
  line-height: 1em;
}
footer .spFtMenu ul li a img {
  height: 40px;
}
footer .spFtMenu ul li:nth-of-type(n+2) {
  border-left: 1px solid white;
}
@media only screen and (max-width: 767px) {
  footer {
    margin-top: 40px;
  }
  footer .ft_Bnr {
    margin-bottom: 60px;
  }
  footer .ft_Bnr ul.bnrBox01 {
    flex-wrap: wrap;
  }
  footer .ft_Bnr ul.bnrBox01 li {
    flex-basis: calc((100% - 10px) / 2);
  }
  footer .ft_Bnr ul.bnrBox01 li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  footer .ft_Bnr ul.bnrBox02 li:nth-of-type(n+2) {
    margin-top: 10px;
  }
}

.lowerpage .mvWrap {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .lowerpage .mvWrap {
    margin-bottom: 40px;
  }
}
.lowerpage .pageTitBar {
  display: block;
  padding: 0px 20px 30px;
  background: #1C9CD3;
  box-shadow: rgba(255, 171, 76, 0.7) -7px -7px 0 7px, rgba(28, 157, 212, 0.5) 7px 7px 0 7px;
  margin-bottom: 60px;
}
.lowerpage .pageTitBar > div {
  align-items: center;
}
.lowerpage .pageTitBar .lowerTit02 {
  font-size: 30px;
  color: white;
}
.lowerpage .pageTitBar .titEn {
  font-size: 23px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .lowerpage .pageTitBar {
    padding: 10px 20px;
    margin-bottom: 60px;
  }
  .lowerpage .pageTitBar .lowerTit02 {
    font-size: 20px;
  }
  .lowerpage .pageTitBar .titEn {
    font-size: 16px;
    text-align: right;
  }
}
.lowerpage .main {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .lowerpage .main {
    padding-bottom: 50px;
  }
}
.lowerpage .lower-tit01 {
  display: block;
  color: white;
  font-size: 26px;
  margin-bottom: 40px;
  width: 360px;
  text-align: center;
  transform: translateX(-80px);
  background: #1C9CD3;
}
.lowerpage .lower-tit01.og {
  background: #FFAB4C;
}
@media only screen and (max-width: 767px) {
  .lowerpage .lower-tit01 {
    font-size: 12px;
    min-width: 110px;
    width: auto;
    display: inline-block;
    padding: 0 20px;
    transform: translateX(-10px);
  }
}
.lowerpage .lower-tit02 {
  font-size: 32px;
  margin-bottom: 40px;
}
.lowerpage .lower-tit03 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .lowerpage .lower-tit01,
.lowerpage .lower-tit02 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .lowerpage .lower-tit03 {
    font-size: 16px;
  }
}

.fadeIn {
  opacity: 0;
  transform: translateY(0);
  transition: all 1s;
}
.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.fadeInDown {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.fadeInRight {
  opacity: 0;
  transform: translateX(20px);
  transition: all 1s;
}
.fadeInLeft {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}

.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;
  }
}
/* main */
.imgL .imgCol {
  order: 1;
}
.imgL .txtCol {
  order: 2;
}
.imgR .txtCol {
  order: 1;
}
.imgR .imgCol {
  order: 2;
}

ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
ul.page-numbers li .page-numbers {
  display: inline-block;
  padding: 0 10px;
}
ul.page-numbers li .page-numbers.current {
  text-decoration: underline;
  -webkit-text-decoration-color: #266EB8;
          text-decoration-color: #266EB8;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
}

/* -------
	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;
  }
}
@media print {
  body {
    width: 1200px !important;
    zoom: 0.8;
  }
  body .pcv {
    display: block !important;
  }
  body .spv, body .mdv {
    display: none !important;
  }
  body .flexpc {
    display: flex !important;
  }
  body header {
    position: static;
  }
  body .wrapper {
    margin-top: 0 !important;
  }
  body table th.pcv {
    display: table-cell !important;
  }
}
/*# sourceMappingURL=common.css.map */