@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  line-height: 1;
  white-space: normal;
  vertical-align: middle;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  line-height: 1.65;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "Sawarabi Mincho", sans-serif;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ft-serif {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
  }
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  overflow: hidden;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    position: static !important;
    top: auto !important;
  }

  .container {
    min-width: 1280px;
  }

  .wrapper {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
  .trans:hover {
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.2);
  }

  body {
    font-size: 0.24rem;
  }

  .container {
    padding-right: 0 !important;
    min-width: 320px;
  }

  .wrapper {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* common header
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  header {
    padding: 5px 0 30px;
    background: #350008;
  }
  header .wrapper {
    position: relative;
    width: 1265px;
  }

  .header-text {
    margin-bottom: 30px;
    color: #fff;
    font-size: 11px;
  }

  .header-group {
    display: flex;
    justify-content: space-between;
  }

  .header-social {
    display: flex;
    position: absolute;
    top: -6px;
    right: 0;
    align-items: center;
  }
  .header-social > li {
    width: 28px;
    margin-left: 3px;
  }
  .header-social > li.header-button {
    width: 159px;
    margin-left: 5px;
  }
  .header-social a {
    display: block;
  }
  .header-social img {
    display: block;
  }

  .header-logo {
    width: 390px;
  }

  .list-menu {
    display: flex;
    margin-top: 20px;
    font-size: 17px;
    line-height: 1;
    flex-wrap: wrap;
  }
  .list-menu > li {
    margin-left: 36px;
  }
  .list-menu > li:first-child {
    margin-left: 0;
  }
  .list-menu a {
    position: relative;
    padding-left: 10px;
    color: #fff;
  }
  .list-menu a:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
    content: "";
    border-top: 4px solid transparent;
  }

  .navigation {
    display: none !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .list-menu a:before {
    margin-top: -8px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    position: relative;
    z-index: 60;
    height: 1.06rem;
    background: #040404;
  }
  header .wrapper {
    padding-top: 0.28rem;
  }

  .header-logo {
    width: 4.9rem;
    margin: 0 auto;
  }

  .button-menu {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    background: url(../img/common/menu_btn.png) no-repeat center center;
    background-size: 0.38rem auto;
  }
  .button-menu.is-active {
    background-image: url(../img/common/close_btn.png);
  }

  .navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 58;
    width: 100%;
    height: 100%;
    background: #350008;
    font-size: 0.3rem;
    padding-top: 1.1rem;
  }

  .navigation-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  .list-menu > li {
    border-bottom: 1px solid #8a7272;
  }
  .list-menu a {
    display: block;
    position: relative;
    padding: 0.2rem 0.4rem;
    color: #fff;
  }
  .list-menu a:after {
    position: absolute;
    top: 50%;
    right: 0.4rem;
    transform: rotate(45deg);
    width: 0.2rem;
    height: 0.2rem;
    margin-top: -0.1rem;
    border-right: 2px solid #8a7272;
    content: "";
    border-top: 2px solid #8a7272;
  }
}
/* common footer
 * ----------------------------------------------- */
footer {
  background: #350008;
}
footer .wrapper {
  width: auto;
}

.footer-text {
  color: #c3b6b6;
}
.footer-text .text-en {
  color: #fff;
  letter-spacing: 0.05em;
}

.footer-logo {
  display: block;
}

.footer-inquiry {
  display: block;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.footer-group {
  color: #fff;
  text-align: center;
}

.footer-time {
  display: block;
  color: #8a7272;
}

.footer-copy {
  color: #8a7272;
  text-align: center;
}

.footer-social {
  display: flex;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) and (max-width: 1390px) {
  .footer-menu > li {
    margin-left: 16px;
    padding-left: 16px;
  }
  .footer-menu > li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
}
@media print, (min-width: 768px) {
  .footer-top {
    padding: 30px 0 22px;
    border-bottom: 1px solid #8a7272;
  }
  .footer-top .wrapper {
    position: relative;
    padding: 0 10px;
    max-width: 1290px;
  }

  .footer-text {
    margin-bottom: 40px;
    font-size: 17px;
  }
  .footer-text .text-en {
    margin-right: 20px;
    font-size: 18px;
  }

  .footer-logo {
    width: 420px;
    margin: 0 auto 35px;
  }

  .footer-inquiry {
    width: 440px;
    margin: 0 auto 30px;
    border-radius: 10px;
  }
  .footer-inquiry img {
    border-radius: 10px;
  }

  .footer-group {
    font-size: 19px;
  }

  .footer-time {
    margin-top: 30px;
  }

  .footer-menu {
    display: flex;
    margin-bottom: 17px;
    line-height: 1;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-menu:last-child {
    margin-bottom: 0;
  }
  .footer-menu > li {
    margin-bottom: 5px;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #8a7272;
  }
  .footer-menu > li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .footer-menu a {
    color: #8a7272;
  }
  .footer-menu.menu-text a {
    color: #fff;
  }

  .footer-bottom {
    padding: 30px 0 25px;
    font-size: 19px;
  }
  .footer-bottom .wrapper {
    padding: 0 10px;
    max-width: 1370px;
  }

  .footer-copy {
    font-size: 15px;
  }

  .footer-social {
    position: absolute;
    right: 10px;
    bottom: 0;
  }
  .footer-social > li {
    width: 38px;
    margin-left: 15px;
  }
  .footer-social > li:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 0.34rem 0 1.25rem;
    color: #8a7272;
  }

  .footer-text {
    margin-bottom: 0.12rem;
    font-size: 0.23rem;
    line-height: 1.5;
  }
  .footer-text .text-en {
    display: block;
    margin-bottom: 0.05rem;
    font-size: 0.25rem;
    text-align: center;
  }

  .footer-logo {
    width: 4.28rem;
    margin: 0 auto 0.28rem;
  }

  .footer-inquiry {
    width: 4.4rem;
    margin: 0 auto 0.3rem;
    border-radius: 0.1rem;
  }
  .footer-inquiry img {
    border-radius: 0.1rem;
  }

  .footer-group {
    margin-bottom: 0.17rem;
    font-size: 0.23rem;
  }

  .footer-time {
    margin-top: 0.2rem;
  }

  .footer-copy {
    margin: 0.18rem -0.2rem 0;
    font-size: 0.22rem;
  }

  .footer-social {
    justify-content: center;
  }
  .footer-social > li {
    width: 0.4rem;
    margin-left: 0.16rem;
  }
  .footer-social > li:first-child {
    margin-left: 0;
  }

  .footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 55;
    width: 100%;
    min-width: 320px;
  }

  .bar-button {
    display: flex;
  }
  .bar-button > li {
    width: 50%;
  }
}
.breadcrumb {
  padding: 6px 0;
  background: #ebe7da;
  font-size: 11px;
  letter-spacing: 0.05em;
}
.breadcrumb .wrapper {
  width: 1265px;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li {
  position: relative;
  margin-right: 5px;
  padding-right: 22px;
}
.breadcrumb li:after {
  position: absolute;
  top: 7px;
  right: 0;
  width: 15px;
  height: 6px;
  background: url(../img/common/arrow_icon.png) no-repeat 0 0;
  background-size: 100% auto;
  content: "";
}
.breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb a {
  color: #a18464;
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .breadcrumb {
    padding-top: 9px;
  }
}
.title-common img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.primary-button {
  display: block;
}
.primary-button img {
  display: block;
  width: 100%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);
}

@media print, (min-width: 768px) {
  .primary-button {
    width: 558px;
    border-radius: 15px;
  }
  .primary-button img {
    border-radius: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .primary-button {
    width: 100%;
    border-radius: 0.15rem;
  }
  .primary-button img {
    border-radius: 0.15rem;
  }
}
/* PAGES
 * ----------------------------------------------- */
/* section keyvisual
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .section-keyvisual {
    display: flex;
    overflow: hidden;
    position: relative;
    background: #001952;
  }
  .section-keyvisual:after, .section-keyvisual:before {
    position: absolute;
    content: "";
  }
  .section-keyvisual:before {
    top: 0;
    left: 0;
    width: 392px;
    height: 374px;
    background: url(../img/top/shape_bg_01.png) no-repeat 0 0;
    background-size: 100% auto;
  }
  .section-keyvisual:after {
    top: 35px;
    right: 16px;
    z-index: 2;
    width: 105px;
    height: 75px;
    background: url(../img/top/shape_bg_06.png) no-repeat 0 0;
    background-size: 100% auto;
  }

  .keyvisual-info {
    position: relative;
    z-index: 2;
    width: 47%;
    *zoom: 1;
  }
  .keyvisual-info:after {
    display: table;
    clear: both;
    content: "";
  }

  .keyvisual-inner {
    float: right;
    width: 788px;
    margin-right: -75px;
    padding-top: 78px;
  }

  .keyvisual-photo {
    width: 53%;
    height: 710px;
    background: url(../img/top/keyvisual_img.jpg) no-repeat 0 0;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1620px) {
  .section-keyvisual:before {
    left: 50%;
    margin-left: -800px;
  }
  .section-keyvisual:after {
    right: 50%;
    margin-right: -786px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1590px) {
  .keyvisual-photo {
    background-size: auto 100%;
  }
}
/* section style features
 * ----------------------------------------------- */
.section-style-features {
  position: relative;
  z-index: 4;
}
.section-style-features:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
}
.section-style-features .wrapper {
  position: relative;
  z-index: 10;
}

.about-row {
  text-align: center;
}

.about-title {
  color: #bd9562;
  line-height: 1.5;
}

.about-description {
  color: #001952;
  line-height: 1.8;
}

.style-title {
  margin: 0 auto;
}

.style-photo img {
  display: block;
  width: 100%;
}

.point-item {
  background: #fff;
}

.point-photo img {
  display: block;
  width: 100%;
}

.point-number img {
  display: block;
}

.point-title {
  color: #bd9562;
}
.point-title > span {
  color: #000;
}

@media print, (min-width: 768px) {
  .section-style-features {
    margin-bottom: -100px;
    padding-bottom: 100px;
    background: #f0e5d4 url(../img/top/content_bg.jpg) no-repeat center -20px;
  }
  .section-style-features:before {
    height: 50%;
    margin-top: -18.3%;
    background: url(../img/top/shape_bg_02.png) no-repeat center 0;
    background-size: 100% auto;
  }
  .section-style-features:after {
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 2;
    width: 318px;
    height: 219px;
    margin-top: -22%;
    margin-right: -718px;
    background: url(../img/top/keyvisual_text.png) no-repeat 0 0;
    background-size: 100% auto;
    content: "";
  }
  .section-style-features .wrapper {
    padding: 54px 0 9.1%;
  }
  .section-style-features .wrapper:before {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 1600px;
    height: 798px;
    margin-left: -800px;
    background: url(../img/top/content_bg_01.png) no-repeat 0 0;
    content: "";
  }
  .section-style-features .wrapper > * {
    position: relative;
    z-index: 2;
  }

  .about-row {
    margin-bottom: 77px;
  }

  .about-title {
    margin-bottom: 12px;
    font-size: 59px;
    letter-spacing: 0.05em;
  }

  .about-description {
    font-size: 32px;
    letter-spacing: -0.05em;
  }

  .style-row {
    margin-bottom: 106px;
  }
  .style-row .title-common {
    margin-bottom: -14px;
  }

  .style-list {
    display: flex;
    flex-wrap: wrap;
  }

  .style-item {
    width: 560px;
    margin-left: 80px;
  }
  .style-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .style-item:last-child .style-photo:after {
    display: none;
  }

  .style-title {
    width: 420px;
  }

  .style-photo {
    position: relative;
    margin-bottom: 38px;
  }
  .style-photo:after {
    position: absolute;
    top: 50%;
    right: -73px;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    background: url(../img/top/or_text.png) no-repeat 0 0;
    background-size: 100% auto;
    content: "";
  }

  .point-row .title-common {
    margin-bottom: 30px;
  }

  .point-list {
    display: flex;
    flex-wrap: wrap;
  }

  .point-item {
    width: 376px;
    margin-bottom: 40px;
    margin-left: 36px;
    padding: 24px;
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .point-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .point-photo {
    margin-bottom: 18px;
  }

  .point-number {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #bd9562;
  }
  .point-number img {
    width: 135px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1590px) {
  .section-style-features:before {
    margin-top: -300px;
    background-size: 1600px auto;
  }

  .section-style-features:after {
    right: 20px;
    margin: -338px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-style-features {
    padding: 0.63rem 0 1rem;
    background: #f0e5d4;
  }
  .section-style-features:before {
    height: 2.46rem;
    margin-top: -0.55rem;
    background: url(../img/top/sp/shape_bg_01.png) no-repeat center 0;
    background-size: 100% auto;
  }

  .about-row {
    margin-bottom: 0.42rem;
  }

  .about-title {
    margin-bottom: 0.18rem;
    font-size: 0.43rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }

  .about-description {
    font-size: 0.26rem;
  }

  .style-row {
    margin-bottom: 0.68rem;
  }
  .style-row .title-common {
    margin-bottom: -0.18rem;
  }

  .style-item {
    position: relative;
    margin-bottom: 1.1rem;
  }
  .style-item:after {
    position: absolute;
    bottom: -0.88rem;
    left: 50%;
    width: 0.64rem;
    height: 0.64rem;
    margin-left: -0.32rem;
    background: url(../img/top/or_text.png) no-repeat 0 0;
    background-size: 100% auto;
    content: "";
  }
  .style-item:last-child {
    margin-bottom: 0;
  }
  .style-item:last-child:after {
    display: none;
  }

  .style-title {
    width: 4.2rem;
  }

  .style-photo {
    margin-bottom: 0.44rem;
  }

  .point-row .title-common {
    margin-bottom: 0.28rem;
  }

  .point-item {
    margin-bottom: 0.4rem;
    padding: 0.45rem 0.45rem 0.4rem;
    font-size: 0.3rem;
    line-height: 1.53;
    letter-spacing: 0.1em;
  }
  .point-item:last-child {
    margin-bottom: 0;
  }

  .point-photo {
    margin-bottom: 0.22rem;
  }

  .point-group {
    display: flex;
    align-items: center;
  }

  .point-number {
    width: 1.3rem;
  }

  .point-title {
    width: 100%;
    padding-left: 0.2rem;
    border-left: 1px solid #bd9562;
    letter-spacing: 0.05em;
    flex: 1;
  }

  .point-note {
    margin: 0.22rem -0.1rem -0.1rem 0;
    font-size: 0.22rem;
    text-align: right;
  }
}
/* section qualification flow
 * ----------------------------------------------- */
.qualification-row {
  letter-spacing: 0.12em;
}

.qualification-title {
  color: #e2b375;
  letter-spacing: 0.64em;
  text-align: center;
}

.qualification-text {
  background: #fff;
  letter-spacing: 0.2em;
  text-align: center;
}

.qualification-description {
  letter-spacing: 0.12em;
}

.qualification-price {
  font-weight: 500;
}
.qualification-price .price {
  line-height: 1;
}

.qualification-group {
  letter-spacing: 0.04em;
  text-align: center;
}

.qualification-policy {
  background: #d1d2d2;
  text-align: center;
}

.qualification-button {
  display: block;
}
.qualification-button img {
  display: block;
  width: 100%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.box-male {
  background: #e0e5ff;
}
.box-male .qualification-title {
  background: #00007e;
}
.box-male .qualification-price {
  color: #00007e;
}

.box-female {
  background: #eadbde;
}
.box-female .qualification-title {
  background: #900d23;
}
.box-female .qualification-price {
  color: #900d23;
}

.list-button a {
  display: block;
}

.flow-title {
  display: flex;
  color: #001952;
  font-weight: normal;
  align-items: center;
}
.flow-title .text {
  width: 100%;
  flex: 1;
}
.flow-title .space {
  letter-spacing: -0.15em;
}

.flow-photo img {
  display: block;
  width: 100%;
}

.link-common {
  border-bottom: 1px solid #036ead;
  color: #00007e;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .link-common {
    display: inline-block;
  }
}

@media print, (min-width: 768px) {
  .section-qualification-flow {
    position: relative;
    z-index: 5;
  }
  .section-qualification-flow:before, .section-qualification-flow:after {
    position: absolute;
    content: "";
  }
  .section-qualification-flow:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    margin-top: -6.5%;
    background: url(../img/top/shape_bg_03.png) no-repeat center 0;
    background-size: 100% auto;
  }
  .section-qualification-flow:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 366px;
    background: url(../img/top/shape_bg_04.png) no-repeat 0 bottom, url(../img/top/shape_bg_05.png) no-repeat right bottom;
    background-size: 285px auto;
  }
  .section-qualification-flow .wrapper {
    position: relative;
    z-index: 2;
    padding: 126px 0 145px;
  }

  .qualification-row {
    margin-bottom: 104px;
    font-size: 22px;
    line-height: 1.59;
  }
  .qualification-row .title-common {
    margin-bottom: 82px;
  }
  .qualification-row .title-common img {
    width: 395px;
  }
  .qualification-row .list-button {
    margin-top: 54px;
  }

  .qualification-flex {
    display: flex;
    margin-bottom: 32px;
  }

  .qualification-box {
    display: flex;
    width: 560px;
    margin-left: 80px;
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
  .qualification-box:nth-child(2n+1) {
    margin-left: 0;
  }
  .qualification-box > * {
    width: 100%;
  }

  .qualification-title {
    padding: 12px;
    font-size: 45px;
  }

  .qualification-text {
    margin-bottom: 26px;
    padding: 10px;
    font-size: 26px;
  }

  .qualification-description {
    font-size: 24px;
    line-height: 1.75;
  }

  .qualification-price {
    font-size: 36px;
  }
  .qualification-price .price {
    font-size: 57px;
  }

  .qualification-group {
    font-size: 26px;
  }

  .qualification-note {
    margin-bottom: 34px;
  }

  .qualification-policy {
    margin-bottom: 25px;
    padding: 5px;
    font-size: 27px;
  }

  .qualification-sub .qualification-inner {
    margin: 0 0 10px;
  }

  .qualification-inner {
    margin-top: auto;
    padding: 30px 24px 0;
  }

  .qualification-button {
    width: 213px;
    margin: 20px auto 0;
  }
  .qualification-button img {
    border-radius: 10px;
  }

  .list-button {
    display: flex;
    justify-content: center;
  }
  .list-button > li {
    width: 558px;
    margin-left: 84px;
  }
  .list-button > li:nth-child(2n+1) {
    margin-left: 0;
  }

  .flow-row .title-common img {
    width: 704px;
  }

  .flow-overflow {
    overflow: hidden;
    padding-bottom: 22px;
  }

  .flow-list {
    display: flex;
    margin: -10px -30px 0;
    flex-wrap: wrap;
  }
  .flow-list > li {
    width: 33.33%;
    margin-bottom: 40px;
    padding: 42px 30px 0;
    background: url(../img/top/line_icon.png) repeat-x 0 0;
    background-size: auto 2px;
  }
  .flow-list > li:nth-child(1), .flow-list > li:nth-child(2), .flow-list > li:nth-child(3) {
    background: none;
  }

  .flow-item {
    font-size: 24px;
    line-height: 1.58;
    letter-spacing: 0.02em;
  }
  .flow-item:nth-child(3n+1) .flow-photo:after {
    display: none;
  }

  .flow-title {
    margin-bottom: 18px;
    font-size: 31px;
    line-height: 1.48;
  }
  .flow-title .number {
    width: 92px;
  }
  .flow-title .text {
    margin-top: 8px;
    padding-left: 16px;
    letter-spacing: -0.02em;
  }
  .flow-title .space {
    letter-spacing: -0.15em;
  }

  .flow-photo {
    position: relative;
    margin-bottom: 26px;
  }
  .flow-photo:after {
    position: absolute;
    top: 50%;
    left: -38px;
    margin-top: -15px;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #001952;
    content: "";
    border-top: 15px solid transparent;
  }

  .link-common:hover {
    border-bottom: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .qualification-title {
    padding-top: 22px;
  }

  .qualification-text {
    padding-top: 16px;
  }

  .qualification-policy {
    padding-top: 12px;
  }

  .qualification-sub .qualification-inner {
    min-height: 365px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1590px) {
  .section-qualification-flow:before {
    background-size: 1600px auto;
  }

  .section-qualification-flow:after {
    left: 50%;
    width: 1600px;
    margin-left: -800px;
  }
}
@media only screen and (max-width: 767px) {
  .section-qualification-flow {
    padding: 1.45rem 0 1.75rem;
    background: url(../img/top/sp/shape_bg_02.jpg) no-repeat center 0, url(../img/top/sp/shape_bg_03.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }

  .qualification-row {
    margin-bottom: 0.92rem;
    font-size: 0.23rem;
    line-height: 1.6;
  }
  .qualification-row .title-common {
    margin-bottom: 0.5rem;
  }
  .qualification-row .title-common img {
    width: 4rem;
  }
  .qualification-row .list-button {
    margin-top: 0.65rem;
  }

  .qualification-flex {
    margin-bottom: 0.22rem;
  }

  .qualification-box {
    margin-bottom: 0.44rem;
    padding-bottom: 0.32rem;
  }
  .qualification-box:last-child {
    margin-bottom: 0;
  }

  .qualification-title {
    padding: 0.14rem;
    font-size: 0.51rem;
  }

  .qualification-text {
    margin-bottom: 0.3rem;
    padding: 0.1rem;
    font-size: 0.3rem;
  }

  .qualification-description {
    font-size: 0.27rem;
    line-height: 1.7;
  }

  .qualification-price {
    font-size: 0.42rem;
  }
  .qualification-price .price {
    font-size: 0.64rem;
  }

  .qualification-group {
    font-size: 0.3rem;
  }

  .qualification-note {
    margin-bottom: 0.38rem;
    font-size: 0.23rem;
    line-height: 1.7;
  }

  .qualification-policy {
    margin-bottom: 0.18rem;
    padding: 0.04rem;
    font-size: 0.27rem;
  }

  .qualification-inner {
    padding: 0.38rem 0.28rem 0;
  }

  .qualification-button {
    width: 2.45rem;
    margin: 0.25rem auto 0;
  }
  .qualification-button img {
    border-radius: 0.1rem;
  }

  .list-button > li {
    margin-bottom: 0.4rem;
  }
  .list-button > li:last-child {
    margin-bottom: 0;
  }

  .flow-row .title-common {
    margin-bottom: 0.22rem;
  }
  .flow-row .title-common img {
    width: 100%;
  }

  .flow-overflow {
    margin-bottom: 0.5rem;
  }

  .flow-list > li {
    margin-bottom: 0.76rem;
  }
  .flow-list > li:last-child {
    margin-bottom: 0;
  }

  .flow-item {
    position: relative;
    font-size: 0.3rem;
    line-height: 1.53;
    letter-spacing: 0.075em;
  }
  .flow-item:after {
    position: absolute;
    bottom: -0.62rem;
    left: 50%;
    margin-left: -0.2rem;
    border-right: 0.2rem solid transparent;
    border-left: 0.2rem solid transparent;
    content: "";
    border-top: 0.2rem solid #001952;
  }
  .flow-item:last-child:after {
    display: none;
  }

  .flow-title {
    margin-bottom: 0.18rem;
    font-size: 0.47rem;
    line-height: 1.34;
  }
  .flow-title .number {
    width: 1.66rem;
  }
  .flow-title .text {
    padding-left: 0.3rem;
  }
  .flow-title .space {
    letter-spacing: -0.15em;
  }

  .flow-photo {
    margin-bottom: 0.18rem;
  }
}
.form-head {
  color: #00007e;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.form-required {
  position: relative;
  color: #db0012;
}

.form-column-first {
  display: flex;
  flex-wrap: wrap;
}
.form-column-first .column {
  width: 50%;
}

.form-column-second {
  display: flex;
  flex-wrap: wrap;
}

.form-column-third {
  display: flex;
  flex-wrap: wrap;
}
.form-column-third .column-second {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-column-fourth {
  display: flex;
  flex-wrap: wrap;
}

.form-column-fifth {
  display: flex;
}

.form-column-seventh {
  display: flex;
}
.form-column-seventh .column-second {
  display: flex;
  width: 100%;
  flex: 1;
  flex-wrap: wrap;
}
.form-column-seventh .column-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-note,
.form-note-list > li {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 1em;
  line-height: 1.59;
  letter-spacing: 0.08em;
}
.form-note:before,
.form-note-list > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.form-note-list > li {
  margin-top: 0;
}

.form-row-close {
  display: flex;
  justify-content: center;
}

.form-close {
  cursor: pointer;
}
.form-close span {
  background: url(../img/common/close_btn_01.png) no-repeat right center;
}

.form-list-radio {
  display: flex;
  flex-wrap: wrap;
}

.link-rule {
  display: block;
  position: relative;
  border-radius: 5px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  background: #dedeef;
  background: linear-gradient(180deg, #dedeef 0%, #bdbdde 100%);
  color: #000;
  letter-spacing: 0.08em;
  text-align: center;
  vertical-align: middle;
}
.link-rule:after {
  display: inline-block;
  content: "";
}

.button-submit {
  display: block;
  margin: 0 auto;
  border: none;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
  appearance: none;
}
.button-submit img {
  display: block;
  width: 100%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.line-icon:before {
  display: block;
  background: #000;
  content: "";
}

.text-input,
.select-common {
  display: block;
  width: 100%;
  border: 1px solid #949495;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  color: #000;
  font-family: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.text-input {
  background: url(../img/common/input_bg.png) repeat-x 0 0;
  background-size: auto 100%;
}

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

.select-common {
  background: url(../img/common/select_icon.png) no-repeat right 0, url(../img/common/input_bg.png) repeat-x 0 0;
  background-size: auto 100%;
}

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

.text-input::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}

.text-input:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}

.text-input::placeholder {
  opacity: 1;
  color: #000;
}

.placeholder::-webkit-input-placeholder {
  color: #949495;
}

.placeholder:-ms-input-placeholder {
  color: #949495;
}

.placeholder::placeholder {
  color: #949495;
}

.check-icon {
  display: inline-block;
  line-height: 1.67;
}
.check-icon input {
  display: none;
}
.check-icon span {
  display: block;
  position: relative;
}
.check-icon span:before {
  position: absolute;
  left: 0;
  background: url(../img/common/check_box.png) no-repeat 0 0;
  background-size: 100% auto;
  content: "";
}
.check-icon input:checked ~ span:before {
  background-position: 0 bottom;
}

.upload-button {
  position: relative;
}
.upload-button input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.upload-button span {
  display: block;
  border: 1px solid #949495;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  background: #f6f6f6;
  background: linear-gradient(180deg, #f6f6f6 0%, #ebebeb 100%);
  line-height: 1;
}

@media print, (min-width: 768px) {
  .form-application {
    margin: 0 auto;
    padding: 92px 25px 50px;
    font-size: 27px;
    max-width: 1250px;
  }

  .form-head {
    margin-bottom: 20px;
  }

  .form-required {
    top: 2px;
    font-size: 28px;
  }

  .form-row {
    margin-bottom: 62px;
  }

  .form-row-second {
    margin-bottom: 85px;
  }

  .form-row-third {
    margin-bottom: 45px;
  }

  .form-column-first {
    margin: 0 -40px;
  }
  .form-column-first .column {
    width: 50%;
    padding: 0 40px;
  }

  .form-column-second {
    margin: 0 -13px;
  }
  .form-column-second .column {
    width: 23.1%;
    padding: 0 13px;
  }
  .form-column-second .column:first-child {
    width: 30.7%;
  }

  .form-column-third .column-first {
    width: 254px;
  }
  .form-column-third .column-second {
    width: 50px;
  }

  .form-column-fourth {
    margin: 0 -15px;
  }
  .form-column-fourth .column-first,
  .form-column-fourth .column-second,
  .form-column-fourth .column-third {
    padding: 0 15px;
  }
  .form-column-fourth .column-first {
    width: 31%;
  }
  .form-column-fourth .column-second {
    width: 45.5%;
  }
  .form-column-fourth .column-third {
    width: 23.5%;
  }

  .form-column-fifth .column {
    width: 260px;
  }
  .form-column-fifth .column-text {
    width: 48px;
  }

  .form-column-sixth {
    display: flex;
    flex-wrap: wrap;
  }
  .form-column-sixth .column-first {
    width: 180px;
    padding: 24px 0 0 34px;
  }
  .form-column-sixth .column-second {
    display: flex;
    width: 100%;
    flex: 1;
  }
  .form-column-sixth .column-sub-first {
    width: 28.2%;
    padding-left: 30px;
  }
  .form-column-sixth .column-sub-second {
    width: 43.6%;
    padding-left: 30px;
  }

  .form-column-seventh .column-first {
    width: 295px;
    padding: 24px 0 0 34px;
  }
  .form-column-seventh .column-sub {
    width: 254px;
  }
  .form-column-seventh .column-text {
    width: 96px;
  }

  .form-list-block > li {
    margin-bottom: 35px;
  }
  .form-list-block > li:last-child {
    margin-bottom: 0;
  }
  .form-list-block .form-row {
    padding-top: 25px;
  }
  .form-list-block .form-head {
    margin-top: -5px;
    padding: 0;
  }

  .form-note,
  .form-note-list > li {
    margin-top: 32px;
    font-size: 22px;
  }

  .form-note-list > li {
    margin-top: 0;
  }

  .form-close {
    font-size: 27px;
  }
  .form-close span {
    padding: 5px 40px 5px 0;
    background-size: 27px auto;
  }

  .form-list-radio {
    padding-bottom: 28px;
  }
  .form-list-radio > li {
    margin-right: 85px;
  }
  .form-list-radio > li:last-child {
    margin-right: 0;
  }

  .form-list-check {
    margin-left: 38px;
  }
  .form-list-check > li {
    margin-bottom: 20px;
  }
  .form-list-check > li:last-child {
    margin-bottom: 0;
  }

  .form-list-upload {
    padding-top: 8px;
  }
  .form-list-upload > li {
    margin-bottom: 22px;
  }
  .form-list-upload > li:last-child {
    margin-bottom: 0;
  }
  .form-list-upload .note-file {
    margin-left: 295px;
  }
  .form-list-upload .column-first {
    padding-top: 1px;
  }
  .form-list-upload .form-note-list {
    padding-top: 10px;
  }

  .form-row-button {
    margin: 0 auto 34px;
    padding-top: 5px;
    max-width: 750px;
  }

  .rule-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .rule-flex .check-icon {
    margin-bottom: 15px;
  }

  .link-rule {
    top: -7px;
    margin-left: 54px;
    padding: 5px 20px 5px 30px;
    border-radius: 5px;
    font-size: 27px;
  }
  .link-rule:after {
    margin-left: 5px;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #00007c;
    border-top: 10px solid transparent;
  }

  .button-submit {
    width: 100%;
  }
  .button-submit img {
    border-radius: 15px;
  }

  .line-icon:before {
    width: 16px;
    height: 2px;
    margin-top: 15px;
  }

  .text-input,
  .select-common {
    height: 85px;
    border-radius: 13px;
    font-size: 27px;
  }

  .text-input {
    padding: 0 25px;
  }

  .select-common {
    padding: 0 30px 0 25px;
  }

  .check-icon span {
    padding: 0 0 0 52px;
  }
  .check-icon span:before {
    top: 4px;
    width: 35px;
    height: 35px;
  }

  .upload-button span {
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 27px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-application {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", Verdana, sans-serif;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .form-list-radio > li {
    margin-right: 30px;
  }
  .form-list-radio > li:last-child {
    margin-right: 0;
  }

  .form-column-seventh .column-sub {
    width: 190px;
  }

  .form-column-seventh .column-text {
    width: 60px;
  }

  .form-column-third .column-first {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .form-application {
    width: 100%;
    padding: 0.3rem 0.4rem;
    font-size: 0.23rem;
    line-height: 1.65;
  }

  .form-head {
    margin-bottom: 0.08rem;
  }

  .form-row {
    margin-bottom: 0.42rem;
  }

  .form-row-second {
    margin-bottom: 0.36rem;
  }

  .form-row-third {
    margin-bottom: 0.26rem;
  }

  .form-column-first {
    margin: 0 -0.13rem;
  }
  .form-column-first .column {
    padding: 0 0.13rem;
  }
  .form-column-first .column-one {
    width: 4.4rem;
  }

  .form-column-second {
    margin: 0 -0.13rem;
  }
  .form-column-second .column {
    width: 33.333%;
    padding: 0 0.13rem;
  }
  .form-column-second .column:first-child {
    width: 100%;
    margin-bottom: 0.24rem;
  }
  .form-column-second .column:first-child .select-common {
    width: 2.6rem;
  }

  .form-column-third .column-first {
    width: 29.7%;
  }
  .form-column-third .column-second {
    width: 5.45%;
  }

  .form-column-fourth {
    margin: 0 -0.13rem;
  }
  .form-column-fourth .column-first,
  .form-column-fourth .column-second,
  .form-column-fourth .column-third {
    padding: 0 0.13rem;
  }
  .form-column-fourth .column-first {
    width: 32%;
  }
  .form-column-fourth .column-second {
    width: 36%;
  }
  .form-column-fourth .column-third {
    width: 32%;
  }
  .form-column-fourth .column-one {
    width: 2.85rem;
  }

  .form-column-sixth .column-second {
    display: flex;
    width: 100%;
    margin-top: 0.05rem;
    flex-wrap: wrap;
  }
  .form-column-sixth .column-sub-first {
    width: 1.9rem;
    margin-right: 0.26rem;
  }
  .form-column-sixth .column-sub-second {
    width: 3.08rem;
    margin-top: 0.22rem;
  }

  .form-column-seventh .column-first {
    width: 1.78rem;
    padding-top: 0.18rem;
  }
  .form-column-seventh .column-sub {
    width: 1.9rem;
  }
  .form-column-seventh .column-text {
    width: 0.45rem;
  }

  .form-list-block > li {
    margin-bottom: 0.2rem;
  }
  .form-list-block > li:last-child {
    margin-bottom: 0 !important;
  }
  .form-list-block .form-column-sixth {
    margin-bottom: 0.28rem;
  }
  .form-list-block .form-column-seventh:first-child {
    margin-top: 0.4rem;
  }
  .form-list-block .form-row {
    margin-top: -0.25rem;
  }
  .form-list-block .form-head {
    padding: 0.2rem 0 0;
  }

  .form-note,
  .form-note-list > li {
    margin-top: 0.13rem;
    font-size: 0.22rem;
  }

  .form-note.none {
    padding-left: 0;
  }
  .form-note.none:before {
    position: static;
    top: auto;
    left: auto;
  }

  .form-note-list > li {
    margin-top: 0;
  }

  .form-close {
    font-size: 0.27rem;
  }
  .form-close span {
    padding: 0.05rem 0.4rem 0.05rem 0;
    background-size: 0.27rem auto;
  }

  .form-list-radio {
    padding: 0.12rem 0 0.2rem;
  }
  .form-list-radio > li {
    margin-right: 0.4rem;
  }
  .form-list-radio > li:last-child {
    margin-right: 0;
  }

  .form-list-check > li {
    margin-bottom: 0.12rem;
  }
  .form-list-check > li:last-child {
    margin-bottom: 0;
  }

  .form-list-upload {
    padding-left: 0.15rem;
  }
  .form-list-upload > li {
    margin-bottom: 0.2rem;
  }
  .form-list-upload > li:last-child {
    margin-bottom: 0;
  }
  .form-list-upload .form-column-seventh {
    align-items: center;
  }
  .form-list-upload .column-first {
    width: 2.25rem;
    padding-top: 0;
  }
  .form-list-upload .form-note-list {
    margin: -0.06rem 0 -0.15rem;
  }

  .form-row-button {
    margin-bottom: 0.34rem;
  }

  .rule-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .link-rule {
    margin: 0.52rem auto 0;
    padding: 0.05rem 0.2rem 0.05rem 0.25rem;
    border-radius: 0.06rem;
    font-size: 0.28rem;
  }
  .link-rule:after {
    margin-left: 0.06rem;
    border-bottom: 0.1rem solid transparent;
    border-left: 0.16rem solid #00007c;
    border-top: 0.1rem solid transparent;
  }

  .button-submit {
    width: 100%;
  }
  .button-submit img {
    border-radius: 0.1rem;
  }

  .line-icon:before {
    width: 0.14rem;
    height: 2px;
    margin-top: 0.05rem;
  }

  .text-input,
  .select-common {
    height: 0.7rem;
    border-radius: 0.1rem;
    font-size: 0.23rem;
  }

  .text-input {
    padding: 0 0.2rem;
  }

  .select-common {
    padding: 0 0.5rem 0 0.2rem;
  }

  .check-icon span {
    padding: 0 0 0 0.45rem;
  }
  .check-icon span:before {
    top: 0.05rem;
    width: 0.28rem;
    height: 0.28rem;
  }

  .upload-button span {
    padding: 0.06rem 0.15rem;
    border-radius: 0.05rem;
    font-size: 0.23rem;
  }
}
.js-no-scroll {
  position: fixed !important;
  width: 100%;
}
.js-no-scroll .lightbox-content {
  overflow-y: auto;
}

.lightbox-content {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90992;
  width: 100%;
  height: 100%;
  background: #fff;
}
.lightbox-content .popup-light-box {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0;
}
.lightbox-content .popup-light-box-cell {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .lightbox-content {
    width: 100%;
  }

  .js-no-scroll .lightbox-content {
    -webkit-overflow-scrolling: touch;
  }
}
