@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: #000;
  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-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__tel {
  display: none;
}
@media (min-width: 768px) {
  .header__tel {
    display: block;
    margin-right: 15px;
  }
}
.header__tel-number {
  font-size: 8.6111111111vw;
  font-weight: 700;
  position: relative;
  margin-top: 5.5555555556vw;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .header__tel-number {
    font-size: 26px;
    margin-top: 0;
  }
}
.header__tel-number::before {
  content: "";
  background: url(./images/tel-icon.png) no-repeat;
  display: inline-block;
  background-size: contain;
  background-position: center center;
  width: 10.5555555556vw;
  height: 7.2222222222vw;
  margin-right: 2.2222222222vw;
}
@media (min-width: 768px) {
  .header__tel-number::before {
    width: 31px;
    height: 18px;
    margin-right: 5px;
  }
}
.header__tel-caption {
  font-size: 3.8888888889vw;
  font-weight: 700;
  margin-top: 2.7777777778vw;
}
@media (min-width: 768px) {
  .header__tel-caption {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
  }
}
.header__mail {
  display: none;
}
@media (min-width: 768px) {
  .header__mail {
    display: block;
    margin-right: 5px;
  }
}
.header__mail a {
  background-color: #326496;
  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: #145082;
}
@media (min-width: 768px) {
  .header__mail a {
    width: 152px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin: 0;
  }
}
.header__mendan {
  display: none;
}
@media (min-width: 768px) {
  .header__mendan {
    display: block;
    margin-right: 10px;
  }
}
.header__mendan a {
  background-color: #0A3C6E;
  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__mendan a:hover {
  background: #145082;
}
@media (min-width: 768px) {
  .header__mendan a {
    width: 152px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin: 0;
  }
}
.header__logo {
  width: 83px;
  height: auto;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .header__logo {
    width: 110px;
    height: auto;
    margin-left: 20px;
  }
}

#toggle {
  width: 50px;
  height: 50px;
  background: #0A3C6E;
  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: #0A3C6E;
  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__contact {
  background: #FFF;
  color: #0A3C6E;
  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;
}
.nav-content__contact.-tel {
  font-size: 17px;
  position: relative;
}
.nav-content__contact.-tel:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 13px;
  background: url(./images/nav-tel-icon.svg);
  background-position: center;
  background-size: contain;
}
.nav-content__contact.-tel: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);
}

.header__nav {
  display: none;
  position: absolute;
}
.header__nav ul {
  position: absolute;
  top: 20px;
  left: -19px;
  display: inline-block;
  width: 115px;
  height: 110px;
  text-align: center;
  margin: auto;
  background-color: #326496;
}
.header__nav ul:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #326496;
}
.header__nav ul li {
  margin: 0;
  padding-top: 16px;
}
.header__nav ul li a {
  position: relative;
  color: #fff;
  font-size: 16px;
}
.header__nav ul li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__nav ul li a:hover {
  cursor: pointer;
}
.header__nav ul li a:hover::after {
  width: 100%;
}

/*ニュース*/
.news {
  padding-bottom: 16.6666666667vw;
}
@media (min-width: 768px) {
  .news {
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .news {
    max-width: 930px;
    margin: auto;
  }
}
.news__title {
  font-size: 6.9444444444vw;
  text-align: center;
  color: #0A3C6E;
  margin: 16.6666666667vw auto 10.2777777778vw;
}
@media (min-width: 768px) {
  .news__title {
    font-size: 30px;
    margin: 75px auto 35px;
  }
}
.news ul {
  padding: 0 8.3333333333vw;
  max-height: 80vw;
  overflow: scroll;
}
@media (min-width: 768px) {
  .news ul {
    padding: 0 60px;
    max-height: 400px;
  }
}
.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: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news ul li:first-child {
  border-top: 1px solid #c3c3c3;
}
.news ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news ul li a:hover {
  color: #326496;
}
@media (min-width: 768px) {
  .news ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.news ul li .date {
  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%;
  }
}

/**/
.intro {
  background-color: #326496;
  padding: 22.2222222222vw 0;
  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 22.2222222222vw;
}
@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 120px;
  }
}
@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 110px;
  }
}
@media (min-width: 1280px) {
  .intro__dx-image02 {
    width: 977px;
    margin: 0 auto 145px;
  }
}
.intro__dx-image03 {
  display: block;
  width: 93.8888888889vw;
  margin: 1.6666666667vw auto 22.2222222222vw;
  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 140px;
  }
}
.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;
}
@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;
  color: #000;
  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 {
  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 {
  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: #ff788c;
}

.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: #eaeff4;
  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: #326496;
  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: #ff788c;
}
.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;
  }
}

.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;
  }
}

.support {
  background: url(./images/support-bg.png);
  background-size: 26.6666666667vw 26.6666666667vw;
  background-repeat: repeat;
  background-color: #145082;
  padding: 22.2222222222vw 0 12.5vw;
  position: relative;
}
@media (min-width: 768px) {
  .support {
    background-size: 96px 96px;
    padding: 150px 0 120px;
  }
}
.support__bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  background: url(./images/support-top-bg.png) no-repeat;
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  height: 483.3333333333vw;
  mix-blend-mode: multiply;
  z-index: 1;
}
@media (min-width: 768px) {
  .support__bg {
    background: url(./images/support-top-bg_tab.png) no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    height: 1899px;
    mix-blend-mode: multiply;
  }
}
@media (min-width: 1280px) {
  .support__bg {
    background: url(./images/support-top-bg_pc.png) no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    height: 1231px;
    mix-blend-mode: multiply;
  }
}
.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 .purpose {
  position: relative;
  z-index: 2;
  margin: 0 5.5555555556vw;
}
@media (min-width: 768px) {
  .support .purpose {
    width: 710px;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .support .purpose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 1000px;
    margin: 0 auto 100px;
  }
}
.support .purpose__title {
  width: 44.7222222222vw;
  display: block;
  margin: 0 auto 5.5555555556vw;
}
@media (min-width: 768px) {
  .support .purpose__title {
    width: 184px;
    margin: 0 0 20px;
  }
}
.support .purpose__text {
  color: #FFF;
  font-size: 3.8888888889vw;
  line-height: 1.857;
  text-align: justify;
}
@media (min-width: 768px) {
  .support .purpose__text {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .support .purpose__text {
    width: 580px;
    line-height: 2.11;
  }
}
.support .purpose__caption {
  color: #FFF;
  font-size: 3.6111111111vw;
  line-height: 1.538;
  letter-spacing: 0.04em;
  margin: 5.5555555556vw auto 11.1111111111vw;
}
@media (min-width: 768px) {
  .support .purpose__caption {
    font-size: 14px;
    margin: 25px auto 55px;
  }
}
@media (min-width: 1280px) {
  .support .purpose__caption {
    margin: 30px auto 0;
  }
}
.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: 23.6111111111vw;
  z-index: 2;
}
@media (min-width: 768px) {
  .support__list {
    margin: 0 auto 135px;
    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 50px;
  }
}
.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;
  margin: 0 8.3333333333vw 16.6666666667vw;
  padding: 9.7222222222vw 5.5555555556vw;
  border-radius: 1.3888888889vw;
  -webkit-box-shadow: 0px 0px 10px -5px #326496;
          box-shadow: 0px 0px 10px -5px #326496;
}
@media (min-width: 768px) {
  .support__contents {
    border-radius: 5px;
    padding: 60px 30px 30px;
    margin: 0 auto 80px;
    width: 710px;
  }
}
@media (min-width: 1280px) {
  .support__contents {
    width: 1000px;
    margin: 0 auto 80px;
    padding: 60px 120px;
  }
}
.support__contents:last-child {
  margin-bottom: 0;
}
.support__contents-flex {
  display: block;
}
@media (min-width: 1280px) {
  .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: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.support__contents-box {
  padding: 5.5555555556vw 4.1666666667vw;
  border: 1px solid #ff788c;
  margin-top: 2.7777777778vw;
}
@media (min-width: 768px) {
  .support__contents-box {
    padding: 30px;
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  .support__contents-box {
    width: 246px;
    height: 244px;
    margin: 0 10px;
  }
}
.support__contents-number {
  width: 13.8888888889vw;
  display: block;
  margin: -22.2222222222vw auto 0;
}
@media (min-width: 768px) {
  .support__contents-number {
    width: 40px;
    margin: -100px auto 0;
  }
}
.support__contents-title01 {
  margin: 8.3333333333vw auto;
  text-align: center;
  font-size: 6.9444444444vw;
}
@media (min-width: 768px) {
  .support__contents-title01 {
    font-size: 30px;
    margin: 40px auto 35px;
  }
}
.support__contents-title02 {
  margin: 8.3333333333vw auto;
  text-align: center;
  font-size: 5.8333333333vw;
}
@media (min-width: 768px) {
  .support__contents-title02 {
    font-size: 30px;
    margin: 40px auto 35px;
  }
}
.support__contents-title03 {
  margin: 8.3333333333vw auto;
  text-align: center;
  font-size: 6.9444444444vw;
}
@media (min-width: 768px) {
  .support__contents-title03 {
    font-size: 30px;
    margin: 40px auto 35px;
  }
}
.support__contents-title04 {
  margin: 8.3333333333vw auto;
  text-align: center;
  font-size: 6.9444444444vw;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .support__contents-title04 {
    font-size: 30px;
    margin: 40px auto 35px;
  }
}
@media (min-width: 768px) {
  .support__contents-text02 {
    text-align: center;
    margin-bottom: 35px;
  }
}
@media (min-width: 1280px) {
  .support__contents-text02 {
    text-align: left;
    padding-left: 90px;
  }
}
.support__contents-image02 {
  width: 470px;
  display: block;
  margin: 0 auto 10px;
}
@media (min-width: 1280px) {
  .support__contents-image02 {
    width: 314px;
    margin: 0 auto;
  }
}
.support__contents-flow {
  background-color: #e6e6e6;
  border-radius: 1.3888888889vw;
  padding: 0 5.5555555556vw 4.1666666667vw;
  margin-top: 8.3333333333vw;
}
@media (min-width: 768px) {
  .support__contents-flow {
    border-radius: 5px;
    padding: 0 15px 25px;
  }
}
@media (min-width: 1280px) {
  .support__contents-flow {
    width: 760px;
    margin: auto;
  }
}
.support__contents-flow h4 {
  background-color: #326496;
  color: #FFF !important;
  font-size: 3.6111111111vw !important;
  height: 6.6666666667vw;
  line-height: 6.6666666667vw;
  border-radius: 3.3333333333vw;
  position: relative;
  top: -2.7777777778vw;
}
@media (min-width: 768px) {
  .support__contents-flow h4 {
    font-size: 13px !important;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    width: 236px;
    top: -10px;
    margin: 0 auto;
  }
}
.support__contents-flow .support__contents-image {
  position: relative;
  top: -1.3888888889vw;
}
.support__contents h4 {
  text-align: center;
  color: #ff788c;
  font-size: 5.5555555556vw;
  margin-bottom: 5.5555555556vw;
}
@media (min-width: 768px) {
  .support__contents h4 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.support__contents p {
  font-size: 3.8888888889vw;
  line-height: 1.71;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .support__contents p {
    font-size: 14px;
  }
}
.support__contents ol li {
  font-size: 3.8888888889vw;
  line-height: 2;
  letter-spacing: 0.04em;
  list-style: none;
}
@media (min-width: 768px) {
  .support__contents ol li {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.support__contents ol li:before {
  content: "";
  width: 10px;
  /* 幅指定 */
  height: 10px;
  /* 高さ指定 */
  display: inline-block;
  /* インラインブロックにする */
  background-color: #326496;
  border-radius: 50%;
  margin-right: 5px;
}

.contact {
  background: url(./images/contact-bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 16.6666666667vw 5.5555555556vw;
}
@media (min-width: 768px) {
  .contact {
    padding: 120px 20px;
    background: url(./images/contact-bg_tab.png) no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
@media (min-width: 1280px) {
  .contact {
    background: url(./images/contact-bg_pc.png) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 120px 20px 70px;
  }
}
.contact__title {
  font-size: 7.2222222222vw;
  line-height: 1.384;
  text-align: center;
}
@media (min-width: 768px) {
  .contact__title {
    font-size: 50px;
  }
}
.contact__text {
  margin-top: 9.7222222222vw;
  font-size: 3.8888888889vw;
  letter-spacing: 0.05em;
  line-height: 1.714;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .contact__text {
    margin-top: 55px;
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .contact__text {
    margin-top: 40px;
  }
}
.contact__lead {
  margin-top: 9.7222222222vw;
  font-size: 3.8888888889vw;
  letter-spacing: 0.05em;
  line-height: 1.714;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .contact__lead {
    margin-top: 55px;
    font-size: 24px;
    line-height: 1.67;
  }
}
.contact__handson {
  border: 1px solid #326496;
  margin: 5.5555555556vw auto 0;
  background: #FFF;
  padding-bottom: 2.7777777778vw;
  line-height: 1.2;
  position: relative;
}
@media (min-width: 768px) {
  .contact__handson {
    width: 650px;
    padding-bottom: 30px;
    margin: 20px auto 0;
  }
}
@media (min-width: 1280px) {
  .contact__handson {
    width: 848px;
    padding-bottom: 42px;
  }
}
.contact__handson-catch {
  display: block;
  margin: 8.3333333333vw auto 0;
}
@media (min-width: 768px) {
  .contact__handson-catch {
    width: 597px;
    margin: 20px auto;
  }
}
@media (min-width: 1280px) {
  .contact__handson-catch {
    width: 692px;
    margin: 40px auto 0;
  }
}
.contact__handson-title {
  padding: 4.1666666667vw 0;
  background: #326496;
  color: #FFF;
  text-align: center;
  font-size: 4.4444444444vw;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .contact__handson-title {
    font-size: 23px;
    line-height: 1;
    padding: 15px 0;
  }
}
@media (min-width: 1280px) {
  .contact__handson-title {
    font-size: 30px;
  }
}
.contact__handson-title span {
  color: #ffff00;
}
.contact__handson-subtit {
  font-size: 3.6111111111vw;
  text-align: center;
  color: #326496;
  margin: 4.1666666667vw auto;
}
@media (min-width: 768px) {
  .contact__handson-subtit {
    font-size: 21px;
    text-align: center;
    margin: 30px auto 15px;
  }
}
.contact__handson dl {
  padding: 0 4.1666666667vw;
  font-weight: 600;
}
@media (min-width: 768px) {
  .contact__handson dl {
    padding: 10px 30px 0;
  }
}
@media (min-width: 1280px) {
  .contact__handson dl {
    padding: 0 60px;
  }
}
.contact__handson dl dt {
  font-size: 3.3333333333vw;
  width: 26%;
  margin: 0;
  text-align: left;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .contact__handson dl dt {
    width: 17%;
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  .contact__handson dl dt {
    width: 20%;
    font-size: 16px;
  }
}
.contact__handson dl dd {
  position: relative;
  font-size: 3.3333333333vw;
  width: 74%;
  text-align: left;
  font-weight: 600;
}
@media (min-width: 768px) {
  .contact__handson dl dd {
    font-size: 15px;
    padding: 0;
    width: 83%;
  }
}
@media (min-width: 1280px) {
  .contact__handson dl dd {
    font-size: 16px;
    width: 80%;
  }
}
.contact__handson dl dd ul li {
  margin-bottom: 2.2222222222vw;
  letter-spacing: 1;
}
@media (min-width: 768px) {
  .contact__handson dl dd ul li {
    line-height: 1;
    margin-bottom: 15px;
  }
}
.contact__handson dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c3c3c3;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4.1666666667vw 0;
}
@media (min-width: 768px) {
  .contact__handson dl div {
    padding: 20px 0;
  }
}
.contact__handson dl div:last-child {
  border-bottom: none;
}
.contact__handson-img {
  display: none;
}
@media (min-width: 1280px) {
  .contact__handson-img {
    display: block;
    width: 134px;
    position: absolute;
    right: 0;
    bottom: 25%;
  }
}
.contact__handson-link {
  background-color: #326496;
  color: #FFF;
  display: block;
  width: 60.2777777778vw;
  height: 11.9444444444vw;
  line-height: 11.9444444444vw;
  text-align: center;
  border-radius: 5.8333333333vw;
  font-size: 3.3333333333vw;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 3.6111111111vw;
}
.contact__handson-link:hover {
  background: #145082;
}
@media (min-width: 768px) {
  .contact__handson-link {
    width: 370px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-top: 20px;
  }
}
.contact__handson-link::after {
  content: "";
  width: 1.9444444444vw;
  height: 3.3333333333vw;
  display: inline-block;
  background: url(./images/contact-arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0.2777777778vw;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 768px) {
  .contact__handson-link::after {
    width: 7px;
    height: 12px;
    right: 15px;
  }
}
.contact__handson-link span {
  font-size: 2.7777777778vw;
  font-weight: 400;
}
@media (min-width: 768px) {
  .contact__handson-link span {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .contact__handson-flex:last-child {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .contact__flex {
    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-top: 50px;
  }
}
@media (min-width: 1280px) {
  .contact__flex {
    margin-top: 30px;
  }
}
.contact__mail {
  background: #FFF;
  margin-top: 9.7222222222vw;
  text-align: center;
  padding: 8.3333333333vw 0;
  border-radius: 1.3888888889vw;
  -webkit-box-shadow: 0px 0px 10px -5px #326496;
          box-shadow: 0px 0px 10px -5px #326496;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .contact__mail {
    width: 335px;
    height: 163px;
    padding: 33px 0;
    border-radius: 5px;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .contact__mail {
    width: 435px;
    height: 165px;
  }
}
.contact__mail h3 {
  font-size: 4.4444444444vw;
}
@media (min-width: 768px) {
  .contact__mail h3 {
    font-size: 16px;
  }
}
.contact__mail a {
  background-color: #326496;
  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;
}
.contact__mail a:hover {
  background: #145082;
}
@media (min-width: 768px) {
  .contact__mail a {
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin: 20px auto 0;
  }
}
@media (min-width: 1280px) {
  .contact__mail a {
    margin: 25px auto 0;
  }
}
.contact__mail a::after {
  content: "";
  width: 1.9444444444vw;
  height: 3.3333333333vw;
  display: inline-block;
  background: url(./images/contact-arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 4.1666666667vw;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 768px) {
  .contact__mail a::after {
    width: 7px;
    height: 12px;
    right: 15px;
  }
}
.contact__tel {
  background: #FFF;
  border-radius: 1.3888888889vw;
  margin-top: 4.1666666667vw;
  text-align: center;
  padding: 8.3333333333vw 0;
  -webkit-box-shadow: 0px 0px 10px -5px #326496;
          box-shadow: 0px 0px 10px -5px #326496;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .contact__tel {
    width: 335px;
    height: 163px;
    padding: 33px 0;
    border-radius: 5px;
    margin: 0 0 0 14px;
  }
}
@media (min-width: 1280px) {
  .contact__tel {
    width: 435px;
    height: 165px;
  }
}
.contact__tel h3 {
  font-size: 4.4444444444vw;
}
@media (min-width: 768px) {
  .contact__tel h3 {
    font-size: 16px;
  }
}
.contact__tel-number {
  font-size: 8.6111111111vw;
  font-weight: 700;
  position: relative;
  margin-top: 5.5555555556vw;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .contact__tel-number {
    font-size: 31px;
    margin-top: 20px;
  }
}
.contact__tel-number::before {
  content: "";
  background: url(./images/tel-icon.png) no-repeat;
  display: inline-block;
  background-size: contain;
  background-position: center center;
  width: 10.5555555556vw;
  height: 7.2222222222vw;
  margin-right: 2.2222222222vw;
}
@media (min-width: 768px) {
  .contact__tel-number::before {
    width: 37px;
    height: 21px;
    margin-right: 5px;
  }
}
.contact__tel-caption {
  font-size: 3.8888888889vw;
  font-weight: 700;
  margin-top: 2.7777777778vw;
}
@media (min-width: 768px) {
  .contact__tel-caption {
    font-size: 17px;
    margin-top: 10px;
  }
}
.contact__caption {
  margin-top: 6.9444444444vw;
  font-size: 3.6111111111vw;
  text-align: justify;
  line-height: 1.53;
}
@media (min-width: 768px) {
  .contact__caption {
    font-size: 14px;
    margin-top: 40px;
    text-align: center;
    font-weight: 600;
    line-height: 1.71;
  }
}
@media (min-width: 1280px) {
  .contact__caption {
    margin-top: 30px;
  }
}

.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;
  }
}

.bosyu-description {
  font-size: 2.7777777778vw !important;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .bosyu-description {
    font-size: 15px !important;
    line-height: 1.875;
  }
}
.bosyu-description::first-line {
  line-height: 1;
  /* 一行目だけ詰める */
}
.bosyu-description strong {
  display: block;
  font-size: 3.8888888889vw;
  color: #326496;
  margin-bottom: 2.7777777778vw;
}
@media (min-width: 768px) {
  .bosyu-description strong {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.bosyu-description p {
  font-size: 2.7777777778vw;
  line-height: 1.78;
  font-weight: 400;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .bosyu-description p {
    font-size: 14px;
  }
}
.bosyu-description p a {
  color: #5fb0e5;
  font-weight: bold;
  text-decoration: underline;
}
.bosyu-description p a::after {
  content: "";
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  background: url(./images/pdf-icon.png) no-repeat;
  background-size: contain;
  margin: 0 2px;
  display: inline-block;
  /* 上下方向の位置を微調整する */
}
@media (min-width: 768px) {
  .bosyu-description p a::after {
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

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 .footer__menu {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 13.8888888889vw;
  line-height: 13.8888888889vw;
  font-weight: 700;
  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;
  z-index: 10;
}
@media (min-width: 768px) {
  footer .footer__menu {
    display: none;
  }
}
footer .footer__menu-mendan {
  color: #FFF;
  display: block;
  width: 0%;
  text-align: center;
  font-size: 3.6111111111vw;
  background-color: #0A3C6E;
  background: linear-gradient(165deg, #112952 0%, #112952 50%, #0A3C6E 50%, #0A3C6E 100%);
}
footer .footer__menu-mail {
  color: #FFF;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 3.6111111111vw;
  background-color: #145082;
  background: linear-gradient(165deg, #214674 0%, #214674 50%, #145082 50%, #145082 100%);
}
footer .copyright {
  font-size: 3.0555555556vw;
  padding: 2.7777777778vw;
  text-align: center;
  background: #326496;
  color: #FFF;
}
@media (min-width: 768px) {
  footer .copyright {
    font-size: 13px;
    padding: 0;
    height: 40px;
    line-height: 40px;
  }
}