@charset "UTF-8";
/* CSS Document */
/* Body Html Fonts
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Viga&display=swap");
html {
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #f8f6f4;
}

@media screen and (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
}

body.fixed {
  position: fixed;
}

body a {
  color: #2c4399;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body a:hover {
  text-decoration: underline;
}

body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

body a img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

body img, body picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body iframe {
  vertical-align: top;
}

body .wrap {
  width: 1320px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body ::selection {
  background: rgba(44, 67, 153, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(44, 67, 153, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  position: relative;
  z-index: 20;
}

header .head-tagline {
  color: #999999;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: normal;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

header .head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 25px;
}

header .head-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30%;
}

header .head-links li {
  margin-right: 25px;
}

header .head-links li a {
  font-size: 14px;
  font-size: 0.875rem;
}

header .head-logo {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}

header .head-btns {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

header .head-btns > * {
  margin-left: 20px;
}

header .head-btns .btn {
  padding-left: 5px;
  padding-right: 5px;
}

header .head-nav {
  position: relative;
}

header .head-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

header .head-nav > ul > li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.2;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-nav > ul > li a {
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-nav > ul > li a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1001px) {
  header .head-nav > ul > li:hover.dd {
    background-color: #e9f2f9;
  }
  header .head-nav > ul > li:hover > a {
    color: #2c4399;
  }
  header .head-nav > ul > li:hover > div {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

header .head-nav > ul > li > div {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #e9f2f9;
  padding: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

header .head-nav > ul > li > div .inside {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

header .head-nav > ul > li > div .inside ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: -45px;
  margin-bottom: -10px;
  line-height: 1.6;
}

header .head-nav > ul > li > div .inside ul:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 1001px) {
  header .head-nav > ul > li > div .inside ul.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

header .head-nav > ul > li > div .inside ul li {
  margin-right: 45px;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

header .head-nav > ul > li > div .inside ul li a {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-nav > ul > li > div .inside ul li a:before {
  content: "";
  width: 8px;
  height: 12px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow.svg);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-nav > ul > li > div .inside ul li a:hover:before {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

header .head-nav > ul > li > div .inside dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-nav > ul > li > div .inside dl:not(:last-child) {
  margin-bottom: 20px;
}

header .head-nav > ul > li > div .inside dl dt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-right: 40px;
}

header .head-nav > ul > li > div .inside dl dt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-nav > ul > li > div .inside dl dt a:before {
  content: "";
  width: 8px;
  height: 12px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow.svg);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-nav > ul > li > div .inside dl dt a:hover:before {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

header .head-nav > ul > li > div .inside dl dd {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

header .head-nav > ul > li > div .inside dl dd ul li {
  font-weight: normal;
}

header .head-menu, header .head-hidden {
  display: none;
}

@media screen and (max-width: 1280px) {
  header .head-top {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .head-links {
    width: 25%;
  }
  header .head-links li {
    margin-right: 15px;
  }
  header .head-btns {
    width: 35%;
  }
  header .head-btns > * {
    margin-left: 10px;
  }
  header .head-nav > ul > li {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 1000px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background: #FFF;
  }
  header + * {
    margin-top: 60px;
  }
  header .head-nav {
    display: none;
  }
  header .head-links {
    display: none;
  }
  header .head-top {
    padding-left: 10px;
    padding-right: 0;
    height: 60px;
  }
  header .head-tagline {
    padding: 5px 65px 5px 10px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }
}

@media screen and (max-width: 1000px) and (max-width: 700px) {
  header .head-tagline {
    font-size: 10px;
    font-size: 0.625rem;
    height: 26px;
  }
}

@media screen and (max-width: 1000px) {
  header .head-logo {
    text-align: left;
    width: 97px;
    padding-top: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
  header .head-logo + .head-menu {
    display: none;
  }
  header .head-btns {
    margin-left: auto;
  }
  header .head-btns .btn {
    height: 60px;
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    width: 140px;
  }
}

@media screen and (max-width: 1000px) and (max-width: 700px) {
  header .head-btns .btn {
    width: 70px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 1000px) {
  header .head-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    background: #FFF;
  }
  header .head-menu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 0 auto;
    background-color: #2c4399;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .head-menu span:last-child {
    margin-bottom: 0;
  }
  header .head-menu span.top {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  header .head-menu span.middle {
    margin-top: -2px;
    left: 0;
    position: relative;
  }
  header .head-menu span.bottom {
    margin-top: -2px;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  header .head-hidden {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    display: block;
    background: #e9f2f9;
    z-index: 2;
    padding-bottom: 15px;
    pointer-events: none;
    overflow: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .head-hidden .head-logo, header .head-hidden .head-menu {
    display: none;
  }
  header .head-hidden .head-top {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    height: auto;
  }
  header .head-hidden .head-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: auto;
    margin-top: 15px;
  }
  header .head-hidden .head-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  header .head-hidden .head-btns > * {
    margin-left: 0;
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  header .head-hidden .head-btns > * br {
    display: none;
  }
  header .head-hidden .head-nav {
    display: block;
  }
  header .head-hidden .head-nav > ul {
    display: block;
  }
  header .head-hidden .head-nav > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e2df;
    padding: 0;
  }
  header .head-hidden .head-nav > ul > li > a {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .head-hidden .head-nav > ul > li > a br {
    display: none;
  }
  header .head-hidden .head-nav > ul > li.active .trigger:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header .head-hidden .head-nav > ul > li.active > div {
    display: block;
  }
  header .head-hidden .head-nav > ul > li .trigger {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-left: 1px solid #e5e2df;
    cursor: pointer;
    line-height: 1;
  }
  header .head-hidden .head-nav > ul > li .trigger:after {
    content: "+";
    color: #2c4399;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .head-hidden .head-nav > ul > li > div {
    position: relative;
    width: 100%;
    display: none;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding: 15px;
    border-top: 1px dotted #e5e2df;
  }
  header .head-hidden .head-nav > ul > li > div dl {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header .head-hidden .head-nav > ul > li > div dl dt {
    width: 100%;
    margin-right: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  header .head-hidden .head-nav > ul > li > div ul {
    margin-right: -15px;
  }
  header .head-hidden .head-nav > ul > li > div ul li {
    margin-right: 15px;
  }
  header .head-hidden .head-nav > ul > li > div ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  header.active .head-menu .middle {
    filter: alpha(opacity=0);
    opacity: 0;
    left: 20px;
  }
  header.active .head-menu .top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-menu .bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-hidden {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/* footer
------------------------------------------------------------*/
footer > * {
  padding-left: 50px;
  padding-right: 50px;
}

footer .inside {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

footer .foot-contact {
  background: #2c4399;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .foot-contact:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 10px * 2);
  height: calc(100% - 10px * 2);
  background: #f8f6f4;
  background-image: -moz-linear-gradient(0deg, #f1e7de 0%, #e0effb 99%);
  background-image: -webkit-linear-gradient(0deg, #f1e7de 0%, #e0effb 99%);
  background-image: -ms-linear-gradient(0deg, #f1e7de 0%, #e0effb 99%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

footer .foot-contact .inside {
  position: relative;
}

footer .foot-contact .item-title {
  text-align: center;
  color: #2c4399;
}

footer .foot-contact .item-title h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
}

footer .foot-contact .item-title p {
  font-size: 16px;
  font-size: 1rem;
}

footer .foot-contact .item-title:not(:last-child) {
  margin-bottom: 30px;
}

footer .foot-contact .item-section:not(:last-child) {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #FFF;
}

footer .foot-contact .item-text h3 {
  color: #2c4399;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

footer .foot-contact .item-text:not(:last-child) {
  margin-bottom: 20px;
}

footer .foot-contact .item-tels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}

footer .foot-contact .item-tels li {
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(25% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  color: #11a1e5;
}

footer .foot-contact .item-tels li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 80px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #11a1e5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  line-height: 1.2;
}

footer .foot-contact .item-tels li a:hover {
  text-decoration: none;
  background-color: #e9f2f9;
}

footer .foot-contact .item-tels li a span:nth-child(1) {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 5px;
}

footer .foot-contact .item-tels li a span:nth-child(2) {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

footer .foot-contact .item-tels li a span:nth-child(2):before {
  content: "";
  width: 22px;
  height: 23px;
  background: no-repeat center/auto;
  background-image: url(../img/common/icon-tel.svg);
  margin-right: 10px;
}

footer .foot-contact .item-tels li:last-child {
  background: transparent;
}

footer .foot-related {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e2df;
}

footer .foot-related:first-child {
  border-top: 1px solid #2c4399;
}

footer .foot-related .related-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: -40px;
}

footer .foot-related .related-list li {
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc(33.3333333333% - 40px);
}

footer .foot-related .related-list li a {
  display: block;
  position: relative;
}

footer .foot-related .related-list li a:hover {
  text-decoration: none;
}

footer .foot-related .related-list .item-img {
  text-align: center;
  margin-bottom: 15px;
}

footer .foot-related .related-list .item-img img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 15px 15px 0px rgba(255, 255, 255, 0.6), 0.607px 10.607px 15px 0px rgba(51, 51, 51, 0.2);
}

footer .foot-related .related-list .item-title {
  color: #2c4399;
  font-weight: bold;
}

footer .foot-related .related-list .item-title:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

footer .foot-text {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e2df;
}

footer .foot-text:first-child {
  border-top: 1px solid #2c4399;
}

footer .foot-text p {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #999999;
}

footer .foot-text p:not(:last-child) {
  margin-bottom: 20px;
}

footer .foot-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 0;
  display: none;
  z-index: 9;
}

footer .foot-nav {
  padding-top: 40px;
  padding-bottom: 40px;
}

footer .foot-nav .inside {
  position: relative;
}

footer .foot-nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}

footer .foot-nav nav a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

footer .foot-nav nav a:before {
  content: "";
  width: 8px;
  height: 12px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow.svg);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .foot-nav nav dl {
  margin-right: 20px;
}

footer .foot-nav nav dl dt:not(:last-child) {
  margin-bottom: 10px;
}

footer .foot-nav nav dl dd {
  padding-left: 15px;
}

footer .foot-nav nav dl dd:not(:last-child) {
  margin-bottom: 30px;
}

footer .foot-nav nav dl dd > a {
  margin-bottom: 5px;
}

footer .foot-nav nav dl dd > a + ul {
  padding-left: 15px;
}

footer .foot-nav nav dl dd:first-child ul li:not(:last-child) {
  margin-bottom: 20px;
}

footer .foot-nav nav dl dd ul:not(:last-child) {
  margin-bottom: 20px;
}

footer .foot-nav nav dl dd ul ul {
  padding-top: 5px;
  padding-left: 20px;
}

footer .foot-nav nav dl dd p {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

footer .foot-nav nav dl dd p:not(:first-child) {
  margin-top: 15px;
}

footer .foot-nav nav dl dd p:before {
  content: "";
  width: 10px;
  height: 3px;
  background: #2c4399;
  margin-right: 10px;
}

footer .foot-nav nav dl dd p a:before {
  display: none;
}

footer .foot-nav nav dl dd p + ul {
  padding-left: 15px;
}

footer .foot-nav nav ul li:not(:last-child) {
  margin-bottom: 5px;
}

footer .foot-nav .bottom {
  padding-top: 30px;
}

footer .foot-nav .bottom .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: -20px;
}

footer .foot-nav .bottom .bnr > a {
  width: calc(50% - 20px);
  margin-bottom: 20px;
}

footer .foot-nav .bottom .bnr > div {
  width: calc(50% - 20px);
  margin-bottom: 20px;
}

footer .foot-nav .bottom .bnr > div.long {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0;
}

footer .foot-nav .bottom .bnr > div.long > span {
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

footer .foot-nav .bottom .bnr > div.long > span:after {
  display: none;
}

footer .foot-nav .bottom .bnr > div.long > a {
  width: calc(50% - 20px);
  margin-bottom: 20px;
}

footer .foot-nav .bottom .bnr > div.long > a span:nth-child(1) {
  display: none;
}

footer .foot-nav .bottom .bnr a {
  display: block;
  color: #333333;
  font-size: 12px;
  font-size: 0.75rem;
}

footer .foot-nav .bottom .bnr a:not(:last-child) {
  margin-bottom: 20px;
}

footer .foot-nav .bottom .bnr span {
  display: block;
}

footer .foot-nav .bottom .bnr span:not(:last-child) {
  margin-bottom: 5px;
}

footer .foot-nav .bottom .bnr span:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

footer .foot-nav .bottom .bnr span:nth-child(1):after {
  content: "";
  width: 10px;
  height: 9px;
  background: no-repeat center/auto;
  background-image: url(../img/common/icon-external.svg);
  margin-left: 10px;
}

footer .foot-nav .bottom .sns {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: -20px;
}

footer .foot-nav .bottom .sns li {
  margin-left: 20px;
}

footer .foot-bottom {
  border-top: 1px solid #e5e2df;
  padding-top: 15px;
  padding-bottom: 15px;
}

footer .foot-bottom .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

footer .foot-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: -5px;
}

footer .foot-bottom ul li {
  margin-right: 30px;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

footer .foot-bottom ul li a {
  color: #333333;
}

footer .foot-bottom ul li a[target="_blank"]:after {
  content: "";
  width: 10px;
  height: 9px;
  background: no-repeat center/auto;
  background-image: url(../img/common/icon-external.svg);
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

footer .foot-bottom small {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 701px) and (max-width: 1320px) {
  footer > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  footer .foot-contact .item-tels li {
    width: calc(33.3333333333% - 10px);
    text-align: center;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  footer .foot-contact .item-tels li a span:nth-child(1) {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  footer .foot-contact .item-tels li a span:nth-child(2) {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 701px) and (max-width: 1320px) and (max-width: 800px) {
  footer .foot-contact .item-tels li a span:nth-child(2) {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media screen and (min-width: 701px) and (max-width: 1320px) {
  footer .foot-related .related-list {
    margin-right: -30px;
    margin-bottom: -30px;
  }
  footer .foot-related .related-list li {
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc(33.3333333333% - 30px);
  }
  footer .foot-nav nav {
    margin-right: -30px;
    margin-bottom: -20px;
  }
  footer .foot-nav nav dl {
    margin-right: 30px;
    margin-bottom: 20px;
  }
  footer .foot-nav .bottom .bnr > div {
    width: calc(50% - 10px);
  }
  footer .foot-nav .bottom .bnr > div.long > a {
    width: calc(50% - 10px);
  }
  footer .foot-nav .bottom .sns li {
    margin-left: 15px;
  }
}

@media screen and (max-width: 700px) {
  footer > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .foot-contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .foot-contact:before {
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 5px * 2);
    height: calc(100% - 5px * 2);
  }
  footer .foot-contact .item-title h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  footer .foot-contact .item-title p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  footer .foot-contact .item-title:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .foot-contact .item-section:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  footer .foot-contact .item-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  footer .foot-contact .item-text h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  footer .foot-contact .item-text:not(:last-child) {
    margin-bottom: 15px;
  }
  footer .foot-contact .item-tels {
    margin-right: -5px;
    margin-bottom: -5px;
  }
  footer .foot-contact .item-tels li {
    margin-right: 5px;
    margin-bottom: 5px;
    width: calc(33.3333333333% - 5px);
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 700px) and (max-width: 600px) {
  footer .foot-contact .item-tels li {
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 700px) {
  footer .foot-contact .item-tels li a {
    height: 60px;
  }
  footer .foot-contact .item-tels li a span:nth-child(1) {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 700px) and (max-width: 600px) {
  footer .foot-contact .item-tels li a span:nth-child(1) {
    font-size: 3vw;
  }
}

@media screen and (max-width: 700px) {
  footer .foot-contact .item-tels li a span:nth-child(2) {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 700px) and (max-width: 600px) {
  footer .foot-contact .item-tels li a span:nth-child(2) {
    font-size: 4vw;
  }
}

@media screen and (max-width: 700px) {
  footer .foot-contact .item-tels li a span:nth-child(2):before {
    width: 15px;
    height: 15px;
    background-size: contain;
    margin-right: 5px;
  }
  footer .foot-related {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .foot-related .related-list {
    margin-right: 0;
    margin-bottom: -25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  footer .foot-related .related-list li {
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  footer .foot-related .related-list li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  footer .foot-related .related-list .item-img {
    margin-bottom: 0;
    max-width: 45%;
    margin-right: 15px;
  }
  footer .foot-related .related-list .item-title {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  footer .foot-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .foot-text p:not(:last-child) {
    margin-bottom: 15px;
  }
  footer .foot-pagetop {
    right: 10px;
    width: 50px;
  }
  footer .foot-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .foot-nav .pagetop {
    width: 40px;
    right: -15px;
    top: -40px;
  }
  footer .foot-nav nav {
    margin-right: -15px;
    margin-bottom: -20px;
  }
  footer .foot-nav nav dl {
    margin-right: 15px;
    width: calc(50% - 15px);
    margin-bottom: 20px;
  }
  footer .foot-nav nav dl dd {
    padding-left: 15px;
  }
  footer .foot-nav nav dl dd:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .foot-nav nav dl dd:first-child ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .foot-nav nav dl dd ul:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .foot-nav .bottom {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .foot-nav .bottom .bnr {
    margin-right: 0;
    margin-bottom: -10px;
  }
  footer .foot-nav .bottom .bnr:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .foot-nav .bottom .bnr > a {
    width: 100%;
    margin-bottom: -10px;
  }
  footer .foot-nav .bottom .bnr > a:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .foot-nav .bottom .bnr > div {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .foot-nav .bottom .bnr > div.long {
    margin-bottom: 0;
  }
  footer .foot-nav .bottom .bnr > div.long > a {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .foot-nav .bottom .bnr > div a:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .foot-nav .bottom .sns {
    padding-top: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-bottom: -10px;
  }
  footer .foot-nav .bottom .sns li {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  footer .foot-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer .foot-bottom .inside {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .foot-bottom ul {
    margin-right: -15px;
    margin-bottom: -5px;
  }
  footer .foot-bottom ul li {
    margin-right: 15px;
    margin-bottom: 5px;
  }
  footer .foot-bottom small {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

/* mainimg
------------------------------------------------------------*/
#mainimg {
  position: relative;
}

#mainimg.top .kv-slides {
  height: 500px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

#mainimg.top .kv-slides .slick-track, #mainimg.top .kv-slides .slick-list {
  height: 100%;
}

#mainimg.top .kv-slides .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px;
}

#mainimg.top .kv-slides .slick-slide .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#mainimg.top .kv-slides .slick-slide .item-bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background: no-repeat center / cover;
}

@media screen and (max-width: 700px) {
  #mainimg.top .kv-slides .slick-slide .item-bg span.pc {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  #mainimg.top .kv-slides .slick-slide .item-bg span.sp {
    display: none;
  }
}

#mainimg.top .kv-slides .slick-slide .item-img {
  position: relative;
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#mainimg.top .kv-slides .slick-slide .item-img.w1220 {
  width: 1220px;
}

#mainimg.top .kv-slides .slick-slide .item-img.center img {
  margin-left: auto;
  margin-right: auto;
}

#mainimg.top .kv-slides .slick-slide .item-img.right img {
  margin-left: auto;
}

@media screen and (max-width: 700px) {
  #mainimg.top .kv-slides .slick-slide .item-img.sp-sml {
    padding-right: 15%;
  }
}

#mainimg.top .kv-slides .slick-arrow {
  width: 60px;
  height: 60px;
  z-index: 3;
}

#mainimg.top .kv-slides .slick-arrow:before {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center / contain;
}

#mainimg.top .kv-slides .slick-prev {
  left: 50%;
  margin-left: -600px;
}

@media screen and (max-width: 1200px) {
  #mainimg.top .kv-slides .slick-prev {
    margin-left: 0;
    left: 10px;
  }
}

#mainimg.top .kv-slides .slick-prev:before {
  background-image: url(../img/top/kv/arrow-slide_prev.svg);
}

#mainimg.top .kv-slides .slick-next {
  right: 50%;
  margin-right: -600px;
}

@media screen and (max-width: 1200px) {
  #mainimg.top .kv-slides .slick-next {
    margin-right: 0;
    right: 10px;
  }
}

#mainimg.top .kv-slides .slick-next:before {
  background-image: url(../img/top/kv/arrow-slide_next.svg);
}

#mainimg.top .kv-slides .slick-dots li:first-child:last-child {
  display: none;
}

@media screen and (max-width: 700px) {
  #mainimg.top .kv-slides {
    height: auto;
    aspect-ratio: 1.2931034483;
    margin-left: 0;
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  #mainimg.top .kv-slides .slick-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
  #mainimg.top .kv-slides .slick-arrow {
    width: 40px;
    height: 40px;
  }
  #mainimg.top .kv-slides .slick-prev {
    left: 5px;
  }
  #mainimg.top .kv-slides .slick-next {
    right: 5px;
  }
  #mainimg.top .kv-slides .slick-dots {
    bottom: 10px;
  }
  #mainimg.top .kv-slides .slick-dots li button {
    background-color: #2c4399;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mainimg.top .kv-slides .slick-dots li.slick-active button {
    background-color: #f39800;
  }
}

#mainimg.next {
  height: 160px;
  z-index: 2;
  background-image: -moz-linear-gradient(0deg, #f1e7de 0%, #e0effb 99%);
  background-image: -webkit-linear-gradient(0deg, #f1e7de 0%, #e0effb 99%);
  background-image: -ms-linear-gradient(0deg, #f1e7de 0%, #e0effb 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#mainimg.next:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1320px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
  background: url(../img/next/bg-kv.svg) no-repeat left center;
}

#mainimg.next .item-hd {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  color: #2c4399;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

#mainimg.next.orange {
  background-image: -moz-linear-gradient(0deg, #fbb700 2%, #f47e00 100%);
  background-image: -webkit-linear-gradient(0deg, #fbb700 2%, #f47e00 100%);
  background-image: -ms-linear-gradient(0deg, #fbb700 2%, #f47e00 100%);
}

#mainimg.next.orange .item-hd {
  color: #FFF;
}

#mainimg.next.blue {
  background-image: -moz-linear-gradient(0deg, #2083e8 0%, #2c4399 100%);
  background-image: -webkit-linear-gradient(0deg, #2083e8 0%, #2c4399 100%);
  background-image: -ms-linear-gradient(0deg, #2083e8 0%, #2c4399 100%);
}

#mainimg.next.blue .item-hd {
  color: #FFF;
}

@media screen and (min-width: 701px) and (max-width: 1320px) {
  #mainimg.next:before {
    background-position: left -5% center;
  }
  #mainimg.next .item-hd {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 700px) {
  #mainimg.next {
    height: 100px;
    padding: 20px;
  }
  #mainimg.next:before {
    background-position: left -5% center;
    background-size: 60% auto;
  }
  #mainimg.next .item-hd {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* main
------------------------------------------------------------*/
main {
  display: block;
}

main .content {
  width: 1320px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main > section, main > article {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

main .contact-block {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

main .contact-block:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 10px * 2);
  height: calc(100% - 10px * 2);
  background: #f8f6f4;
  background-image: -moz-linear-gradient(0deg, #f1e7de 0%, #e0effb 99%);
  background-image: -webkit-linear-gradient(0deg, #f1e7de 0%, #e0effb 99%);
  background-image: -ms-linear-gradient(0deg, #f1e7de 0%, #e0effb 99%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

main .contact-block .content {
  position: relative;
}

main .contact-block .item-title {
  text-align: center;
  color: #2c4399;
}

main .contact-block .item-title h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
}

main .contact-block .item-title p {
  font-size: 16px;
  font-size: 1rem;
}

main .contact-block .item-title:not(:last-child) {
  margin-bottom: 30px;
}

main .contact-block .item-section:not(:last-child) {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #FFF;
}

main .contact-block .item-text h3 {
  color: #2c4399;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

main .contact-block .item-text:not(:last-child) {
  margin-bottom: 20px;
}

main .contact-block .item-tels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}

main .contact-block .item-tels li {
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(25% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  color: #11a1e5;
}

main .contact-block .item-tels li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 80px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #11a1e5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  line-height: 1.2;
}

main .contact-block .item-tels li a:hover {
  text-decoration: none;
  background-color: #e9f2f9;
}

main .contact-block .item-tels li a span:nth-child(1) {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 5px;
}

main .contact-block .item-tels li a span:nth-child(2) {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main .contact-block .item-tels li a span:nth-child(2):before {
  content: "";
  width: 22px;
  height: 23px;
  background: no-repeat center/auto;
  background-image: url(../img/common/icon-tel.svg);
  margin-right: 10px;
}

main .contact-block .item-tels li:last-child {
  background: transparent;
}

#agree {
  position: fixed;
  width: 520px;
  right: 10px;
  bottom: 10px;
  max-width: calc(100vw - 20px);
  box-shadow: 0px 15px 15px 0px rgba(255, 255, 255, 0.6), 0.607px 10.607px 15px 0px rgba(51, 51, 51, 0.2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 25px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}

#agree:not(.show) {
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#agree .item-text {
  font-size: 15px;
  font-size: 0.9375rem;
  width: 1320px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#agree .item-text a {
  color: #333333;
  text-decoration: underline;
}

#agree .item-text a:hover {
  text-decoration: none;
}

#agree .item-text:not(:last-child) {
  margin-bottom: 20px;
}

#agree .item-btn .btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1320px) {
  /* main
------------------------------------------------------------*/
  main > section, main > article {
    padding-left: 40px;
    padding-right: 40px;
  }
  main .contact-block .item-tels li {
    width: calc(33.3333333333% - 10px);
    text-align: center;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main .contact-block .item-tels li a span:nth-child(1) {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  main .contact-block .item-tels li a span:nth-child(2) {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 701px) and (max-width: 1320px) and (max-width: 800px) {
  main .contact-block .item-tels li a span:nth-child(2) {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main
------------------------------------------------------------*/
  main > section, main > article {
    padding-left: 20px;
    padding-right: 20px;
  }
  main .contact-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  main .contact-block:before {
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 5px * 2);
    height: calc(100% - 5px * 2);
  }
  main .contact-block .item-title h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  main .contact-block .item-title p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main .contact-block .item-title:not(:last-child) {
    margin-bottom: 20px;
  }
  main .contact-block .item-section:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  main .contact-block .item-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main .contact-block .item-text h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  main .contact-block .item-text:not(:last-child) {
    margin-bottom: 15px;
  }
  main .contact-block .item-tels {
    margin-right: -5px;
    margin-bottom: -5px;
  }
  main .contact-block .item-tels li {
    margin-right: 5px;
    margin-bottom: 5px;
    width: calc(33.3333333333% - 5px);
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 700px) and (max-width: 600px) {
  main .contact-block .item-tels li {
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 700px) {
  main .contact-block .item-tels li a {
    height: 60px;
  }
  main .contact-block .item-tels li a span:nth-child(1) {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 700px) and (max-width: 600px) {
  main .contact-block .item-tels li a span:nth-child(1) {
    font-size: 3vw;
  }
}

@media screen and (max-width: 700px) {
  main .contact-block .item-tels li a span:nth-child(2) {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 700px) and (max-width: 600px) {
  main .contact-block .item-tels li a span:nth-child(2) {
    font-size: 4vw;
  }
}

@media screen and (max-width: 700px) {
  main .contact-block .item-tels li a span:nth-child(2):before {
    width: 15px;
    height: 15px;
    background-size: contain;
    margin-right: 5px;
  }
}

/* padding & margin */
.pd {
  padding: 30px;
}

.mg {
  margin: 30px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pt {
  padding-top: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pb {
  padding-bottom: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt {
  margin-top: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb {
  margin-bottom: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.pl {
  padding-left: 30px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 30px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 30px;
}

.ml-a {
  margin-left: auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mr {
  margin-right: 30px;
}

.mr-a {
  margin-right: auto;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 700px) {
  .pd {
    padding: 20px;
  }
  .mg {
    margin: 20px;
  }
  .pt {
    padding-top: 20px;
  }
  .pt5 {
    padding-top: 3px;
  }
  .pt10 {
    padding-top: 6px;
  }
  .pt15 {
    padding-top: 9px;
  }
  .pt20 {
    padding-top: 12px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pt30 {
    padding-top: 18px;
  }
  .pt35 {
    padding-top: 21px;
  }
  .pt40 {
    padding-top: 24px;
  }
  .pt45 {
    padding-top: 27px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt60 {
    padding-top: 36px;
  }
  .pt70 {
    padding-top: 42px;
  }
  .pt80 {
    padding-top: 48px;
  }
  .pt90 {
    padding-top: 54px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pt110 {
    padding-top: 66px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt130 {
    padding-top: 78px;
  }
  .pt140 {
    padding-top: 84px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt160 {
    padding-top: 96px;
  }
  .pt170 {
    padding-top: 102px;
  }
  .pt180 {
    padding-top: 108px;
  }
  .pt190 {
    padding-top: 114px;
  }
  .pt200 {
    padding-top: 120px;
  }
  .pb {
    padding-bottom: 20px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .pb10 {
    padding-bottom: 6px;
  }
  .pb15 {
    padding-bottom: 9px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .pb30 {
    padding-bottom: 18px;
  }
  .pb35 {
    padding-bottom: 21px;
  }
  .pb40 {
    padding-bottom: 24px;
  }
  .pb45 {
    padding-bottom: 27px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb55 {
    padding-bottom: 33px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb65 {
    padding-bottom: 39px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb75 {
    padding-bottom: 45px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb85 {
    padding-bottom: 51px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb95 {
    padding-bottom: 57px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mt10 {
    margin-top: 6px;
  }
  .mt15 {
    margin-top: 9px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 18px;
  }
  .mt35 {
    margin-top: 21px;
  }
  .mt40 {
    margin-top: 24px;
  }
  .mt45 {
    margin-top: 27px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt55 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt65 {
    margin-top: 39px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt75 {
    margin-top: 45px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt85 {
    margin-top: 51px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt95 {
    margin-top: 57px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .mb10 {
    margin-bottom: 6px;
  }
  .mb15 {
    margin-bottom: 9px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 18px;
  }
  .mb35 {
    margin-bottom: 21px;
  }
  .mb40 {
    margin-bottom: 24px;
  }
  .mb45 {
    margin-bottom: 27px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb65 {
    margin-bottom: 39px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb75 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb85 {
    margin-bottom: 51px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb95 {
    margin-bottom: 57px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pl {
    padding-left: 20px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 20px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 20px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 20px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}

/* padding & margin */
/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  background: #2c4399;
  border: 2px solid #2c4399;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 0;
  line-height: 1.2;
}

.touch-device .btn {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.touch-device .btn:before, .touch-device .btn:after {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.btn:hover {
  text-decoration: none;
  background: #FFF;
  color: #2c4399;
}

.btn:disabled {
  pointer-events: none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.btn.orange {
  background-color: #f39800;
  border-color: #f39800;
}

.btn.orange:hover {
  background-color: #FFF;
  color: #f39800;
}

.btn.gray {
  background-color: #d3ceca;
  border-color: #d3ceca;
}

.btn.gray:hover {
  background-color: #FFF;
  color: #d3ceca;
}

.btn.shadow {
  box-shadow: 5.657px 5.657px 8px 0px rgba(205, 205, 205, 0.4);
}

.btn.grad {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: transparent;
  border: none;
}

.btn.grad:before, .btn.grad:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2083e8;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2083e8), color-stop(100%, #2c4399));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradientleft, #2083e8 0%, #2c4399 100%;
  background: -moz-linear-gradientleft, #2083e8 0%, #2c4399 100%;
  background: -ms-linear-gradientleft, #2083e8 0%, #2c4399 100%;
  background: -o-linear-gradientleft, #2083e8 0%, #2c4399 100%;
  background: linear-gradient(to right, #2083e8 0%, #2c4399 100%);
  /* W3C */
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn.grad:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.btn.grad:hover {
  color: #FFF;
}

.btn.grad:hover:before {
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.btn.grad:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.btn.grad:hover span {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.btn.grad.orange:before, .btn.grad.orange:after {
  background: #fbb700;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fbb700), color-stop(100%, #f47e00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradientleft, #fbb700 0%, #f47e00 100%;
  background: -moz-linear-gradientleft, #fbb700 0%, #f47e00 100%;
  background: -ms-linear-gradientleft, #fbb700 0%, #f47e00 100%;
  background: -o-linear-gradientleft, #fbb700 0%, #f47e00 100%;
  background: linear-gradient(to right, #fbb700 0%, #f47e00 100%);
  /* W3C */
}

.btn.grad span {
  line-height: 0;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.grad span:nth-child(1) {
  margin-left: 0;
  margin-right: 10px;
}

.btn.grad:hover span:first-child {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.btn.tel {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: normal;
  font-family: 'Viga', sans-serif;
}

.btn.clear {
  background-color: transparent;
  border: 1px solid #2c4399;
  color: #2c4399;
}

.btn.clear:hover {
  background-color: #2c4399;
  color: #FFF;
}

.btn.shadow {
  box-shadow: 5.657px 5.657px 8px 0px rgba(205, 205, 205, 0.4);
}

.btn.sml {
  height: 40px;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 0em;
}

@media screen and (max-width: 700px) {
  .btn.sml {
    height: 35px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.btn.lg {
  height: 70px;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

@media screen and (max-width: 700px) {
  .btn.lg {
    height: 55px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.btn.xl {
  height: 70px;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

@media screen and (max-width: 700px) {
  .btn.xl {
    height: 55px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.btn.arrow:after {
  content: "";
  width: 17px;
  height: 14px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-btn.svg);
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.arrow:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  background-image: url(../img/common/arrow-btn_blue.svg);
}

.btn.arrow.clear:after {
  background-image: url(../img/common/arrow-btn_blue.svg);
}

.btn.arrow.clear:hover:after {
  background-image: url(../img/common/arrow-btn.svg);
}

.btn[href$=".pdf"]:after {
  content: "";
  width: 21px;
  height: 21px;
  background: no-repeat center/auto;
  background-image: url(../img/common/icon-btn_pdf.svg);
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn[href$=".pdf"]:hover:after {
  background-image: url(../img/common/icon-btn_pdf_blue.svg);
}

.btn[href$=".pdf"].clear:after {
  background-image: url(../img/common/icon-btn_pdf_blue.svg);
}

.btn[href$=".pdf"].clear:hover {
  background-image: url(../img/common/icon-btn_pdf.svg);
}

.btn.white {
  background-color: #FFF;
  color: #333333;
  border: none;
}

.btn.white:hover {
  background-color: #2c4399;
  color: #FFF;
}

.btn.white.arrow:after {
  background-image: url(../img/common/arrow-btn_blue.svg);
}

.btn.white.arrow:hover:after {
  background-image: url(../img/common/arrow-btn.svg);
}

@media screen and (max-width: 700px) {
  .btn {
    height: 45px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.btn-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.btn-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.btn-block.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-block > * {
  margin: 0 10px 15px;
}

.btn-block > *.w5p {
  width: calc(5% - 20px);
}

.btn-block > *.w10p {
  width: calc(10% - 20px);
}

.btn-block > *.w15p {
  width: calc(15% - 20px);
}

.btn-block > *.w20p {
  width: calc(20% - 20px);
}

.btn-block > *.w25p {
  width: calc(25% - 20px);
}

.btn-block > *.w30p {
  width: calc(30% - 20px);
}

.btn-block > *.w35p {
  width: calc(35% - 20px);
}

.btn-block > *.w40p {
  width: calc(40% - 20px);
}

.btn-block > *.w45p {
  width: calc(45% - 20px);
}

.btn-block > *.w50p {
  width: calc(50% - 20px);
}

.btn-block > *.w55p {
  width: calc(55% - 20px);
}

.btn-block > *.w60p {
  width: calc(60% - 20px);
}

.btn-block > *.w65p {
  width: calc(65% - 20px);
}

.btn-block > *.w70p {
  width: calc(70% - 20px);
}

.btn-block > *.w75p {
  width: calc(75% - 20px);
}

.btn-block > *.w80p {
  width: calc(80% - 20px);
}

.btn-block > *.w85p {
  width: calc(85% - 20px);
}

.btn-block > *.w90p {
  width: calc(90% - 20px);
}

.btn-block > *.w95p {
  width: calc(95% - 20px);
}

.btn-block > *.w100p {
  width: calc(100% - 20px);
}

.btn-block > *.w33p {
  width: calc(33% - 20px);
}

@media screen and (max-width: 700px) {
  .btn-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .btn-block > * {
    margin: 0 5px 10px;
  }
  .btn-block > *.w5p {
    width: calc(5% - 10px);
  }
  .btn-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .btn-block > *.w10p {
    width: calc(10% - 10px);
  }
  .btn-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .btn-block > *.w15p {
    width: calc(15% - 10px);
  }
  .btn-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .btn-block > *.w20p {
    width: calc(20% - 10px);
  }
  .btn-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .btn-block > *.w25p {
    width: calc(25% - 10px);
  }
  .btn-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .btn-block > *.w30p {
    width: calc(30% - 10px);
  }
  .btn-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .btn-block > *.w35p {
    width: calc(35% - 10px);
  }
  .btn-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .btn-block > *.w40p {
    width: calc(40% - 10px);
  }
  .btn-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .btn-block > *.w45p {
    width: calc(45% - 10px);
  }
  .btn-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .btn-block > *.w50p {
    width: calc(50% - 10px);
  }
  .btn-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .btn-block > *.w55p {
    width: calc(55% - 10px);
  }
  .btn-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .btn-block > *.w60p {
    width: calc(60% - 10px);
  }
  .btn-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .btn-block > *.w65p {
    width: calc(65% - 10px);
  }
  .btn-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .btn-block > *.w70p {
    width: calc(70% - 10px);
  }
  .btn-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .btn-block > *.w75p {
    width: calc(75% - 10px);
  }
  .btn-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .btn-block > *.w80p {
    width: calc(80% - 10px);
  }
  .btn-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .btn-block > *.w85p {
    width: calc(85% - 10px);
  }
  .btn-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .btn-block > *.w90p {
    width: calc(90% - 10px);
  }
  .btn-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .btn-block > *.w95p {
    width: calc(95% - 10px);
  }
  .btn-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .btn-block > *.w100p {
    width: calc(100% - 10px);
  }
  .btn-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

input.btn {
  display: -moz-inline-box;
  display: inline-block;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* btn */
/* link */
.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #333333;
}

.link.sml {
  font-size: 14px;
  font-size: 0.875rem;
}

.link:before {
  content: "";
  width: 18px;
  height: 18px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-link.svg);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 700px) {
  .link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.link:hover:before {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.link-external:after {
  content: "";
  width: 10px;
  height: 9px;
  background: no-repeat center/auto;
  background-image: url(../img/common/icon-external.svg);
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}

.link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.link-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.link-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.link-block.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-block > * {
  margin: 0 10px 15px;
}

.link-block > *.w5p {
  width: calc(5% - 20px);
}

.link-block > *.w10p {
  width: calc(10% - 20px);
}

.link-block > *.w15p {
  width: calc(15% - 20px);
}

.link-block > *.w20p {
  width: calc(20% - 20px);
}

.link-block > *.w25p {
  width: calc(25% - 20px);
}

.link-block > *.w30p {
  width: calc(30% - 20px);
}

.link-block > *.w35p {
  width: calc(35% - 20px);
}

.link-block > *.w40p {
  width: calc(40% - 20px);
}

.link-block > *.w45p {
  width: calc(45% - 20px);
}

.link-block > *.w50p {
  width: calc(50% - 20px);
}

.link-block > *.w55p {
  width: calc(55% - 20px);
}

.link-block > *.w60p {
  width: calc(60% - 20px);
}

.link-block > *.w65p {
  width: calc(65% - 20px);
}

.link-block > *.w70p {
  width: calc(70% - 20px);
}

.link-block > *.w75p {
  width: calc(75% - 20px);
}

.link-block > *.w80p {
  width: calc(80% - 20px);
}

.link-block > *.w85p {
  width: calc(85% - 20px);
}

.link-block > *.w90p {
  width: calc(90% - 20px);
}

.link-block > *.w95p {
  width: calc(95% - 20px);
}

.link-block > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 700px) {
  .link-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .link-block > * {
    margin: 0 5px 10px;
  }
  .link-block > *.w5p {
    width: calc(5% - 10px);
  }
  .link-block > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .link-block > *.w10p {
    width: calc(10% - 10px);
  }
  .link-block > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .link-block > *.w15p {
    width: calc(15% - 10px);
  }
  .link-block > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .link-block > *.w20p {
    width: calc(20% - 10px);
  }
  .link-block > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .link-block > *.w25p {
    width: calc(25% - 10px);
  }
  .link-block > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .link-block > *.w30p {
    width: calc(30% - 10px);
  }
  .link-block > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .link-block > *.w35p {
    width: calc(35% - 10px);
  }
  .link-block > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .link-block > *.w40p {
    width: calc(40% - 10px);
  }
  .link-block > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .link-block > *.w45p {
    width: calc(45% - 10px);
  }
  .link-block > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .link-block > *.w50p {
    width: calc(50% - 10px);
  }
  .link-block > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .link-block > *.w55p {
    width: calc(55% - 10px);
  }
  .link-block > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .link-block > *.w60p {
    width: calc(60% - 10px);
  }
  .link-block > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .link-block > *.w65p {
    width: calc(65% - 10px);
  }
  .link-block > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .link-block > *.w70p {
    width: calc(70% - 10px);
  }
  .link-block > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .link-block > *.w75p {
    width: calc(75% - 10px);
  }
  .link-block > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .link-block > *.w80p {
    width: calc(80% - 10px);
  }
  .link-block > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .link-block > *.w85p {
    width: calc(85% - 10px);
  }
  .link-block > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .link-block > *.w90p {
    width: calc(90% - 10px);
  }
  .link-block > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .link-block > *.w95p {
    width: calc(95% - 10px);
  }
  .link-block > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .link-block > *.w100p {
    width: calc(100% - 10px);
  }
  .link-block > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* link */
/* cat */
.cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #FFF;
  line-height: 1.2;
  padding: 3px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: transparent;
  border: none;
}

.cat:before, .cat:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(-26deg, #97b6cd 0%, #9b8ac2 100%);
  background-image: -webkit-linear-gradient(-26deg, #97b6cd 0%, #9b8ac2 100%);
  background-image: -ms-linear-gradient(-26deg, #97b6cd 0%, #9b8ac2 100%);
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cat:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.cat.orange {
  border: 1px solid #f39800;
  color: #f39800;
}

.cat.orange:before, .cat.orange:after {
  display: none;
}

.cat.orange:hover {
  background-color: #f39800;
  color: #FFF;
}

.cat:hover {
  text-decoration: none;
}

.cat:hover:before {
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.cat:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -10px -10px 0;
}

.cat-list.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cat-list.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cat-list.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cat-list > * {
  margin: 0 10px 10px 0;
}

@media screen and (max-width: 700px) {
  .cat-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -5px 0;
  }
  .cat-list > * {
    margin: 0 5px 5px 0;
  }
}

/* cat */
/* tag */
.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #FFF;
  color: #2c4399;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  font-size: 0.75rem;
}

.tag:before {
  content: "#";
}

.tag:hover {
  text-decoration: none;
  background-color: #2c4399;
  color: #FFF;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -10px -10px 0;
}

.tag-list.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.tag-list.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.tag-list.f-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag-list > * {
  margin: 0 10px 10px 0;
}

@media screen and (max-width: 700px) {
  .tag-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -5px 0;
  }
  .tag-list > * {
    margin: 0 5px 5px 0;
  }
}

/* tag */
/* form */
textarea {
  -webkit-appearance: none;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: 1px solid #e5e2df;
  background: #FFF;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

textarea.h100 {
  height: 100px;
}

textarea.required {
  background-color: #fff0f0;
}

textarea::placeholder {
  color: #999999;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"] {
  -webkit-appearance: none;
  height: 50px;
  line-height: 50px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e5e2df;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  padding-left: 10px;
  background: #FFF;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

input[type="text"].lg, input[type="email"].lg, input[type="tel"].lg, input[type="password"].lg, input[type="number"].lg, input[type="search"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}

input[type="text"].required, input[type="email"].required, input[type="tel"].required, input[type="password"].required, input[type="number"].required, input[type="search"].required {
  background-color: #fff0f0;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="password"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder {
  color: #999999;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + .checkbox:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

input[type="checkbox"].required + .checkbox:before {
  background-color: #fff0f0;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .radio:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

input[type="radio"].required + .radio:before {
  background-color: #fff0f0;
}

label.checkbox {
  padding-left: 30px;
  min-height: 22px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
}

label.checkbox.single {
  width: 20px;
  padding-left: 0;
}

label.checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: -moz-inline-box;
  display: inline-block;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFF;
  border: 1px solid #333333;
  margin-top: 2px;
}

label.checkbox:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 8px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  margin-top: 2px;
}

label.radio {
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
}

label.radio.single {
  width: 20px;
  padding-left: 0;
}

label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-top: 2px;
}

label.radio:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #333333;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  margin-top: 2px;
}

label.select {
  position: relative;
  display: block;
  max-width: 100%;
}

label.select:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  right: 0;
  background: url(../img/common/arrow-select.svg) no-repeat center;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  max-width: 100%;
  padding: 0 40px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e2df;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #FFF;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  position: relative;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

select option {
  padding: 8px;
  border: none;
}

select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
}

select::-ms-expand {
  display: none;
}

select.required {
  background-color: #fff0f0;
}

.check-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -5px;
}

.check-radios > * {
  margin: 0 15px 5px 0;
}

.check-radios .horizontal-item {
  margin-left: 0;
}

.check-radios .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.check-radios.vertical {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* form */
/* table */
table {
  width: 100%;
  background-color: #FFF;
}

table.radius {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

table.radius thead th, table.radius thead td {
  border: none;
}

table.radius thead th:nth-child(1), table.radius thead td:nth-child(1) {
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  -ms-border-radius: 20px 0 0 0;
  -o-border-radius: 20px 0 0 0;
  border-radius: 20px 0 0 0;
}

table.radius thead th:not(:last-child), table.radius thead td:not(:last-child) {
  border-right: 1px solid #e5e2df;
}

table.radius tbody tr:not(:last-child) {
  border-bottom: 1px solid #e5e2df;
}

table.radius tbody th, table.radius tbody td {
  border: none;
}

table.radius tbody th:not(:last-child), table.radius tbody td:not(:last-child) {
  border-right: 1px solid #e5e2df;
}

table th, table td {
  padding: 15px;
  border: 1px solid #e5e2df;
  vertical-align: middle;
  text-align: center;
}

table th {
  background-color: #e9f2f9;
}

table th.purple {
  background-color: #e9ddf1;
}

table th.orange {
  background-color: #f5eee6;
}

table th.green {
  background-color: #e6edd9;
}

table th.beige {
  background-color: #f5eee6;
}

@media screen and (max-width: 700px) {
  table th, table td {
    padding: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 700px) {
  table.sp-column {
    display: block;
    border: 1px solid #e5e2df;
  }
  table.sp-column thead, table.sp-column tbody, table.sp-column tr, table.sp-column th, table.sp-column td {
    display: block;
  }
  table.sp-column th, table.sp-column td {
    padding: 10px;
    border: none;
  }
}

/* table */
/* text */
.heading, .heading-lv04, .heading-lv03, .heading-lv02, .heading-lv01 {
  line-height: 1.4;
}

.heading:not(:first-child), .heading-lv04:not(:first-child), .heading-lv03:not(:first-child), .heading-lv02:not(:first-child), .heading-lv01:not(:first-child) {
  margin-top: 45px;
}

.heading:not(:last-child), .heading-lv04:not(:last-child), .heading-lv03:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
  .heading:not(:last-child), .heading-lv04:not(:last-child), .heading-lv03:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child) {
    margin-bottom: 20px;
  }
}

.heading-lv01 {
  font-size: 32px;
  font-size: 2rem;
  color: #2c4399;
}

.heading-lv01 span {
  display: block;
}

.heading-lv01 span:nth-child(1) {
  font-family: 'Viga', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

.heading-lv01 span:nth-child(2) {
  line-height: 1.2;
}

@media screen and (max-width: 700px) {
  .heading-lv01 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .heading-lv01 span:nth-child(1) {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.heading-lv01 + .sub:not(:last-child) {
  margin-bottom: 30px;
}

.heading-lv02 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #f39800;
  padding-left: 40px;
  background: url(../img/next/icon-hd.svg) no-repeat left top 7px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f39800;
}

.heading-lv02 + .sub {
  margin-top: -5px;
}

.heading-lv02 + .sub:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 700px) {
  .heading-lv02 {
    font-size: 24px;
    font-size: 1.5rem;
    background-position: left top 5px;
  }
  .heading-lv02 + .sub:not(:last-child) {
    margin-bottom: 30px;
  }
}

.heading-lv03 {
  font-size: 20px;
  font-size: 1.25rem;
  background: #e9f2f9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  color: #2c4399;
  line-height: 1.2;
}

.heading-lv03.orange {
  color: #f39800;
  background: #f5eee6;
}

@media screen and (max-width: 700px) {
  .heading-lv03 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.heading-lv04 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #2c4399;
  padding-left: 20px;
  position: relative;
}

.heading-lv04:not(:last-child) {
  margin-bottom: 25px;
}

.heading-lv04:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(-66deg, #97b6cd 0%, #9b8ac2 100%);
  background-image: -webkit-linear-gradient(-66deg, #97b6cd 0%, #9b8ac2 100%);
  background-image: -ms-linear-gradient(-66deg, #97b6cd 0%, #9b8ac2 100%);
}

.heading-lv04.orange {
  color: #f39800;
}

.heading-lv04.orange:after {
  background-image: -moz-linear-gradient(-66deg, #e2c7ad 0%, #749fc4 100%);
  background-image: -webkit-linear-gradient(-66deg, #e2c7ad 0%, #749fc4 100%);
  background-image: -ms-linear-gradient(-66deg, #e2c7ad 0%, #749fc4 100%);
}

@media screen and (max-width: 700px) {
  .heading-lv04 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .heading-lv04:before {
    width: 6px;
  }
  .heading-lv04:not(:last-child) {
    margin-bottom: 20px;
  }
}

.heading-side {
  color: #2c4399;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}

.heading-side:not(:last-child) {
  margin-bottom: 25px;
}

.fs11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.fs12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.fs13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.fs14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.fs15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.fs20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.fs21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.fs22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.fs23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.fs24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fs25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.fs26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.fs27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.fs28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.fs29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.fs30 {
  font-size: 30px;
  font-size: 1.875rem;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.text-sml {
  font-size: 14px;
  font-size: 0.875rem;
}

.text-sup {
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
}

.text-sup.number {
  text-indent: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.text-sup.number > span:nth-child(1) {
  margin-right: 0.5em;
}

.text-sup.number > span:nth-child(2) {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.text-gray {
  color: #999999;
}

.text-gray.text-sml {
  font-size: 11px;
  font-size: 0.6875rem;
}

.text-red {
  color: #ff0000;
}

.text-blue {
  color: #2c4399;
}

.text-bold {
  font-weight: bold;
}

/* text */
/* img */
.img-radius {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

/* img */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .w10-sp {
    width: 10px;
  }
}

@media screen and (max-width: 700px) {
  .w20-sp {
    width: 20px;
  }
}

@media screen and (max-width: 700px) {
  .w30-sp {
    width: 30px;
  }
}

@media screen and (max-width: 700px) {
  .w40-sp {
    width: 40px;
  }
}

@media screen and (max-width: 700px) {
  .w50-sp {
    width: 50px;
  }
}

@media screen and (max-width: 700px) {
  .w60-sp {
    width: 60px;
  }
}

@media screen and (max-width: 700px) {
  .w70-sp {
    width: 70px;
  }
}

@media screen and (max-width: 700px) {
  .w80-sp {
    width: 80px;
  }
}

@media screen and (max-width: 700px) {
  .w90-sp {
    width: 90px;
  }
}

@media screen and (max-width: 700px) {
  .w100-sp {
    width: 100px;
  }
}

@media screen and (max-width: 700px) {
  .w110-sp {
    width: 110px;
  }
}

@media screen and (max-width: 700px) {
  .w120-sp {
    width: 120px;
  }
}

@media screen and (max-width: 700px) {
  .w130-sp {
    width: 130px;
  }
}

@media screen and (max-width: 700px) {
  .w140-sp {
    width: 140px;
  }
}

@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .w160-sp {
    width: 160px;
  }
}

@media screen and (max-width: 700px) {
  .w170-sp {
    width: 170px;
  }
}

@media screen and (max-width: 700px) {
  .w180-sp {
    width: 180px;
  }
}

@media screen and (max-width: 700px) {
  .w190-sp {
    width: 190px;
  }
}

@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .w210-sp {
    width: 210px;
  }
}

@media screen and (max-width: 700px) {
  .w220-sp {
    width: 220px;
  }
}

@media screen and (max-width: 700px) {
  .w230-sp {
    width: 230px;
  }
}

@media screen and (max-width: 700px) {
  .w240-sp {
    width: 240px;
  }
}

@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .w260-sp {
    width: 260px;
  }
}

@media screen and (max-width: 700px) {
  .w270-sp {
    width: 270px;
  }
}

@media screen and (max-width: 700px) {
  .w280-sp {
    width: 280px;
  }
}

@media screen and (max-width: 700px) {
  .w290-sp {
    width: 290px;
  }
}

@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .w310-sp {
    width: 310px;
  }
}

@media screen and (max-width: 700px) {
  .w320-sp {
    width: 320px;
  }
}

@media screen and (max-width: 700px) {
  .w330-sp {
    width: 330px;
  }
}

@media screen and (max-width: 700px) {
  .w340-sp {
    width: 340px;
  }
}

@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .w360-sp {
    width: 360px;
  }
}

@media screen and (max-width: 700px) {
  .w370-sp {
    width: 370px;
  }
}

@media screen and (max-width: 700px) {
  .w380-sp {
    width: 380px;
  }
}

@media screen and (max-width: 700px) {
  .w390-sp {
    width: 390px;
  }
}

@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .w410-sp {
    width: 410px;
  }
}

@media screen and (max-width: 700px) {
  .w420-sp {
    width: 420px;
  }
}

@media screen and (max-width: 700px) {
  .w430-sp {
    width: 430px;
  }
}

@media screen and (max-width: 700px) {
  .w440-sp {
    width: 440px;
  }
}

@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .w460-sp {
    width: 460px;
  }
}

@media screen and (max-width: 700px) {
  .w470-sp {
    width: 470px;
  }
}

@media screen and (max-width: 700px) {
  .w480-sp {
    width: 480px;
  }
}

@media screen and (max-width: 700px) {
  .w490-sp {
    width: 490px;
  }
}

@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 700px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 700px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 700px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 700px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 700px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 700px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 700px) {
  .w5p-sp {
    width: 5%;
  }
}

@media screen and (max-width: 700px) {
  .w10p-sp {
    width: 10%;
  }
}

@media screen and (max-width: 700px) {
  .w15p-sp {
    width: 15%;
  }
}

@media screen and (max-width: 700px) {
  .w20p-sp {
    width: 20%;
  }
}

@media screen and (max-width: 700px) {
  .w25p-sp {
    width: 25%;
  }
}

@media screen and (max-width: 700px) {
  .w30p-sp {
    width: 30%;
  }
}

@media screen and (max-width: 700px) {
  .w35p-sp {
    width: 35%;
  }
}

@media screen and (max-width: 700px) {
  .w40p-sp {
    width: 40%;
  }
}

@media screen and (max-width: 700px) {
  .w45p-sp {
    width: 45%;
  }
}

@media screen and (max-width: 700px) {
  .w50p-sp {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .w55p-sp {
    width: 55%;
  }
}

@media screen and (max-width: 700px) {
  .w60p-sp {
    width: 60%;
  }
}

@media screen and (max-width: 700px) {
  .w65p-sp {
    width: 65%;
  }
}

@media screen and (max-width: 700px) {
  .w70p-sp {
    width: 70%;
  }
}

@media screen and (max-width: 700px) {
  .w75p-sp {
    width: 75%;
  }
}

@media screen and (max-width: 700px) {
  .w80p-sp {
    width: 80%;
  }
}

@media screen and (max-width: 700px) {
  .w85p-sp {
    width: 85%;
  }
}

@media screen and (max-width: 700px) {
  .w90p-sp {
    width: 90%;
  }
}

@media screen and (max-width: 700px) {
  .w95p-sp {
    width: 95%;
  }
}

@media screen and (max-width: 700px) {
  .w100p-sp {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  br.pc {
    display: none;
  }
}

br.tablet {
  display: none;
}

@media screen and (min-width: 701px) and (max-width: 1320px) {
  br.tablet {
    display: inline;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 700px) {
  br.sp {
    display: inline;
  }
}

@media screen and (max-width: 700px) {
  img.pc {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  img.sp {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .hidden-sp {
    display: none;
  }
}

/* etc */
.post ul:not(:last-child) {
  margin-bottom: 30px;
}

.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.post ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

.post ol {
  padding-left: 1.5em;
}

.post ol:not(:last-child) {
  margin-bottom: 30px;
}

.post ol li {
  list-style-type: decimal;
}

.post ol li:not(:last-child) {
  margin-bottom: 10px;
}

.post ol li:last-child {
  padding-bottom: 0;
}

.post strong {
  font-weight: bold;
}

.post em {
  font-style: italic;
}

.post del {
  text-decoration: line-through;
  color: #999999;
}

.post blockquote {
  display: block;
  padding: 30px;
  background-color: rgba(211, 206, 202, 0.2);
  clear: both;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.post blockquote:not(:first-child) {
  margin-top: 30px;
}

.post blockquote:not(:last-child) {
  margin-bottom: 30px;
}

.post blockquote p:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 700px) {
  .post blockquote {
    padding: 20px;
  }
}

.post .h, .post h5, .post h4:not([class*="heading"]), .post h3:not([class*="heading"]), .post h2:not([class*="heading"]), .post h1 {
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #2c4399;
}

.post .h:not(:first-child), .post h5:not(:first-child), .post h4:not(:first-child):not([class*="heading"]), .post h3:not(:first-child):not([class*="heading"]), .post h2:not(:first-child):not([class*="heading"]), .post h1:not(:first-child) {
  margin-top: 45px;
}

.post .h:not(:last-child), .post h5:not(:last-child), .post h4:not(:last-child):not([class*="heading"]), .post h3:not(:last-child):not([class*="heading"]), .post h2:not(:last-child):not([class*="heading"]), .post h1:not(:last-child) {
  margin-bottom: 20px;
}

.post h1 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

.post h2:not([class*="heading"]) {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  border-top: 1px solid #2c4399;
  border-bottom: 1px solid #2c4399;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 700px) {
  .post h2:not([class*="heading"]) {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.post h3:not([class*="heading"]) {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 35px;
  position: relative;
}

.post h3:not([class*="heading"]):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f39800;
}

@media screen and (max-width: 700px) {
  .post h3:not([class*="heading"]) {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.post h4:not([class*="heading"]) {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .post h4:not([class*="heading"]) {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.post h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #333333;
}

@media screen and (max-width: 700px) {
  .post h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.post iframe {
  max-width: 100%;
}

.post .aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post .aligncenter:not(:first-child) {
  margin-top: 30px;
}

.post .aligncenter:not(:last-child) {
  margin-bottom: 30px;
}

.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 10px 15px;
}

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 15px 10px 0;
}

.post .wp-caption {
  max-width: 100%;
}

.post .wp-caption-text {
  color: #999999;
}

.post .wp-caption:not(:last-child) {
  margin-bottom: 30px;
}

.post p:not(:last-child):not([class*="mb"]) {
  margin-bottom: 30px;
}

.post .no-m:not(:last-child) {
  margin-bottom: 0;
}

.post .border-box {
  border: 1px solid #2c4399;
  padding: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  color: #2c4399;
}

.post .border-box:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
  .post .border-box {
    padding: 15px;
  }
}

.post .border-block {
  border-top: 1px solid #2c4399;
  border-bottom: 1px solid #2c4399;
  padding-top: 20px;
  padding-bottom: 20px;
}

.post .border-block:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
  .post .border-block {
    padding: 15px;
  }
}

.post .btn-block:not(:last-child) {
  margin-bottom: 10px;
}

.post table:not(:last-child) {
  margin-bottom: 30px;
}

.post table td p:not(:last-child) {
  margin-bottom: 10px;
}

.post cite {
  border: 1px solid #e5e2df;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.post cite:before, .post cite:after {
  content: "\00201d";
}

.post small {
  font-size: 12px;
  font-size: 0.75rem;
}

.post iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.post .video-container {
  max-width: 640px;
  margin: 30px auto 0;
}

.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 700px) {
  .post .alignright, .post .alignleft {
    max-width: 100%;
    height: auto;
    display: block;
    float: inherit;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .post .alignright:not(:last-child), .post .alignleft:not(:last-child) {
    margin-bottom: 15px;
  }
}

.post:after {
  clear: both;
  display: block;
  content: '';
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.eg-parent > *:not(.eg) {
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

*[data-emergence], *.eg {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}

*[data-emergence=visible] {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@supports (clip-path: polygon(0 0, 0 0, 0 0)) {
  *[data-anm="skew"] {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    -webkit-transition: 1s all ease-out;
    -moz-transition: 1s all ease-out;
    -ms-transition: 1s all ease-out;
    -o-transition: 1s all ease-out;
    transition: 1s all ease-out;
  }
  *[data-anm="skew"][data-emergence=visible] {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
    clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
  }
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    -ms-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
