@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select, option {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?xwsded");
  src: url("fonts/icomoon.eot?xwsded#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?xwsded") format("truetype"), url("fonts/icomoon.woff?xwsded") format("woff"), url("fonts/icomoon.svg?xwsded#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], .cmn-form .value .text.arrow:before, .cmn-form-radio + span:before,
.cmn-form-check + span:before, [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check-on:before, .cmn-form-check:checked + span:before {
  content: "\e907";
}

.icon-check-off:before, .cmn-form-check + span:before {
  content: "\e908";
}

.icon-arrow-t:before {
  content: "\e905";
}

.icon-arrow-b:before {
  content: "\e906";
}

.icon-arrow--r:before {
  content: "\e900";
}

.icon-blank:before {
  content: "\e901";
}

.icon-radio-off:before, .cmn-form-radio + span:before {
  content: "\e902";
}

.icon-radio-on:before, .cmn-form-radio:checked + span:before {
  content: "\e903";
}

.icon-select:before, .cmn-form .value .text.arrow:before {
  content: "\e904";
}

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

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}
img .normal {
  display: inline-block;
  max-width: 100%;
}

picture {
  display: block;
}

@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 901px), print {
  .sp {
    display: none !important;
  }
}

.en {
  font-family: brandon-grotesque, sans-serif;
}

.cmn-global-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1000;
}
.cmn-global-loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.cmn-global-loading .logo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cmn-global-loading .logo .inner {
  opacity: 0;
}
.cmn-global-loading .logo .white {
  fill: #ffffff;
}
.cmn-global-loading .logo .black {
  fill: #000000;
}
.cmn-global-loading .logo .gray {
  fill: #7F8080;
}
.cmn-global-loading .logo .blue {
  fill: #1A6CB6;
}
.cmn-global-loading .logo.logo-line g path {
  stroke: #1A6CB6;
  stroke-width: 1;
  fill: none;
}
.cmn-global-loading.standby .logo.logo-line .inner {
  opacity: 1;
}
.cmn-global-loading.loaded:before {
  opacity: 0;
  transition: opacity 0.2s 0.4s linear;
}
.cmn-global-loading.loaded .logo.logo-line {
  opacity: 0;
  transition: opacity 0.4s 0s linear;
}
.cmn-global-loading.loaded .logo.logo-main {
  width: 20000%;
  height: 20000%;
  transition: all 0.8s 0.4s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.cmn-global-loading.loaded .logo.logo-main .inner {
  opacity: 1;
  transition: opacity 0.6s 0s linear;
}
.cmn-global-loading.loaded .logo.logo-main .bg {
  opacity: 0;
  transition: all 0.8s 0.4s linear;
}
.cmn-global-loading.loaded .logo.logo-main .path path {
  fill: #1A6CB6;
  transition: all 0.4s 0.4s linear;
}
.cmn-global-loading.loaded {
  opacity: 0;
  transition: opacity 0s 2s linear;
}

.cmn-global-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color: #ffffff;
  z-index: 10;
  transition: height 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (min-width: 901px), print {
  .cmn-global-header {
    height: 5.1244509517vw;
    padding-left: 4.39238653vw;
    padding-right: 2.9282576867vw;
    box-shadow: 0 0.3660322108vw 0.7320644217vw rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-header {
    height: 16vw;
    padding-left: 4vw;
    padding-right: 0vw;
    box-shadow: 0 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 901px), print {
  body {
    padding-top: 5.1244509517vw;
  }
}
@media screen and (max-width: 900px) {
  body {
    padding-top: 16vw;
  }
}

.cmn-global-header .logo {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 901px), print {
  .cmn-global-header .logo {
    width: 13.17715959vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-header .logo {
    width: 32vw;
  }
}
.cmn-global-header .logo a {
  display: block;
  width: 100%;
}
.cmn-global-header .logo img {
  width: 100%;
}
@media screen and (min-width: 901px), print {
  .cmn-global-header .menu {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-header .menu {
    position: fixed;
    top: 16vw;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: rgba(26, 108, 182, 0.9);
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    overflow: auto;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-global-header .menu .list {
    display: flex;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-global-header .menu .list > li {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-header .menu .list > li {
    border-top: 0.5333333333vw solid #4294DD;
  }
  .cmn-global-header .menu .list > li:last-child {
    border-bottom: 0.5333333333vw solid #4294DD;
  }
}
.cmn-global-header .menu .list > li a {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 901px), print {
  .cmn-global-header .menu .list > li a {
    justify-content: center;
    padding-left: 1.4641288433vw;
    padding-right: 1.4641288433vw;
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-header .menu .list > li a {
    padding-top: 3.7333333333vw;
    padding-bottom: 3.7333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 10.6666666667vw;
    color: #ffffff;
    font-size: 3.7333333333vw;
  }
}
.cmn-global-header .menu .list > li a .ja,
.cmn-global-header .menu .list > li a .en {
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.cmn-global-header .menu .list > li a .ja {
  opacity: 1;
}
.cmn-global-header .menu .list > li a .en {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 901px), print {
  .cmn-global-header .menu .list > li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 0.2928257687vw;
    background-color: #1A6CB6;
    transform: translateX(-50%);
    transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .cmn-global-header .menu .list > li a:hover .ja {
    opacity: 0;
  }
  .cmn-global-header .menu .list > li a:hover .en {
    opacity: 1;
  }
  .cmn-global-header .menu .list > li a:hover:after {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-header .menu .list > li a[data-accordion]:after {
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    transform: translateY(-50%);
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
  }
  .cmn-global-header .menu .list > li a[data-accordion].is-active:after {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
  }
}
@media screen and (min-width: 901px), print {
  .cmn-global-header .menu .list > li ul {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-header .menu .list > li ul {
    height: 0;
    overflow: hidden;
  }
}
.cmn-global-header .menu .list > li ul > li:first-child {
  padding-top: 1.3333333333vw;
  border-top: 0.5333333333vw solid #4294DD;
}
.cmn-global-header .menu .list > li ul > li:last-child {
  padding-bottom: 1.3333333333vw;
}
.cmn-global-header .menu .list > li ul > li a {
  padding-top: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
  padding-left: 12vw;
  font-size: 3.4666666667vw;
}
.cmn-global-header .menu .list > li ul > li a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5.3333333333vw;
  width: 2.6666666667vw;
  height: 0.5333333333vw;
  background-color: #ffffff;
}
@media screen and (min-width: 901px), print {
  .cmn-global-header .menu .button {
    display: flex;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-global-header .menu .button > li {
    display: flex;
    align-items: center;
    margin-left: 1.4641288433vw;
  }
}
.cmn-global-header .menu .button > li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
  transition: background-color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), height 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), border-radius 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (min-width: 901px), print {
  .cmn-global-header .menu .button > li a {
    width: 13.17715959vw;
    height: 3.2210834553vw;
    border-radius: 1.6105417277vw;
    font-size: 0.9516837482vw;
    background-color: #1A6CB6;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-header .menu .button > li a {
    margin-top: 5.3333333333vw;
    margin-left: auto;
    margin-right: auto;
    width: 77.3333333333vw;
    height: 18.6666666667vw;
    border-radius: 9.3333333333vw;
    border: 0.5333333333vw solid #ffffff;
    font-size: 4vw;
  }
}
.cmn-global-header .menu .button > li a:hover {
  background-color: #1C8CF1;
}
.cmn-global-header .menu .button > li a .icon {
  margin-left: 0.25em;
}
@media screen and (min-width: 901px), print {
  .cmn-global-header .menu .button > li a .icon-arrow--r {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-header .menu .button > li a .icon-arrow--r {
    position: absolute;
    right: 6.6666666667vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-global-header .burger {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-header .burger {
    position: relative;
    width: 18.6666666667vw;
    background-color: #1A6CB6;
    border-top-left-radius: 5.3333333333vw;
  }
  .cmn-global-header .burger span {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.2666666667vw;
    height: 0.5333333333vw;
  }
  .cmn-global-header .burger span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .cmn-global-header .burger span:nth-child(1), .cmn-global-header .burger span:nth-child(2) {
    right: 50%;
    margin-right: -3.2vw;
  }
  .cmn-global-header .burger span:nth-child(1):before, .cmn-global-header .burger span:nth-child(2):before {
    transform: scaleX(1);
    transform-origin: right center;
  }
  .cmn-global-header .burger span:nth-child(3), .cmn-global-header .burger span:nth-child(4) {
    left: 50%;
    margin-left: -2.6666666667vw;
    width: 5.3333333333vw;
  }
  .cmn-global-header .burger span:nth-child(3):before, .cmn-global-header .burger span:nth-child(4):before {
    transform: scaleX(0);
    transform-origin: left center;
  }
  .cmn-global-header .burger span:nth-child(1) {
    width: 4.8vw;
    transform: translateY(-1.0666666667vw);
  }
  .cmn-global-header .burger span:nth-child(2) {
    width: 6.4vw;
    transform: translateY(1.0666666667vw);
  }
  .cmn-global-header .burger span:nth-child(3) {
    transform: rotate(45deg);
  }
  .cmn-global-header .burger span:nth-child(4) {
    transform: rotate(135deg);
  }
}
.cmn-global-header .menu.is-active {
  opacity: 1;
  pointer-events: auto;
}
.cmn-global-header .menu.is-active + .burger span:nth-child(1):before, .cmn-global-header .menu.is-active + .burger span:nth-child(2):before {
  transform: scaleX(0);
}
.cmn-global-header .menu.is-active + .burger span:nth-child(3):before, .cmn-global-header .menu.is-active + .burger span:nth-child(4):before {
  transform: scaleX(1);
}
.cmn-global-header .menu.is-active + .burger span:nth-child(1):before {
  transition-delay: 0s;
}
.cmn-global-header .menu.is-active + .burger span:nth-child(2):before {
  transition-delay: 0.1s;
}
.cmn-global-header .menu.is-active + .burger span:nth-child(3):before {
  transition-delay: 0.2s;
}
.cmn-global-header .menu.is-active + .burger span:nth-child(4):before {
  transition-delay: 0.3s;
}

#home .cmn-global-header:not(.is-scroll) {
  box-shadow: none !important;
}
@media screen and (min-width: 901px), print {
  #home .cmn-global-header:not(.is-scroll) {
    height: 6.588579795vw;
  }
}
@media screen and (min-width: 901px), print {
  #home .cmn-global-header:not(.is-scroll) .menu .button > li a {
    height: 3.6603221083vw;
    border-radius: 1.8301610542vw;
  }
}
@media screen and (min-width: 901px), print {
  #home {
    padding-top: 6.588579795vw;
  }
}

.cmn-global-footer {
  background-color: #1A6CB6;
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer {
    margin-top: -8.78477306vw;
    padding-top: 8.78477306vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer {
    margin-top: -13.3333333333vw;
    padding-top: 13.3333333333vw;
  }
}
.cmn-global-footer .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.cmn-global-footer .main {
  position: relative;
  color: #ffffff;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main {
    padding-top: 5.8565153734vw;
    padding-bottom: 5.8565153734vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main {
    padding-top: 21.3333333333vw;
    padding-bottom: 24vw;
  }
}
.cmn-global-footer .main:before {
  content: "";
  position: absolute;
  background-image: url(../img/common/footer-bg-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main:before {
    right: -8.4187408492vw;
    bottom: 0.7320644217vw;
    width: 60.3953147877vw;
    height: 22.6939970717vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main:before {
    right: -35.2vw;
    bottom: -7.4666666667vw;
    width: 110.6666666667vw;
    height: 40.5333333333vw;
  }
}
.cmn-global-footer .main .inner {
  position: relative;
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .inner {
    flex-direction: column;
  }
}
.cmn-global-footer .main .info .logo dt {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main .info .logo dt {
    width: 12.5915080527vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .info .logo dt {
    width: 28vw;
  }
}
.cmn-global-footer .main .info .logo dt img {
  width: 100%;
}
.cmn-global-footer .main .info .logo dd {
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main .info .logo dd {
    margin-top: 1.4641288433vw;
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .info .logo dd {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}
.cmn-global-footer .main .info .data {
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main .info .data {
    margin-top: 5.4904831625vw;
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .info .data {
    margin-top: 16vw;
    font-size: 3.2vw;
  }
}
.cmn-global-footer .main .info .data dt {
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .info .data dt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main .info .data dd:nth-child(2) {
    margin-top: 1.0980966325vw;
  }
  .cmn-global-footer .main .info .data dd:nth-child(3) {
    margin-top: 2.5622254758vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .info .data dd {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main .info .data p {
    margin-top: 0.9150805271vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .info .data p {
    display: inline-block;
  }
  .cmn-global-footer .main .info .data p:not(:first-child) {
    margin-left: 1em;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main .menu {
    margin-top: 4.0263543192vw;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .menu {
    margin-top: 10.6666666667vw;
  }
}
.cmn-global-footer .main .menu .list {
  display: flex;
  line-height: 1.5;
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main .menu .list:not(:first-child) {
    margin-top: 4.0263543192vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .menu .list {
    flex-wrap: wrap;
  }
  .cmn-global-footer .main .menu .list:nth-child(1) {
    border-top: 0.2666666667vw #4294DD solid;
  }
  .cmn-global-footer .main .menu .list:nth-child(2) {
    border-bottom: 0.2666666667vw #4294DD solid;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main .menu .list > li:nth-child(1) {
    width: 12.4450951684vw;
  }
  .cmn-global-footer .main .menu .list > li:nth-child(2) {
    width: 12.4450951684vw;
  }
  .cmn-global-footer .main .menu .list > li:nth-child(3) {
    width: 12.4450951684vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .menu .list > li {
    border-color: #4294DD;
    border-style: solid;
    border-top-width: 0.2666666667vw;
    border-bottom-width: 0.2666666667vw;
  }
  .cmn-global-footer .main .menu .list > li:not(.submenu) {
    width: 50%;
  }
  .cmn-global-footer .main .menu .list > li.submenu {
    width: 100%;
  }
  .cmn-global-footer .main .menu .list > li:nth-child(odd) {
    border-right-width: 0.2666666667vw;
  }
  .cmn-global-footer .main .menu .list > li:nth-child(even) {
    border-left-width: 0.2666666667vw;
  }
}
.cmn-global-footer .main .menu .list > li > a {
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  font-weight: bold;
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main .menu .list > li > a {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .menu .list > li > a {
    height: 10.6666666667vw;
    padding-left: 12vw;
    padding-right: 12vw;
    font-size: 3.7333333333vw;
  }
}
.cmn-global-footer .main .menu .list > li > a[data-accordion] {
  position: relative;
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .menu .list > li > a[data-accordion]:after {
    position: absolute;
    top: 50%;
    right: 6.6666666667vw;
    transform: translateY(-50%);
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
  }
  .cmn-global-footer .main .menu .list > li > a[data-accordion].is-active:after {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
  }
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main .menu .list > li ul {
    margin-top: 1.1713030747vw;
    height: auto !important;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .menu .list > li ul {
    overflow: hidden;
    height: 0;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main .menu .list > li li {
    margin-top: 0.7320644217vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .menu .list > li li {
    padding-left: 12vw;
    padding-right: 12vw;
  }
  .cmn-global-footer .main .menu .list > li li:first-child {
    padding-top: 2vw;
    border-color: #4294DD;
    border-style: solid;
    border-top-width: 0.5333333333vw;
  }
  .cmn-global-footer .main .menu .list > li li:last-child {
    padding-bottom: 2vw;
  }
}
.cmn-global-footer .main .menu .list > li li > a {
  display: block;
  position: relative;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main .menu .list > li li > a {
    padding-left: 1.4641288433vw;
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .menu .list > li li > a {
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.cmn-global-footer .main .menu .list > li li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #ffffff;
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main .menu .list > li li > a:before {
    width: 0.7320644217vw;
    height: 0.1464128843vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .menu .list > li li > a:before {
    width: 2.6666666667vw;
    height: 0.2666666667vw;
  }
}
.cmn-global-footer .main .menu .button {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .menu .button {
    flex-direction: column;
    align-items: center;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main .menu .button li:not(:first-child) {
    margin-left: 0.7320644217vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .menu .button li:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
.cmn-global-footer .main .menu .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main .menu .button a {
    width: 16.4714494876vw;
    height: 3.6603221083vw;
    border-width: 0.1464128843vw;
    border-radius: 1.8301610542vw;
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .menu .button a {
    width: 77.3333333333vw;
    height: 18.6666666667vw;
    border-width: 0.5333333333vw;
    border-radius: 9.3333333333vw;
    font-size: 4vw;
  }
}
.cmn-global-footer .main .menu .button a.recruit, .cmn-global-footer .main .menu .button a.request {
  background-color: #ffffff;
  color: #1A6CB6;
}
.cmn-global-footer .main .menu .button a.contact {
  color: #ffffff;
}
.cmn-global-footer .main .totop {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main .totop {
    top: 4.0263543192vw;
  }
}
.cmn-global-footer .main .totop span {
  position: absolute;
  top: calc(100% + 2em);
  left: 50%;
  display: block;
  transform: translateX(-50%) rotate(90deg);
  font-weight: bold;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main .totop span {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .totop span {
    font-size: 3.7333333333vw;
  }
}
.cmn-global-footer .main .totop:before {
  content: "";
  display: block;
  background-color: #ffffff;
  -webkit-animation-name: scroll-animation2;
  animation-name: scroll-animation2;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .main .totop:before {
    width: 0.1464128843vw;
    height: 9.1508052709vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .main .totop:before {
    width: 0.5333333333vw;
    height: 42.6666666667vw;
  }
}
@-webkit-keyframes scroll-animation2 {
  0% {
    transform: scaleY(0);
    transform-origin: center bottom;
  }
  50% {
    transform: scaleY(1);
    transform-origin: center bottom;
  }
  51% {
    transform: scaleY(1);
    transform-origin: center top;
  }
  100% {
    transform: scaleY(0);
    transform-origin: center top;
  }
}
@keyframes scroll-animation2 {
  0% {
    transform: scaleY(0);
    transform-origin: center bottom;
  }
  50% {
    transform: scaleY(1);
    transform-origin: center bottom;
  }
  51% {
    transform: scaleY(1);
    transform-origin: center top;
  }
  100% {
    transform: scaleY(0);
    transform-origin: center top;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .sole {
    padding-top: 1.4641288433vw;
    padding-bottom: 1.4641288433vw;
    background-color: #F2F7FF;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .sole {
    background-color: #F2F7FF;
  }
}
.cmn-global-footer .sole .inner {
  align-items: center;
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .sole .inner {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .sole .menu {
    margin-right: 1.4641288433vw;
  }
}
.cmn-global-footer .sole .menu .list {
  display: flex;
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .sole .menu .list {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.cmn-global-footer .sole .menu a {
  color: #1A6CB6;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .sole .menu a {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .sole .menu a {
    font-size: 3.7333333333vw;
  }
}
.cmn-global-footer .sole .icon {
  margin-right: auto;
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .sole .icon {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .sole .icon {
    order: -1;
    width: 100%;
  }
}
.cmn-global-footer .sole .icon .list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .sole .icon .list {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }
  .cmn-global-footer .sole .icon .list:first-child {
    padding-top: 9.3333333333vw;
  }
  .cmn-global-footer .sole .icon .list:last-child {
    padding-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .sole .icon .list li {
    margin-left: 0.7320644217vw;
    margin-right: 0.7320644217vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .sole .icon .list li {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
.cmn-global-footer .sole .icon .list a {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
}
.cmn-global-footer .sole .icon .list a img {
  width: auto;
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .sole .icon .list a img {
    height: 2.0497803807vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .sole .icon .list a img {
    height: 8.8vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .sole .icon .list a .txt {
    font-size: 0.878477306vw;
    font-weight: bold;
    color: #1A6CB6;
    margin-right: 0.439238653vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .sole .icon .list.line {
    position: relative;
    margin-left: 0.7320644217vw;
    padding-left: 0.7320644217vw;
  }
  .cmn-global-footer .sole .icon .list.line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2196193265vw;
    bottom: 0.2196193265vw;
    width: 0.0732064422vw;
    background-color: #3685CD;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .sole .icon .list.line {
    flex-direction: column;
    align-items: center;
    border-bottom: 0.5333333333vw solid #D4E4FE;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .sole .icon .list.line li:not(:first-child) {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .sole .icon .list.line a {
    width: 77.3333333333vw;
    height: 11.7333333333vw;
    background-color: #06C755;
    color: #ffffff;
    align-items: center;
    justify-content: center;
  }
  .cmn-global-footer .sole .icon .list.line a img {
    position: absolute;
    top: 0;
    height: 100%;
    left: 5.3333333333vw;
  }
}
.cmn-global-footer .sole .copy small {
  color: #1A6CB6;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 901px), print {
  .cmn-global-footer .sole .copy small {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-global-footer .sole .copy small {
    font-size: 3.2vw;
  }
}

.cmn-inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 901px), print {
  .cmn-inner {
    width: 80.5270863836vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-inner {
    margin-left: 6.6666666667vw;
    margin-right: 6.6666666667vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-inner.small {
    width: 58.5651537335vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-inner .cmn-inner-break-sp {
    margin-left: -6.6666666667vw;
    margin-right: -6.6666666667vw;
  }
}

.cmn-contents {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (min-width: 901px), print {
  .cmn-contents {
    border-radius: 0px 0px 8.78477306vw 8.78477306vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-contents {
    border-radius: 0px 0px 13.3333333333vw 13.3333333333vw;
  }
}

.cmn-breadcrumbs {
  display: flex;
  align-items: center;
  width: 100%;
  height: 6.9546120059vw;
}
@media screen and (max-width: 900px) {
  .cmn-breadcrumbs {
    display: none;
  }
}
.cmn-breadcrumbs ul {
  display: flex;
  align-items: center;
}
.cmn-breadcrumbs ul li {
  display: flex;
  align-items: center;
}
.cmn-breadcrumbs ul li:not(:first-child):before {
  content: "/";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.cmn-breadcrumbs ul li a {
  color: #6B6B6C;
  font-size: 1.1713030747vw;
  letter-spacing: 0.06em;
}
.cmn-breadcrumbs ul li a:not([href]) {
  font-weight: bold;
}

.cmn-contents-header {
  position: relative;
  color: #1A6CB6;
}
@media screen and (min-width: 901px), print {
  .cmn-contents-header {
    padding-top: 0.3660322108vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-contents-header {
    padding-top: 24vw;
  }
}
.cmn-contents-header .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cmn-contents-header .title .en,
.cmn-contents-header .title .ja {
  display: block;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.1;
}
.cmn-contents-header .title .en {
  font-family: brandon-grotesque, sans-serif;
}
@media screen and (min-width: 901px), print {
  .cmn-contents-header .title .en {
    margin-bottom: 1.4641288433vw;
    font-size: 3.6603221083vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-contents-header .title .en {
    margin-bottom: 2.6666666667vw;
    font-size: 9.6vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-contents-header .title .ja {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-contents-header .title .ja {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-contents-header .title .ja:first-child {
    margin-top: 0.7320644217vw;
    font-size: 2.3426061493vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-contents-header .title .ja:first-child {
    font-size: 7.4666666667vw;
  }
}
.cmn-contents-header.type-image {
  color: #ffffff;
  background-repeat: no-repeat;
}
@media screen and (min-width: 901px), print {
  .cmn-contents-header.type-image {
    display: flex;
    align-items: center;
    height: 29.2825768668vw;
    background-size: auto 100%;
    background-position: center left;
  }
}
@media screen and (max-width: 900px) {
  .cmn-contents-header.type-image {
    padding-top: 24vw;
    background-size: 100% auto;
    background-position: center top;
  }
}
.cmn-contents-header.type-image .mainimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmn-contents-header.type-image .mainimage img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@media screen and (min-width: 901px), print {
  .cmn-contents-header.type-image .mainimage img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  .cmn-contents-header.type-image .mainimage img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-contents-header.type-image .illust {
    position: absolute;
  }
}
.cmn-contents-header.type-image .cmn-inner {
  position: relative;
}
@media screen and (min-width: 901px), print {
  .cmn-contents-header.type-image .cmn-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-contents-header.type-image .title {
    align-items: flex-start;
  }
}
.cmn-contents-header.type-image .lead {
  font-weight: bold;
}
@media screen and (min-width: 901px), print {
  .cmn-contents-header.type-image .lead {
    margin-top: 3.2942898975vw;
    font-size: 1.1713030747vw;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 900px) {
  .cmn-contents-header.type-image .lead {
    margin-top: 6.6666666667vw;
    color: #1A6CB6;
    font-size: 3.7333333333vw;
    line-height: 1.8571428571;
    letter-spacing: 0.06em;
    text-align: center;
  }
}

.cmn-contact-banner {
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 901px), print {
  .cmn-contact-banner {
    padding-top: 6.588579795vw;
    padding-bottom: 6.588579795vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-contact-banner {
    padding-top: 24vw;
    padding-bottom: 24vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-contact-banner {
    background-image: url(../img/common/contact-banner-bg.jpg);
  }
}
@media screen and (max-width: 900px) {
  .cmn-contact-banner {
    background-image: url(../img/common/contact-banner-bg.sp.jpg);
    background-color: #1A6CB6;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-contact-banner .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-contact-banner .txt {
    margin-left: 5.8565153734vw;
  }
}
.cmn-contact-banner .txt .title .en,
.cmn-contact-banner .txt .title .ja {
  display: block;
}
@media screen and (max-width: 900px) {
  .cmn-contact-banner .txt .title .en,
.cmn-contact-banner .txt .title .ja {
    text-align: center;
  }
}
.cmn-contact-banner .txt .title .en {
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 901px), print {
  .cmn-contact-banner .txt .title .en {
    font-size: 3.6603221083vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-contact-banner .txt .title .en {
    font-size: 9.6vw;
  }
}
.cmn-contact-banner .txt .title .ja {
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 901px), print {
  .cmn-contact-banner .txt .title .ja {
    margin-top: 0.3660322108vw;
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-contact-banner .txt .title .ja {
    margin-top: 8vw;
    font-size: 4.8vw;
  }
}
.cmn-contact-banner .txt .text {
  font-weight: bold;
}
@media screen and (min-width: 901px), print {
  .cmn-contact-banner .txt .text {
    margin-top: 2.196193265vw;
    font-size: 1.1713030747vw;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 900px) {
  .cmn-contact-banner .txt .text {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
    line-height: 1.875;
    letter-spacing: 0.06em;
    text-align: center;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-contact-banner .btn {
    margin-right: 5.8565153734vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-contact-banner .btn {
    margin-top: 13.3333333333vw;
  }
}
.cmn-contact-banner .btn .cmn-button {
  margin-left: auto;
  margin-right: auto;
}

.cmn-section-corner {
  position: relative;
}
.cmn-section-corner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmn-section-corner .bg div {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}
.cmn-section-corner .bg div span {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}
.cmn-section-corner .bg div span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
.cmn-section-corner .bg div span:nth-child(1) {
  z-index: 0;
}
@media screen and (min-width: 901px), print {
  .cmn-section-corner .bg div span:nth-child(1) {
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .cmn-section-corner .bg div span:nth-child(1) {
    top: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-section-corner .bg div span:nth-child(1):before {
    top: -8.78477306vw;
    bottom: -8.78477306vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-section-corner .bg div span:nth-child(1):before {
    top: -13.3333333333vw;
    bottom: -13.3333333333vw;
  }
}
.cmn-section-corner .bg div span:nth-child(2) {
  z-index: -1;
}
@media screen and (min-width: 901px), print {
  .cmn-section-corner .bg div span:nth-child(2) {
    top: -8.78477306vw;
    bottom: -8.78477306vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-section-corner .bg div span:nth-child(2) {
    top: -13.3333333333vw;
    bottom: -13.3333333333vw;
  }
}
.cmn-section-corner .bg div span:nth-child(2):before {
  top: 0vw;
  bottom: 0vw;
}
.cmn-section-corner .bg div:nth-child(1) {
  left: 0;
}
.cmn-section-corner .bg div:nth-child(1) span:before {
  background-position: left center;
}
.cmn-section-corner .bg div:nth-child(2) {
  right: 0;
}
.cmn-section-corner .bg div:nth-child(2) span:before {
  background-position: right center;
}
@media screen and (min-width: 901px), print {
  .cmn-section-corner .bg.ltR div:nth-child(1) span {
    border-top-left-radius: 8.78477306vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-section-corner .bg.ltR div:nth-child(1) span {
    border-top-left-radius: 13.3333333333vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-section-corner .bg.ltR div:nth-child(1) span:nth-child(2) {
    top: 0vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-section-corner .bg.ltR div:nth-child(1) span:nth-child(2) {
    top: 0vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-section-corner .bg.ltR div:nth-child(1) span:nth-child(2):before {
    top: -8.78477306vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-section-corner .bg.ltR div:nth-child(1) span:nth-child(2):before {
    top: -13.3333333333vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-section-corner .bg.lbR div:nth-child(1) span {
    border-bottom-left-radius: 8.78477306vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-section-corner .bg.lbR div:nth-child(1) span {
    border-bottom-left-radius: 13.3333333333vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-section-corner .bg.lbR div:nth-child(1) span:nth-child(2) {
    bottom: 0vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-section-corner .bg.lbR div:nth-child(1) span:nth-child(2) {
    bottom: 0vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-section-corner .bg.lbR div:nth-child(1) span:nth-child(2):before {
    bottom: -8.78477306vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-section-corner .bg.lbR div:nth-child(1) span:nth-child(2):before {
    bottom: -13.3333333333vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-section-corner .bg.rtR div:nth-child(2) span {
    border-top-right-radius: 8.78477306vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-section-corner .bg.rtR div:nth-child(2) span {
    border-top-right-radius: 13.3333333333vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-section-corner .bg.rtR div:nth-child(2) span:nth-child(2) {
    top: 0vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-section-corner .bg.rtR div:nth-child(2) span:nth-child(2) {
    top: 0vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-section-corner .bg.rtR div:nth-child(2) span:nth-child(2):before {
    top: -8.78477306vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-section-corner .bg.rtR div:nth-child(2) span:nth-child(2):before {
    top: -13.3333333333vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-section-corner .bg.rbR div:nth-child(2) span {
    border-bottom-right-radius: 8.78477306vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-section-corner .bg.rbR div:nth-child(2) span {
    border-bottom-right-radius: 13.3333333333vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-section-corner .bg.rbR div:nth-child(2) span:nth-child(2) {
    bottom: 0vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-section-corner .bg.rbR div:nth-child(2) span:nth-child(2) {
    bottom: 0vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-section-corner .bg.rbR div:nth-child(2) span:nth-child(2):before {
    bottom: -8.78477306vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-section-corner .bg.rbR div:nth-child(2) span:nth-child(2):before {
    bottom: -13.3333333333vw;
  }
}
.cmn-section-corner .bg.white div span:before {
  background-color: #ffffff;
}
.cmn-section-corner .bg.pale div span:before {
  background-color: #F2F9FF;
}
.cmn-section-corner .bg.gray div span:before {
  background-color: #F5F5F5;
}
.cmn-section-corner .cmn-inner {
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 901px), print {
  .cmn-form .group:not(:first-child) {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .group:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}
.cmn-form .title {
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 901px), print {
  .cmn-form .title {
    margin-bottom: 0.7320644217vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .title {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.cmn-form .title.strong {
  color: #1A6CB6;
  line-height: 1.5;
}
@media screen and (min-width: 901px), print {
  .cmn-form .title.strong {
    font-size: 2.0497803807vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .title.strong {
    font-size: 6.4vw;
  }
}
.cmn-form .field {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 901px), print {
  .cmn-form .field {
    display: flex;
    width: 54.5387994143vw;
    justify-content: space-between;
    padding-top: 1.4641288433vw;
    padding-bottom: 1.4641288433vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .field {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.cmn-form .label .required:after,
.cmn-form .label .option:after,
.cmn-form .value .required:after,
.cmn-form .value .option:after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@media screen and (min-width: 901px), print {
  .cmn-form .label .required:after,
.cmn-form .label .option:after,
.cmn-form .value .required:after,
.cmn-form .value .option:after {
    left: 11.7130307467vw;
    width: 2.5622254758vw;
    height: 1.4641288433vw;
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .label .required:after,
.cmn-form .label .option:after,
.cmn-form .value .required:after,
.cmn-form .value .option:after {
    width: 9.3333333333vw;
    height: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.cmn-form .label .required:after,
.cmn-form .value .required:after {
  content: "必須";
  color: #ffffff;
  background-color: #1A6CB6;
}
.cmn-form .label .option:after,
.cmn-form .value .option:after {
  content: "任意";
  color: #1A6CB6;
  background-color: #F2F9FF;
}
.cmn-form .label {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (min-width: 901px), print {
  .cmn-form .label {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .label {
    font-size: 4.2666666667vw;
  }
}
.cmn-form .label > div {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 901px), print {
  .cmn-form .label > div:nth-child(1) {
    min-height: 3.6603221083vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-form .label > div:nth-child(1) span:nth-child(1) {
    padding-right: 4.7584187408vw;
    width: 15.7393850659vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-form .label > div:nth-child(1) span:nth-child(2) {
    width: 8.78477306vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-form .label > div small {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .label > div small {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-form .label > div.required:after, .cmn-form .label > div.option:after {
    position: absolute;
    left: 11.7130307467vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .label > div.required:after, .cmn-form .label > div.option:after {
    margin-left: 4vw;
  }
}
.cmn-form .label > div.note {
  display: block;
  color: #707070;
  font-weight: normal;
}
@media screen and (min-width: 901px), print {
  .cmn-form .label > div.note {
    font-size: 0.8052708638vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .label > div.note {
    margin-top: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.cmn-form .value {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 901px), print {
  .cmn-form .value {
    width: 38.7994143485vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .value {
    margin-top: 2.6666666667vw;
  }
}
.cmn-form .value .data {
  display: flex;
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.06em;
  align-items: center;
}
@media screen and (min-width: 901px), print {
  .cmn-form .value .data {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .value .data {
    font-size: 3.7333333333vw;
  }
}
.cmn-form .value .text {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 901px), print {
  .cmn-form .value .text {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .value .text {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-form .value .text:not(:first-child) {
    margin-top: 1.0980966325vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .value .text:not(:first-child) {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-form .value .text:not(:last-child) {
    margin-bottom: 1.0980966325vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .value .text:not(:last-child) {
    margin-bottom: 4vw;
  }
}
.cmn-form .value .text.arrow {
  margin-left: 2.5em;
}
.cmn-form .value .text.arrow:before {
  display: inline-block;
  margin-left: -2.5em;
  width: 2.5em;
  color: #707070;
  text-align: center;
}
.cmn-form .value .emsg {
  color: #FF0D00;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 901px), print {
  .cmn-form .value .emsg {
    margin-top: 0.3660322108vw;
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .value .emsg {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
}
.cmn-form .value .unit {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 901px), print {
  .cmn-form .value .unit {
    margin-left: 1.4641288433vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .value .unit {
    margin-left: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.cmn-form .value .note {
  color: #707070;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (min-width: 901px), print {
  .cmn-form .value .note {
    margin-top: 0.7320644217vw;
    font-size: 0.8052708638vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .value .note {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-form .value .required:after,
.cmn-form .value .option:after {
    margin-left: 1.0980966325vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .value .required:after,
.cmn-form .value .option:after {
    margin-left: 4vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .group-privacy {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-form .group-privacy .title {
    margin-bottom: 2.196193265vw;
  }
}
.cmn-form .group-privacy .field {
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 901px), print {
  .cmn-form .group-privacy .field {
    width: auto;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .group-privacy .field {
    padding-top: 0;
  }
}
.cmn-form .group-privacy .field .txt {
  width: 100%;
  font-weight: bold;
}
@media screen and (min-width: 901px), print {
  .cmn-form .group-privacy .field .txt {
    font-size: 1.1713030747vw;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .group-privacy .field .txt {
    font-size: 3.7333333333vw;
    line-height: 1.8571428571;
  }
}
.cmn-form .group-privacy .field .box {
  width: 100%;
  background-color: #f9f9f9;
  line-height: 1.6;
}
@media screen and (min-width: 901px), print {
  .cmn-form .group-privacy .field .box {
    margin-top: 2.9282576867vw;
    margin-bottom: 3.2942898975vw;
    padding-top: 1.4641288433vw;
    padding-bottom: 1.4641288433vw;
    padding-left: 1.4641288433vw;
    padding-right: 1.4641288433vw;
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .group-privacy .field .box {
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.cmn-form .group-privacy .field .box > div {
  overflow: auto;
}
@media screen and (min-width: 901px), print {
  .cmn-form .group-privacy .field .box > div {
    height: 22.3279648609vw;
    padding-right: 30px;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .group-privacy .field .box > div {
    height: 88vw;
    padding-right: 4vw;
  }
}
.cmn-form .group-privacy .field .value {
  align-items: center;
}
@media screen and (min-width: 901px), print {
  .cmn-form .group-privacy .field .value {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form .group-privacy .field .value {
    margin-top: 4vw;
  }
}
.cmn-form .group-privacy .field .value .data {
  width: auto;
}
.cmn-form .group-privacy .field .value .emsg {
  width: auto;
}
.cmn-form.confirm .message {
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 901px), print {
  .cmn-form.confirm .message {
    margin-bottom: 4.7584187408vw;
    font-size: 1.1713030747vw;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form.confirm .message {
    margin-bottom: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.cmn-form.confirm .title {
  margin-bottom: 2.196193265vw;
}
.cmn-form.confirm .field {
  border-top: 0.1464128843vw solid #EEEEEE;
}
.cmn-form.confirm .field:last-child {
  border-bottom: 0.1464128843vw solid #EEEEEE;
}
.cmn-form.confirm .label,
.cmn-form.confirm .value {
  position: relative;
  display: flex;
}
@media screen and (min-width: 901px), print {
  .cmn-form.confirm .label > div,
.cmn-form.confirm .value > div {
    min-height: auto;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-form.confirm .label > div span:nth-child(1) {
    width: 24.8901903367vw;
  }
}
.cmn-form.done .subject {
  color: #1A6CB6;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 901px), print {
  .cmn-form.done .subject {
    font-size: 2.0497803807vw;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form.done .subject {
    font-size: 7.4666666667vw;
    letter-spacing: 0.12em;
    line-height: 1.5;
  }
}
.cmn-form.done .message {
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 901px), print {
  .cmn-form.done .message {
    width: 54.5387994143vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form.done .message {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 901px), print {
  .cmn-form-text,
.cmn-form-select,
.cmn-form-textarea,
.cmn-form-radio + span,
.cmn-form-check + span {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form-text,
.cmn-form-select,
.cmn-form-textarea,
.cmn-form-radio + span,
.cmn-form-check + span {
    font-size: 3.7333333333vw;
  }
}

.cmn-form-text,
.cmn-form-select,
.cmn-form-textarea {
  width: 100%;
  background-color: #F9F9F9;
}
@media screen and (min-width: 901px), print {
  .cmn-form-text,
.cmn-form-select,
.cmn-form-textarea {
    padding-left: 1.4641288433vw;
    padding-right: 1.4641288433vw;
    border-radius: 0.2928257687vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form-text,
.cmn-form-select,
.cmn-form-textarea {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.cmn-form-text::-moz-placeholder, .cmn-form-select::-moz-placeholder, .cmn-form-textarea::-moz-placeholder {
  color: #AFAFAF;
}
.cmn-form-text::placeholder,
.cmn-form-select::placeholder,
.cmn-form-textarea::placeholder {
  color: #AFAFAF;
}
.cmn-form-text.err,
.cmn-form-select.err,
.cmn-form-textarea.err {
  background-color: #FBECEB;
  border: 1px solid rgba(255, 13, 0, 0.5);
}

@media screen and (min-width: 901px), print {
  .cmn-form-text,
.cmn-form-select {
    height: 3.6603221083vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form-text,
.cmn-form-select {
    height: 12.2666666667vw;
  }
}

@media screen and (min-width: 901px), print {
  .cmn-form-text.zipcode {
    width: 23.5724743777vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form-text.zipcode {
    width: 48vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-form-text.zipcode + .cmn-form-button {
    margin-left: 1.4641288433vw;
    width: 13.7628111274vw;
    height: 3.6603221083vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form-text.zipcode + .cmn-form-button {
    margin-left: 5.3333333333vw;
    width: 33.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-form-text.birthday {
    width: 8.0527086384vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form-text.birthday:nth-child(1) {
    width: 22.6666666667vw;
  }
  .cmn-form-text.birthday:not(:nth-child(1)) {
    width: 20vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-form-text.birthday:not(:first-child) {
    margin-left: 1.4641288433vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form-text.birthday:not(:first-child) {
    margin-left: 2.6666666667vw;
  }
}

.cmn-form-textarea {
  resize: none;
  line-height: 1.5;
}
@media screen and (min-width: 901px), print {
  .cmn-form-textarea {
    padding-top: 1.0980966325vw;
    padding-bottom: 1.0980966325vw;
    height: 10.2489019034vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form-textarea {
    padding-top: 4vw;
    padding-bottom: 4vw;
    height: 45.3333333333vw;
  }
}

.cmn-form-radio,
.cmn-form-check {
  line-height: 1.5;
}
.cmn-form-radio + span,
.cmn-form-check + span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding-left: 1.875em;
}
@media screen and (min-width: 901px), print {
  .cmn-form-radio.big + span,
.cmn-form-check.big + span {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form-radio.big + span,
.cmn-form-check.big + span {
    font-size: 3.7333333333vw;
  }
}
.cmn-form-radio.blue + span,
.cmn-form-check.blue + span {
  color: #1A6CB6;
}

.cmn-form-radio + span:before,
.cmn-form-check + span:before {
  position: absolute;
  top: 0.6em;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.25em;
  line-height: 1;
}

.cmn-form-radio + span:before {
  color: #B7B7B7;
}
.cmn-form-radio:checked + span:before {
  color: #1A6CB6;
}

.cmn-form-check + span:before {
  color: #1A6CB6;
}
.cmn-form-label:not(:first-child) {
  margin-left: 2em;
}

.cmn-form-upload {
  display: flex;
  align-items: center;
  width: 100%;
}
.cmn-form-upload input[type=file] {
  display: none;
}
.cmn-form-upload .button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A6CB6;
  font-weight: bold;
  overflow: hidden;
}
@media screen and (min-width: 901px), print {
  .cmn-form-upload .button {
    width: 13.5431918009vw;
    height: 3.6603221083vw;
    border: 0.1464128843vw solid #1C8CF1;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form-upload .button {
    width: 46.6666666667vw;
    height: 13.3333333333vw;
    border: 0.5333333333vw solid #1C8CF1;
    font-size: 4.2666666667vw;
  }
}
.cmn-form-upload .button:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background-color: #1C8CF1;
  transform: translate(50%, 50%) rotate(45deg);
}
@media screen and (min-width: 901px), print {
  .cmn-form-upload .button:after {
    width: 1.4641288433vw;
    height: 1.4641288433vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form-upload .button:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.cmn-form-upload .filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 901px), print {
  .cmn-form-upload .filename {
    width: calc(100% - 15.0073206442vw);
    margin-left: 1.4641288433vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form-upload .filename {
    width: calc(100% - 49.3333333333vw);
    margin-left: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

.cmn-form-button {
  color: #1A6CB6;
  font-weight: bold;
  letter-spacing: 0.06em;
  order: 1;
}
@media screen and (min-width: 901px), print {
  .cmn-form-button {
    border: 0.0732064422vw solid #1A6CB6;
    border-radius: 0.2928257687vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-form-button {
    border: 0.2666666667vw solid #1A6CB6;
    border-radius: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}

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

.cmn-anchor {
  position: relative;
}
.cmn-anchor .anchor-point {
  position: absolute;
}
@media screen and (min-width: 901px), print {
  .cmn-anchor .anchor-point {
    top: -5.1244509517vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-anchor .anchor-point {
    top: -16vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-anchor .anchor-point.choi-ue {
    margin-top: -3.6603221083vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-anchor .anchor-point.choi-ue {
    margin-top: -13.3333333333vw;
  }
}
@media screen and (min-width: 901px), print {
  .cmn-anchor .anchor-point.choi-shita {
    margin-top: 3.6603221083vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-anchor .anchor-point.choi-shita {
    margin-top: 13.3333333333vw;
  }
}

.cmn-step {
  display: flex;
  justify-content: center;
}
.cmn-step .item {
  position: relative;
}
@media screen and (min-width: 901px), print {
  .cmn-step .item {
    width: 13.17715959vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-step .item {
    width: 26.6666666667vw;
  }
}
.cmn-step .item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B7B7B7;
  border-radius: 50%;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 901px), print {
  .cmn-step .item .num {
    width: 2.9282576867vw;
    height: 2.9282576867vw;
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-step .item .num {
    width: 8vw;
    height: 8vw;
    font-size: 6.4vw;
  }
}
.cmn-step .item .txt {
  color: #B7B7B7;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 901px), print {
  .cmn-step .item .txt {
    margin-top: 1.4641288433vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-step .item .txt {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}
.cmn-step .item:not(:first-child):before {
  content: "";
  position: absolute;
  left: 0%;
  transform: translate(-50%, -50%);
  background-color: #B7B7B7;
}
@media screen and (min-width: 901px), print {
  .cmn-step .item:not(:first-child):before {
    top: 1.4641288433vw;
    height: 0.1464128843vw;
    width: 5.8565153734vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-step .item:not(:first-child):before {
    top: 4vw;
    height: 0.2666666667vw;
    width: 10.6666666667vw;
  }
}
.cmn-step .item.active .num {
  background-color: #1A6CB6;
}
.cmn-step .item.active .txt {
  color: #1A6CB6;
}

.cmn-policy {
  letter-spacing: 0.06em;
  text-align: justify;
}
@media screen and (min-width: 901px), print {
  .cmn-policy {
    font-size: 1.0248901903vw;
    line-height: 1.8571428571;
  }
}
@media screen and (max-width: 900px) {
  .cmn-policy {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
.cmn-policy .block:not(:first-child) {
  margin-top: 2em;
}
.cmn-policy .block > dl > dd {
  margin-top: 0.5em;
}
.cmn-policy .subblock:not(:first-child) {
  margin-top: 1em;
}
@media screen and (min-width: 901px), print {
  .cmn-policy .updates .date {
    text-align: right;
  }
  .cmn-policy .updates .type {
    padding-left: 0.5em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 900px) {
  .cmn-policy .updates,
.cmn-policy .updates tr {
    display: block;
  }
  .cmn-policy .updates .date,
.cmn-policy .updates .type {
    display: inline-block;
  }
  .cmn-policy .updates .name {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .cmn-policy .datatable {
    font-size: 90%;
  }
}
.cmn-policy .datatable th {
  font-weight: bold;
}
.cmn-policy .datatable th:not(:first-child),
.cmn-policy .datatable td:not(:first-child) {
  padding-left: 1em;
}

.cmn-bulletlist > li {
  position: relative;
}
.cmn-bulletlist > li:before {
  position: absolute;
  left: 0;
}
.cmn-bulletlist.dot > li {
  padding-left: 1em;
}
.cmn-bulletlist.dot > li:before {
  content: "・";
}
.cmn-bulletlist.disc > li {
  padding-left: 1.5em;
}
.cmn-bulletlist.disc > li:before {
  content: "●";
}
.cmn-bulletlist.numdot {
  counter-reset: numdot;
}
.cmn-bulletlist.numdot > li {
  padding-left: 1em;
}
.cmn-bulletlist.numdot > li:before {
  counter-increment: numdot;
  content: counter(numdot) ".";
}
.cmn-bulletlist.numkakko {
  counter-reset: numkakko;
}
.cmn-bulletlist.numkakko > li {
  padding-left: 1.5em;
}
.cmn-bulletlist.numkakko > li:before {
  counter-increment: numkakko;
  content: counter(numkakko) "）";
}

.cmn-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.cmn-button .icon {
  position: absolute;
  right: 25px;
}
.cmn-button.basic {
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (min-width: 901px), print {
  .cmn-button.basic {
    width: 21.9619326501vw;
    height: 5.1244509517vw;
    border-radius: 2.5622254758vw;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 900px) {
  .cmn-button.basic {
    width: 77.3333333333vw;
    height: 18.6666666667vw;
    border-radius: 9.3333333333vw;
    font-size: 4vw;
  }
}
.cmn-button.blue {
  background-color: #1A6CB6;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .cmn-button.blue:hover {
    background-color: #1C8CF1;
  }
}
.cmn-button.white {
  background-color: #ffffff;
  color: #1A6CB6;
}
@media (hover: hover) and (pointer: fine) {
  .cmn-button.white:hover {
    background-color: #1C8CF1;
    color: #ffffff;
  }
}
.cmn-button.blue-border {
  background-color: #ffffff;
  color: #1A6CB6;
  border: 0.1464128843vw solid #1A6CB6;
}
@media (hover: hover) and (pointer: fine) {
  .cmn-button.blue-border:hover {
    background-color: #1C8CF1;
    border-color: #1C8CF1;
    color: #ffffff;
  }
}