@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * 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;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

html {
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

h2 {
  font-size: 4.5rem;
  font-family: serif;
}

h1, h2, h3 {
  line-height: 1.3;
}

h2, h3, h2 + span {
  font-weight: bold;
}

a {
  color: #0860a8;
  transition: 0.4s;
}

p, a, dl, ol, ul, dt, dd, figcaption {
  color: #222;
  font-size: 1.4rem;
  line-height: 1.8;
}

main, article {
  overflow: hidden;
}

header, footer {
  width: 100%;
}

._pc {
  display: none;
}

@media screen and (min-width: 820px) {
  ._sp {
    display: none;
  }
  ._pc {
    display: block;
  }
  p, a, dl, ol, ul, dt, dd, figcaption {
    font-size: 1.6rem;
    line-height: 2.1;
  }
  th, td {
    vertical-align: middle;
  }
}
.header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header::before, .header::after {
  height: 3px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
}
.header::before {
  width: 40%;
  background: #0860a8;
  left: 0;
}
.header::after {
  width: 60%;
  background: #666;
  left: 40%;
}
.header__logo {
  width: 150px;
  max-width: 337px;
  margin-left: 10px;
}
.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__logo a:hover {
  opacity: 0.5;
}
.header__menu {
  position: absolute;
  top: 3px;
  right: 0;
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  cursor: pointer;
  z-index: 52;
}
@media screen and (min-width: 820px) {
  .header__menu {
    display: none;
  }
}
.header__menu i {
  font-size: 2.8rem;
  color: #0860a8;
}
.header__menu p {
  font-size: 1rem;
  font-weight: 600;
}
.header__spmenu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 51;
}
.header__spmenu ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header__spmenu ul li + li {
  margin-top: 24px;
}
.header__spmenu ul li a {
  font-size: 1.7rem;
  font-weight: bold;
}

html.active {
  overflow: hidden;
}

header.active {
  overflow: visible;
}

@media screen and (min-width: 820px) {
  .header {
    height: 120px;
  }
  .header::before, .header::after {
    height: 15px;
  }
  .header__logo {
    width: 18%;
    margin: 45px 0 30px 30px;
  }
  .header__gnav {
    margin: 45px 120px 30px auto;
  }
  .header__gnav ul {
    display: flex;
  }
  .header__gnav ul li:nth-of-type(n+2) a {
    border-left: 1px solid #666;
  }
  .header__gnav ul li a {
    display: block;
    font-size: 1.5rem;
    color: #222;
    padding: 0 25px;
    transition: 0.2s;
    white-space: nowrap;
  }
  .header__gnav ul li a:hover {
    color: #fff;
    background: #0860a8;
  }
  .header__gnav.header__gnav._pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }
  .header__gnav .header__banner {
    width: 100px;
  }
}
.headerIconList {
  width: 100%;
  position: fixed;
  bottom: 0;
  display: flex;
}
.headerIconList__item {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0 10px;
}
.headerIconList__online {
  background: #0860a8;
}
.headerIconList__contact {
  background: #444;
}
.headerIconList__fax {
  background: #666;
}
.headerIconList__support {
  background: #0860a8;
}
.headerIconList__support .headerIconList__text {
  line-height: 1.15;
  font-size: 1.1rem;
}
.headerIconList__claim {
  background: #00a0e9;
}
.headerIconList__claim .headerIconList__text {
  line-height: 1.15;
  font-size: 1.1rem;
}
.headerIconList__claim .headerIconList__textContact {
  margin-top: 0px;
}
.headerIconList__container {
  text-align: center;
}
.headerIconList__ttl {
  font-size: 1.1rem;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #fff;
  margin: 0 auto 5px;
  font-weight: bold;
}
.headerIconList__icon {
  fill: #fff;
  width: 24px;
}
.headerIconList__text {
  font-weight: bold;
  color: #fff;
  font-size: 1.3rem;
}
.headerIconList__textContact {
  color: #fff;
  font-size: 1rem;
  margin-top: 5px;
}
@media screen and (min-width: 820px) {
  .headerIconList {
    width: 120px;
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
    display: block;
    z-index: 100;
  }
  .headerIconList__item {
    width: 100%;
    height: 120px;
    padding: 0;
    transition: 0.4s;
  }
  .headerIconList__online:hover {
    background: rgb(10.3181818182, 123.8181818182, 216.6818181818);
  }
  .headerIconList__contact:hover {
    background: rgb(93.5, 93.5, 93.5);
  }
  .headerIconList__fax:hover {
    background: rgb(127.5, 127.5, 127.5);
  }
  .headerIconList__support {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    padding: 15px 10px;
  }
  .headerIconList__support:hover {
    background: rgb(10.3181818182, 123.8181818182, 216.6818181818);
  }
  .headerIconList__support .headerIconList__text {
    text-align: center;
    width: 100%;
    padding-left: 9px;
    font-size: 1.3rem;
  }
  .headerIconList__claim {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    padding: 15px 10px;
  }
  .headerIconList__claim:hover {
    background: rgb(29, 184.1931330472, 255);
  }
  .headerIconList__claim .headerIconList__text {
    text-align: center;
    width: 100%;
    padding-left: 9px;
    font-size: 1.3rem;
  }
  .headerIconList__claim .headerIconList__ttl {
    line-height: 1.2;
    padding-bottom: 5px;
  }
  .headerIconList__container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .headerIconList__icon {
    width: 38px;
    height: 38px;
  }
  .headerIconList__ttl {
    font-size: 1.3rem;
  }
  .headerIconList__text {
    font-size: 1.5rem;
  }
}

.main__sec {
  width: 100%;
  padding: 40px 0;
}
.main__sec header {
  margin-bottom: 20px;
  padding-bottom: 13px;
  background-image: url("../img/common/line.png");
  background-repeat: no-repeat;
  background-position: 25% bottom;
  background-size: min(85%, 1100px);
}
.main__sec header h2 {
  font-size: 2.2rem;
  padding: 0 10px;
}
@media screen and (min-width: 820px) {
  .main__sec {
    width: min(85%, 1100px);
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main__sec header {
    width: 100%;
    margin-bottom: 48px;
    padding-bottom: 12px;
  }
  .main__sec header h2 {
    font-size: 3rem;
    line-height: 1.6;
  }
}

.sv__inner {
  width: 90%;
  height: 100%;
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sv__inner span {
  font-size: 2.3rem;
  font-family: "Anton", sans-serif;
  letter-spacing: 5px;
  color: #0860a8;
  margin-bottom: -4px;
}
.sv__inner h2 {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  font-family: serif;
  color: #fff;
  background: rgba(8, 96, 168, 0.9);
  padding: 14px 0;
  text-align: center;
}
.sv__inner--support h2 {
  background: transparent;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 820px) {
  .sv__inner {
    width: min(85%, 1100px);
    margin-top: 120px;
  }
  .sv__inner span {
    font-size: 4.5rem;
    letter-spacing: 7px;
  }
  .sv__inner h2 {
    font-size: 4rem;
  }
}

.footer {
  background: #0860a8;
  position: relative;
}
.footer__topbtn {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.footer__topbtn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0;
  text-align: center;
}
.footer__topbtn a i {
  color: #fff;
  font-size: 3.5rem;
}
.footer__topbtn a img {
  display: none;
}
.footer__inner {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0 48px;
}
.footer__logo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.footer nav {
  display: none;
}
.footer__img {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__img img:nth-of-type(1) {
  width: 90%;
  height: 47px;
  max-width: 337px;
  margin: 0 auto;
}
.footer__img img:nth-of-type(2) {
  width: 50px;
  margin-top: 10px;
  background: #fff;
}
.footer__banner {
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__banner a {
  display: block;
  width: 170px;
  max-width: 170px;
  transition: 0.4s;
}
.footer__banner a:hover {
  opacity: 0.5;
}
.footer__banner a + a {
  margin-top: 10px;
}
.footer__banner a:first-child img {
  height: 54px;
}
.footer .copy {
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 0;
  padding-bottom: 110px;
}
.footer .copy small {
  max-width: 1100px;
  margin-top: 25px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 820px) {
  .footer__topbtn {
    width: 78px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .footer__topbtn a {
    padding: 0;
  }
  .footer__topbtn a i {
    display: none;
  }
  .footer__topbtn a img {
    width: 78px;
    display: block;
  }
  .footer__inner {
    max-width: 1100px;
    margin: auto;
    padding: 75px 0 60px;
    display: flex;
  }
  .footer__logo {
    width: 50%;
    flex-direction: column;
    margin: 0;
  }
  .footer nav {
    display: block;
  }
  .footer nav ul {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .footer nav ul li + li {
    border-left: 1px solid #fff;
  }
  .footer nav ul li a {
    font-size: 1.6rem;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    transition: 0.2s;
  }
  .footer nav ul li a:hover {
    opacity: 0.5;
  }
  .footer__img img:nth-of-type(2) {
    margin-top: 0;
    margin-left: 15px;
  }
  .footer__banner {
    width: 50%;
    max-width: 50%;
    justify-content: flex-end;
  }
  .footer__banner a + a {
    margin: 0;
    margin-left: 20px;
  }
  .footer .copy {
    width: 100%;
    max-width: 1100px;
    margin: 30px auto 0;
    padding-bottom: 48px;
  }
  .footer small {
    margin-top: 30px;
    font-size: 1.3rem;
  }
}
.mv {
  position: relative;
}
.mv figure {
  position: absolute;
  display: block;
  width: min(80%, 1100px);
  height: min(12%, 150px);
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.mv .mv__video {
  width: 100%;
  height: 85vh;
  filter: brightness(110%) saturate(1.5);
}
.mv .mv__videoData {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top__sec01 {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
.top__sec01__news {
  width: 100%;
}
.top__sec01__news header {
  padding-bottom: 10px;
  border-bottom: 1px solid #0860a8;
}
.top__sec01__news header span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Anton", sans-serif;
  letter-spacing: 1px;
  color: #0860a8;
  margin-bottom: 5px;
}
.top__sec01__news header h2 {
  font-size: 2.2rem;
  letter-spacing: 2px;
}
.top__sec01__news div {
  height: 180px;
  margin-top: 20px;
  padding-right: 20px;
  overflow-y: scroll;
}
.top__sec01__news div::-webkit-scrollbar {
  width: 3px;
}
.top__sec01__news div::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border: none;
}
.top__sec01__news div::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 8px;
}
.top__sec01__news div dl:nth-of-type(n+2) {
  margin-top: 20px;
}
.top__sec01__news div dl dt {
  font-size: 1.5rem;
  font-family: "Anton", sans-serif;
  line-height: 1.2;
  color: #0860a8;
}
.top__sec01__news div dl dd {
  font-size: 1.4rem;
  margin-top: 12px;
}
.top__sec01__news div dl dd a {
  display: block;
  height: 100%;
  text-decoration: underline;
  transition: 0.4s;
}
.top__sec01__news div dl dd a:hover {
  color: #0860a8;
}
.top__sec01 .news-more {
  height: auto;
  margin-top: 35px;
}
.top__sec01 .news-more a.btn-more {
  line-height: 2.5em;
}
.top__sec01 .news-more a.btn-more {
  display: block;
  width: clamp(200px, 50%, 260px);
  margin: 0 auto 0;
  padding: 6px 10px 5px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #0860a8;
  border-radius: 15px;
  color: #0860a8;
  background: #fff;
  transition: 0.2s;
}
.top__sec01 .news-more a.btn-more:hover {
  background: #0860a8;
  color: #fff;
}
.top__sec {
  width: 100%;
  background: #0860a8;
}
.top__sec:nth-of-type(odd) {
  background-color: #666;
}
.top__sec:nth-of-type(odd) a {
  color: #666;
  border-color: #666;
}
.top__sec:nth-of-type(odd) a:hover {
  background: #666;
}
.top__sec__img {
  width: 100%;
  height: 187.5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top__sec__text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top__sec__box {
  width: 92%;
  margin: -30px auto 30px;
  padding: 20px 20px 30px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.85);
}
.top__sec__box header {
  margin: 0 0 5px -3px;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 820px) {
  .top__sec__box header {
    display: none;
  }
}
.top__sec__box header h2 {
  font-size: 2.2rem;
  margin-right: 10px;
  padding: 3px;
  text-shadow: 2px 0 4px #222, -2px 0 4px #222, 2px 0 4px #222, -2px 0 4px #222;
}
.top__sec__box header span {
  color: #fff;
  font-family: "Anton", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-shadow: 2px 0 4px #222, -2px 0 4px #222, 2px 0 4px #222, -2px 0 4px #222;
}
.top__sec__box a {
  display: block;
  width: 180px;
  margin: 20px auto 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
  border: 2px solid #0860a8;
  border-radius: 15px;
  color: #0860a8;
  background: #fff;
  transition: 0.2s;
  width: 200px;
  margin: 30px auto 0;
  padding: 6px 10px 5px;
}
.top__sec__box a:hover {
  background: #0860a8;
  color: #fff;
}
@media screen and (min-width: 820px) {
  .top__sec__box a {
    margin: 17px 0;
    font-size: 1.4rem;
  }
}
.top__sec02__img {
  background-image: url("../img/top/sp/sec01.jpg");
}
.top__sec03__img {
  background-image: url("../img/top/sp/sec02.jpg");
}
.top__sec04__img {
  background-image: url("../img/top/sp/sec03.jpg");
}
.top__sec05__img {
  background-image: url("../img/top/sp/sec04.jpg");
}
.top__sec06 {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
.top__sec06__inquiry {
  width: 100%;
}
.top__sec06__inquiry header {
  padding-bottom: 10px;
  border-bottom: 1px solid #0860a8;
}
.top__sec06__inquiry header span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Anton", sans-serif;
  letter-spacing: 1px;
  color: #0860a8;
  margin-bottom: 5px;
}
.top__sec06__inquiry header h2 {
  font-size: 2.2rem;
  letter-spacing: 2px;
}
.top__sec06__box {
  width: 100%;
  margin-top: 20px;
}
.top__sec06__box ul:first-of-type li {
  margin: auto;
  text-align: left;
}
.top__sec06__box ul:first-of-type li span {
  display: inline-block;
  width: 53px;
  margin-right: 10px;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
}
.top__sec06__box ul:first-of-type li:nth-of-type(2) {
  margin-top: 20px;
}
.top__sec06__box ul:first-of-type li:nth-of-type(2) span {
  background: #448aca;
}
.top__sec06__box ul:first-of-type li:nth-of-type(2) a {
  color: #0860a8;
}
.top__sec06__box ul:first-of-type li:nth-of-type(3) {
  margin-top: 20px;
}
.top__sec06__box ul:first-of-type li:nth-of-type(3) span {
  background: #666;
}
.top__sec06__box ul:first-of-type li:nth-of-type(3) a {
  color: #666;
}
.top__sec06__box ul:first-of-type li:nth-of-type(n+2) {
  width: 210px;
  letter-spacing: 0;
  font-family: "Anton", sans-serif;
}
.top__sec06__box ul:first-of-type li:nth-of-type(n+2) a {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
}
.top__sec06__box ul:last-of-type {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.8;
}
.top__sec06__box ul:last-of-type li {
  width: 49%;
  height: 100%;
}
.top__sec06__box ul:last-of-type li:nth-of-type(2) a {
  color: #666;
  border-color: #666;
}
.top__sec06__box ul:last-of-type li:nth-of-type(2) a:hover {
  background: #666;
}
.top__sec06__box ul:last-of-type li a {
  display: block;
  width: 180px;
  margin: 20px auto 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
  border: 2px solid #0860a8;
  border-radius: 15px;
  color: #0860a8;
  background: #fff;
  transition: 0.2s;
  width: 100%;
  padding: 6px 10px 5px;
}
.top__sec06__box ul:last-of-type li a:hover {
  background: #0860a8;
  color: #fff;
}
@media screen and (min-width: 820px) {
  .top__sec06__box ul:last-of-type li a {
    margin: 17px 0;
    font-size: 1.4rem;
  }
}

.svbusiness {
  background-image: url("../img/business/sv.jpg?v=202511");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 820px) {
  .svbusiness {
    height: 350px;
  }
}

.main__sec01 {
  width: 95%;
  padding: 10px 0;
  margin: 0 auto;
}
.main__sec01 ul li + li {
  border-top: 1px dotted #222;
}
.main__sec01 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0860a8;
  padding: 0 5px;
}
.main__sec01 ul li a img {
  display: none;
}
.main__sec01 ul li a span {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.5;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  .main__sec01 ul li a span {
    display: none;
  }
}
.main__sec01 ul li a i {
  margin: 10px 0 0 auto;
  font-size: 1.6rem;
}
.main__sec01 h3 {
  margin-top: 40px;
  font-size: 1.8rem;
  font-family: serif;
  font-weight: bold;
  text-align: center;
  color: #0860a8;
  line-height: 1.5;
}
.main__cntBox {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.main__cntBox figure img:last-of-type {
  display: none;
}
.main__cntBox div {
  width: 90%;
  margin: -40px auto 5px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.main__cntBox div h3 {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-family: serif;
  color: #0860a8;
  line-height: 1.35;
}
.main__cntBox div ul li {
  font-size: 1.5rem;
  line-height: 1.4;
  text-indent: 10px;
}
.main__cntBox div ul li::before {
  margin-right: 4px;
  font-size: 1.5rem;
  content: "■";
}
.main__cntBox div > a {
  display: block;
  width: 180px;
  margin: 20px auto 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
  border: 2px solid #0860a8;
  border-radius: 15px;
  color: #0860a8;
  background: #fff;
  transition: 0.2s;
}
.main__cntBox div > a:hover {
  background: #0860a8;
  color: #fff;
}
@media screen and (min-width: 820px) {
  .main__cntBox div > a {
    margin: 17px 0;
    font-size: 1.4rem;
  }
}
.main .main__sec03 .main__cntBox div p {
  font-size: 1.4rem;
  line-height: 1.78;
}
.main .main__sec03 .main__cntBox div ol {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.main .main__sec03 .main__cntBox div ol li {
  width: 100%;
  padding: 0 5px;
}
.main .main__sec03 .main__cntBox div ol li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.main .main__sec03 .main__cntBox div ol li a:hover {
  opacity: 0.6;
}
.main .main__sec03 .main__cntBox div ol li a img {
  max-width: 100%;
}
.main .main__sec03 .main__cntBox div ol li:nth-of-type(n+3) {
  margin-top: 20px;
}
.main .main__sec03 .main__cntBox div ol li:nth-of-type(1) img {
  width: 270px;
}
.main .main__sec03 .main__cntBox div ol li:nth-of-type(2) img {
  width: 302px;
}
.main .main__sec03 .main__cntBox div ol li:nth-of-type(3) img {
  width: 264px;
}
.main .main__sec03 .main__cntBox div ol li:nth-of-type(4) img {
  width: 82px;
}
.main .main__sec03 .main__cntBox div ol li:nth-of-type(5) img {
  width: 243px;
}
.main .main__sec03 .main__cntBox div ol li:nth-of-type(6) img {
  width: 287px;
}
.main .main__sec03 .main__cntBox div ol li:nth-of-type(7) a {
  color: inherit;
  font-weight: bold;
}
.main .main__sec03 .main__cntBox div ol li:nth-of-type(8) img {
  width: 306px;
}
.main .main__sec03 .main__cntBox div ol li:nth-of-type(9) img {
  width: 300px;
}
.main .main__sec03 .main__cntBox div ol li:nth-of-type(10) img {
  width: 189px;
}
.main .main__sec04 .main__cntBox div dl {
  margin-top: 10px;
}
.main .main__sec04 .main__cntBox div dl dt {
  margin-bottom: 5px;
}
.main .main__sec04 .main__cntBox div dl dd {
  font-size: 1.4rem;
}
.main .main__sec04 .main__cntBox div dl:first-of-type dt img {
  width: 101px;
}
.main .main__sec04 .main__cntBox div dl:last-of-type {
  margin-top: 20px;
}
.main .main__sec04 .main__cntBox div dl:last-of-type dt img {
  width: 207px;
}
.main .main__sec06 .main__cntBox {
  width: 100%;
}
.main .main__sec06 .main__cntBox div p {
  padding-left: 30px;
}
.main .main__sec06 .main__cntBox div p a {
  color: #0860a8;
}
.main .main__sec07 .main__cntBox div p:nth-of-type(2) {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  margin: 10px 0;
}

.svcase {
  background-image: url("../img/case/sv.jpg?v=202511");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 820px) {
  .svcase {
    height: 350px;
  }
}

#case .main__sec01 {
  width: 90%;
  padding: 40px 0;
}
#case .main__sec {
  width: 90%;
  margin: 0 auto;
}
#case .main__sec div + div {
  margin-top: 40px;
}
#case .main__sec div h4 {
  font-size: 2rem;
  font-family: serif;
  line-height: 1.2;
  color: #0860a8;
  margin: 20px 0 10px;
}
#case .main__sec div p {
  font-size: 1.3rem;
  line-height: 1.78;
}
#case .main__sec div p + p {
  margin-top: 20px;
}
#case .main__sec03 img:last-of-type {
  display: none;
}

.svgaiyou {
  background-image: url("../img/gaiyou/sv.jpg?v=202511");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 820px) {
  .svgaiyou {
    height: 350px;
  }
}

.gaiyou__sec {
  width: 90%;
  padding: 40px 0;
  margin: 0 auto;
}
.gaiyou__greeding {
  padding-bottom: 50px;
}
.gaiyou__greeding h3 {
  text-align: center;
  font-size: 2.4rem;
  font-family: serif;
  margin-bottom: 30px;
}
.gaiyou__greeding p + p {
  margin-top: 24px;
}
.gaiyou__greeding .right {
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: serif;
  line-height: 1.3;
}
.gaiyou__greeding .name {
  font-size: 2rem;
  margin-top: 10px;
}
.gaiyou__greeding figure {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 3px;
}
.gaiyou__greeding figure img {
  width: 105px;
}
.gaiyou__table {
  width: 100%;
  margin: 0 auto;
}
.gaiyou__table tbody tr th {
  font-weight: normal;
}
.gaiyou__table > tbody {
  font-size: 1.4rem;
  line-height: 1.6;
}
.gaiyou__table > tbody > tr {
  display: block;
  margin-bottom: 30px;
}
.gaiyou__table > tbody > tr > th {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 8px 0;
  font-weight: normal;
  text-align: center;
  border-top: 1px solid #0860a8;
  border-bottom: 1px solid #0860a8;
}
.gaiyou__table > tbody > tr > td {
  display: block;
  width: 100%;
}
.gaiyou__table > tbody > tr > td a {
  color: #0860a8;
}
.gaiyou__table > tbody > tr:nth-of-type(9) td {
  display: block;
  width: 100%;
}
.gaiyou__table > tbody > tr:nth-of-type(9) td table {
  width: 100%;
}
.gaiyou__table > tbody > tr:nth-of-type(9) td table tbody {
  width: 100%;
}
.gaiyou__table > tbody > tr:nth-of-type(9) td table tbody tr {
  width: 100%;
}
.gaiyou__table > tbody > tr:nth-of-type(9) td table tbody tr th {
  font-weight: normal;
  width: 70%;
}
.gaiyou__table > tbody > tr:nth-of-type(9) td table tbody tr td {
  display: table-cell;
  width: 25%;
  margin: 0;
}
.gaiyou__table > tbody > tr:nth-of-type(11) td {
  display: block;
  width: 100%;
}
.gaiyou__table > tbody > tr:nth-of-type(11) td table {
  width: 100%;
}
.gaiyou__table > tbody > tr:nth-of-type(11) td table tbody {
  width: 100%;
}
.gaiyou__table > tbody > tr:nth-of-type(11) td table tbody tr {
  width: 100%;
}
.gaiyou__table > tbody > tr:nth-of-type(11) td table tbody tr th {
  font-weight: normal;
  width: 20%;
}
.gaiyou__table > tbody > tr:nth-of-type(11) td table tbody tr td {
  display: table-cell;
  width: 80%;
  margin: 0;
  padding-left: 30px;
}
.gaiyou__table > tbody > tr:nth-of-type(11) td table tbody tr td a {
  color: #0860a8;
  text-decoration: underline;
}
.gaiyou__table > tbody > tr:nth-of-type(14) td {
  display: block;
  width: 100%;
}
.gaiyou__table > tbody > tr:nth-of-type(14) td table {
  width: 100%;
}
.gaiyou__table > tbody > tr:nth-of-type(14) td table tbody {
  width: 100%;
}
.gaiyou__table > tbody > tr:nth-of-type(14) td table tbody tr {
  width: 100%;
}
.gaiyou__table > tbody > tr:nth-of-type(14) td table tbody tr th {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.gaiyou__table > tbody > tr:nth-of-type(14) td table tbody tr th a {
  color: #0860a8;
  text-decoration: underline;
}
.gaiyou__table > tbody > tr:nth-of-type(14) td table tbody tr th a img {
  max-width: 135px;
}
.gaiyou__table > tbody > tr:nth-of-type(14) td table tbody tr td {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 15px;
}
.gaiyou__table > tbody > tr:nth-of-type(14) td table tbody tr td i {
  color: #0860a8;
}
.gaiyou__table > tbody > tr:last-of-type td {
  display: block;
  width: 100%;
}
.gaiyou__table > tbody > tr:last-of-type td table {
  width: 100%;
}
.gaiyou__table > tbody > tr:last-of-type td table tbody {
  width: 100%;
}
.gaiyou__table > tbody > tr:last-of-type td table tbody tr {
  width: 100%;
}
.gaiyou__table > tbody > tr:last-of-type td table tbody tr th {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.gaiyou__table > tbody > tr:last-of-type td table tbody tr th a {
  color: #0860a8;
  text-decoration: underline;
}
.gaiyou__table > tbody > tr:last-of-type td table tbody tr th a img {
  max-width: 135px;
}
.gaiyou__table > tbody > tr:last-of-type td table tbody tr td {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 15px;
}
.gaiyou__table > tbody > tr:last-of-type td table tbody tr td i {
  color: #0860a8;
}

.svprivacy {
  background-image: url("../img/privacy/sv.jpg?v=202511");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 820px) {
  .svprivacy {
    height: 350px;
  }
}

.privacy__sec {
  width: 90%;
  margin: 40px auto;
}
.privacy__sec h1 {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: serif;
  text-align: center;
}
.privacy__sec > p {
  margin: 20px 0;
}
.privacy__sec ol li + li {
  margin-top: 20px;
}
.privacy__sec ol li p::first-letter {
  font-size: 1.6rem;
  margin-right: 5px;
}
.privacy__text {
  width: 180px;
  margin: 20px 0 20px auto;
  text-align: right;
}
.privacy__icon {
  width: 75px;
  margin: 30px 0 30px auto;
}
.privacy__info h2 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 10px;
}
.privacy__info p:nth-of-type(5) {
  margin-top: 10px;
}
.privacy__info p a {
  color: #0860a8;
  margin-left: 5px;
}
.privacy__info p a:hover {
  opacity: 0.8;
}

.svrecruit {
  background-image: url("../img/recruit/sv.jpg?v=202511");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 820px) {
  .svrecruit {
    height: 350px;
  }
}

.recruit p {
  padding: 40px 0;
  text-align: center;
}

.svcontact {
  background-image: url("../img/contact/sv.jpg?v=202511");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 820px) {
  .svcontact {
    height: 350px;
  }
}

.contact {
  padding: 60px 0 120px;
}

.contact__text {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}

.contact form dl dd input, .contact form dl dd textarea {
  width: 100%;
  background: #edf7ff;
  padding: 10px;
}

.contact form dl {
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: 0.12em;
  line-height: 1.7;
}

.contact form dl + dl {
  margin-top: 20px;
}

.contact form dl:last-of-type {
  margin-bottom: 30px;
}

.contact form dl dt {
  margin-bottom: 8px;
}

.contact form dl dd.contact__select {
  width: 70%;
  max-width: 160px;
  position: relative;
}

.contact form dl dd .error {
  margin-top: 10px;
  line-height: 2.1;
  color: #f00;
  font-size: 1.2rem;
  text-align: left;
}

.contact form .btn {
  width: 160px;
  height: 50px;
  font-size: 1.4rem;
  border: 2px solid #666;
  border-radius: 15px;
  text-align: center;
  color: #666;
  display: block;
  line-height: 50px;
  margin: 0 auto;
}
.contact form .btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 820px) {
  .contact form .btn {
    width: 240px;
    height: 55px;
    font-size: 1.8rem;
    line-height: 55px;
  }
}

.contact form p {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}

.contact form p a {
  text-decoration: underline;
}

.contact .scroll {
  height: 240px;
  overflow-y: scroll;
  margin-bottom: 60px;
}
.contact .scroll h1 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact .scroll p {
  text-align: left;
  font-weight: inherit;
}
.contact .scroll ol li p {
  text-indent: -32px;
  padding-left: 35px;
}

.contact .privacy__text {
  width: 200px;
}
.contact .privacy__text p {
  margin-bottom: 10px;
}

.contact .privacy__info p {
  margin-bottom: 10px;
}

.contact .scroll ol li ol {
  margin-bottom: 30px;
  padding-left: 30px;
}

.contact .scroll ol li ol li {
  text-indent: -43px;
  padding-left: 43px;
}

.contact .scroll ol li ol.indent__none li {
  text-indent: 0;
  padding-left: 0;
}

.confirm .btn-wrap {
  display: flex;
  justify-content: space-around;
}
.confirm .btn-wrap .btn {
  margin: 0;
}

.thanks {
  width: 90%;
  padding: 40px 0 80px;
  margin: 0 auto;
  text-align: center;
}
.thanks h3 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.thanks p {
  margin-bottom: 50px;
}
.thanks .btn {
  width: 160px;
  height: 50px;
  font-size: 1.4rem;
  border: 2px solid #666;
  border-radius: 15px;
  text-align: center;
  color: #666;
  display: block;
  line-height: 50px;
  margin: 0 auto;
}
.thanks .btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 820px) {
  .thanks .btn {
    width: 240px;
    height: 55px;
    font-size: 1.8rem;
    line-height: 55px;
  }
}

.svsupport {
  background-image: url("../img/support/sv.jpg?v=202511");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 820px) {
  .svsupport {
    height: 350px;
  }
}

.support {
  width: 95%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 80px;
}
.support__cntbox {
  margin-bottom: 100px;
}
.support__cntbox figure {
  margin-bottom: 30px;
}
.support__cntbox h3 {
  font-family: serif;
  font-size: 2.4rem;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.support__cntbox h3::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #0860a8 0%, #0860a8 50%, #f4f3f3 50%, #f4f3f3 100%);
}
.support__cntbox dl {
  margin-bottom: 20px;
  display: flex;
}
.support__cntbox dl dt {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 15px;
  background: #0860a8;
  color: #fff;
  font-size: 1.2rem;
}
.support__cntbox dl dd {
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 0 10px 15px;
  font-size: 18px;
  letter-spacing: 0.09;
}
.support__cntbox p {
  margin-bottom: 15px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 700;
}
.support__cntbox p.support__cntbox--caution {
  font-weight: 400;
}
.support__cntbox p.support__cntbox--servicePrice {
  font-size: 1.4rem;
  padding: 15px 0;
}
.support__cntbox p.support__cntbox--servicePrice span {
  color: #0860a8;
  border: 1px solid #0860a8;
  padding: 15px 20px;
  font-size: 1.2rem;
}
.support__cntbox--btn {
  padding: 20px 10px;
  border: 2px solid #0860a8;
}
.support__cntbox--btn p {
  font-size: 1.6rem;
  text-align: center;
}
.support__cntbox--btn a {
  display: block;
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #0860a8;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  color: #fff;
  position: relative;
  margin: 0 auto;
}
.support__cntbox--btn a::after {
  content: "";
  color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.support__cntbox--icon {
  vertical-align: text-bottom;
  margin-right: 5px;
}

.net-zukan {
  margin-top: 50px;
  padding: 50px 20px;
  border-top: 4px solid green;
}
.net-zukan__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #333;
  text-align: center;
}
.net-zukan__subTitle {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 30px;
}
.net-zukan__text1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
}
.net-zukan__about {
  width: 90%;
  margin: 30px auto 0;
  border: 2px solid #000;
}
.net-zukan__about h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  background: #000;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.net-zukan__inner {
  padding: 20px;
}
.net-zukan__list {
  margin: 20px 0;
}
.net-zukan__item {
  margin-top: 10px;
}
.net-zukan__item:first-of-type {
  margin-top: 0;
}
.net-zukan__text3 {
  margin: 10px 0 20px;
  text-align: center;
}
.net-zukan__info ul {
  margin: 20px 0;
}
.net-zukan__info ul li {
  font-size: 1.2rem;
}
.net-zukan__approval h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
}
.net-zukan__approval p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
}
.net-zukan__btn {
  margin-top: 20px;
  text-align: center;
}
.net-zukan__btn label {
  font-size: 1.2rem;
}
.net-zukan__submit {
  width: 180px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(231, 110, 110);
  border-radius: 5px;
  margin: 30px auto 0;
}
.net-zukan__submit input[type=submit] {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}

.partnershop {
  margin-top: 50px;
  padding: 50px 20px;
  border-top: 4px solid green;
}
.partnershop__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #333;
  text-align: center;
}
.partnershop__subTitle {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 30px;
}
.partnershop__text1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
}
.partnershop__about {
  width: 90%;
  margin: 30px auto 0;
  border: 2px solid #000;
}
.partnershop__about h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  background: #000;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.partnershop__inner {
  padding: 20px;
}
.partnershop__list {
  margin: 20px 0;
}
.partnershop__item {
  margin-top: 10px;
}
.partnershop__item:first-of-type {
  margin-top: 0;
}
.partnershop__text3 {
  margin: 10px 0 20px;
  text-align: center;
}
.partnershop__info ul {
  margin: 20px 0;
}
.partnershop__info ul li {
  font-size: 1.2rem;
}
.partnershop__approval h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
}
.partnershop__approval p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
}
.partnershop__btn {
  margin-top: 20px;
  text-align: center;
}
.partnershop__btn label {
  font-size: 1.2rem;
}
.partnershop__submit {
  width: 380px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(231, 110, 110);
  border-radius: 5px;
  margin: 30px auto 0;
}
.partnershop__submit input[type=submit] {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}

.svprivacy {
  background-image: url("../img/news/sv.jpg?v=202511");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 820px) {
  .svprivacy {
    height: 350px;
  }
}

.bknumber section div {
  height: 74vh;
  margin-top: 20px;
  margin-bottom: 48px;
  padding: 0px 20px;
  overflow-y: scroll;
}
.bknumber section div dl dt {
  font-size: 1.5rem;
  font-family: "Anton", sans-serif;
  line-height: 1.2;
  color: #0860a8;
}
.bknumber section div dl {
  margin-top: 20px;
}
.bknumber section div dl dd {
  font-size: 1.4rem;
  margin-top: 12px;
}
.bknumber section div dl dd a {
  display: block;
  height: 100%;
  text-decoration: underline;
  transition: 0.4s;
}

.svnews {
  background-image: url("../img/news/sv.jpg?v=202511");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 820px) {
  .svnews {
    height: 350px;
  }
}

.newspage {
  padding: 60px 0;
}
.newspage .main__sec {
  width: 90%;
}
.newspage .newspage__article.main__sec {
  display: block;
  max-width: 820px;
  margin: 0 auto;
}
.newspage h1 {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: serif;
  text-align: center;
}
.newspage .news_date {
  display: block;
}
.newspage .news_date,
.newspage .news_text {
  margin-bottom: 16px;
  font-size: 1.6rem;
}
.newspage article .news_content {
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.newspage article .news_content a {
  text-decoration: none;
  border-bottom: 1px dotted #0f7bcd;
  transition: 0.3s;
}
.newspage article .news_content a:hover {
  border-bottom: 1px dotted rgba(15, 123, 205, 0);
  opacity: 0.8;
}
.newspage .news_pdf_link {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.newspage .news_pdf_link::before {
  content: "";
  display: block;
  background: url(../img/news/pdf-icon.png) center center/contain no-repeat;
  width: 18px;
  height: 18px;
}
.newspage .news_image01,
.newspage .news_image02 {
  display: block;
}
.newspage .news_image01 {
  margin: 16px 0;
}

.news_nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 50px;
}
.news_nav .nav_previous, .news_nav .nav_next {
  text-decoration: none;
  border-bottom: 1px dotted #0f7bcd;
  transition: 0.3s;
}
.news_nav .nav_previous:hover, .news_nav .nav_next:hover {
  border-bottom: 1px dotted rgba(15, 123, 205, 0);
  opacity: 0.8;
}
.news_nav .nav_home {
  padding: 2px 7px;
  background: #0f7bcd;
}
.news_nav .nav_home a {
  color: #fff;
}

ul[role=navigation] {
  display: none !important;
}

.svgaiyou {
  background-image: url("../img/news/sv.jpg?v=202511");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 820px) {
  .svgaiyou {
    height: 350px;
  }
}

.btn-bknmb {
  height: auto;
  margin-bottom: 35px;
}

.btn-bknmb a {
  display: block;
  width: 100%;
  margin: 0 auto 0;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #0860a8;
  border-radius: 15px;
  color: #0860a8;
  background: #fff;
  transition: 0.2s;
}

.btn-bknmb a:hover {
  background: #0860a8;
  color: #fff;
}

.archive-page {
  width: min(85%, 950px);
  margin: 0 auto;
  padding: 60px 0;
}

.news-link {
  display: block;
  text-decoration: none;
  border-bottom: 1px dotted #222;
}

.news-info {
  display: flex;
  padding: 20px 10px;
}

.news-title {
  padding-left: 30px;
}

.nav-links {
  display: flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}
.nav-links .page-numbers {
  padding: 3px 5px;
}

.page-numbers {
  -moz-columns: #222;
       columns: #222;
  font-size: 16px;
  font-weight: 700;
}
.page-numbers.current {
  color: #0860a8;
  font-weight: 500;
}

@media screen and (min-width: 820px) {
  .mv .mv__video {
    width: 100%;
    height: 100vh;
  }
  .top {
    width: 100%;
  }
  .top article {
    width: 100%;
  }
  .top__container {
    width: 100%;
    height: 1600px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .top__sec01 {
    width: min(85%, 1100px);
    padding: 60px 0;
  }
  .top__sec01__news {
    width: 525px;
    margin: 0 auto;
  }
  .top__sec01__news header {
    padding-bottom: 13px;
  }
  .top__sec01__news header span {
    font-size: 1.7rem;
    letter-spacing: 4px;
    margin-bottom: 10px;
  }
  .top__sec01__news header h2 {
    font-size: 3rem;
    letter-spacing: 3px;
  }
  .top__sec01__news div {
    height: 240px;
    margin-top: 35px;
    padding-right: 30px;
  }
  .top__sec01__news div dl dt {
    letter-spacing: 3px;
  }
  .top__sec01__news div dl dd {
    font-size: 1.5rem;
    margin-top: 9px;
    padding-left: 0;
  }
  .top__sec01__news div dl dd a {
    text-decoration: none;
    border-bottom: 1px dotted #222;
  }
  .top__sec01 .news-more {
    height: auto;
  }
  .top__sec01 .news-more p a {
    margin-top: 0;
  }
  .top__sec {
    width: 50%;
    height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .top__sec::before {
    width: 100%;
    content: "";
    position: absolute;
  }
  .top__sec::after {
    width: 100%;
    content: "";
    position: absolute;
  }
  .top__sec:nth-of-type(odd) a {
    color: #fff;
    border-color: #fff;
  }
  .top__sec:nth-of-type(odd) a:hover {
    color: #0860a8;
    background: #fff;
  }
  .top__sec > header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    position: absolute;
  }
  .top__sec > header h2 {
    margin-right: 15px;
  }
  .top__sec__text {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .top__sec__box {
    width: 495px;
    background: inherit;
    margin: 0;
    padding: 30px 30px 40px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .top__sec__box p {
    color: #fff;
  }
  .top__sec__box a {
    width: 235px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #fff;
    margin: 60px auto 0;
    background-color: transparent;
    border-color: #fff;
  }
  .top__sec__box a:hover {
    color: #0860a8;
    background: #fff;
  }
  .top__sec02 {
    background-image: url("../img/top/sec01_01.jpg");
    background-position: right top;
    order: 0;
    margin-bottom: 211px;
  }
  .top__sec02 > header {
    top: 32px;
    right: 115px;
  }
  .top__sec02 > header img {
    width: 451px;
  }
  .top__sec02::after {
    height: 211px;
    background: url("../img/top/sec01_02.jpg") no-repeat;
    background-size: cover;
    background-position: right top;
    background-size: cover;
    border-bottom: -211px;
  }
  .top__sec03 {
    background-image: url("../img/top/sec02_01.jpg");
    background-position: left top;
    margin-top: 352px;
    order: 2;
  }
  .top__sec03::before {
    height: 352px;
    background: url("../img/top/sec02_02.jpg") no-repeat;
    background-position: left top;
    background-size: cover;
    top: -352px;
  }
  .top__sec03 > header {
    top: 76px;
    left: 215px;
  }
  .top__sec03 > header img {
    width: 379px;
  }
  .top__sec03 .top__sec__box {
    left: 0;
  }
  .top__sec04 {
    background-image: url("../img/top/sec03_01.jpg");
    background-position: right top;
    margin-bottom: 355px;
    order: 1;
  }
  .top__sec04::after {
    height: 355px;
    background: url("../img/top/sec03_02.jpg") no-repeat;
    background-position: right top;
    background-size: cover;
    bottom: -355px;
  }
  .top__sec04 > header {
    top: 32px;
    right: 115px;
  }
  .top__sec04 > header img {
    width: 445px;
  }
  .top__sec05 {
    background-image: url("../img/top/sec04_01.jpg");
    background-position: left top;
    order: 3;
    margin-top: 215px;
  }
  .top__sec05::after {
    height: 213px;
    background: url("../img/top/sec04_02.jpg") no-repeat;
    background-position: left top;
    background-size: cover;
    top: -213px;
  }
  .top__sec05 > header {
    top: 76px;
    left: 215px;
  }
  .top__sec05 > header img {
    width: 351px;
  }
  .top__sec05 .top__sec__box {
    left: 0;
  }
  .top__sec06 {
    width: 60%;
    max-width: 630px;
  }
  .main__sec01 ul li:nth-of-type(6), .main__sec01 ul li:nth-of-type(5), .main__sec01 ul li:nth-of-type(4), .main__sec01 ul li:nth-of-type(3), .main__sec01 ul li:nth-of-type(2), .main__sec01 ul li:nth-of-type(1) {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .main__sec01 {
    width: min(85%, 1100px);
    padding-top: 85px;
  }
  .main__sec01 ul {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main__sec01 ul li {
    width: 360px;
  }
  .main__sec01 ul li + li {
    border: none;
  }
  .main__sec01 ul li:hover img {
    opacity: 0;
  }
  .main__sec01 ul li:nth-of-type(1) {
    background-image: url("../img/business/btn01_02.png");
  }
  .main__sec01 ul li:nth-of-type(2) {
    background-image: url("../img/business/btn02_02.png");
  }
  .main__sec01 ul li:nth-of-type(3) {
    background-image: url("../img/business/btn03_02.png");
  }
  .main__sec01 ul li:nth-of-type(4) {
    background-image: url("../img/business/btn04_02.png");
    margin-top: 10px;
  }
  .main__sec01 ul li:nth-of-type(5) {
    background-image: url("../img/business/btn05_02.png");
    margin-top: 10px;
  }
  .main__sec01 ul li:nth-of-type(6) {
    background-image: url("../img/business/btn06_02.png");
    margin-top: 10px;
  }
  .main__sec01 ul li a {
    padding: 0;
  }
  .main__sec01 ul li a img {
    display: block;
    height: 100%;
    transition: 0.2s;
  }
  .main__sec01 h3 {
    margin-top: 70px;
    font-size: 2.3rem;
    line-height: 1.7;
  }
  .main__cntBox {
    display: flex;
    width: 50%;
    margin: 0;
  }
  .main__cntBox:nth-of-type(n+3) {
    margin-top: 50px;
  }
  .main__cntBox figure {
    margin-right: 22px;
  }
  .main__cntBox figure img {
    width: 263px;
  }
  .main__cntBox figure img:first-of-type {
    display: none;
  }
  .main__cntBox figure img:last-of-type {
    display: block;
  }
  .main__cntBox div {
    width: 250px;
    margin: 0;
    padding: 0;
    background: inherit;
    box-shadow: none;
  }
  .main__cntBox div h3 {
    margin-bottom: 12px;
    font-size: 2.4rem;
  }
  .main__cntBox div ul li {
    font-size: 1.6rem;
  }
  .main__cntBox div ul li::before {
    font-size: 2.5rem;
  }
  .main .main__sec03 .main__cntBox:nth-of-type(4) {
    width: 100%;
  }
  .main .main__sec03 .main__cntBox div {
    width: 815px;
  }
  .main .main__sec03 .main__cntBox div ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .main .main__sec03 .main__cntBox div ol li {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .main .main__sec03 .main__cntBox div ol li a {
    display: flex;
    align-items: center;
  }
  .main .main__sec03 .main__cntBox div ol li:nth-of-type(n+2) {
    margin: 0;
    margin-left: 38px;
  }
  .main .main__sec03 .main__cntBox div ol li:nth-of-type(n+6) {
    margin-top: 18px;
  }
  .main .main__sec03 .main__cntBox div ol li:nth-of-type(9) {
    margin-left: 4px;
  }
  .main .main__sec03 .main__cntBox div ol li:nth-of-type(1) img {
    width: 135px;
  }
  .main .main__sec03 .main__cntBox div ol li:nth-of-type(2) img {
    width: 151px;
  }
  .main .main__sec03 .main__cntBox div ol li:nth-of-type(3) img {
    width: 132px;
  }
  .main .main__sec03 .main__cntBox div ol li:nth-of-type(4) img {
    width: 82px;
  }
  .main .main__sec03 .main__cntBox div ol li:nth-of-type(5) img {
    width: 123px;
  }
  .main .main__sec03 .main__cntBox div ol li:nth-of-type(6) {
    margin-left: 0;
  }
  .main .main__sec03 .main__cntBox div ol li:nth-of-type(6) img {
    width: 193px;
  }
  .main .main__sec03 .main__cntBox div ol li:nth-of-type(8) img {
    width: 153px;
  }
  .main .main__sec03 .main__cntBox div ol li:nth-of-type(9) img {
    width: 150px;
  }
  .main .main__sec03 .main__cntBox div ol li:nth-of-type(10) img {
    width: 94px;
  }
  .main .main__sec06 .main__cntBox div {
    width: 400px;
  }
  .main .main__sec06 .main__cntBox div p {
    padding-left: 38px;
  }
  .main .main__sec07 .main__cntBox {
    width: 100%;
  }
  .main .main__sec07 .main__cntBox div {
    width: 100%;
  }
  .main__sec01 ul li:nth-of-type(1), .main__sec01 ul li:nth-of-type(2), .main__sec01 ul li:nth-of-type(3), .main__sec01 ul li:nth-of-type(4), .main__sec01 ul li:nth-of-type(5), .main__sec01 ul li:nth-of-type(6) {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #case .main__sec01 {
    padding: 60px 0;
  }
  #case .main__sec01 ul {
    justify-content: flex-start;
  }
  #case .main__sec01 ul li {
    width: 240px;
  }
  #case .main__sec01 ul li + li {
    margin-left: 20px;
  }
  #case .main__sec01 ul li:nth-of-type(1) {
    background-image: url("../img/case/nav_on01.png");
  }
  #case .main__sec01 ul li:nth-of-type(2) {
    background-image: url("../img/case/nav_on03.png");
  }
  #case .main__sec01 ul li img {
    width: 240px;
  }
  #case .main__sec div {
    width: 48%;
  }
  #case .main__sec div + div {
    margin-top: 0;
  }
  #case .main__sec div:nth-of-type(n+3) {
    margin-top: 50px;
  }
  #case .main__sec div h4 {
    font-size: 2.4rem;
    margin: 24px 0 12px;
  }
  #case .main__sec03 {
    padding: 60px 0;
  }
  #case .main__sec03 div {
    width: 100%;
  }
  #case .main__sec03 div + div {
    margin-top: 50px;
  }
  #case .main__sec03 div figure {
    display: flex;
    justify-content: space-between;
  }
  #case .main__sec03 div figure img {
    width: 48%;
  }
  #case .main__sec03 div figure img:last-of-type {
    display: block;
  }
  .gaiyou__sec {
    width: min(85%, 1100px);
    padding: 60px 0;
  }
  .gaiyou__greeding p {
    text-align: center;
  }
  .gaiyou__greeding .right {
    font-size: 1.5rem;
  }
  .gaiyou__greeding .name {
    font-size: 2.4rem;
  }
  .gaiyou__table {
    border-collapse: separate;
    border-spacing: 0 40px;
  }
  .gaiyou__table > tbody > tr {
    display: table-row;
    margin: 0;
  }
  .gaiyou__table > tbody > tr > th {
    display: table-cell;
    width: 20%;
    line-height: 2;
    border: none;
    border-left: 1px solid #0860a8;
    border-right: 1px solid #0860a8;
  }
  .gaiyou__table > tbody > tr > td {
    display: table-cell;
    width: 80%;
    text-align: left;
    line-height: 2;
    padding-left: 50px;
  }
  .gaiyou__table > tbody > tr > td table tbody tr th {
    display: table-cell;
    width: 25%;
  }
  .gaiyou__table > tbody > tr > td table tbody tr td {
    display: table-cell;
    text-align: left;
  }
  .gaiyou__table > tbody > tr:nth-of-type(9) td table tbody tr th {
    width: 35%;
  }
  .gaiyou__table > tbody > tr:nth-of-type(9) td table tbody tr td {
    width: 65%;
    padding-left: 40px;
  }
  .gaiyou__table > tbody > tr:nth-of-type(14) td {
    display: table-cell;
  }
  .gaiyou__table > tbody > tr:nth-of-type(14) td table tbody tr th {
    display: table-cell;
    width: 15%;
    vertical-align: top;
    line-height: 2;
  }
  .gaiyou__table > tbody > tr:nth-of-type(14) td table tbody tr td {
    display: table-cell;
    width: 85%;
    line-height: 2;
    padding-left: 40px;
  }
  .gaiyou__table > tbody > tr:last-of-type td {
    display: table-cell;
  }
  .gaiyou__table > tbody > tr:last-of-type td table tbody tr th {
    display: table-cell;
    width: 31%;
  }
  .gaiyou__table > tbody > tr:last-of-type td table tbody tr th a {
    font-size: 1.4rem;
  }
  .gaiyou__table > tbody > tr:last-of-type td table tbody tr td {
    display: table-cell;
    width: 67%;
    padding-left: 2%;
  }
  .privacy__sec {
    width: min(85%, 1100px);
    margin: 60px auto;
  }
  .privacy__sec h1 {
    font-size: 3.2rem;
  }
  .privacy__sec p {
    font-size: 1.8rem;
  }
  .privacy__sec > p {
    margin: 60px 0;
    line-height: 1.8;
  }
  .privacy__sec ol li + li {
    margin-top: 40px;
  }
  .privacy__sec ol li p {
    line-height: 1.8;
  }
  .privacy__sec ol li p::first-letter {
    font-size: 2rem;
  }
  .privacy__text {
    width: 300px;
    margin: 40px 0 40px auto;
  }
  .privacy__icon {
    width: 100px;
    margin: 30px auto 30px 0;
  }
  .privacy__info h2 {
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy__info p {
    line-height: 1.6;
  }
  .svrecruit {
    background-image: url("../img/recruit/sv.jpg?v=202511");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
  }
}
@media screen and (min-width: 820px) and (min-width: 820px) {
  .svrecruit {
    height: 350px;
  }
}

@media screen and (min-width: 820px) {
  .recruit p {
    padding: 40px 0;
    text-align: center;
  }
  .contact {
    padding-top: 0;
  }
  .contact form {
    min-width: 470px;
    padding: 0 110px;
  }
  .contact form dl {
    font-size: 1.8rem;
    display: flex;
    justify-content: space-between;
  }
  .contact form dl:last-of-type {
    margin-bottom: 50px;
  }
  .contact form dl:last-of-type dt {
    align-items: center;
    height: 254px;
  }
  .contact form dl:last-of-type dd {
    height: 254px;
  }
  .contact form dl + dl {
    margin: 0;
  }
  .contact form dl dt {
    width: 29%;
    min-width: 166px;
    margin: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    height: 100px;
    padding-left: 40px;
  }
  .contact form dl dd {
    width: 69%;
    min-width: 300px;
    border-bottom: 1px solid #ccc;
    padding-top: 22px;
    display: flex;
    flex-direction: column;
    height: 100px;
    text-align: left;
  }
  .contact form dl dd .error {
    margin: 0;
    width: 100%;
  }
  .contact form .btn {
    width: 240px;
    height: 55px;
    font-size: 1.8rem;
  }
  .contact .scroll h1 {
    font-size: 1.8rem;
  }
  .contact .privacy__text {
    width: 240px;
  }
  .thanks {
    padding: 40px 0 120px;
  }
  .support {
    width: 1100px;
    padding: 80px 0 120px;
  }
  .support__cntbox {
    display: flex;
    justify-content: space-between;
  }
  .support__cntbox figure {
    width: 535px;
  }
  .support__cntbox .support__cntinfo {
    width: calc(100% - 565px);
  }
  .support__cntbox h3 {
    font-size: 3rem;
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
  .support__cntbox dl {
    margin-bottom: 30px;
  }
  .support__cntbox dl dt {
    font-size: 1.8rem;
    height: 83px;
    line-height: 83px;
    padding: 0 15px;
  }
  .support__cntbox dl dd {
    font-size: 3rem;
  }
  .support__cntbox p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .support__cntbox p.support__cntbox--servicePrice {
    font-size: 2.4rem;
  }
  .support__cntbox p.support__cntbox--servicePrice span {
    font-size: 1.6rem;
  }
  .support__cntbox--btn {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .support__cntbox--btn p {
    margin: 0;
    font-size: 2rem;
  }
  .support__cntbox--btn a {
    margin: 0;
  }
  .support__cntbox--btn a:hover {
    opacity: 0.7;
  }
  .support__cntbox--btn a::after {
    right: 10px;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  .support__toContact a:hover {
    opacity: 0.7;
  }
  .net-zukan__title {
    font-size: 2.4rem;
  }
  .net-zukan__subTitle {
    font-size: 1.8rem;
  }
  .net-zukan__about {
    max-width: 920px;
    margin-top: 50px;
  }
  .net-zukan__about h3 {
    font-size: 1.8rem;
    padding: 20px 0;
    letter-spacing: 1px;
  }
  .net-zukan__inner {
    padding: 30px;
  }
  .net-zukan__list {
    margin: 30px 0;
  }
  .net-zukan__item {
    margin-top: 20px;
  }
  .net-zukan__text3 {
    margin-bottom: 0;
  }
  .net-zukan__info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .net-zukan__info ul {
    margin-left: 50px;
  }
  .net-zukan__info ul li {
    font-size: 1.5rem;
  }
  .net-zukan__approval h4 {
    font-size: 1.6rem;
  }
  .net-zukan__approval p {
    font-size: 1.5rem;
  }
  .net-zukan__btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .net-zukan__btn label {
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .net-zukan__submit {
    transition: 0.4s;
  }
  .net-zukan__submit:hover {
    opacity: 0.8;
  }
  .partnershop__title {
    font-size: 2.4rem;
  }
  .partnershop__subTitle {
    font-size: 1.8rem;
  }
  .partnershop__about {
    max-width: 920px;
    margin-top: 50px;
  }
  .partnershop__about h3 {
    font-size: 1.8rem;
    padding: 20px 0;
    letter-spacing: 1px;
  }
  .partnershop__inner {
    padding: 30px;
  }
  .partnershop__list {
    margin: 30px 0;
  }
  .partnershop__item {
    margin-top: 20px;
  }
  .partnershop__text3 {
    margin-bottom: 0;
  }
  .partnershop__info {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .partnershop__info ul {
    margin-left: 50px;
  }
  .partnershop__info ul li {
    font-size: 1.5rem;
  }
  .partnershop__approval h4 {
    font-size: 1.6rem;
  }
  .partnershop__approval p {
    font-size: 1.5rem;
  }
  .partnershop__btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .partnershop__btn label {
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .partnershop__submit {
    transition: 0.4s;
  }
  .partnershop__submit:hover {
    opacity: 0.8;
  }
  .bknumber {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */