@charset "UTF-8";
/*ユーティリティ*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&&family=Roboto:wght@400;500;700&display=swap");
/*リセット*/
/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
     ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
     ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
     ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*メインカラム*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  font-size: 100%;
  font-size: 10px;
  font-family: YakuHanJP, "Arial", "Arial", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

body {
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  vertical-align: middle;
}
@media (min-width: 768px) {
  img {
    width: 100%;
  }
}

a {
  color: #1D335A;
  text-decoration: none;
}

.pc-none {
  display: block;
}
@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}
@media (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

.wide-none {
  display: block;
}
@media (min-width: 1280px) {
  .wide-none {
    display: none;
  }
}

.tab-block {
  display: block;
}
@media (min-width: 768px) {
  .tab-block {
    display: block;
  }
}
@media (min-width: 1280px) {
  .tab-block {
    display: none;
  }
}

.container {
  margin: 0 8.3333333333vw;
}
@media (min-width: 768px) {
  .container {
    margin: 0 28px;
  }
}

ul, li {
  list-style: none;
}

.back-to-top {
  display: none;
  position: fixed;
  right: 0;
  bottom: 6.5%;
  display: inline-block;
  text-decoration: none;
  width: 16.6666666667vw;
  height: auto;
  z-index: 11;
}
@media (min-width: 768px) {
  .back-to-top {
    width: 100px;
    right: 3%;
  }
}
@media (min-width: 1280px) {
  .back-to-top {
    bottom: 2%;
  }
}

/*ヘッダー*/
.header__menu-pc {
  display: none;
}
@media (min-width: 1280px) {
  .header__menu-pc {
    background: #FFF;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(60, 170, 220, 0.1);
            box-shadow: 0px 3px 3px 0px rgba(60, 170, 220, 0.1);
    z-index: 15;
  }
}
.header__menu-pc.m_fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
}
.header__menu-pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0 40px;
}
.header__menu-pc ul li {
  font-size: 16px;
  font-weight: 600;
  margin-right: 25px;
}
.header__menu-pc ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu-pc ul li a:hover {
  color: #D8405A;
}
.header__menu-pc ul li.events-none {
  pointer-events: none;
  opacity: 0.5;
}
.header__menu-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(60, 170, 220, 0.1);
          box-shadow: 0px 3px 3px 0px rgba(60, 170, 220, 0.1);
  background: #FFF;
  z-index: 15;
}
.header__menu-sp.m_fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
}
@media (min-width: 1280px) {
  .header__menu-sp {
    display: none;
  }
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__mail {
  display: none;
}
@media (min-width: 768px) {
  .header__mail {
    display: block;
    margin-right: 5px;
  }
}
.header__mail a {
  background-color: #D8405A;
  color: #FFF;
  display: block;
  width: 72.2222222222vw;
  height: 13.8888888889vw;
  line-height: 13.8888888889vw;
  text-align: center;
  margin: 5.5555555556vw auto 0;
  border-radius: 6.9444444444vw;
  font-size: 3.8888888889vw;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__mail a:hover {
  background: #C43755;
}
@media (min-width: 768px) {
  .header__mail a {
    width: 152px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin: 0;
  }
}
.header__logo {
  width: 213px;
  height: auto;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .header__logo {
    width: 110px;
    height: auto;
    margin-left: 20px;
  }
}

#toggle {
  width: 50px;
  height: 50px;
  background: #D8405A;
  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;
}
@media (min-width: 768px) {
  #toggle {
    width: 75px;
    height: 75px;
  }
}

#toggle-box {
  position: absolute;
  width: 24px;
  height: 16px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #toggle-box {
    width: 37px;
    height: 24px;
  }
}

#toggle-box > span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #FFF;
  position: absolute;
  -webkit-transition: top 0.5s ease, bottom 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: top 0.5s ease, bottom 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.5s ease, bottom 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease, bottom 0.5s ease, -webkit-transform 0.6s ease-in-out;
}
@media (min-width: 768px) {
  #toggle-box > span {
    height: 2px;
  }
}

#toggle-box > span:nth-child(1) {
  top: 0;
}

#toggle-box > span:nth-child(2) {
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
  bottom: 0;
}

#toggle {
  z-index: 1000;
}

#main {
  position: relative;
  z-index: 990;
}

.nav-content {
  z-index: 900;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #1D335A;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  padding: 19.4444444444vw 13.8888888889vw;
  text-align: left;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-content__logo {
  width: 230px;
  display: block;
  margin: 0 auto 55px;
}
.nav-content__link {
  list-style: none;
}
.nav-content__link a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 30px 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.nav-content__link a:hover {
  opacity: 0.6;
}
.nav-content__link a.events-none {
  pointer-events: none;
  opacity: 0.5;
}
.nav-content__contact {
  background: #FFF;
  color: #1D335A;
  font-weight: bold;
  text-align: center;
  width: 260px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.nav-content__contact.-mail {
  font-size: 14px;
  position: relative;
}
.nav-content__contact.-mail:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 19px;
  right: 20px;
  width: 8px;
  height: 11px;
  background: url(./images/nav-menu-arrow.svg);
  background-position: center;
  background-size: contain;
}

.is-open {
  overflow: hidden;
}

.is-open #toggle-box > span {
  background: #fff;
}

.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg) translatey(-50%);
          transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg) translatey(-50%);
          transform: rotate(-45deg) translatey(-50%);
}

.is-open #nav-content {
  z-index: 999;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*ニュース*/
.news {
  padding-bottom: 16.6666666667vw;
}
@media (min-width: 768px) {
  .news {
    padding-bottom: 119px;
  }
}
@media (min-width: 1280px) {
  .news {
    max-width: 930px;
    margin: auto;
  }
}
.news__title {
  font-size: 6.9444444444vw;
  text-align: center;
  color: #1D335A;
  margin: 16.6666666667vw auto 10.2777777778vw;
}
@media (min-width: 768px) {
  .news__title {
    font-size: 30px;
    margin: 85px auto 35px;
  }
}
.news ul {
  padding: 0 8.3333333333vw;
}
@media (min-width: 768px) {
  .news ul {
    padding: 0 60px;
  }
}
.news ul li {
  padding: 5.5555555556vw 0;
  letter-spacing: 0.03em;
  font-size: 3.8888888889vw;
  border-bottom: 1px solid #c3c3c3;
  font-weight: 600;
  line-height: 1.714;
}
@media (min-width: 768px) {
  .news ul li {
    font-size: 14px;
    padding: 17px 0;
  }
}
.news ul li:first-child {
  border-top: 1px solid #c3c3c3;
}
.news ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
}
.news ul li a:hover {
  color: #D8405A;
}
@media (min-width: 768px) {
  .news ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.news ul li .date {
  color: #1D335A;
  font-weight: normal;
  font-size: 3.3333333333vw;
  display: block;
  margin-bottom: 2.7777777778vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .news ul li .date {
    width: 14%;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
  }
}
.news ul li .text {
  display: block;
}
@media (min-width: 768px) {
  .news ul li .text {
    display: inline-block;
    width: 81%;
  }
}
.news ul li .-link {
  position: relative;
}
.news ul li .-link::after {
  position: absolute;
  display: block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  right: -1.2em;
  bottom: 0;
  margin: auto;
  -webkit-mask-image: url(./images/pdf-link.svg);
  -webkit-mask-size: contain;
  mask-image: url(./images/pdf-link.svg);
  mask-size: contain;
  background-color: #1D335A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .news ul li .-link::after {
    width: 1.3em;
    height: 1.3em;
    bottom: 0.3em;
  }
}
.news ul li .-link:hover::after {
  background-color: #D8405A;
}

/**/
.intro {
  background-color: #0064AA;
  padding: 22.2222222222vw 0 6.3888888889vw;
  position: relative;
}
@media (min-width: 768px) {
  .intro {
    padding: 130px 0 120px;
  }
}
@media (min-width: 1280px) {
  .intro {
    padding: 130px 0 150px;
  }
}
.intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  background: url(./images/intro-bg.png) no-repeat;
  background-position: top center;
  background-size: contain;
  width: 100vw;
  height: 111.1111111111vw;
}
@media (min-width: 1280px) {
  .intro:before {
    background: url(./images/intro-bg_pc.png) no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 100%;
  }
}
.intro__catch {
  font-size: 11.1111111111vw;
  line-height: 1.25;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.06em;
  margin-bottom: 20.8333333333vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .intro__catch {
    font-size: 60px;
    margin-bottom: 100px;
  }
}
.intro__text-box {
  padding: 0 11.1111111111vw;
  color: #FFF;
  margin: 0 auto 13.8888888889vw;
}
@media (min-width: 768px) {
  .intro__text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 71px;
  }
}
@media (min-width: 1280px) {
  .intro__text-box {
    width: 907px;
    padding: 0;
  }
}
.intro__text-box h4 {
  font-size: 5vw;
  line-height: 1.55;
  text-align: center;
  margin-bottom: 4.1666666667vw;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .intro__text-box h4 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.intro__text-box p {
  font-size: 3.6111111111vw;
  line-height: 1.53;
  letter-spacing: 0.03em;
  padding: 0 2.7777777778vw;
  text-align: justify;
}
@media (min-width: 768px) {
  .intro__text-box p {
    font-size: 13px;
    width: 63%;
    padding: 0;
  }
}
.intro__text-box_head {
  display: block;
  margin-bottom: 2.7777777778vw;
}
@media (min-width: 768px) {
  .intro__text-box_head {
    width: 14px;
    height: auto;
    margin-bottom: 0;
  }
}
.intro__text-box_foot {
  display: block;
  margin-top: 2.7777777778vw;
}
@media (min-width: 768px) {
  .intro__text-box_foot {
    width: 14px;
    height: auto;
    margin-top: 0;
  }
}
.intro__section {
  position: relative;
  z-index: 2;
}
.intro__section-title01 {
  width: 40.8333333333vw;
  height: auto;
  margin: 0 auto 5.5555555556vw;
  display: block;
}
@media (min-width: 768px) {
  .intro__section-title01 {
    width: 184px;
    margin: 0 auto 35px;
  }
}
.intro__section-title02 {
  width: 70.2777777778vw;
  margin: 0 auto 5.5555555556vw;
  display: block;
}
@media (min-width: 768px) {
  .intro__section-title02 {
    width: 264px;
    margin: 0 auto 20px;
  }
}
.intro__section-title03 {
  width: 65.2777777778vw;
  margin: 0 auto 6.9444444444vw;
  display: block;
}
@media (min-width: 768px) {
  .intro__section-title03 {
    width: 284px;
    margin: 0 auto 40px;
  }
}
.intro__section-title04 {
  width: 77.7777777778vw;
  margin: 0 auto 5.5555555556vw;
  display: block;
}
@media (min-width: 768px) {
  .intro__section-title04 {
    width: 324px;
    margin: 0 auto 40px;
  }
}
.intro__section-lead {
  font-size: 5.8333333333vw;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .intro__section-lead {
    font-size: 35px;
  }
}
.intro__section-lead.sec3 span {
  color: #FFF;
  font-size: 4.4444444444vw;
}
@media (min-width: 768px) {
  .intro__section-lead.sec3 span {
    font-size: 24px;
  }
}
.intro__section-lead .wave {
  font-size: 6.1111111111vw !important;
  padding-bottom: 2px;
  -webkit-text-decoration: #fff wavy underline;
          text-decoration: #fff wavy underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
}
@media (min-width: 768px) {
  .intro__section-lead .wave {
    font-size: 35px !important;
    text-underline-offset: 10px;
  }
}
.intro__section-lead span {
  color: #ffff00;
}
.intro__dx-image01 {
  display: block;
  margin: 0 auto 6.9444444444vw;
}
@media (min-width: 768px) {
  .intro__dx-image01 {
    margin: 0 auto 20px;
  }
}
@media (min-width: 1280px) {
  .intro__dx-image01 {
    width: 1050px;
    height: auto;
  }
}
.intro__dx-image02 {
  display: block;
  width: 69.4444444444vw;
  height: auto;
  margin: 0 auto 22.2222222222vw;
}
@media (min-width: 768px) {
  .intro__dx-image02 {
    width: 100%;
    margin: 0 auto 100px;
  }
}
@media (min-width: 1280px) {
  .intro__dx-image02 {
    width: 977px;
  }
}
.intro__dx-image03 {
  display: block;
  width: 93.8888888889vw;
  margin: 1.6666666667vw auto 13.8888888889vw;
  padding: 0 2.7777777778vw;
}
@media (min-width: 768px) {
  .intro__dx-image03 {
    width: 100%;
    margin: 13px auto 80px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .intro__dx-image03 {
    width: 884px;
    margin: 40px auto 100px;
  }
}
.intro__dx-image04 {
  display: block;
  width: 93.6111111111vw;
  margin: 10.2777777778vw auto;
}
@media (min-width: 768px) {
  .intro__dx-image04 {
    width: 680px;
    margin: 55px auto 0;
  }
}
@media (min-width: 1280px) {
  .intro__dx-image04 {
    width: 850px;
    margin: 70px auto 0;
  }
}

.benefits {
  padding: 41.6666666667vw 0 33.3333333333vw;
  position: relative;
  background: #f0f0f0;
  color: #1D335A;
}
@media (min-width: 768px) {
  .benefits {
    padding: 150px 0 120px;
  }
}
.benefits:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  background: url(./images/benefit-bg.jpg) no-repeat;
  background-position: top center;
  background-size: contain;
  width: 100vw;
  height: 118.3333333333vw;
}
@media (min-width: 768px) {
  .benefits:before {
    background: url(./images/benefit-bg_tab.jpg) no-repeat;
    background-position: top center;
    background-size: 100%;
  }
}
@media (min-width: 1280px) {
  .benefits:before {
    background: url(./images/benefit-bg_pc.jpg) no-repeat;
    background-position: top center;
    background-size: 100%;
  }
}
.benefits__title {
  font-size: 9.7222222222vw;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 18.0555555556vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .benefits__title {
    font-size: 50px;
    margin-bottom: 90px;
  }
}
.benefits__section {
  position: relative;
  z-index: 3;
}
.benefits__section-title01 {
  width: 55.5555555556vw;
  height: auto;
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .benefits__section-title01 {
    width: 224px;
  }
}
.benefits__section-lead {
  color: #1D335A;
  font-size: 6.1111111111vw;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: bold;
  line-height: 1.63;
  margin-top: 5.5555555556vw;
}
@media (min-width: 768px) {
  .benefits__section-lead {
    margin-top: 30px;
    font-size: 35px;
    line-height: 1;
  }
}
.benefits__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 9.7222222222vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 9.7222222222vw auto 22.2222222222vw;
}
@media (min-width: 768px) {
  .benefits__contents {
    margin: 30px auto 150px;
    max-width: 900px;
  }
}
@media (min-width: 1280px) {
  .benefits__contents {
    max-width: 1010px;
    margin: 30px auto 125px;
  }
}
.benefits__box {
  color: #1D335A;
  background: #FFF;
  width: 44.4444444444vw;
  height: 33.3333333333vw;
  font-size: 3.6111111111vw;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  line-height: 1.53;
  margin: 2.7777777778vw 1.3888888889vw;
}
@media (min-width: 768px) {
  .benefits__box {
    width: 325px;
    height: 145px;
    font-size: 18px;
    margin: 7px;
  }
}
@media (min-width: 1280px) {
  .benefits__box {
    width: 490px;
    height: 127px;
  }
}
.benefits__box span {
  color: #D8405A;
}

.case {
  background: #FFF;
}
@media (min-width: 768px) {
  .case {
    width: 710px;
    margin: auto;
    border-radius: 5px;
  }
}
@media (min-width: 1280px) {
  .case {
    width: 1000px;
    padding-bottom: 50px;
  }
}
.case__title {
  position: relative;
  top: -5.5555555556vw;
}
@media (min-width: 768px) {
  .case__title {
    top: -25px;
  }
}
.case__title img {
  width: 92.2222222222vw;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .case__title img {
    width: 404px;
    margin: 0 auto;
  }
}
.case__lead {
  font-size: 6.1111111111vw;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: bold;
  line-height: 1.63;
  margin: 0 auto 9.7222222222vw;
}
@media (min-width: 768px) {
  .case__lead {
    margin: 0 auto 55px;
    font-size: 35px;
  }
}
.case__box {
  margin: 0 8.3333333333vw;
  padding-bottom: 5.5555555556vw;
}
@media (min-width: 768px) {
  .case__box {
    margin: 0 35px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .case__box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media (min-width: 1280px) {
  .case__box-flex {
    padding: 0 30px;
  }
}
.case__box-flex-l {
  margin-right: 60px;
}
@media (min-width: 1280px) {
  .case__box-flex-l {
    margin-right: 160px;
  }
}
@media (min-width: 1280px) {
  .case__box-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1280px) {
  .case__box-flexbox {
    padding: 0 30px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 55px;
  }
}
.case__box-title {
  width: 100%;
  height: 11.1111111111vw;
  background: #EBF5FA;
  font-size: 5vw;
  text-align: center;
  margin: 0 auto 5.5555555556vw;
  line-height: 11.1111111111vw;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .case__box-title {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    margin: 0 auto 30px;
  }
}
.case__box-sub-title {
  color: #5A99E4;
  font-size: 3.8888888889vw;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .case__box-sub-title {
    font-size: 18px;
  }
}
.case__box-image {
  display: block;
  margin: 0 auto 5.5555555556vw;
}
@media (min-width: 768px) {
  .case__box-image {
    width: 510px;
    margin: 0 auto 38px;
  }
}
@media (min-width: 1280px) {
  .case__box-image {
    margin: 0 30px 0 0;
  }
}
.case__box-lead {
  font-size: 4.4444444444vw;
  letter-spacing: 0.04em;
  line-height: 1.625;
}
@media (min-width: 768px) {
  .case__box-lead {
    font-size: 18px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .case__box-lead {
    text-align: left;
  }
}
.case__box-lead span {
  color: #D8405A;
}
.case__box-text {
  margin: 5.5555555556vw auto;
  font-size: 3.8888888889vw;
  font-weight: 100;
  line-height: 1.714;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media (min-width: 768px) {
  .case__box-text {
    font-size: 14px;
    margin: 30px auto 55px;
  }
}
@media (min-width: 1280px) {
  .case__box-text {
    margin: 10px auto 0;
    letter-spacing: 0;
  }
}
.case__box-list {
  margin: 4.1666666667vw auto 5.5555555556vw;
  font-size: 3.8888888889vw;
  font-weight: 100;
  line-height: 1.714;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media (min-width: 768px) {
  .case__box-list {
    font-size: 14px;
    margin: 20px auto 30px;
  }
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.innovation {
  background-color: #C6E4FE;
  padding: 13.8888888889vw 8.3333333333vw;
  position: relative;
  color: #1D335A;
}
@media (min-width: 768px) {
  .innovation {
    padding: 115px 60px 150px;
  }
}
.innovation p {
  font-size: 4.4444444444vw;
  font-weight: 600;
}
@media (min-width: 768px) {
  .innovation p {
    font-size: 16px;
  }
}
.innovation h2 {
  font-size: 8.3333333333vw;
  text-align: center;
}
@media (min-width: 768px) {
  .innovation h2 {
    font-size: 50px;
  }
}
.innovation h3 {
  padding-top: 13.8888888889vw;
}
.innovation h3 img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .innovation h3 {
    padding-top: 55px;
  }
}
.innovation__flex {
  font-size: 6.1111111111vw;
  text-align: center;
  line-height: 1.636;
}
@media (min-width: 768px) {
  .innovation__flex {
    font-size: 30px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 970px;
    margin: 50px auto 0;
  }
}
.innovation__flex a {
  color: #D8405A;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.innovation__flex a:hover {
  opacity: 0.6;
}
.innovation__flex-text {
  text-align: left;
  padding: 11.1111111111vw 0 6.6666666667vw;
  letter-spacing: 0.005em;
  line-height: 1.875;
}
@media (min-width: 768px) {
  .innovation__flex-text {
    -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .innovation__flex-img {
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
  }
}
.innovation__section p {
  text-align: center;
  line-height: 1.636;
  padding: 4.1666666667vw 0;
  font-size: 5.5555555556vw;
}
@media (min-width: 768px) {
  .innovation__section p {
    font-size: 30px;
    padding: 15px 0 10px;
  }
  .innovation__section div {
    margin: auto;
    max-width: 850px;
  }
}

.dx-movie {
  background-color: #f0f0f0;
  background: url(./images/dx-movie-bg.png);
  background-size: 26.6666666667vw 26.6666666667vw;
  background-repeat: repeat;
  padding: 0 5.5555555556vw 16.6666666667vw;
}
@media (min-width: 768px) {
  .dx-movie {
    padding-bottom: 120px;
    background-size: 96px 96px;
  }
}
.dx-movie__subtitle {
  display: block;
  position: relative;
  top: -6.9444444444vw;
  width: 58.6111111111vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .dx-movie__subtitle {
    width: 264px;
    top: -25px;
  }
}
.dx-movie__title {
  font-size: 6.1111111111vw;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto 9.7222222222vw;
}
@media (min-width: 768px) {
  .dx-movie__title {
    margin: 0 auto 35px;
    font-size: 35px;
    line-height: normal;
  }
}
.dx-movie__container {
  width: 83.3333333333vw;
  display: block;
  margin: 5.5555555556vw auto;
}
@media (min-width: 1280px) {
  .dx-movie__container {
    width: 674px;
    margin: 45px auto 20px;
  }
}
.dx-movie__container .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.dx-movie__container .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.dx-movie__text {
  font-size: 3.8888888889vw;
  letter-spacing: 0;
  line-height: 1.625;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .dx-movie__text {
    font-size: 16px;
    line-height: 1;
  }
}
.dx-movie__name {
  font-size: 3.3333333333vw;
  letter-spacing: 0;
  line-height: 1.625;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .dx-movie__name {
    font-size: 18px;
  }
}
.dx-movie__caption {
  font-size: 3.3333333333vw;
  letter-spacing: 0.04em;
  line-height: 1.625;
  font-weight: normal;
  margin-top: 2.7777777778vw;
}
@media (min-width: 768px) {
  .dx-movie__caption {
    font-size: 13px;
    margin: 10px auto;
    text-align: center;
  }
}

.attempt {
  background-color: #1D335A;
  background-image: url(./images/attempt-bg_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}
@media (min-width: 768px) {
  .attempt {
    background-image: url(./images/attempt-bg_pc.png);
    padding-bottom: 170px;
  }
}
.attempt__bg {
  position: relative;
  display: block;
  padding: 0 8.3333333333vw 8.3333333333vw;
}
@media (min-width: 768px) {
  .attempt__bg {
    padding: 0 60px 0;
  }
}
.attempt img {
  padding-top: 11.1111111111vw;
}
@media (min-width: 768px) {
  .attempt img {
    max-width: 278px;
    margin: auto;
  }
}
.attempt h2 {
  color: #FFF;
  text-align: center;
  font-size: 8.3333333333vw;
  padding: 5.5555555556vw 0 11.1111111111vw;
  line-height: 1.333;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .attempt h2 {
    font-size: 50px;
    padding: 75px 0 100px;
    position: relative;
    line-height: 1.2;
    letter-spacing: 0.05;
    display: inline-block;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .attempt h2::before {
    content: "";
    display: block;
    width: 164px;
    height: 223px;
    background-image: url("./images/attempt-image01_pc.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -215px;
    top: 92px;
  }
  .attempt h2::after {
    content: "";
    display: block;
    width: 164px;
    height: 223px;
    background-image: url("./images/attempt-image02_pc.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -261px;
    top: 92px;
  }
}
.attempt h3 img {
  height: 44px;
  padding: 0;
}
.attempt p {
  color: #FFF;
  font-size: 4.1666666667vw;
  line-height: 1.933;
  padding-top: 2.7777777778vw;
  text-align: left;
}
@media (min-width: 768px) {
  .attempt p {
    max-width: 1000px;
    display: block;
    margin: auto;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
  }
}
.attempt b {
  display: inline-block;
  color: #ffff00;
  font-size: 6.6666666667vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.417;
  padding: 13.8888888889vw 0 5vw;
}
@media (min-width: 768px) {
  .attempt b {
    font-size: 24px;
    display: block;
    padding: 69px 0 30px;
  }
}
@media (min-width: 768px) {
  .attempt__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin: auto;
    padding: 80px 0;
  }
}
@media (min-width: 1280px) {
  .attempt__flex {
    max-width: 1000px;
    padding: 0 0 80px 0;
  }
}
.attempt__section {
  background-color: #FFF;
  border-radius: 5px;
  height: 62.5vw;
  padding: 5.5555555556vw;
  position: relative;
  margin-bottom: 5.5555555556vw;
}
@media (hover: hover) {
  .attempt__section:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
@media (min-width: 768px) {
  .attempt__section {
    margin: auto;
    width: 320px;
    height: 320px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .attempt__section {
    padding: 35px;
    height: 320px;
    width: 320px;
  }
}
.attempt__section img {
  height: 24px;
  padding: 0;
}
.attempt__section b {
  display: block;
  color: #D8405A;
  font-size: 5vw;
  text-align: center;
  padding: 3.6111111111vw 0 1.3888888889vw;
}
@media (min-width: 768px) {
  .attempt__section b {
    padding: 25px 0 15px;
    font-size: 1.9444444444vw;
  }
}
@media (min-width: 1280px) {
  .attempt__section b {
    font-size: 24px;
  }
}
.attempt__section p {
  color: #1D335A;
  font-size: 3.8888888889vw;
  line-height: 1.714;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .attempt__section p {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 1280px) {
  .attempt__section p {
    font-size: 14px;
  }
}
.attempt__section::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #D8405A;
  line-height: 2;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 5.5555555556vw;
}
@media (min-width: 768px) {
  .attempt__section::after {
    bottom: 25px;
  }
}
.attempt__diagnosis {
  background-color: #005096;
  padding: 0 8.3333333333vw;
}
@media (min-width: 768px) {
  .attempt__diagnosis {
    border-radius: 5px;
    padding: 0;
    max-width: 1000px;
    margin: auto;
  }
}
.attempt__diagnosis--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.attempt__diagnosis--flex .-left {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}
.attempt__diagnosis--flex .right {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}
.attempt__diagnosis h3 {
  color: #FFF;
  font-size: 8.3333333333vw;
  text-align: center;
  padding: 13.8888888889vw 0 5.5555555556vw;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .attempt__diagnosis h3 {
    font-size: 35px;
    padding: 50px 0 36px;
    text-align: left;
  }
}
.attempt__diagnosis P {
  font-size: 3.8888888889vw;
  line-height: 1.714;
  padding: 0 0 8.3333333333vw 0;
}
@media (min-width: 768px) {
  .attempt__diagnosis P {
    font-size: 14px;
    text-align: left;
    padding: 0 0 35px;
  }
}
.attempt__diagnosis dl {
  color: #ffff00;
  font-size: 3.8888888889vw;
  position: relative;
}
@media (min-width: 768px) {
  .attempt__diagnosis dl {
    font-size: 16px;
  }
}
.attempt__diagnosis dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.1666666667vw;
  position: relative;
}
@media (min-width: 768px) {
  .attempt__diagnosis dl div {
    padding: 12px;
  }
}
.attempt__diagnosis dl div::after {
  content: "";
  display: block;
  width: 83.3333333333vw;
  height: 1px;
  background-color: #1D335A;
  position: absolute;
  top: 0;
  left: 10px;
}
@media (min-width: 768px) {
  .attempt__diagnosis dl div::after {
    width: 55.5555555556vw;
  }
}
@media (min-width: 1280px) {
  .attempt__diagnosis dl div::after {
    max-width: 600px;
  }
}
.attempt__diagnosis dl::after {
  content: "";
  display: block;
  width: 83.3333333333vw;
  height: 1px;
  background-color: #1D335A;
  position: absolute;
  bottom: 0;
  left: 10px;
}
@media (min-width: 768px) {
  .attempt__diagnosis dl::after {
    width: 55.5555555556vw;
  }
}
@media (min-width: 1280px) {
  .attempt__diagnosis dl::after {
    max-width: 600px;
  }
}
.attempt__diagnosis dt {
  padding-right: 1em;
}
.attempt__diagnosis dd {
  line-height: 1.571;
  text-align: left;
  letter-spacing: -0.02em;
}
.attempt__diagnosis--link {
  background-color: #ffff00;
  margin: 11.1111111111vw auto 0;
  width: 83.3333333333vw;
  padding: 4.1666666667vw 0;
  border-radius: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .attempt__diagnosis--link:hover {
    background-color: #E0DA07;
  }
}
@media (min-width: 768px) {
  .attempt__diagnosis--link {
    margin: 40px auto 60px;
    max-width: 370px;
    padding: 17px 0;
  }
}
.attempt__diagnosis--link a {
  font-size: 4.4444444444vw;
  font-weight: 600;
  display: block;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .attempt__diagnosis--link a {
    font-size: 14px;
  }
}
.attempt__diagnosis--link a::after {
  content: "";
  background-image: url(./images/attempt-arrow.png);
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.3888888889vw;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 768px) {
  .attempt__diagnosis--link a::after {
    width: 10px;
    height: 10px;
  }
}
.attempt__diagnosis--img {
  padding: 30px 0 50px;
}
@media (min-width: 768px) {
  .attempt__diagnosis--img {
    max-width: 216px;
  }
}
.attempt__diagnosis--img img {
  padding: 0;
}

.support {
  background-size: 26.6666666667vw 26.6666666667vw;
  background-repeat: repeat;
  background-color: #0064AA;
  padding: 11.1111111111vw 0 16.6666666667vw;
  position: relative;
}
@media (min-width: 768px) {
  .support {
    background-size: 96px 96px;
    padding: 90px 60px 100px;
  }
}
.support .section-step {
  width: 11.1111111111vw;
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .support .section-step {
    width: 40px;
  }
}
.support h2 {
  font-size: 9.7222222222vw;
  padding: 8.3333333333vw 11.1111111111vw;
  text-align: center;
  margin: 0;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .support h2 {
    font-size: 50px;
    padding: 30px 0;
  }
}
.support__catch {
  position: relative;
  text-align: center;
  color: #FFF;
  font-size: 6.1111111111vw;
  font-weight: bold;
  line-height: 1.636;
  letter-spacing: 0.08em;
  z-index: 2;
}
@media (min-width: 768px) {
  .support__catch {
    font-size: 23px;
  }
}
.support__catch span {
  color: #ffff00;
}
.support__title {
  position: relative;
  font-size: 10vw;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.05em;
  line-height: 1.388;
  margin-bottom: 19.4444444444vw;
  z-index: 2;
}
@media (min-width: 768px) {
  .support__title {
    font-size: 48px;
    margin-bottom: 90px;
  }
}
.support__text {
  font-size: 4.4444444444vw;
  line-height: 1.938;
  color: #FFF;
  text-align: center;
  padding-bottom: 12.5vw;
}
@media (min-width: 768px) {
  .support__text {
    font-size: 16px;
    padding-bottom: 42px;
  }
}
.support__image01 {
  position: relative;
  display: block;
  margin: 0 auto 22.2222222222vw;
  z-index: 2;
}
@media (min-width: 768px) {
  .support__image01 {
    width: 360px;
    margin: 0 auto 80px;
  }
}
@media (min-width: 1280px) {
  .support__image01 {
    margin: 0 0 0 auto;
  }
}
.support__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5vw;
  z-index: 2;
}
@media (min-width: 768px) {
  .support__list {
    margin: 0 auto 60px;
    max-width: 560px;
  }
}
@media (min-width: 1280px) {
  .support__list {
    max-width: 100%;
  }
}
.support__list-title {
  position: relative;
  margin: auto;
  display: block;
  z-index: 2;
  width: 42.2222222222vw;
}
@media (min-width: 768px) {
  .support__list-title {
    width: 184px;
    margin: 0 auto 20px;
  }
}
.support__list-catch {
  position: relative;
  font-size: 6.1111111111vw;
  text-align: center;
  margin: 8.3333333333vw auto;
  font-weight: bold;
  color: #FFF;
  line-height: 1.63;
  z-index: 2;
}
@media (min-width: 768px) {
  .support__list-catch {
    font-size: 35px;
    margin: 25px auto 30px;
  }
}
.support__list img {
  display: block;
  width: 39.4444444444vw;
  height: auto;
  margin: 2.2222222222vw;
}
@media (min-width: 768px) {
  .support__list img {
    width: 220px;
    margin: 30px;
  }
}
@media (min-width: 1280px) {
  .support__list img {
    margin: 0 10px;
  }
}
.support__contents {
  background-color: #FFF;
  color: #1D335A;
  border-radius: 5px;
  padding: 8.3333333333vw 5.5555555556vw 5.5555555556vw;
  margin: 5.5555555556vw 8.3333333333vw;
}
@media (min-width: 768px) {
  .support__contents {
    padding: 13px 45px 40px;
    max-width: 850px;
    margin: 35px auto;
  }
}
.support__contents-number {
  height: 20px;
}
.support__contents h3 {
  font-size: 6.1111111111vw;
  text-align: center;
  padding: 5vw 0 4.1666666667vw;
}
@media (min-width: 768px) {
  .support__contents h3 {
    font-size: 25px;
    margin-left: 30px;
    padding: 40px 0 35px;
  }
}
.support__contents p {
  font-size: 3.8888888889vw;
  line-height: 1.714;
}
@media (min-width: 768px) {
  .support__contents p {
    font-size: 14px;
  }
}
.support__contents li {
  font-size: 3.8888888889vw;
  line-height: 1.714;
}
@media (min-width: 768px) {
  .support__contents__title-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .support__contents-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.support__contents-box {
  padding: 5.5555555556vw 0;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .support__contents-box {
    width: 250px;
    padding: 21px 35px;
  }
}
.support__contents-box h4 {
  font-size: 5.5555555556vw;
  text-align: center;
  color: #D8405A;
  padding-bottom: 4.1666666667vw;
}
@media (min-width: 768px) {
  .support__contents-box h4 {
    font-size: 20px;
    padding-bottom: 25px;
  }
}
.support__contents-box::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 72.2222222222vw;
  height: 1px;
  background-color: #D8405A;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .support__contents-box::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .support__contents-box.-line::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 1px;
    height: 225px;
    background-color: #D8405A;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.support__contents-title02 {
  letter-spacing: -0.05em;
}
.support__contents-image02 {
  margin-top: 5.5555555556vw;
}
@media (min-width: 768px) {
  .support__contents-image02 {
    max-width: 314px;
    margin: 0 0 0 90px;
  }
}
.support__contents ol li {
  font-size: 3.8888888889vw;
  line-height: 2;
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .support__contents ol li {
    font-size: 14px;
  }
  .support__contents ol li:last-child {
    padding-bottom: 0;
  }
}
.support__contents ol li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #1D335A;
  border-radius: 50%;
  margin-right: 5px;
}
.support__contents-image {
  padding-top: 13px;
}
@media (min-width: 768px) {
  .support__contents-image {
    padding-top: 40px;
  }
}
.support__contents.-step05 h3 {
  margin: 0;
  padding: 4.1666666667vw 0 8.0555555556vw;
}
@media (min-width: 768px) {
  .support__contents.-step05 h3 {
    padding: 35px 0;
  }
}
.support__link {
  background-color: #ffff00;
  margin: 11.1111111111vw auto 0;
  width: 83.3333333333vw;
  padding: 4.1666666667vw 0;
  border-radius: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .support__link:hover {
    background-color: #E0DA07;
  }
}
@media (min-width: 768px) {
  .support__link {
    margin: 80px auto 0;
    max-width: 370px;
    padding: 20px 0;
  }
}
.support__link a {
  font-size: 4.4444444444vw;
  font-weight: 600;
  display: block;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .support__link a {
    font-size: 14px;
  }
}
.support__link a::after {
  content: "";
  background-image: url(./images/attempt-arrow.png);
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.3888888889vw;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 768px) {
  .support__link a::after {
    width: 10px;
    height: 10px;
  }
}

.advisor {
  background-color: #1D335A;
  padding: 11.1111111111vw 8.3333333333vw;
}
@media (min-width: 768px) {
  .advisor {
    padding: 106px 60px 100px;
  }
}
.advisor .section-step {
  width: 11.1111111111vw;
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .advisor .section-step {
    width: 40px;
  }
}
.advisor h2 {
  color: #FFF;
  font-size: 9.7222222222vw;
  padding: 8.3333333333vw 0 11.1111111111vw;
  text-align: center;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.286;
}
@media (min-width: 768px) {
  .advisor h2 {
    font-size: 50px;
    padding: 30px 0;
  }
}
.advisor h3 {
  padding-top: 13.8888888889vw;
}
@media (min-width: 768px) {
  .advisor h3 {
    padding-top: 80px;
  }
}
.advisor h3 img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.advisor p {
  color: #FFF;
  font-size: 3.8888888889vw;
  line-height: 1.714;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .advisor p {
    font-size: 14px;
    text-align: center;
  }
}
.advisor b {
  color: #FFF;
  text-align: center;
  display: block;
  line-height: 1.636;
  font-size: 6.1111111111vw;
  padding: 7.7777777778vw 0 3.8888888889vw;
}
@media (min-width: 768px) {
  .advisor b {
    font-size: 35px;
    padding: 30px 0 20px;
  }
}
.advisor dl {
  background-color: #FFF;
  padding: 8.3333333333vw 5.5555555556vw;
  border-radius: 5px;
  margin-top: 8.3333333333vw;
}
@media (min-width: 768px) {
  .advisor dl {
    padding: 30px 20px;
    margin: 30px auto 0;
    max-width: 850px;
  }
}
.advisor dl dt {
  color: #D8405A;
  text-align: center;
  font-weight: 600;
  font-size: 4.4444444444vw;
  line-height: 1.625;
}
@media (min-width: 768px) {
  .advisor dl dt {
    font-size: 16px;
    -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
  }
}
.advisor dl dd {
  padding-top: 1.9444444444vw;
}
@media (min-width: 768px) {
  .advisor dl dd {
    -ms-flex-preferred-size: 83%;
        flex-basis: 83%;
    padding-top: 0;
  }
}
.advisor dl dd p {
  color: #1D335A;
  font-weight: 400;
  font-size: 3.8888888889vw;
  line-height: 1.786;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .advisor dl dd p {
    font-size: 14px;
    text-align: left;
  }
}
.advisor dl dd p:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #1D335A;
  border-radius: 50%;
  margin-right: 5px;
}
.advisor__flex {
  padding: 4.1666666667vw 0;
  position: relative;
}
@media (min-width: 768px) {
  .advisor__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 23px 0;
    max-width: 723px;
    margin: auto;
  }
}
.advisor__flex.-line::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 72.2222222222vw;
  height: 1px;
  background-color: #C8C8C8;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .advisor__flex.-line::after {
    max-width: 723px;
  }
}
@media (min-width: 1280px) {
  .advisor__flex.-line::after {
    width: 723px;
  }
}
.advisor__contents {
  background-color: #005096;
  background-image: url(./images/advisor__contents-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  padding: 0 5.5555555556vw;
}
@media (min-width: 768px) {
  .advisor__contents {
    background-image: url(./images/advisor__contents-bg_pc.png);
    padding: 30px 55px;
    margin: 40px auto 0;
    max-width: 850px;
  }
}
.advisor__contents h3 {
  color: #FFF;
  font-size: 6.1111111111vw;
  text-align: center;
  display: block;
  margin-top: 8.3333333333vw;
  padding: 10.5555555556vw 0 4.7222222222vw;
}
@media (min-width: 768px) {
  .advisor__contents h3 {
    text-align: left;
    font-size: 35px;
    margin-top: 0;
    padding: 0 0 30px;
  }
}
.advisor__contents p {
  font-weight: 400;
  padding-bottom: 5vw;
  line-height: 1.571;
}
@media (min-width: 768px) {
  .advisor__contents p {
    font-size: 11.7px;
    padding-bottom: 15px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .advisor__contents-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .advisor__contents-desc {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    margin-right: 40px;
  }
}
.advisor__contents-image {
  padding: 5vw 0 11.1111111111vw;
}
@media (min-width: 768px) {
  .advisor__contents-image {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    padding: 0;
  }
}
.advisor__contents-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3888888889vw;
}
@media (min-width: 768px) {
  .advisor__contents-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.advisor__contents-list img {
  width: 26.6666666667vw;
}
@media (min-width: 768px) {
  .advisor__contents-list img {
    width: 13.8888888889vw;
  }
}
@media (min-width: 1280px) {
  .advisor__contents-list img {
    max-width: 144.384px;
  }
}
.advisor__contents-text {
  font-size: 3.6111111111vw;
  padding: 4.1666666667vw 0 9.7222222222vw;
}
@media (min-width: 768px) {
  .advisor__contents-text {
    font-size: 15px;
    max-width: 902px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    padding: 10px 0 40px;
  }
}
.advisor__contents__title-flex h4 {
  color: #1D335A;
  font-size: 6.9444444444vw;
  text-align: center;
  display: block;
  padding-top: 5.5555555556vw;
}
@media (min-width: 768px) {
  .advisor__contents__title-flex h4 {
    font-size: 25px;
    padding: 0;
    margin-left: 45px;
  }
}
@media (min-width: 768px) {
  .advisor__contents__title-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .advisor__contents__title-block {
    display: inline-block;
  }
}
.advisor__contents__title-block h4 {
  color: #1D335A;
  font-size: 6.9444444444vw;
  text-align: center;
  display: block;
  padding-top: 5.5555555556vw;
  margin: 0;
}
@media (min-width: 768px) {
  .advisor__contents__title-block h4 {
    font-size: 25px;
    padding: 0;
  }
}
.advisor__contents-step {
  background-color: #FFF;
  border-radius: 5px;
  padding: 8.3333333333vw 5.5555555556vw;
  margin-bottom: 5.5555555556vw;
}
@media (min-width: 768px) {
  .advisor__contents-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 62px 40px 45px;
    height: 206px;
    max-width: 850px;
    margin: 0 auto 40px;
  }
}
.advisor__contents-step-number {
  height: 3.3333333333vw;
}
@media (min-width: 768px) {
  .advisor__contents-step-number {
    height: 17px;
  }
}
.advisor__contents-step b {
  font-size: 5vw;
  text-align: left;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .advisor__contents-step b {
    font-size: 18px;
    text-align: left;
    padding: 25px 0 8px;
    letter-spacing: 0;
  }
}
.advisor__contents-step b.-pink {
  color: #D8405A;
}
.advisor__contents-step b.-orange {
  color: #FF7F00;
}
.advisor__contents-step p {
  color: #1D335A;
  font-weight: 400;
}
@media (min-width: 768px) {
  .advisor__contents-step p {
    line-height: 1.714;
    text-align: left;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 768px) {
  .advisor__contents-step-block {
    -ms-flex-preferred-size: 76%;
        flex-basis: 76%;
  }
}
@media (min-width: 768px) {
  .advisor__contents-step-img {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
  }
}
.advisor__contents-step-img.-step01 {
  width: 47.7777777778vw;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .advisor__contents-step-img.-step01 {
    max-width: 115px;
    margin: 0 0 0 65px;
  }
}
.advisor__contents-step-img.-step02 {
  width: 50vw;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .advisor__contents-step-img.-step02 {
    max-width: 150px;
    margin: 0 0 0 65px;
  }
}
.advisor__contents-step-img.-step03 {
  width: 30.8333333333vw;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .advisor__contents-step-img.-step03 {
    max-width: 111px;
    margin: 0 0 0 65px;
  }
}
.advisor__contents-step-img.-step04 {
  width: 42.7777777778vw;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .advisor__contents-step-img.-step04 {
    max-width: 154px;
    margin: 0 0 0 65px;
  }
}
.advisor__contents-step-img.-step05 {
  width: 38.8888888889vw;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .advisor__contents-step-img.-step05 {
    max-width: 140px;
    margin: 0 0 0 65px;
  }
}
.advisor__contents-step-img.-step06 {
  width: 38.8888888889vw;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .advisor__contents-step-img.-step06 {
    max-width: 172px;
    margin: 0 0 0 65px;
  }
}
@media (min-width: 768px) {
  .advisor__contents-step.-step06 {
    height: 278px;
  }
}
.advisor__link {
  background-color: #ffff00;
  margin: 11.1111111111vw auto 0;
  width: 83.3333333333vw;
  padding: 4.1666666667vw 0;
  border-radius: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .advisor__link:hover {
    background-color: #E0DA07;
  }
}
@media (min-width: 768px) {
  .advisor__link {
    margin: 80px auto 0;
    max-width: 370px;
    padding: 20px 0;
  }
}
.advisor__link a {
  font-size: 4.4444444444vw;
  font-weight: 600;
  display: block;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .advisor__link a {
    font-size: 14px;
  }
}
.advisor__link a::after {
  content: "";
  background-image: url(./images/attempt-arrow.png);
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.3888888889vw;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 768px) {
  .advisor__link a::after {
    width: 10px;
    height: 10px;
  }
}

.woman {
  background-color: #0064AA;
  padding: 11.1111111111vw 8.3333333333vw 16.6666666667vw;
}
@media (min-width: 768px) {
  .woman {
    padding: 100px 60px;
  }
}
.woman .section-step {
  width: 11.1111111111vw;
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .woman .section-step {
    width: 40px;
  }
}
.woman h2 {
  color: #FFF;
  font-size: 9.7222222222vw;
  padding: 8.3333333333vw 0;
  text-align: center;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.286;
}
@media (min-width: 768px) {
  .woman h2 {
    font-size: 50px;
    padding: 30px 0;
  }
}
.woman p {
  color: #FFF;
  font-size: 4.4444444444vw;
  line-height: 1.938;
  font-weight: 600;
}
@media (min-width: 768px) {
  .woman p {
    font-size: 16px;
    text-align: center;
    padding-bottom: 45px;
  }
}
.woman__container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woman__container-box {
  padding: 5.5555555556vw;
  text-align: center;
  position: relative;
}
.woman .img-up {
  color: #FFF;
  font-size: 3.3333333333vw;
  font-weight: 600;
  position: relative;
}
.woman .img-up::after {
  content: "";
  position: absolute;
  left: 4.5em;
  bottom: 0;
  display: block;
  background: url(./images/up-img.svg) no-repeat;
  height: 1em;
  width: 1em;
}
.woman .close-button {
  color: #FFF;
  position: absolute;
  top: 5.5555555556vw;
  right: 5.5555555556vw;
  cursor: pointer;
}
.woman__correlation {
  margin: auto;
  width: 83.3333333333vw;
  padding: 5.5555555556vw 0 8.3333333333vw;
}
@media (min-width: 768px) {
  .woman__correlation {
    max-width: 850px;
    padding: 0;
  }
}
.woman h3 {
  margin-top: 13.8888888889vw;
}
@media (min-width: 768px) {
  .woman h3 {
    margin-top: 73px;
  }
}
.woman h3 img {
  height: 42px;
}
.woman b {
  color: #FFF;
  font-size: 6.1111111111vw;
  line-height: 1.636;
  text-align: center;
  display: block;
  padding: 4.7222222222vw 0 6.9444444444vw;
}
@media (min-width: 768px) {
  .woman b {
    font-size: 35px;
    padding: 20px 0 30px;
  }
}
@media (min-width: 768px) {
  .woman__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    max-width: 850px;
    margin-top: 70px;
  }
}
.woman__contents p {
  text-align: left;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
@media (min-width: 768px) {
  .woman__contents p {
    padding: 0;
  }
}
.woman__contents-img {
  width: 40.8333333333vw;
  margin: auto;
}
@media (min-width: 768px) {
  .woman__contents-img {
    max-width: 147px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media (min-width: 768px) {
  .woman__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .woman__list-img {
    max-width: 424px;
    margin-right: 70px;
  }
}
.woman__list p {
  font-size: 6.1111111111vw;
  padding: 6.9444444444vw 0;
}
@media (min-width: 768px) {
  .woman__list p {
    font-size: 25px;
    text-align: left;
    padding: 15px 0;
    line-height: 1.6;
  }
}
.woman__list ul li {
  color: #FFF;
  font-size: 3.8888888889vw;
  line-height: 1.786;
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .woman__list ul li {
    font-size: 16px;
  }
}
.woman__step {
  background-color: #FFF;
  border-radius: 5px;
  padding: 7.7777777778vw 5vw 8.3333333333vw;
  margin-bottom: 5.5555555556vw;
}
@media (min-width: 768px) {
  .woman__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 21px 62px 21px 45px;
    height: 252px;
    max-width: 850px;
    margin: 0 auto 40px;
  }
}
.woman__step-number {
  height: 3.3333333333vw;
}
@media (min-width: 768px) {
  .woman__step-number {
    height: 17px;
  }
}
.woman__step b {
  font-size: 5vw;
  padding: 0 0 2.7777777778vw 0;
  text-align: left;
}
@media (min-width: 768px) {
  .woman__step b {
    font-size: 18px;
    text-align: left;
    padding: 25px 0 8px;
  }
}
.woman__step b.-pink {
  color: #D8405A;
}
.woman__step b.-orange {
  color: #FF7F00;
}
.woman__step ul li {
  color: #1D335A;
  font-weight: 400;
  font-size: 4.4444444444vw;
  line-height: 1.714;
}
@media (min-width: 768px) {
  .woman__step ul li {
    font-size: 14px;
    letter-spacing: -0.04em;
  }
}
.woman__step ul li.text-down {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.woman__step p {
  color: #1D335A;
  font-weight: 400;
  line-height: 1.714;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .woman__step p {
    text-align: left;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .woman__step-titel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.woman__step-titel h4 {
  color: #1D335A;
  text-align: center;
  font-size: 6.9444444444vw;
  white-space: nowrap;
  padding: 5.5555555556vw 0 6.9444444444vw;
}
.woman__step-titel h4 span {
  letter-spacing: -0.15em;
}
@media (min-width: 768px) {
  .woman__step-titel h4 {
    font-size: 25px;
    padding: 0;
    margin-left: 45px;
  }
}
@media (min-width: 768px) {
  .woman__step-block {
    -ms-flex-preferred-size: 76%;
        flex-basis: 76%;
  }
}
.woman__step-img {
  display: block;
  margin: 6.9444444444vw auto 0;
}
@media (min-width: 768px) {
  .woman__step-img {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    margin: 0;
  }
}
.woman__step-img.-step01 {
  width: 41.6666666667vw;
}
@media (min-width: 768px) {
  .woman__step-img.-step01 {
    max-width: 150px;
  }
}
.woman__step-img.-step02 {
  width: 30.5555555556vw;
}
@media (min-width: 768px) {
  .woman__step-img.-step02 {
    max-width: 110px;
  }
}
.woman__step-img.-step03 {
  width: 38.0555555556vw;
}
@media (min-width: 768px) {
  .woman__step-img.-step03 {
    max-width: 137px;
  }
}
.woman__support {
  position: relative;
  margin-bottom: 8.3333333333vw;
}
@media (min-width: 768px) {
  .woman__support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    margin-bottom: 49px;
  }
}
.woman__support::before {
  content: "";
  display: block;
  width: 83.3333333333vw;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .woman__support::before {
    max-width: 850px;
  }
}
.woman__support::after {
  content: "";
  display: block;
  width: 83.3333333333vw;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  bottom: -8.3333333333vw;
}
@media (min-width: 768px) {
  .woman__support::after {
    max-width: 850px;
    bottom: -44px;
  }
}
.woman__support p {
  text-align: center;
  padding: 5.5555555556vw 0;
}
@media (min-width: 768px) {
  .woman__support p {
    padding: 40px 0 20px;
  }
}
.woman__support-img {
  margin: auto;
  display: block;
  width: 58.3333333333vw;
}
@media (min-width: 768px) {
  .woman__support-img {
    max-width: 210px;
  }
}
.woman__recruitment {
  background-color: #FFF;
}
@media (min-width: 768px) {
  .woman__recruitment {
    max-width: 850px;
    margin: auto;
  }
}
.woman__recruitment h3 {
  color: #FFF;
  background-color: #1D335A;
  font-size: 5.5555555556vw;
  text-align: center;
  margin: 22.2222222222vw auto 0;
  padding: 3.0555555556vw 0;
}
@media (min-width: 768px) {
  .woman__recruitment h3 {
    font-size: 30px;
    margin: 130px auto 0;
    padding: 16px 0;
  }
}
.woman__recruitment dl {
  color: #1D335A;
  padding: 2.5vw 5.5555555556vw;
}
@media (min-width: 768px) {
  .woman__recruitment dl {
    padding: 40px 60px;
  }
}
.woman__recruitment-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 5.5555555556vw 0 5vw;
  position: relative;
}
@media (min-width: 768px) {
  .woman__recruitment-flex {
    padding: 20px 0;
  }
}
.woman__recruitment-flex dt {
  background-color: #C6E4FE;
  font-weight: 600;
  font-size: 4.4444444444vw;
  padding: 1.3888888889vw;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
}
@media (min-width: 768px) {
  .woman__recruitment-flex dt {
    font-size: 16px;
    padding: 10px 19px;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
}
.woman__recruitment-flex dd {
  font-size: 3.8888888889vw;
  margin-left: 4.1666666667vw;
  line-height: 1.786;
  -ms-flex-preferred-size: 69%;
      flex-basis: 69%;
}
@media (min-width: 768px) {
  .woman__recruitment-flex dd {
    font-size: 16px;
    margin-left: 23px;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
  }
}
.woman__recruitment-flex.-line::after {
  content: "";
  display: block;
  width: 72.2222222222vw;
  height: 1px;
  background-color: #C8C8C8;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .woman__recruitment-flex.-line::after {
    max-width: 729px;
  }
}
.woman__link {
  background-color: #ffff00;
  margin: 11.1111111111vw auto 0;
  width: 83.3333333333vw;
  padding: 4.1666666667vw 0;
  border-radius: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .woman__link:hover {
    background-color: #E0DA07;
  }
}
@media (min-width: 768px) {
  .woman__link {
    margin: 80px auto 0;
    max-width: 370px;
    padding: 20px 0;
  }
}
.woman__link a {
  font-size: 4.4444444444vw;
  font-weight: 600;
  display: block;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .woman__link a {
    font-size: 14px;
  }
}
.woman__link a::after {
  content: "";
  background-image: url(./images/attempt-arrow.png);
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.3888888889vw;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 768px) {
  .woman__link a::after {
    width: 10px;
    height: 10px;
  }
}

.contact {
  background: url(./images/contact-bg.png) no-repeat;
  background-size: 100%;
  background-position: top center;
  padding: 12.5vw 8.3333333333vw;
}
@media (min-width: 768px) {
  .contact {
    padding: 100px 60px;
    background: url(./images/contact-bg_pc.png) no-repeat;
    background-size: 100%;
    background-position: top center;
  }
}
.contact h2 {
  color: #1D335A;
  font-size: 7.2222222222vw;
  text-align: center;
  padding-bottom: 5.5555555556vw;
  letter-spacing: 0.05em;
  line-height: 1.286;
}
@media (min-width: 768px) {
  .contact h2 {
    font-size: 50px;
    padding-bottom: 50px;
  }
}
.contact__contents {
  background-color: #FFF;
  margin-bottom: 5.5555555556vw;
  padding-bottom: 8.3333333333vw;
  border: 1px solid #c8c8c8;
}
@media (min-width: 768px) {
  .contact__contents {
    max-width: 850px;
    padding-bottom: 60px;
    margin: 0 auto 40px;
  }
}
.contact__contents h3 {
  color: #FFF;
  background-color: #1D335A;
  font-size: 5.5555555556vw;
  text-align: center;
  margin: auto 0;
  padding: 3.0555555556vw 0;
}
@media (min-width: 768px) {
  .contact__contents h3 {
    font-size: 30px;
    padding: 16px 0;
  }
}
.contact__contents p {
  color: #1D335A;
  font-weight: 600;
  line-height: 1.786;
  font-size: 14px;
  padding: 5vw 4.1666666667vw;
}
@media (min-width: 768px) {
  .contact__contents p {
    font-size: 16px;
    padding: 30px 20px;
  }
}
.contact__contents-img {
  width: 69.4444444444vw;
  margin: auto;
  padding: 0 0 5.5555555556vw;
}
@media (min-width: 768px) {
  .contact__contents-img {
    max-width: 314px;
    padding: 0 0 20px;
  }
}
.contact__contents-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 5px;
}
.contact__contents dl {
  position: relative;
  padding: 5vw;
}
@media (min-width: 768px) {
  .contact__contents dl {
    padding: 20px 34px;
  }
}
.contact__contents dl::before {
  content: "";
  display: block;
  width: 72.2222222222vw;
  height: 1px;
  background-color: #c8c8c8;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .contact__contents dl::before {
    max-width: 780px;
  }
}
.contact__contents dl::after {
  content: "";
  display: block;
  width: 72.2222222222vw;
  height: 1px;
  background-color: #c8c8c8;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .contact__contents dl::after {
    max-width: 780px;
  }
}
.contact__contents dl dt {
  color: #1D335A;
  background-color: #C6E4FE;
  font-size: 3.8888888889vw;
  font-weight: 600;
  padding: 1.9444444444vw 3.6111111111vw;
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}
@media (min-width: 768px) {
  .contact__contents dl dt {
    font-size: 16px;
    padding: 10px 32px;
    -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
  }
}
.contact__contents dl dd p {
  color: #1D335A;
  font-size: 3.8888888889vw;
  font-weight: 400;
  line-height: 2.143;
  margin-left: 5.5555555556vw;
  -ms-flex-preferred-size: 77%;
      flex-basis: 77%;
  padding: 0;
}
@media (min-width: 768px) {
  .contact__contents dl dd p {
    font-size: 16px;
    margin-left: 23px;
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
  }
}
.contact__contents-note p {
  padding: 5.5555555556vw 5.5555555556vw 0;
}
@media (min-width: 768px) {
  .contact__contents-note p {
    padding: 40px 35px 0;
    letter-spacing: -0.04em;
  }
}
.contact__contents-link {
  background-color: #D8405A;
  margin: 8.3333333333vw auto 0;
  width: 69.4444444444vw;
  padding: 5vw 0;
  border-radius: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .contact__contents-link:hover {
    background-color: #c43755;
  }
}
@media (min-width: 768px) {
  .contact__contents-link {
    margin: 40px auto 0;
    max-width: 370px;
    padding: 16px 0;
  }
}
.contact__contents-link a {
  color: #FFF;
  font-size: 3.8888888889vw;
  font-weight: 600;
  display: block;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .contact__contents-link a {
    font-size: 14px;
  }
}
.contact__contents-link a::after {
  content: "";
  background-image: url(./images/schedule__link-arrow.png);
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.3888888889vw;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 768px) {
  .contact__contents-link a::after {
    width: 10px;
    height: 10px;
  }
}

.dx-bnr {
  display: block;
  margin-top: 8.3333333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dx-bnr:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .dx-bnr {
    width: 607px;
    display: block;
    margin: 60px auto 0;
  }
}

footer {
  border-top: 1px solid #C8C8C8;
  width: 100%;
}
footer .footer__logo {
  display: block;
  width: 52.7777777778vw;
  margin: 15.2777777778vw auto 11.1111111111vw;
}
@media (min-width: 768px) {
  footer .footer__logo {
    width: 190px;
    margin: 65px auto 50px;
  }
}
footer .copyright {
  font-size: 3.0555555556vw;
  padding: 2.7777777778vw;
  text-align: center;
  background: #1D335A;
  color: #FFF;
}
@media (min-width: 768px) {
  footer .copyright {
    font-size: 13px;
    padding: 0;
    height: 40px;
    line-height: 40px;
  }
}