@charset "UTF-8";
html {
  font-size: 100%;
  font-size: 62.5%;
}

body {
  padding: 0;
  border: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
menu {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3333;
  font-weight: normal;
}

h2 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3333;
}

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3333;
}

h5 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3333;
}

h6 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3333;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  list-style: none;
}

dt,
dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input,
select,
textarea {
  line-height: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  z-indexwebkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  z-indexwebkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

.altimg {
  font-size: 0;
  text-indent: -9999px;
}

.altimg a {
  display: block;
  width: 100%;
  height: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

@media print, screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .sp_only {
    display: none !important;
  }
}
.header {
  padding: 1em;
  background: #fff;
}
@media print, screen and (min-width: 1024px) {
  .header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding: 1.5em 2em;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    z-index: 10;
  }
}

.header .header_logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.header .header_logo .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  left: 0;
  width: 4.5em;
  margin-right: 0.5em;
}
.header .header_logo .text {
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: bold;
  color: #010059;
}
.header .header_logo .text .em {
  color: #ff9515;
}
@media print, screen and (min-width: 768px) {
  .header .header_logo .logo {
    width: 130px;
    margin: 0 20px 0 10px;
  }
  .header .header_logo .text {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .header .header_logo {
    max-width: 104em;
    margin: 0;
  }
  .header .header_logo .text {
    line-height: 1;
    font-size: 2rem;
  }
  .header .header_logo .text .em {
    margin-left: 0.2em;
  }
}

.footer {
  background: #004f9f;
  margin-top: 24px;
  padding: 24px 0;
}
.footer .footer_links {
  padding-left: 16px;
}
.footer .footer_links li {
  font-size: 12px;
}
.footer .footer_links li:not(:first-child) {
  margin-top: 8px;
}
.footer .footer_links li a:link, .footer .footer_links li a:visited {
  color: #fff;
  text-decoration: none;
}
.footer .footer_links li a:hover, .footer .footer_links li a:active {
  color: #fff;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .footer {
    margin-top: 40px;
    padding: 40px 0;
  }
  .footer .footer_links {
    padding: 0;
    border: 0;
    text-align: center;
  }
  .footer .footer_links li {
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 0;
    padding: 0 1em;
    line-height: 1.2;
    border-left: solid 1px #91b3de;
  }
  .footer .footer_links li:first-child {
    border-left: 0;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "游ゴシック体", YuGothic, "Meiryo", "Helvetica", serif, "Arial", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.5em;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6, dt, th {
  color: #23366f;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.8em;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.6;
  text-align: justify;
  color: #333;
}

ul {
  list-style-type: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mgm {
  overflow-x: hidden;
}

.container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
@media print, screen and (min-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

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

.cv_box {
  padding: 24px 0;
  background-color: #fefada;
}
.cv_box .cv_box_catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  color: #23366f;
  text-align: center;
}
.cv_box .cv_box_catch::before, .cv_box .cv_box_catch::after {
  display: block;
  width: 2px;
  height: 24px;
  background: #23366f;
  content: "";
}
.cv_box .cv_box_catch::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.cv_box .cv_box_catch::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media print, screen and (min-width: 768px) {
  .cv_box {
    height: 180px;
    padding: 32px 0 40px;
  }
  .cv_box .cv_box_catch {
    font-size: 24px;
  }
}

.cv_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  background: #ee5f5b;
  border-radius: 100vh;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  -webkit-box-shadow: 0px 4px 1px rgba(51, 51, 51, 0.3);
          box-shadow: 0px 4px 1px rgba(51, 51, 51, 0.3);
}
.cv_btn:after {
  position: absolute;
  right: 15px;
  display: block;
  width: 12px;
  height: 24px;
  background: url(../images/btn_arrow.png) no-repeat center/cover;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .cv_btn {
    padding: 30px;
    max-width: 560px;
    font-size: 32px;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .cv_btn:after {
    right: 15px;
    width: 16px;
    height: 35px;
  }
  .cv_btn:hover {
    opacity: 0.7;
  }
}

@media print, screen and (min-width: 768px) {
  .fv {
    height: calc(100vh - 80px);
  }
}

.mv {
  padding-bottom: 16px;
  background: url(../images/mv_bg.png) no-repeat center center/cover;
  text-align: center;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .mv {
    height: calc(100% - 180px);
    padding: 4vh 10px;
  }
  .mv .mv_content {
    margin-right: -10%;
    margin-left: -10%;
    height: 100%;
  }
  .mv .mv_content picture {
    display: block;
    height: 100%;
  }
  .mv .mv_content img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.step {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .step {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.step_title {
  margin-bottom: 32px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .step_title {
    margin-bottom: 48px;
  }
}

.step_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.step_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 768px) {
  .step_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    padding-top: 16px;
  }
}

.step_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 4px;
  padding-left: 4px;
  padding-bottom: 16px;
  height: 100%;
  border-top: 3px solid #2167ae;
  background-color: #f5f7f7;
  text-align: center;
}
.step_item .step_num {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -16px auto 0;
  padding: 4px 24px;
  border: 3px solid #2167ae;
  border-radius: 24px;
  background: #1fb1e6;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.step_item_pic {
  margin-top: 10px;
}
.step_item_title {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  background-color: #f5f7fb;
  color: #23366f;
}
.step_item .ex {
  margin-top: 12px;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .step_item .step_num {
    margin: -16px auto 0;
    padding: 4px 24px;
    font-size: 24px;
  }
  .step_item_pic {
    margin-top: 10px;
  }
  .step_item_title {
    margin-top: 10px;
    font-size: 20px;
  }
  .step_item .ex {
    font-size: 12px;
  }
}

.step_result {
  text-align: center;
}
.step_result::before {
  display: block;
  margin: 12px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 15px solid #1fb1e6;
  border-bottom: 0;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .step_result::before {
    margin: 24px auto 32px;
    border-style: solid;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 30px solid #1fb1e6;
  }
}

.guideline {
  margin: 0 auto 40px;
}
@media print, screen and (min-width: 1024px) {
  .guideline {
    margin: 80px auto 40px;
  }
}

.guideline_title {
  width: calc(100% + 30px);
  margin: 0 -15px 32px;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  background-color: #2167ae;
  font-size: 18px;
}
@media print, screen and (min-width: 1024px) {
  .guideline_title {
    width: 100%;
    margin: 0 auto 32px;
    padding: 8px 0;
    font-size: 30px;
  }
}

.guideline_dl {
  border-bottom: solid 1px #23366f;
}
.guideline_dl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: solid 1px #23366f;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.guideline_dl.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guideline_dl dt,
.guideline_dl dd {
  font-size: 12px;
}
.guideline_dl dt {
  width: 100%;
  padding: 12px 0;
  background-color: #f5f7fb;
  font-weight: 700;
  font-size: 16px;
  color: #23366f;
  text-align: center;
}
.guideline_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 0;
}
@media print, screen and (min-width: 768px) {
  .guideline_dl .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .guideline_dl dt,
  .guideline_dl dd {
    padding: 24px;
    font-size: 16px;
  }
  .guideline_dl dt {
    width: 180px;
    font-size: 20px;
    text-align: left;
  }
  .guideline_dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.list-disc {
  margin: 10px 0;
  padding-left: 12px;
}
.list-disc li {
  position: relative;
  padding-left: 15px;
  font-size: 11px;
}
.list-disc li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .list-disc li {
    font-size: 14px;
  }
}

.number {
  margin-top: 40px;
  text-align: right;
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  .number {
    margin-top: 64px;
  }
}