@charset "UTF-8";
/* --------------------------------------------------------------------------------
 web fonts
-------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Montserrat:wght@400;500;600;700&family=Noto+Serif+JP:wght@500;700&family=Cormorant:wght@400;500;600;700&family=Barlow+Semi+Condensed:wght@400;500;600;700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* p tag */
/* heading */
/* hr */
/* blockquote */
/* ul */
/* ol */
/* table */
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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;
  margin: 0.67em 0;
}

/* font
   ========================================================================== */

.roboto_font {
  font-family: "Roboto", sans-serif;
}
.oswald_font {
  font-family: "Oswald", sans-serif;
}
.notoserif_font {
  font-family: "Noto Serif JP", serif;
}
.yugothicm_font {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック",
    "Yu Gothic", sans-serif;
}

.barlow_font {
  font-family: "Barlow Semi Condensed", sans-serif;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ----------------------------------------------------------------------
 reset (exculding 'sup')
---------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

img {
  vertical-align: middle;
}

/* add reset */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "MS Pゴシック", "MS PGothic", sans-serif;
  color: #3b3939;
  letter-spacing: 0;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 3.73333vw;
  }
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

figure {
  margin: 0;
  padding: 0;
}

figure img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

/* iOS form reset */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

/* Commonset
-------------------------------------------------------- */
/* reCAPTCHAろご削除 */
.grecaptcha-badge {
  display: none !important;
}

/*   display   */
.dp-block {
  display: block;
}

@media screen and (min-width: 400px) {
  .dp-block-xs {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .dp-block-sm {
    display: block;
  }
}

@media screen and (min-width: 920px) {
  .dp-block-md {
    display: block;
  }
}

@media screen and (min-width: 1272px) {
  .dp-block-lg {
    display: block;
  }
}

@media screen and (min-width: 1480px) {
  .dp-block-xl {
    display: block;
  }
}

.dp-none {
  display: none;
}

@media screen and (min-width: 400px) {
  .dp-none-xs {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .dp-none-sm {
    display: none;
  }
}

@media screen and (min-width: 920px) {
  .dp-none-md {
    display: none;
  }
}

@media screen and (min-width: 1272px) {
  .dp-none-lg {
    display: none;
  }
}

@media screen and (min-width: 1480px) {
  .dp-none-xl {
    display: none;
  }
}

@media screen and (max-width: 399px) {
  .dp-block-down-xs {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .dp-block-down-sm {
    display: block;
  }
}

@media screen and (max-width: 919px) {
  .dp-block-down-md {
    display: block;
  }
}

@media screen and (max-width: 1271px) {
  .dp-block-down-lg {
    display: block;
  }
}

@media screen and (max-width: 1479px) {
  .dp-block-down-xl {
    display: block;
  }
}

@media screen and (max-width: 399px) {
  .dp-none-down-xs {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .dp-none-down-sm {
    display: none;
  }
}

@media screen and (max-width: 919px) {
  .dp-none-down-md {
    display: none;
  }
}

@media screen and (max-width: 1271px) {
  .dp-none-down-lg {
    display: none;
  }
}

@media screen and (max-width: 1479px) {
  .dp-none-down-xl {
    display: none;
  }
}

/*  width   */
.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

/* margin */
.mt0 {
  margin-top: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mr55 {
  margin-right: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.ml55 {
  margin-left: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mr65 {
  margin-right: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.ml65 {
  margin-left: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mr75 {
  margin-right: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.ml75 {
  margin-left: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mr85 {
  margin-right: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.ml85 {
  margin-left: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mr95 {
  margin-right: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.ml95 {
  margin-left: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  /* margin-bottom: 100px; */
}

.ml100 {
  margin-left: 100px;
}

@media only screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0px;
  }
  .mr0 {
    margin-right: 0px;
  }
  .mb0 {
    margin-bottom: 0px;
  }
  .ml0 {
    margin-left: 0px;
  }
  .sp-mt0 {
    margin-top: 0px !important;
  }
  .sp-mb0 {
    margin-bottom: 0px !important;
  }
  .mt5 {
    margin-top: 2.5px;
  }
  .mr5 {
    margin-right: 2.5px;
  }
  .mb5 {
    margin-bottom: 2.5px;
  }
  .ml5 {
    margin-left: 2.5px;
  }
  .sp-mt5 {
    margin-top: 5px !important;
  }
  .sp-mb5 {
    margin-bottom: 5px !important;
  }
  .mt10 {
    margin-top: 5px;
  }
  .mr10 {
    margin-right: 5px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .ml10 {
    margin-left: 5px;
  }
  .sp-mt10 {
    margin-top: 10px !important;
  }
  .sp-mb10 {
    margin-bottom: 10px !important;
  }
  .mt15 {
    margin-top: 7.5px;
  }
  .mr15 {
    margin-right: 7.5px;
  }
  .mb15 {
    margin-bottom: 7.5px;
  }
  .ml15 {
    margin-left: 7.5px;
  }
  .sp-mt15 {
    margin-top: 15px !important;
  }
  .sp-mb15 {
    margin-bottom: 15px !important;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mr20 {
    margin-right: 10px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .ml20 {
    margin-left: 10px;
  }
  .sp-mt20 {
    margin-top: 20px !important;
  }
  .sp-mb20 {
    margin-bottom: 20px !important;
  }
  .mt25 {
    margin-top: 12.5px;
  }
  .mr25 {
    margin-right: 12.5px;
  }
  .mb25 {
    margin-bottom: 12.5px;
  }
  .ml25 {
    margin-left: 12.5px;
  }
  .sp-mt25 {
    margin-top: 25px !important;
  }
  .sp-mb25 {
    margin-bottom: 25px !important;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mr30 {
    margin-right: 15px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .ml30 {
    margin-left: 15px;
  }
  .sp-mt30 {
    margin-top: 30px !important;
  }
  .sp-mb30 {
    margin-bottom: 30px !important;
  }
  .mt35 {
    margin-top: 17.5px;
  }
  .mr35 {
    margin-right: 17.5px;
  }
  .mb35 {
    margin-bottom: 17.5px;
  }
  .ml35 {
    margin-left: 17.5px;
  }
  .sp-mt35 {
    margin-top: 35px !important;
  }
  .sp-mb35 {
    margin-bottom: 35px !important;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mr40 {
    margin-right: 20px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .ml40 {
    margin-left: 20px;
  }
  .sp-mt40 {
    margin-top: 40px !important;
  }
  .sp-mb40 {
    margin-bottom: 40px !important;
  }
  .mt45 {
    margin-top: 22.5px;
  }
  .mr45 {
    margin-right: 22.5px;
  }
  .mb45 {
    margin-bottom: 22.5px;
  }
  .ml45 {
    margin-left: 22.5px;
  }
  .sp-mt45 {
    margin-top: 45px !important;
  }
  .sp-mb45 {
    margin-bottom: 45px !important;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mr50 {
    margin-right: 25px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .ml50 {
    margin-left: 25px;
  }
  .sp-mt50 {
    margin-top: 50px !important;
  }
  .sp-mb50 {
    margin-bottom: 50px !important;
  }
  .mt55 {
    margin-top: 27.5px;
  }
  .mr55 {
    margin-right: 27.5px;
  }
  .mb55 {
    margin-bottom: 27.5px;
  }
  .ml55 {
    margin-left: 27.5px;
  }
  .sp-mt55 {
    margin-top: 55px !important;
  }
  .sp-mb55 {
    margin-bottom: 55px !important;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mr60 {
    margin-right: 30px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .ml60 {
    margin-left: 30px;
  }
  .sp-mt60 {
    margin-top: 60px !important;
  }
  .sp-mb60 {
    margin-bottom: 60px !important;
  }
  .mt65 {
    margin-top: 32.5px;
  }
  .mr65 {
    margin-right: 32.5px;
  }
  .mb65 {
    margin-bottom: 32.5px;
  }
  .ml65 {
    margin-left: 32.5px;
  }
  .sp-mt65 {
    margin-top: 65px !important;
  }
  .sp-mb65 {
    margin-bottom: 65px !important;
  }
  .mt70 {
    margin-top: 35px;
  }
  .mr70 {
    margin-right: 35px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .ml70 {
    margin-left: 35px;
  }
  .sp-mt70 {
    margin-top: 70px !important;
  }
  .sp-mb70 {
    margin-bottom: 70px !important;
  }
  .mt75 {
    margin-top: 37.5px;
  }
  .mr75 {
    margin-right: 37.5px;
  }
  .mb75 {
    margin-bottom: 37.5px;
  }
  .ml75 {
    margin-left: 37.5px;
  }
  .sp-mt75 {
    margin-top: 75px !important;
  }
  .sp-mb75 {
    margin-bottom: 75px !important;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mr80 {
    margin-right: 40px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .ml80 {
    margin-left: 40px;
  }
  .sp-mt80 {
    margin-top: 80px !important;
  }
  .sp-mb80 {
    margin-bottom: 80px !important;
  }
  .mt85 {
    margin-top: 42.5px;
  }
  .mr85 {
    margin-right: 42.5px;
  }
  .mb85 {
    margin-bottom: 42.5px;
  }
  .ml85 {
    margin-left: 42.5px;
  }
  .sp-mt85 {
    margin-top: 85px !important;
  }
  .sp-mb85 {
    margin-bottom: 85px !important;
  }
  .mt90 {
    margin-top: 45px;
  }
  .mr90 {
    margin-right: 45px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .ml90 {
    margin-left: 45px;
  }
  .sp-mt90 {
    margin-top: 90px !important;
  }
  .sp-mb90 {
    margin-bottom: 90px !important;
  }
  .mt95 {
    margin-top: 47.5px;
  }
  .mr95 {
    margin-right: 47.5px;
  }
  .mb95 {
    margin-bottom: 47.5px;
  }
  .ml95 {
    margin-left: 47.5px;
  }
  .sp-mt95 {
    margin-top: 95px !important;
  }
  .sp-mb95 {
    margin-bottom: 95px !important;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mr100 {
    margin-right: 50px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .ml100 {
    margin-left: 50px;
  }
  .sp-mt100 {
    margin-top: 100px !important;
  }
  .sp-mb100 {
    margin-bottom: 100px !important;
  }
}

/* flex */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.fl-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex.jc-cen {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.jc-bet {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.jc-ar {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex.jc-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.ai-cen {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.ai-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* col */
.col-2 > .box {
  width: calc(100% / 2 - 10px);
}

.col-3 > .box {
  width: calc(100% / 3 - 10px);
}

.col-4 > .box {
  width: calc(100% / 4 - 10px);
}

.col-5 > .box {
  width: calc(100% / 5 - 10px);
}

.col-6 > .box {
  width: calc(100% / 6 - 10px);
}

/* font-style */
.fs-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.fs-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 16px;
  font-size: 1rem;
}

.fs-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.fs-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.fs-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fs-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.fs-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

@media only screen and (max-width: 919px) {
  .fs-14 {
    font-size: 11.66667px;
    font-size: 0.72917rem;
  }
  .fs-16 {
    font-size: 13.33333px;
    font-size: 0.83333rem;
  }
  .fs-18 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .fs-20 {
    font-size: 16.66667px;
    font-size: 1.04167rem;
  }
  .fs-22 {
    font-size: 18.33333px;
    font-size: 1.14583rem;
  }
  .fs-24 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .fs-26 {
    font-size: 21.66667px;
    font-size: 1.35417rem;
  }
  .fs-28 {
    font-size: 23.33333px;
    font-size: 1.45833rem;
  }
}

@media only screen and (max-width: 767px) {
  .fs-14 {
    font-size: 9.33333px;
    font-size: 0.58333rem;
  }
  .fs-16 {
    font-size: 10.66667px;
    font-size: 0.66667rem;
  }
  .fs-18 {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .fs-20 {
    font-size: 13.33333px;
    font-size: 0.83333rem;
  }
  .fs-22 {
    font-size: 14.66667px;
    font-size: 0.91667rem;
  }
  .fs-24 {
    font-size: 16px;
    font-size: 1rem;
  }
  .fs-26 {
    font-size: 17.33333px;
    font-size: 1.08333rem;
  }
  .fs-28 {
    font-size: 18.66667px;
    font-size: 1.16667rem;
  }
}

/* font-weight */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* font-color */
.cl-wht {
  color: #fff !important;
}

.cl-red {
  color: #df1b1b !important;
}

.cl-blu {
  color: #00a5bf !important;
}

.cl-aqu {
  color: #99cefb !important;
}

.cl-yel {
  color: #ffcc00 !important;
}

.cl-org {
  color: #ed6103 !important;
}

.cl-nvy {
  color: #213b6c !important;
}

/*   text-align  */
.ta-cen {
  text-align: center;
}

.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

/* background-color */
.bg-wht {
  background: #fff !important;
}

.bg-blc {
  background: #020202 !important;
}

.bg-beg {
  background: #f7f5ef !important;
}

.bg-aqu {
  background: #99cefb !important;
}

.bg-blu {
  background: #00a5bf !important;
}

.bg-org {
  background: #ed6103 !important;
}

.bg-nvy {
  background: #213b6c !important;
}

.bg-gry {
  background: #e8e8e8 !important;
}

.bg-lgry {
  background: #f4f4f4 !important;
}

.bg-lorg {
  background: #fffaf5 !important;
}

/* background-color（gradation） */
.bg-grad-org {
  background: -webkit-linear-gradient(left, #00a5bf, #ffcc00 80%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00a5bf),
    color-stop(80%, #ffcc00)
  );
  background: linear-gradient(to right, #00a5bf, #ffcc00 80%);
}

/* background-color（pattern） */
.bg-ptn-01 {
  position: relative;
}

.bg-ptn-01::after {
  content: "";
  width: calc(100% - 300px);
  height: 100%;
  background-color: #f7f5ef;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

@media only screen and (max-width: 1080px) {
  .flex.ai-cen {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    width: 96%;
  }
}

@media only screen and (max-width: 919px) {
  .bg-ptn-01::after {
    width: calc(100% - 40px);
  }
}

/* Module
-------------------------------------------------------- */
/* title -----------------*/
.title-01 {
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.66667;
  text-align: center;
  text-indent: 0.1em;
}

@media only screen and (max-width: 767px) {
  .title-01 {
    font-size: 5.33333vw;
  }
}

/* button -----------------*/
.btn-01 {
  display: block;
}

.btn-01 a,
.btn-01 input,
.btn-01 button {
  position: relative;
  display: block;
  width: 96%;
  max-width: 215px;
  margin: 0 0 0 auto;
  padding: 2.5rem 2.5rem 2.5rem 0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.btn-01 a::before,
.btn-01 input::before,
.btn-01 button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 76px;
  height: 8.453px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/common/btn-01_arrow.svg") no-repeat center
    center/cover;
  -webkit-transition: background 0.3s, right 0.3s;
  transition: background 0.3s, right 0.3s;
}

@media only screen and (min-width: 768px) {
  .btn-01 a:hover,
  .btn-01 input:hover,
  .btn-01 button:hover {
    opacity: 1;
  }
  .btn-01 a:hover::before,
  .btn-01 input:hover::before,
  .btn-01 button:hover::before {
    right: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .btn-01 a,
  .btn-01 input,
  .btn-01 button {
    width: 100%;
    max-width: 100%;
    padding: 6.93333vw 5.33333vw;
  }
  .btn-01 a::before,
  .btn-01 input::before,
  .btn-01 button::before {
    right: 5.33333vw;
    width: 13.33333vw;
    height: 1.54667vw;
    background-size: 100%;
  }
}

.btn-01.is-blc a,
.btn-01.is-blc input,
.btn-01.is-blc button {
  color: #020202;
}

.btn-01.is-blc a::before,
.btn-01.is-blc input::before,
.btn-01.is-blc button::before {
  background: url("../images/common/btn-01_arrow_black.svg") no-repeat center
    center/cover;
}

.btn-02 {
  display: block;
}

.btn-02 a,
.btn-02 input,
.btn-02 button {
  display: block;
  padding: 2rem;
  text-align: center;
  border: 1px solid #fe900e;
  background-color: #fe900e;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .btn-02 a,
  .btn-02 input,
  .btn-02 button {
    width: 100%;
    max-width: 100%;
    padding: 6.93333vw 5.33333vw;
    font-size: 4.26667vw;
  }
  .btn-02 a::before,
  .btn-02 input::before,
  .btn-02 button::before {
    right: 5.33333vw;
    width: 13.33333vw;
    height: 2vw;
    background-size: 100%;
  }
}

/* common -----------------*/
.common__contact {
  position: relative;
  padding: 10rem 0;
  background: url("../images/common/contact_bg.jpg") no-repeat center
    center/cover;
  color: #fff;
}

.common__contact::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  width: 1px;
  height: 120px;
  background-color: #00a5bf;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.common__contact-tel {
  width: 50%;
  padding-right: 2.5rem;
  text-align: right;
}

.common__contact-tel .number {
  font-size: 48px;
  font-size: 4.8rem;
}

.common__contact-tel .number img {
  margin-right: 1rem;
  width: 33px;
  vertical-align: 3px;
}

.common__contact-tel .time {
  font-size: 14px;
  font-size: 1.4rem;
}

.common__contact-mail {
  width: 50%;
  padding-left: 2.5rem;
}

.common__contact-mail .btn-02 a {
  width: 400px;
  font-size: 21px;
  font-size: 2.1rem;
}

.common__contact-mail .btn-02 img {
  margin-right: 1rem;
  width: 33px;
  vertical-align: -3px;
}

@media only screen and (max-width: 919px) {
  .common__contact-tel {
    width: 100%;
    margin-bottom: 4vw;
    padding-right: 0;
    text-align: center;
  }
  .common__contact-tel .number span,
  .common__contact-tel .number a {
    font-size: 10.66667vw;
    color: #fff;
  }
  .common__contact-tel .number img {
    margin-right: 2.13333vw;
    width: 6.4vw;
    vertical-align: 1vw;
  }
  .common__contact-mail {
    width: 100%;
    padding-left: 0;
  }
  .common__contact-mail .btn-02 a {
    width: 100%;
    font-size: 4vw;
  }
  .common__contact-mail .btn-02 img {
    margin-right: 2.13333vw;
    width: 6.4vw;
    vertical-align: -1vw;
  }
}

/* newslist -----------------*/
.newslist__item {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newslist__item:not(:last-child) {
  margin-bottom: 4rem;
}

.newslist__item .date {
  width: 16.66667%;
  font-size: 15px;
  font-size: 1.5rem;
}

.newslist__item .title {
  overflow: hidden;
  width: 81%;
  text-overflow: ellipsis;
}

.newslist__item .title a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #020202;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .newslist__item .date {
    width: 100%;
    font-size: 3.73333vw;
  }
  .newslist__item .title {
    width: 100%;
  }
  .newslist__item .title a {
    font-size: 3.73333vw;
  }
}

/* Layout
-------------------------------------------------------- */
/* Container -----------------*/
.content_wrapper,
.content_wrapper_max,
.content_wrapper_min {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 919px) {
  .content_wrapper,
  .content_wrapper_max,
  .content_wrapper_min {
    width: 94%;
  }
}

.content_wrapper {
  max-width: 1400px;
  position: relative;
}
.content_wrapper_max {
  max-width: 1400px;
}
.content_wrapper_link {
  position: absolute;
  left: 0;
}
.content_wrapper_link a {
  font-size: 12px;
}
.content_wrapper_link a:before {
  content: "";
  background: url(../images/common/footer/link_icon.png) no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 9px;
}
.content_wrapper_min {
  max-width: 1040px;
}

/* header -----------------*/
.header_box {
  background: url(../images/top/keyvisual/bg_header.png) no-repeat;
  background-position: left top;
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
}
.header {
  top: 0;
  left: 0;
  z-index: 20;
  max-width: 1400px;
  background-color: transparent;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
  margin: 0 auto;
  width: 100%;
}
.header__logo {
  margin-right: 77px;
  padding-left: 17px;
}

.header h1 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.header__inner {
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 32px 0 25px;
  -webkit-transition: padding 0.6s;
  transition: padding 0.6s;
}

.header__logo img {
  width: 100%;
  max-width: 336px;
  height: auto;
}
.header__inner--contents {
  justify-content: space-between;
  align-items: center;
  margin: 0 170px 0 55px;
}
.header__logo_box {
  align-items: center;
}
.header__logo_x {
  margin: 0 27px;
}
.header__logo_x p {
  font-size: 30px;
  color: #b71313;
}

.tel_link {
  font-size: 24px;
  font-family: "Bellefair", serif;
  display: inline-block;
  color: #3b3939;
}

.tel_time {
  display: block;
  text-align: right;
  font-size: 12px;
}
.header__sptrigger {
  display: none;
}

/* .header.is-scrolled {
  background-color: rgba(255, 255, 255, 1);
} */

.header.is-scrolled .header__inner {
  padding: 2rem 1rem;
}

.header__right_sp {
  display: none;
}

@media only screen and (max-width: 1920px) {
  .header__inner--contents {
    justify-content: space-between;
    align-items: center;
    margin: 0 6vw 0 3vw;
  }
}
@media only screen and (max-width: 1800px) {
  .header h1 {
    padding-left: 3vw;
  }
}

@media only screen and (max-width: 1680px) {
  .header {
    padding: 0;
  }

  .header_box {
    background-size: 75vw;
  }
}
@media only screen and (max-width: 1200px) {
  .header h1 {
    order: 1;
    margin-bottom: 3vw;
  }
  .header__logo {
    margin-right: 0;
    padding-left: 17px;
    order: 2;
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .header__right {
    display: none;
  }
  .header__right_sp {
    display: flex;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 919px) {
  .header {
    z-index: 30;
  }
  .header__inner {
    padding: 3vw 2vw;
  }

  .header__sptrigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__sptrigger-telbtn {
    display: block;
  }
  .header__sptrigger-telbtn .is-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.2vw;
  }
  .header__sptrigger-telbtn .is-tablet .icon {
    position: relative;
    display: inline-block;
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 0.9rem;
    line-height: 1;
  }
  .header__sptrigger-telbtn .is-tablet .icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .header__sptrigger-telbtn .is-sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .header__right-tel_sp {
    margin-right: 1px;
  }

  .header__sptrigger-telbtn .is-tablet {
    display: none;
  }
  .header__sptrigger-telbtn .is-sp {
    display: block;
  }
  .header__sptrigger-telbtn .is-sp img {
    width: 100%;
  }
  .is-sp {
    width: 25px;
  }

  .content_wrapper_link {
    position: absolute;
    left: 0;
    top: -44px;
  }
  .header {
    width: 94%;
  }
}

.navToggle {
  display: none;
}

@media only screen and (max-width: 919px) {
  .navToggle {
    display: block;
    margin-left: 2rem;
    cursor: pointer;
    z-index: 9999;
  }
  .navToggle div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 8vw;
    height: 3.2vw;
    z-index: 9999;
  }
  .navToggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #111;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    border-radius: 5px;
  }
  .navopen .navToggle div {
    position: relative;
  }
  .navopen .navToggle span {
    position: absolute;
  }
  .navopen .navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .navopen .navToggle span:nth-child(2) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

@media only screen and (max-width: 500px) {
  .header__logo {
    width: 50vw;
    z-index: 9999;
  }
  .header h1 {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  .header__logo_company img {
    width: 40vw;
    height: auto;
  }
  .header__logo_gaw img {
    width: 40vw;
    height: auto;
  }
  .header_box {
    background-size: 83vw;
  }
}

@media only screen and (max-width: 500px) {
  .header__right-inner_sp {
    justify-content: flex-end;
  }
  .header__right-tel_sp {
    margin-right: 1px;
    width: 30%;
  }
  .header__right-contact_sp {
    width: 30%;
  }

  .header__right-tel_sp img {
    width: 100%;
    height: auto;
  }

  .header__right-contact_sp img {
    width: 100%;
    height: auto;
  }

  .header__right-inner_sp {
    justify-content: flex-end;
  }
  .header__right_sp {
    display: flex;
    justify-content: flex-end;
    width: auto;
  }
  .header__logo_box {
    position: unset;
    top: 35px;
    z-index: 999;
    width: auto;
  }
  .header h1 {
    font-size: 1vw;
    margin-bottom: 2vw;
    text-align: left;
  }
}

/*----------------------------------------------
  	sns icon
----------------------------------------------*/

.snslist {
  bottom: 100px;
  right: 0;
}
#snslist ul li {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1300px) {
  .snslist {
    bottom: 0px;
    right: 2%;
  }
}

@media only screen and (max-width: 500px) {
  .snslist {
    bottom: 3%;
    right: 1%;
  }
}

/* footer -----------------*/
.top__footerbox {
  position: relative;
}
.footer__bnrbox {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  height: 132px;
  align-items: center;
}

.top__recruit {
  position: relative;
  z-index: 9999;
}
.top__footerbox {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.top__recruit-inner_title {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 98px;
  text-align: right;
  color: #fff;
  padding-top: 125px;
}
.top__recruit-inner_title h2 span {
  display: block;
}

.top__recruit-inner_title1 {
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
}

.top__recruit-inner_title2 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.top__recruit-inner_contents_table {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.top__recruit-inner_contents_table tr {
  border-bottom: 1px solid #e6e6e6;
}
.top__recruit-inner_contents_table tr th {
  background: #f0f0f0;
  color: #0e0e0e;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  height: 80px;
  text-align: center;
  width: 200px;
}
.top__recruit-inner_contents_table tr td {
  background: #fff;
  color: #080700;
  padding: 0 0 0 40px;
  font-size: 16px;
  font-weight: 500;
  height: 80px;
  line-height: 26px;
  vertical-align: middle;
}
top__recruit-inner_contents_table tr {
  border-bottom: 1px solid #e6e6e6;
}
.top__recruit-inner_contents_table tr:last-child {
  border: 0;
}
.top__recruit-tablebox {
  padding-bottom: 140px;
  z-index: 9999;
}
.footer_add1 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
}
.footer_add2 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: normal;
}
.footer__logo {
  margin-right: 74px;
}
.footer {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.footer__topback {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 9999;
}
.footer__bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  position: sticky;
}
.content_wrapper a img {
  width: 100%;
  max-width: 380px;
  height: auto;
}
.footer__info {
  padding: 80px 0;
  text-align: center;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.footer__info .content_wrapper {
  position: relative;
}

.footer__info p {
  line-height: 2.25;
}

.footer__info-pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.footer__nav {
  background-image: -moz-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -webkit-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -ms-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 62px;
  align-items: center;
}

.footer__nav-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__nav-list .item + .item {
  margin-left: 4rem;
}

.footer__nav .copyright {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.copyright a {
  color: #fff;
}
@media only screen and (max-width: 1800px) {
  .top__footerbox:before {
    max-width: 80vw;
    height: 80vw;
  }
}

@media only screen and (max-width: 1200px) {
  .footer__bnrbox {
    width: 92%;
  }

  .footer__logo img {
    width: 28vw;
    height: auto;
  }
  .footer__bnr_box img {
    width: 26vw;
    height: auto;
  }
}

@media only screen and (max-width: 919px) {
  .footer__info {
    position: relative;
    padding: 8vw 0;
  }

  .footer__info img {
    width: 32vw;
  }
  .footer__info p {
    line-height: 2;
    font-size: 3.73333vw;
    color: #fff;
  }
  .footer__info p span,
  .footer__info p a {
    color: #fff;
  }
  .footer__info-pagetop {
    width: 16vw;
    bottom: 0;
    right: 0;
  }
  .footer__info-pagetop img {
    width: 100%;
  }

  .footer__nav-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__nav-list .item {
    width: 50%;
    text-align: center;
  }
  .footer__nav-list .item + .item {
    margin-left: 0;
  }
  .footer__nav-list .item:nth-of-type(n + 3) {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .footer__logo {
    margin-right: 0;
    text-align: center;
  }
  .footer__logo img {
    width: auto;
    height: auto;
  }
  .footer__bnrbox {
    width: 92%;
    display: block;
    height: auto;
    padding: 15px 0;
  }
  .footer__logobox {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 4vw;
  }
  .footer__logo {
    margin-right: 0;
    text-align: center;
    margin-bottom: 5vw;
  }

  .footer__bnr_box img {
    width: auto;
    height: auto;
  }
  .footer__bnr_box {
    justify-content: center;
    display: flex;
  }

  .top__footerbox:before {
    max-width: 100vw;
    height: 100vw;
  }
  .top__recruit-inner_contents_table tr th {
    font-size: 2vw;
    line-height: 3vw;
    width: 23%;
  }
  .top__recruit-inner_contents_table tr td {
    font-size: 2vw;
    line-height: 3vw;
  }
  .top__recruit-inner_title {
    margin: 0 auto 20vw;
    padding-top: 15vw;
  }

  .footer__topback {
    position: absolute;
    top: unset;
    right: 5vw;
    bottom: 6vw;
    width: 12vw;
  }
  .footer__topback img {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .footer__nav {
    height: auto;
    display: flex;
    align-items: center;
    padding: 2vw 0;
    line-height: 1.8;
  }
  .footer__topback {
    width: 18vw;
  }
  .top__recruit-inner_contents_table tr th {
    font-size: 3.5vw;
    line-height: 3vw;
    width: 100%;
    display: inline-block;
    height: auto;
    padding: 4vw;
  }
  .top__recruit-inner_contents_table tr td {
    font-size: 3vw;
    line-height: 5vw;
    width: 100%;
    display: inline-block;
    padding: 3vw 4vw;
    height: auto;
  }
  .top__recruit-tablebox {
    padding-bottom: 14vw;
  }
  .footer__bnr {
    width: 80%;
    margin: 0 auto;
  }
  .footer__bnr img {
    width: 100%;
  }
}

/* .main -----------------*/
/* Vend
-------------------------------------------------------- */
/* bxslider -----------------*/
.bx-wrapper {
  z-index: 0;
  max-width: 100% !important;
  margin-bottom: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

/* Page
-------------------------------------------------------- */
/* Top -----------------*/
.top {
  /* keyvisual */
  /* about */
  /* news */
}

@media only screen and (max-width: 480px) {
  .top {
    overflow-x: hidden;
  }
}
.top__keyvisual {
  position: relative;
  z-index: 1;
  margin-bottom: 164px;
}
.top__keyvisual_box {
  /* background: url(../images/top/keyvisual/img_main.jpg) no-repeat; */
  max-width: 1600px;
  height: 840px;
  margin-left: auto;
  position: relative;
  width: 100%;
}
.top__keyvisual_text_box {
  padding: 0 0 0 77px;
  position: absolute;
  z-index: 9;
  top: 30%;
}
.top__keyvisual_text1 {
  font-size: 27px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 28px;
  letter-spacing: 0.05em;
}
.top__keyvisual_text2 {
  font-size: 125px;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #ffdb13;
  margin-bottom: 29px;
}
.top__keyvisual_text2 p {
  line-height: 80px;
  padding-bottom: 12px;
}

.top__keyvisual_text3 {
  font-size: 268px;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 34px;
}
.top__keyvisual_text3 p {
  line-height: 175px;
  padding-bottom: 28px;
}
.top__keyvisual_text4 p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.top__keyvisual_text4 {
  background-image: -moz-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -webkit-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -ms-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  width: 521px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top__keyvisual_text {
  position: absolute;
  top: 122px;
  left: 180px;
  width: 246px;
  height: 576px;
}
.top__keyvisual_scroll {
  position: absolute;
  bottom: 0;
  left: 72px;
}

@media only screen and (max-width: 1800px) {
  .top__keyvisual_box {
    width: 85vw;
    background-size: 85vw;
    height: 47vw;
  }
  .header__right {
    margin-right: 0;
  }
  .top__keyvisual_scroll {
    position: absolute;
    bottom: 3vw;
    left: -5vw;
  }
  .top__keyvisual_box_text1 {
    top: 10.3vw;
    left: 4.5vw;
    font-size: 3.5vw;
    line-height: 5vw;
  }
  .top__keyvisual_box_text2 {
    position: absolute;
    top: 22vw;
    left: 4.5vw;
    font-size: 1.8vw;
  }
  .top__keyvisual_text img {
    width: 14vw;
    height: auto;
  }
}
@media only screen and (max-width: 1440px) {
  .top__keyvisual_text1 {
    font-size: 2.13vw;
    margin-bottom: 1vw;
  }
  .top__keyvisual_text2 {
    font-size: 9.5vw;
    margin-bottom: 1vw;
  }
  .top__keyvisual_text3 {
    font-size: 20.4vw;
    margin-bottom: 1vw;
  }
  .top__keyvisual_text4 {
    width: 38.4vw;
    height: 6vw;
  }
  .top__keyvisual_box {
    width: 85vw;
    background-size: 98vw;
    height: 52vw;
  }
  .top__keyvisual_text3 p {
    line-height: 13vw;
    padding-bottom: 2vw;
  }
  .top__keyvisual_text4 p {
    font-size: 2vw;
  }
}

@media only screen and (max-width: 1100px) {
  .top__keyvisual_box {
    width: 89vw;
    background-size: 110vw;
    height: 60vw;
  }
  .top__keyvisual_text_box {
    padding: 0 0 0 7vw;
  }
  .top__keyvisual_text2 p {
    line-height: 6vw;
    padding-bottom: 1vw;
  }
}
@media only screen and (max-width: 1080px) {
  .top__keyvisual {
    position: relative;
    z-index: 1;
    margin-bottom: 8vw;
  }
  .top__keyvisual--text2 img {
    width: 48vw;
  }
}
@media only screen and (max-width: 919px) {
  .top__keyvisual-copy h2 {
    font-size: 5.33333vw;
  }
  .top__keyvisual_scroll {
    display: none;
  }
  .header__logo {
    width: 50vw;
  }
}
@media only screen and (max-width: 450px) {
  .top__keyvisual_text2 {
    font-size: 11vw;
    margin-bottom: 3vw;
  }
  .top__keyvisual_text3 {
    font-size: 23.6vw;
    margin-bottom: 3vw;
  }

  .top__keyvisual_text4 {
    width: 44.4vw;
    height: 6vw;
  }
  .top__keyvisual_text4 p {
    font-size: 1vw;
    letter-spacing: -0.1em;
  }
}

/* top__business
-------------------------------------------------------- */
.top__business {
  margin-bottom: 281px;
  margin-top: 300px;
}
.top__business-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.top__business-inner_title1 {
  font-size: 160px;
  margin-bottom: 21px;
  font-weight: 700;
  letter-spacing: -0.015em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -webkit-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -ms-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  line-height: 104px;
  padding-bottom: 16px;
}
.top__business-inner_title2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.top__business-inner_title span {
  display: block;
}
.top__business-inner_subtitle p {
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0.05em;
  color: #fff;
  background: #172a88;
  display: table;
  font-weight: bold;
  padding: 7px 9px;
  margin-bottom: 8px;
}

.top__business-inner_title {
  margin-bottom: 65px;
}
.top__business-inner_subtitle {
  margin-bottom: 60px;
}
.top__business-inner_contentsbox {
  line-height: 32px;
  letter-spacing: 0.05em;
}

.top__business-contents {
  max-width: 620px;
  width: 100%;
}
.top__business-contents_img {
  width: calc(100% - 640px);
  position: relative;
}
.top__business-contents_img1 {
  position: absolute;
  right: 91px;
  top: -75px;
}
.top__business-contents_img2 {
  position: absolute;
  right: 431px;
  top: 170px;
}

@media only screen and (max-width: 1700px) {
  .top__business-contents_img {
    width: 100%;
    position: relative;
    order: 2;
    display: flex;
    justify-content: space-around;
  }
  .top__business-contents_img1 {
    position: unset;
  }
  .top__business-contents_img2 {
    position: unset;
  }
  .top__business-contents {
    max-width: 100%;
    width: 100%;
    margin-bottom: 5vw;
  }
}
@media only screen and (max-width: 1400px) {
  .top__business-inner_title1 {
    font-size: 11vw;
    margin-bottom: 1vw;
    line-height: 7vw;
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .top__business-inner {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    position: relative;
  }
  .top__business {
    margin-bottom: 20vw;
  }
}
@media only screen and (max-width: 768px) {
  .top__business-inner_subtitle p {
    font-size: 4vw;
    line-height: 6vw;
    padding: 7px 9px;
    margin-bottom: 8px;
  }
  .top__business-inner_subtitle {
    margin-bottom: 7vw;
  }
  .top__business-inner_contentsbox {
    line-height: 5vw;
    font-size: 2.8vw;
  }
  .top__business-contents_img1 {
    position: unset;
    width: 45%;
  }
  .top__business-contents_img2 {
    position: unset;
    width: 45%;
  }
  .top__business-contents_img img {
    width: 100%;
    height: auto;
  }
  .top__business-inner_title2 {
    font-size: 4vw;
  }
}
/* top__flow
-------------------------------------------------------- */
.top__flow {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.top__flow:before {
  content: "";
  background: url(../images/top/flow/img_flow.jpg) no-repeat;
  width: 975px;
  height: 1050px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -105px;
}
.top__flow-inner_title1 {
  font-size: 160px;
  margin-bottom: 21px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 104px;
  padding-bottom: 16px;
}
.top__flow-inner_title2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.065em;
}
.top__flow-inner_title span {
  display: block;
  color: #fff;
}
.top__flow-inner {
  background-image: -moz-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -webkit-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -ms-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
}
.top__flow-inner_box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 155px;
}
.top__flow-inner_title {
  padding: 137px 0 122px;
}

.top__flow_contents_textbox {
  background: #fff;
  margin-top: 16px;
  margin-left: 15px;
  width: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.top__flow_contentsbox {
  justify-content: space-between;
}
.top__flow_contents1 {
  float: left;
}
.top__flow_contents2 {
  float: right;
  margin-top: 84px;
}
.top__flow_contents3 {
  float: left;
  margin-top: 18px;
}
.top__flow_contents4 {
  float: right;
  margin-top: 18px;
}
.top__flow_contents5 {
  float: left;
  margin-top: 18px;
}
.top__flow_contents6 {
  float: right;
  margin-top: 18px;
}
.top__flow_contents7 {
  float: left;
  margin-top: 18px;
}

.top__flow_contents {
  position: relative;
}
.top__flow_contents .top__flow_contents_step {
  position: absolute;
  border-bottom: 141px solid transparent;
  border-left: 141px solid #ffdb13;
  top: 0;
  left: 0;
}

.top__flow_contents_step1 {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #172a88;
}
.top__flow_contents_step2 {
  font-size: 40px;
  font-weight: 700;
  color: #172a88;
}

.top__flow_contents_stepbox {
  position: absolute;
  top: 19px;
  left: 15px;
  font-size: 14px;
  color: #fff;
}
.top__flow_contents_title {
  font-size: 24px;
  font-weight: bold;
  color: #172a88;
  margin-bottom: 22px;
}
.top__flow_contents_text p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: initial;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.top__flow_contents_textbox_inbox {
  width: 65%;
}

.top__flow_contents1 .top__flow_contents_textbox_in:before {
  content: "";
  background: url(../images/top/flow/ic_flow01.png) no-repeat;
  width: 47px;
  height: 48px;
  display: inline-block;
  margin-right: 24px;
}
.top__flow_contents2 .top__flow_contents_textbox_in:before {
  content: "";
  background: url(../images/top/flow/ic_flow02.png) no-repeat;
  width: 45px;
  height: 42px;
  display: inline-block;
  margin-right: 24px;
}
.top__flow_contents3 .top__flow_contents_textbox_in:before {
  content: "";
  background: url(../images/top/flow/ic_flow03.png) no-repeat;
  width: 39px;
  height: 47px;
  display: inline-block;
  margin-right: 24px;
}
.top__flow_contents4 .top__flow_contents_textbox_in:before {
  content: "";
  background: url(../images/top/flow/ic_flow04.png) no-repeat;
  width: 57px;
  height: 38px;
  display: inline-block;
  margin-right: 24px;
}
.top__flow_contents5 .top__flow_contents_textbox_in:before {
  content: "";
  background: url(../images/top/flow/ic_flow05.png) no-repeat;
  width: 59px;
  height: 38px;
  display: inline-block;
  margin-right: 24px;
}
.top__flow_contents6 .top__flow_contents_textbox_in:before {
  content: "";
  background: url(../images/top/flow/ic_flow06.png) no-repeat;
  width: 51px;
  height: 54px;
  display: inline-block;
  margin-right: 24px;
}
.top__flow_contents7 .top__flow_contents_textbox_in:before {
  content: "";
  background: url(../images/top/flow/ic_flow07.png) no-repeat;
  width: 42px;
  height: 53px;
  display: inline-block;
  margin-right: 24px;
}
.top__flow_contents_textbox_in {
  justify-content: center;
  align-items: center;
}

.top__strength-inner {
  text-align: center;
}

@media only screen and (max-width: 1700px) {
  .top__flow:before {
    right: 0;
    top: -45vw;
    background-size: 49vw;
    background-position: right;
  }
}

@media only screen and (max-width: 1200px) {
  .top__flow-inner_title1 {
    font-size: 11vw;
    margin-bottom: 1vw;
    line-height: 7vw;
    padding-bottom: 16px;
  }
  .top__flow-inner_box {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 10vw;
  }
  .top__flow-inner_title {
    padding: 13vw 0 12vw;
  }
}

@media only screen and (max-width: 950px) {
  .top__flow:before {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .top__flow-inner_title2 {
    font-size: 3vw;
  }
  .top__flow_contents .top__flow_contents_step {
    position: absolute;
    border-bottom: 141px solid transparent;
    border-left: 141px solid #ffdb13;
    top: -16px;
    left: 0;
  }
  .top__flow_contents_stepbox {
    position: absolute;
    top: 3px;
    left: 15px;
    font-size: 14px;
    color: #fff;
  }
  .top__flow_contents_textbox_in {
    justify-content: center;
    align-items: center;
    width: 80%;
  }
  .top__flow_contents_textbox_inbox {
    width: 83%;
  }
  .top__flow_contents_text p br {
    display: none;
  }
  .top__flow_contents_step1 {
    font-size: 2.5vw;
  }
  .top__flow_contents_step2 {
    font-size: 6vw;
  }
  .top__flow_contents_title {
    margin-bottom: 2vw;
    font-size: 3.5vw;
  }
  .top__flow_contents_text p {
    font-size: 2.7vw;
    line-height: 1.6;
  }
  .top__flow_contents {
    position: relative;
    width: 100%;
    float: unset;
    margin-bottom: 12vw;
  }

  .top__flow_contents_textbox {
    margin-top: 16px;
    margin-left: 15px;
    width: 94%;
    height: 200px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 450px) {
  .top__flow_contents_textbox_in:before {
    margin-bottom: 24px;
  }
}

/* top__strength
-------------------------------------------------------- */
.top__strength {
  padding-top: 133px;
  padding-bottom: 184px;
}
.top__works-inner_title {
  display: inline-block;
  margin-top: -56px;
  margin-bottom: 81px;
}
.top__strength-inner_title1 {
  font-size: 160px;
  margin-bottom: 21px;
  font-weight: 700;
  letter-spacing: -0.015em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -webkit-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -ms-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  line-height: 104px;
  padding-bottom: 16px;
}
.top__strength-innerbox {
  padding-bottom: 100px;
}
.top__strength-inner_title2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.065em;
}
.top__strength-inner_title span {
  display: block;
}

.top__strength-inner_title {
  margin-bottom: 65px;
}
.top__strength-inner_text {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: initial;
  font-size: 16px;
}

.top__strength-inner_contentsbox {
  width: 50%;
  height: 300px;
}
.top__strength_contents_textbox_inbox {
  text-align: left;
}
.top__strength-inner_contentsbox1 {
  background: url(../images/top/strength/img_st01.jpg) no-repeat;
}
.top__strength-inner_contentsbox2 {
  background: url(../images/top/strength/img_st02.jpg) no-repeat;
}
.top__strength-inner_contentsbox3 {
  background: url(../images/top/strength/img_st03.jpg) no-repeat;
}
.top__strength-inner_contentsbox4 {
  background: url(../images/top/strength/img_st04.jpg) no-repeat;
}

.top__strength_contents_textbox {
  background: #fff;
  margin-top: 16px;
  margin-left: 15px;
  width: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.top__strength_contents_textbox_in {
  justify-content: center;
  align-items: center;
}
.top__strength-inner_contentsbox1 .top__strength_contents_textbox_in {
  padding-top: 106px;
}

.top__strength-inner_contentsbox1 .top__strength_contents_textbox_in:before {
  content: "";
  background: url(../images/top/strength/ic_st01.png) no-repeat;
  width: 90px;
  height: 88px;
  display: inline-block;
  margin-right: 47px;
}
.top__strength-inner_contentsbox1 .top__strength_contents_text {
  width: 530px;
}
.top__strength-inner_contentsbox2 .top__strength_contents_textbox_in {
  padding-top: 106px;
}

.top__strength-inner_contentsbox2 .top__strength_contents_textbox_in:before {
  content: "";
  background: url(../images/top/strength/ic_st02.png) no-repeat;
  width: 74px;
  height: 128px;
  display: inline-block;
  margin-right: 47px;
}
.top__strength-inner_contentsbox2 .top__strength_contents_text {
  width: 530px;
}

.top__strength-inner_contentsbox3 .top__strength_contents_textbox_in {
  padding-top: 95px;
}

.top__strength-inner_contentsbox3 .top__strength_contents_textbox_in:before {
  content: "";
  background: url(../images/top/strength/ic_st03.png) no-repeat;
  width: 130px;
  height: 136px;
  display: inline-block;
  margin-right: 47px;
}
.top__strength-inner_contentsbox3 .top__strength_contents_text {
  width: 530px;
}
.top__strength-inner_contentsbox4 .top__strength_contents_textbox_in {
  padding-top: 106px;
}

.top__strength-inner_contentsbox4 .top__strength_contents_textbox_in:before {
  content: "";
  background: url(../images/top/strength/ic_st04.png) no-repeat;
  width: 89px;
  height: 80px;
  display: inline-block;
  margin-right: 47px;
}
.top__strength-inner_contentsbox4 .top__strength_contents_text {
  width: 530px;
}
.top__strength_contents_title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 28px;
  letter-spacing: 0.05em;
}
.top__strength_contents_text p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: initial;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 1500px) {
  .top__strength-inner_contentsbox1 .top__strength_contents_textbox_in:before {
    margin-right: 4%;
    background-size: 6vw;
    width: 13%;
    background-position: center;
  }
  .top__strength-inner_contentsbox1 .top__strength_contents_textbox_in {
    padding-top: 106px;
    width: 92%;
    margin: 0 auto;
  }
  .top__strength-inner_contentsbox2 .top__strength_contents_textbox_in:before {
    margin-right: 4%;
    background-size: 5vw;
    width: 13%;
    background-position: center;
  }

  .top__strength-inner_contentsbox2 .top__strength_contents_textbox_in {
    padding-top: 106px;
    width: 92%;
    margin: 0 auto;
  }
  .top__strength-inner_contentsbox2 .top__strength_contents_text {
    width: 100%;
  }
  .top__strength-inner_contentsbox3 .top__strength_contents_textbox_in:before {
    margin-right: 4%;
    background-size: 5vw;
    width: 13%;
    background-position: center;
  }
  .top__strength-inner_contentsbox3 .top__strength_contents_textbox_in {
    padding-top: 106px;
    width: 92%;
    margin: 0 auto;
  }
  .top__strength-inner_contentsbox3 .top__strength_contents_text {
    width: 100%;
  }

  .top__strength-inner_contentsbox4 .top__strength_contents_textbox_in:before {
    margin-right: 4%;
    background-size: 5vw;
    width: 13%;
    background-position: center;
  }
  .top__strength-inner_contentsbox4 .top__strength_contents_textbox_in {
    padding-top: 106px;
    width: 92%;
    margin: 0 auto;
  }
  .top__strength-inner_contentsbox4 .top__strength_contents_text {
    width: 100%;
  }

  .top__strength_contents_textbox_inbox {
    text-align: left;
    width: 83%;
  }
  .top__strength-inner_contentsbox1 .top__strength_contents_text {
    width: 100%;
  }

  .top__strength_contents_title {
    font-size: 1.7vw;
    margin-bottom: 28px;
  }
  .top__strength_contents_text p {
    font-size: 1vw;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 1400px) {
  .top__strength-innerbox {
    padding-bottom: 10vw;
    width: 96%;
    margin: 0 auto;
  }
  .top__strength-inner_title1 {
    font-size: 11vw;
    margin-bottom: 1vw;
    line-height: 7vw;
    padding-bottom: 16px;
  }
  .top__flow-inner_title2 {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 900px) {
  .top__strength-inner_contentsbox1 .top__strength_contents_textbox_in {
    padding-top: 0;
  }
  .top__strength-inner_contentsbox2 .top__strength_contents_textbox_in {
    padding-top: 0;
  }
  .top__strength-inner_contentsbox3 .top__strength_contents_textbox_in {
    padding-top: 0;
  }
  .top__strength-inner_contentsbox4 .top__strength_contents_textbox_in {
    padding-top: 0;
  }
  .top__strength-inner_contentsbox {
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .top__strength_contents_text p {
    font-size: 2.5vw;
    letter-spacing: 0.05em;
    line-height: 4vw;
  }
  .top__strength-inner_contentsbox {
    width: 100%;
    height: auto;
    padding: 10vw 0px;
  }
  .top__strength_contents_title {
    font-size: 3.7vw;
    margin-bottom: 28px;
  }
  .top__strength {
    padding-top: 133px;
    padding-bottom: 22vw;
  }
  .top__strength-inner_text {
    font-size: 2.3vw;
  }
}

/* top__works
-------------------------------------------------------- */
.top__works {
  max-width: 1400px;
  width: 100%;
  margin: 0px auto 102px;
  background: #f1f1f1;
}

.top__works-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.top__works-inner_title1 {
  font-size: 160px;
  margin-bottom: 21px;
  font-weight: 700;
  letter-spacing: -0.015em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -webkit-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -ms-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  line-height: 104px;
  padding-bottom: 16px;
}
.top__works-inner_title2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.065em;
  color: #333333;
}
.top__works-inner_title span {
  display: block;
}
.top__works__inner_box {
  padding-bottom: 87px;
}

.top__works__inner_list {
  width: calc(100% / 3 - 2.8%);
}
.top__works__inner_list:not(:nth-child(3n)) {
  margin-right: 4%;
}
.top__works__inner_list:not(:nth-child(-n + 3)) {
  margin-top: 4%;
}
.top__works__inner_list_textbox {
  background: #fff;
  padding: 41px 24px 50px 35px;
}
.top__works__inner_list_date p {
  color: #888888;
  font-size: 16px;
  font-weight: 600;
}
.top__works__inner_list_date {
  margin-bottom: 11px;
}

.top__works__inner_list_title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top__works__inner_list_title p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top__works__inner_list_text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top__works__inner_list_text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top__works__inner_box_btn a {
  width: 500px;
  height: 100px;
  background: #ffe063;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 30px;
  color: #333;
  letter-spacing: 0.065em;
  font-weight: bold;
}

.top__works__inner_box_btn {
  padding-bottom: 113px;
}

/* .top__works__inner_list {
  overflow: hidden;
  width: 360px;
  height: 200px;
} */

.top__works__inner_list_img {
  overflow: hidden;
  position: relative;
}
.top__works__inner_list_img::before {
  content: "";
  display: block;
  padding-top: calc(2 / 2.4 * 100%); /* 縦/横*100の値を書く */
}
.top__works__inner_list_img img {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  font-family: "object-fit: cover;"; /* IE対策 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1400px) {
  .top__works-inner {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
  }

  .top__works-inner_title1 {
    font-size: 11vw;
    margin-bottom: 1vw;
    line-height: 7vw;
    padding-bottom: 16px;
  }
  .top__works-inner_title2 {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 1150px) {
  .top__works__inner_box {
    padding-bottom: 87px;
  }
}

@media only screen and (max-width: 768px) {
  .top__works__inner_list {
    width: 90%;
    margin: 0 auto 10vw !important;
  }
  .top__works__inner_list_img::before {
    padding-top: calc(2 / 3 * 100%); /* 縦/横*100の値を書く */
  }

  .top__works__inner_box_btn a {
    width: 75%;
    height: 15vw;
    margin: 0 auto;
    font-size: 4.5vw;
    color: #333;
    letter-spacing: 0.065em;
    font-weight: bold;
  }
  .top__works__inner_box {
    justify-content: space-between;
    padding-bottom: 0;
  }

  .top__works__inner_list_date p {
    font-size: 3vw;
  }
  .top__works__inner_list_title {
    margin-bottom: 30px;
    font-size: 3.5vw;
  }
  .top__works__inner_list_text {
    font-size: 3vw;
  }
}
/* top__blog
-------------------------------------------------------- */
.top__blog {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 184px;
}
.top__blog-inner_title1 {
  font-size: 140px;
  margin-bottom: 21px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 104px;
  padding-bottom: 16px;
}
.top__blog-inner_title2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.065em;
}
.top__blog-inner_title span {
  display: block;
  color: #fff;
}
.top__blog-inner_title {
  padding-top: 303px;
  padding-left: 103px;
  padding-bottom: 61px;
}
.top__blog-contents_title {
  background-image: -moz-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -webkit-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -ms-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  width: 564px;
}
.top__blog-contents_bloglist_box {
  width: calc(100% - 564px);
  background: #f1f1f1;
  padding: 77px 51px;
}
.top__blog-contents_bloglist {
  padding: 37px 40px;
  flex-wrap: nowrap;
  width: 685px;
}
.top__blog-contents_bloglist:nth-child(odd) {
  background: #ffffff;
}
.top__blog-contents_bloglist_date {
  margin-right: 46px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.top__blog-contents_bloglist_text_title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #172a88;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top__blog-contents_bloglist_text_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top__blog-contents_bloglist_text_text p {
  font-size: 14px;
  line-height: normal;
  color: #666;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top__blog__inner_box_btn {
  padding-bottom: 80px;
}
.top__blog__inner_box_btn a {
  width: 390px;
  height: 100px;
  background: #ffe063;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 30px;
  color: #333;
  letter-spacing: 0.065em;
  font-weight: bold;
}
.top__blog__inner_box_btn_tb {
  display: none;
}

@media only screen and (max-width: 1500px) {
  .top__blog-contentsbox {
    width: 100%;
    margin: 0 auto;
  }
  .top__blog-contents_title {
    width: 40%;
  }
  .top__blog-contents_bloglist_box {
    width: calc(100% - 40%);
    padding: 77px 51px;
  }
  .top__blog-contents_bloglist {
    padding: 37px 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .top__blog-inner_title1 {
    font-size: 11vw;
    margin-bottom: 1vw;
    line-height: 7vw;
    padding-bottom: 16px;
  }
  .top__blog__inner_box_btn a {
    width: 34vw;
    height: 100px;
    margin: 0 auto;
    font-size: 2.5vw;
    color: #333;
    letter-spacing: 0.065em;
    font-weight: bold;
  }
}

@media only screen and (max-width: 900px) {
  .top__blog-contents_title {
    width: 100%;
  }
  .top__blog__inner_box_btn {
    display: none;
  }
  .top__blog-inner_title {
    padding-top: 7vw;
    padding-left: 7vw;
    padding-bottom: 7vw;
  }

  .top__blog-contents_bloglist_box {
    width: 100%;
    padding: 77px 51px;
  }
  .top__blog__inner_box_btn_tb a {
    width: 100%;
    height: 100px;
    background: #ffe063;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 6vw;
    color: #333;
    letter-spacing: 0.065em;
    font-weight: bold;
  }

  .top__blog__inner_box_btn_tb {
    margin: 12vw 0 0;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .top__blog-contents_bloglist_box {
    width: 100%;
    padding: 7vw 5vw;
  }
  .top__blog-contents_bloglist {
    padding: 6vw;
    width: 100%;
    display: block;
  }

  .top__blog__inner_box_btn_tb a {
    width: 75%;
    height: 15vw;
    margin: 0 auto;
    font-size: 4.5vw;
    color: #333;
    letter-spacing: 0.065em;
    font-weight: bold;
  }

  .top__blog-contents_bloglist_date {
    margin-right: 0;
    font-size: 4vw;
    letter-spacing: 0.05em;
    margin-bottom: 1.5vw;
  }
  .top__blog-contents_bloglist_text_text {
    font-size: 3vw;
    color: #666;
    line-height: 5vw;
  }
  .top__blog-contents_bloglist_text_title {
    font-size: 3.5vw;
  }
}
/* top__company
-------------------------------------------------------- */
.top__company {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 108px;
  background: #f1f1f1;
}
.top__company-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 127px;
}

.top__company-inner_title1 {
  font-size: 160px;
  margin-bottom: 21px;
  font-weight: 700;
  letter-spacing: -0.015em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -webkit-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -ms-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  line-height: 104px;
  padding-bottom: 16px;
}
.top__company-inner_title {
  margin-top: -56px;
  display: inline-block;
  margin-bottom: 79px;
}
.top__company-inner_title2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.065em;
  color: #333333;
}
.top__company-inner_title span {
  display: block;
}
.top__company-infodl {
  width: 700px;
  padding: 20px 0;
  align-items: center;
}
.top__company-infodl dt {
  width: 200px;
  padding-left: 45px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.top__company-infodl:nth-child(odd) {
  background: #ffffff;
}
.top__company-infodl dd {
  letter-spacing: 0.05em;
  line-height: normal;
}
.top__company-imgbox {
  width: calc(100% - 700px);
  padding-left: 70px;
  margin-top: -109px;
}
.top__company-contentsbox {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
}

.top__company-infobox {
  width: 700px;
}
.top__company-img1 {
  margin-bottom: 55px;
}

@media only screen and (max-width: 1800px) {
  .top__company-img1 img {
    width: 32vw;
    height: auto;
  }
  .top__company-img1 {
    margin-bottom: 55px;
    width: 100%;
  }
}

@media only screen and (max-width: 1400px) {
  .top__company-inner_title1 {
    font-size: 11vw;
    margin-bottom: 1vw;
    line-height: 7vw;
    padding-bottom: 16px;
  }
  .top__company-inner_title2 {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 1200px) {
  .top__company-inner {
    width: 96%;
    margin: 0 auto;
    padding-bottom: 127px;
  }
  .top__company-contentsbox {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
  }
  .top__company-infobox {
    width: 100%;
    margin-bottom: 5vw;
  }
  .top__company-infodl {
    width: 100%;
    padding: 20px 0;
    align-items: center;
  }
  .top__company-imgbox {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    display: flex;
  }
  .top__company-img1 img {
    width: 96%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .top__company-inner {
    padding-bottom: 10vw;
  }

  .top__company {
    margin: 0 auto 13vw;
    background: #f1f1f1;
  }
  .top__company-inner_title {
    margin-top: -5vw;
    display: inline-block;
    margin-bottom: 8vw;
    margin-left: 3vw;
  }
  .top__company-infodl dt {
    font-size: 2.5vw;
  }
  .top__company-infodl dd {
    font-size: 2.5vw;
  }

  .top__company-img1 {
    margin-bottom: 55px;
    width: 96%;
    margin: 0 auto 5vw;
  }
  .top__company-img2 {
    display: none;
  }
  .top__company-img1 img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 450px) {
  .top__company-infodl dt {
    font-size: 3.5vw;
    width: 40%;
  }
  .top__company-infodl dd {
    font-size: 3.5vw;
  }
}
/* top__contact
-------------------------------------------------------- */
.top__contact {
  background: url(../images/top/contact/bg_contact.jpg) no-repeat;
  max-width: 1800px;
  width: 100%;
  height: 580px;
  margin: 0 auto;
  display: flex;
}
.top__contact-inner {
  background-image: -moz-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -webkit-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -ms-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  opacity: 0.902;
  width: 1200px;
  height: 459px;
  margin: auto;
}
.top__contact-inner_title1 {
  font-size: 120px;
  margin-bottom: 19px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 76px;
  padding-bottom: 16px;
}
.top__contact-inner_title2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.065em;
}
.top__contact-inner_title span {
  display: block;
  color: #fff;
  text-align: center;
}
.top__contact__inner_box_btn a {
  width: 500px;
  height: 100px;
  background: #ffe063;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 30px;
  color: #333;
  letter-spacing: 0.065em;
  font-weight: bold;
}
.top__contact-inner_title {
  padding-top: 104px;
  padding-bottom: 52px;
}
.top__access-contents_map {
  width: calc(100% - 576px);
}

@media only screen and (max-width: 1400px) {
  .top__contact-inner_title1 {
    font-size: 11vw;
    margin-bottom: 1vw;
    line-height: 7vw;
    padding-bottom: 16px;
  }
  .top__contact-inner_title2 {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1200px) {
  .top__contact-inner_title {
    padding-top: 0;
    padding-bottom: 52px;
  }
  .top__contact__inner_box_btn a {
    width: 70%;
    height: 100px;
    background: #ffe063;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 3.5vw;
    color: #333;
    letter-spacing: 0.065em;
    font-weight: bold;
  }

  .top__contact {
    background-size: cover;
    background-position: center;
  }
  .top__contact-inner {
    width: 85%;
  }
  .top__contact-inner {
    width: 85%;
    height: auto;
    padding: 10vw;
  }

  .top__contact {
    background-size: cover;
    background-position: center;
    height: 75vw;
  }
}
@media only screen and (max-width: 1000px) {
  .top__contact__inner_box_btn a {
    width: 90%;
    height: 70px;
    background: #ffe063;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 3.5vw;
    color: #333;
    letter-spacing: 0.065em;
    font-weight: bold;
  }
  .top__contact__inner_box_btn a {
    width: 90%;
    height: 11vw;
  }
  .top__contact {
    background-size: cover;
    background-position: center;
  }
  .top__contact-inner {
    width: 85%;
  }
}

/* top__access
-------------------------------------------------------- */
.top__access-inner_title1 {
  font-size: 48px;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 37px;
}
.top__access-inner_title2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.top__access-inner_title span {
  display: block;
  color: #fff;
}
.top__access-inner_title {
  padding-top: 83px;
  padding-bottom: 37px;
}
.top__access-contents_title {
  background-image: -moz-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -webkit-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  background-image: -ms-linear-gradient(
    170deg,
    rgb(0, 182, 227) 0%,
    rgb(0, 122, 198) 0%,
    rgb(1, 93, 176) 54%,
    rgb(1, 64, 153) 100%
  );
  width: 576px;
  padding-left: 300px;
}
.top__access-inner_add1 {
  font-size: 16px;
  font-weight: bold;
  left: 0.05em;
  color: #fff;
  margin-bottom: 13px;
}
.top__access-inner_add2 {
  font-size: 14px;
  left: 0.05em;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: normal;
  color: #fff;
}
.top__access-inner_addtext {
  padding-bottom: 79px;
}

@media only screen and (max-width: 1000px) {
  .top__access-contents_title {
    width: 30%;
    padding-left: 3vw;
  }
  .top__access-contents_map {
    width: 70%;
  }
}

@media only screen and (max-width: 768px) {
  .top__access-contents_title {
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .top__access-inner_title {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .top__access-contents_map {
    width: 100%;
  }
  .top__access-inner_title2 {
    font-size: 3vw;
  }
  .top__access-inner_add1 {
    font-size: 2.5vw;
  }

  .top__access-inner_add2 {
    font-size: 2.5vw;
  }
  .top__access-inner_title1 {
    font-size: 5vw;
    margin-bottom: 1vw;
    line-height: 5vw;
  }
  .top__access-inner_addtext {
    padding-bottom: 5vw;
  }
}

/* top__message
-------------------------------------------------------- */
.top__message-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.top__message {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.top__message-inner_contentsbox {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 140px;
}
.top__message-inner_contentsbox p {
  font-size: 18px;
  line-height: 36px;
  color: #1d1d1d;
}
.top__message-inner_title {
  position: absolute;
  top: -60px;
  z-index: -1;
}
.top__message-inner_title h2 {
  font-size: 150px;
  color: #f5f5f5;
}

@media only screen and (max-width: 1800px) {
  .top__message-inner_title {
    top: -4vw;
    z-index: -1;
  }

  .top__message-inner_title h2 {
    font-size: 9vw;
    color: #f5f5f5;
  }
  .top__message {
    margin: 0 auto 9vw;
  }
}

@media only screen and (max-width: 1100px) {
  .top__message-inner_title h2 {
    font-size: 14vw;
    color: #f5f5f5;
  }
  .top__message-inner_title {
    top: -6vw;
    z-index: -1;
    left: 0;
  }

  .top__message-inner {
    width: 94%;
  }
  .top__message-inner_contentsbox p {
    font-size: 1.8vw;
    line-height: 3.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .top__message-inner_contentsbox {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 14vw;
  }
  .top__message-inner_contentsbox p {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
}
@media only screen and (max-width: 650px) {
  .top__message-inner_contentsbox p {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}
@media only screen and (max-width: 500px) {
  .top__message-inner_contentsbox p {
    font-size: 3.5vw;
    line-height: 5vw;
  }
}

/* top__merit_business
-------------------------------------------------------- */
.top__merit_business {
  background: url(../images/top/merit_business/business_bg.png) no-repeat;
  background-position: 0 406px;
}

@media only screen and (max-width: 1600px) {
  .top__merit_business {
    background-size: 120vw;
    background-position: bottom;
  }
}

/* top__merit
-------------------------------------------------------- */

.top__merit {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.top__merit-inner_title h2 span {
  display: block;
}
.top__merit-inner_title {
  text-align: right;
  margin-bottom: 68px;
}
.top__merit-inner_title1 {
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.top__merit-inner_title2 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.top__merit-inner_contents {
  background: url(../images/top/merit/merit_contents.png) no-repeat;
  width: 500px;
  height: 500px;
  padding: 82px 0;
}
.top__merit-inner_contents_title {
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-bottom: 52px;
}
.top__merit-inner_contents_text {
  font-size: 18px;
  line-height: 30px;
  padding: 0 48px;
  color: #fff;
}
.top__merit-inner_contentsbox {
  justify-content: space-between;
  padding-bottom: 239px;
}

@media only screen and (max-width: 1600px) {
  .top__merit-inner_contentsbox {
    justify-content: space-between;
    padding-bottom: 15vw;
  }
}
@media only screen and (max-width: 1400px) {
  .top__merit-inner_title1 {
    font-size: 8vw;
  }
  .top__merit-inner_title2 {
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 1100px) {
  .top__merit-inner {
    width: 96%;
    margin: 0 auto;
  }
  .top__merit-inner_contents {
    width: 46vw;
    height: 46vw;
    padding: 82px 0;
    background-size: contain;
    margin: 0 auto;
  }
  .top__merit-inner_title {
    padding-right: 1vw;
  }
}

@media only screen and (max-width: 1000px) {
  .top__merit-inner_contentsbox {
    padding-bottom: 23vw;
    display: block;
  }
  .top__merit-inner_contents {
    width: 500px;
    height: 500px;
    padding: 82px 0;
    background-size: contain;
    margin: 0 auto 6vw;
  }
}

@media only screen and (max-width: 768px) {
  .top__merit-inner_title {
    margin-bottom: 9vw;
  }
  .top__merit-inner_title1 {
    font-size: 10vw;
    margin-bottom: 2vw;
  }
  .top__merit-inner_title2 {
    font-size: 2.8vw;
  }
  .top__merit-inner_contents_title {
    font-size: 4.8vw;
    margin-bottom: 7vw;
  }
  .top__merit-inner_contents_text {
    font-size: 2.5vw;
    line-height: 5vw;
    padding: 0 5vw;
    color: #fff;
  }
  .top__merit-inner_contents {
    width: 90vw;
    height: 90vw;
    padding: 16vw 0;
    margin: 0 auto 6vw;
  }
}
@media only screen and (max-width: 500px) {
  .top__merit-inner_contents_text {
    font-size: 3.5vw;
    line-height: 6vw;
    padding: 0 5vw;
    color: #fff;
  }
}

/* add__211125_kato */
/* main_visual */
.top__keyvisual_box #slider li.main01 {
  background: url(../images/top/keyvisual/img_main01.jpg) no-repeat no-repeat
    center top;
  background-size: cover;
}
.top__keyvisual_box #slider li.main02 {
  background: url(../images/top/keyvisual/img_main02.jpg) no-repeat no-repeat
    center top;
  background-size: cover;
}
.top__keyvisual_box #slider li.main03 {
  background: url(../images/top/keyvisual/img_main03.jpg) no-repeat no-repeat
    center top;
  background-size: cover;
}
.top__keyvisual_box #slider li {
  height: calc(100vh - 0px);
  max-height: 1000px;
}
@media only screen and (max-width: 1160px) {
  .top__keyvisual_box #slider li.main01,
  .top__keyvisual_box #slider li.main02,
  .top__keyvisual_box #slider li.main03 {
    height: 650px;
  }
  .top__business {
    margin-top: 190px;
  }
}

@media only screen and (max-width: 768px) {
  .top__keyvisual_box #slider li.main01,
  .top__keyvisual_box #slider li.main02,
  .top__keyvisual_box #slider li.main03 {
    height: 490px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 500px) {
  .top__keyvisual_box #slider li.main01,
  .top__keyvisual_box #slider li.main02,
  .top__keyvisual_box #slider li.main03 {
    height: 340px;
  }
}

/* works */
.top__works__inner_list a {
  color: #3b3939;
}
/* blogs */
.top__blog-contents_bloglist a {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top__blog-contents_bloglist a .barlow_font {
  color: #3b3939;
}
.top__company-infodl dd a {
  color: #3b3939;
}
.top__blog-contents_bloglist_textbox {
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .top__blog-contents_bloglist a {
    display: block;
  }
  .top__blog-contents_bloglist_textbox {
    width: 100%;
  }
}

/*# sourceMappingURL=map/style.css.map */

/* subcontent
-------------------------------------------------------- */
/* head */
.sub .header {
  max-width: 100%;
  background: #172a88;
}
.sub .header__inner {
  max-width: 1400px;
}
.sub .header_box {
  background: none;
}
@media only screen and (max-width: 768px) {
  .sub .header {
    width: 100%;
  }
  .sub .header__inner {
    width: 94%;
  }
}

/* flex */
.flex-st {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* sub_setting */
.subcontent section {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 50px;
}
.subcontent a {
  color: #3b3939;
}
@media only screen and (max-width: 1200px) {
  .subcontent section {
    width: 96%;
  }
}

/* submainbox */
.submainbox {
  background: url(../images/mainvisual/bg.png) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.submainbox h2 {
  font-size: 50px;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .submainbox h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .submainbox h2 {
    font-size: 30px;
  }
  .submainbox {
    padding: 60px 0;
  }
}

/* bread_crumb */
.bread_crumb {
  width: 100%;
  padding: 10px 0;
}
.bread_crumb ol {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.bread_crumb {
  padding: 10px 0;
  width: 100%;
}
.bread_crumb ol li {
  display: inline;
}
.bread_crumb ol li::after {
  content: ">";
  padding: 0 5px;
  margin: 0 5px;
}
.bread_crumb li:last-child::after {
  content: "";
}
.bread_crumb a {
  color: #3b3939;
}
.bread_crumb a:hover {
  color: #dddddd;
  transition: all 0.7s;
}
@media only screen and (max-width: 1200px) {
  .bread_crumb ol {
    width: 96%;
  }
}
@media only screen and (max-width: 767px) {
  .bread__crumbs ol li {
    font-size: 14px;
  }
  .bread__crumbs {
    padding: 5px 0;
  }
}

/* works */
.subcontent .works__list li {
  width: 32.4%;
  margin-right: 1.4%;
  margin-bottom: 3%;
}
.subcontent .works__list li:hover {
  opacity: 0.7;
  transition: all 0.7s;
}
.subcontent .works__list li img {
  width: 100%;
}
.subcontent .works__list li:nth-of-type(3n) {
  margin-right: 0;
}
.subcontent .works__date {
  margin: 15px 0;
}
.subcontent .works__date span {
  font-size: 15px;
  color: #888888;
  font-weight: 600;
}
.subcontent .works__list li span.category {
  background: #f7f7f7;
  color: #4a93ff;
  padding: 10px;
}
.subcontent .works__list li span.category02 {
  background: #f7f7f7;
  color: #a086ff;
  padding: 10px;
}
.subcontent .works__list li h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subcontent .works__list li p {
  font-family: "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "MS Pゴシック", "MS PGothic", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subcontent .works__txt_box {
  padding: 20px;
}
/* pagenation */
.subcontent .pagenation {
  margin: 40px 0 0;
  text-align: center;
  letter-spacing: 0;
  width: auto;
  min-width: 0;
  border: none;
  background: none;
  margin-bottom: 100px;
}
.subcontent .pagenation li {
  display: inline-block;
  margin: 3px;
}
.subcontent .pagenation li a,
.subcontent .pagenation li span {
  display: block;
  padding: 20px 24px;
  background: #99cefb;
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}
.subcontent .pagenation li a:hover {
  background: #ddd;
  color: #3b3b3b;
  transition: 0.6s;
}
.subcontent .pagenation li span {
  background: #172a88;
  color: #fff;
}
#wrap-content.subcontents #totop.subcon_top {
  position: absolute;
  z-index: 10;
  width: 66px;
  right: 0;
  left: 0;
  bottom: auto;
  margin: 0 auto;
}

/* works_detail */
.subcontent .works__detail {
  padding: 40px 60px;
  background: #f7f7f7;
}
.subcontent .works__detail_image {
  width: 40%;
  margin: 0 0 3% 0;
}
.subcontent .works__detail_image img {
  width: 100%;
  height: auto;
}
.subcontent .works__detail_contents {
  flex: 1;
}
.subcontent .works__detail_date {
  margin-bottom: 14px;
}
.subcontent .works__detail_date span {
  font-size: 15px;
  color: #888888;
  font-weight: 600;
}
.subcontent .works__detail_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}
.subcontent .works__detail_txt {
  line-height: 1.6;
}
.subcontent .works__detail_txt img {
  margin-top: 20px;
}
.subcontent .works__detail_txt p:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  /* worksw_detail */
  .subcontent .works__detail_title {
    margin-bottom: 14px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .subcontent .works__list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .subcontent .works__list li:nth-of-type(3n) {
    margin-right: 1.9%;
  }
  .subcontent .works__list li {
    width: 48%;
    margin-right: 1.9%;
    margin-bottom: 3%;
  }
  .subcontent .works__list li span.category {
    padding: 3px;
  }
  .subcontent .works__list li span.category02 {
    padding: 3px;
  }
  .subcontent .works__list li:nth-of-type(4n) {
    margin-right: 1.9%;
  }
  .subcontent .works__list li h4 {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .subcontent .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 10px 7px;
    font-size: 16px;
  }
  .subcontent .wp-pagenavi {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .subcontent .works__list li p {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* works_detail */
  .subcontent .works__detail_image {
    width: 100%;
    margin: 0 0 2% 0;
  }
  .subcontent .works__detail_date {
    margin-top: 14px;
  }
  .subcontent .works__detail_txt {
    font-size: 15px;
  }
  .bread_crumb ol li {
    font-size: 15px;
  }
  .subcontent .works__detail {
    padding: 20px 30px;
  }
  /* pagenation */
  .subcontent .pagenation {
    margin: 30px 0 0;
  }
  .subcontent .pagenation li a,
  .subcontent .pagenation li span {
    padding: 10px 18px;
  }
}
@media only screen and (max-width: 600px) {
  .subcontent .pagenation li a,
  .subcontent .pagenation li span {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 565px) {
  .subcontent .works__list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 13%;
  }
  .subcontent .works__list li img {
    width: 100%;
  }
  .subcontent .works__list li:nth-of-type(3n) {
    margin-right: 0;
  }
  .subcontent .works__date {
    margin: 15px 0 10px;
    justify-content: flex-start;
  }
  .subcontent .works__list li span {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 415px) {
  .subcontent .pagenation li a,
  .subcontent .pagenation li span {
    padding: 18px 8px;
  }
}

/* blog */
.subcontent .blog__list li {
  width: 32.4%;
  margin-right: 1.4%;
  margin-bottom: 3%;
  background: #f7f7f7;
}
.subcontent .blog__list li:hover {
  opacity: 0.7;
  transition: all 0.7s;
}
.subcontent .blog__list li img {
  width: 100%;
}
.subcontent .blog__list li:nth-of-type(3n) {
  margin-right: 0;
}
.subcontent .works__date {
  margin: 15px 0;
}
.subcontent .blog__list li span {
  font-size: 15px;
  color: #888888;
  font-weight: 600;
}
.subcontent .blog__list li span.category {
  background: #f7f7f7;
  color: #4a93ff;
  padding: 10px;
}
.subcontent .blog__list li span.category02 {
  background: #f7f7f7;
  color: #a086ff;
  padding: 10px;
}
.subcontent .blog__list li h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #172a88;
}
.subcontent .blog__list li p {
  font-family: "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subcontent .works__txt_box {
  padding: 20px;
}
.blog__list img {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  font-family: "object-fit: cover;"; /* IE対策 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* blog_detail */
.subcontent .blog__detail {
  padding: 40px 60px;
  background: #f7f7f7;
}
.subcontent .blog__detail_image {
  width: 40%;
  margin: 0 5% 0 0;
}
.subcontent .blog__detail_image img {
  width: 100%;
  height: auto;
}
.subcontent .blog__detail_contents {
  flex: 1;
}
.subcontent .blog__detail_date {
  margin-bottom: 14px;
}
.subcontent .blog__detail_date span {
  font-size: 15px;
  color: #888888;
  font-weight: 600;
}
.subcontent .blog__detail_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
}
.subcontent .blog__detail_txt {
  line-height: 1.6;
}
.subcontent .blog__detail_txt p:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1100px) {
  .subcontent .blog__detail_title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .subcontent .blog__list li p {
    font-size: 15px;
  }
  .subcontent .blog__detail_txt p {
    font-size: 15px;
  }
  .subcontent .blog__detail {
    padding: 20px 30px;
  }
  .subcontent .blog__list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 13%;
  }
}
/* 404 */
.subcontent .notfound {
  padding: 30px 0 60px;
}
.subcontent h3.ttl-01:first-child {
  margin-top: 0;
}
.subcontent h3.ttl-01 {
  margin: 60px auto 20px;
  padding-bottom: 15px;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.subcontent h3.ttl-01 span {
  color: #172a88;
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1100px) {
  .subcontent h3.ttl-01 {
    margin: 44px auto 12px;
    padding-bottom: 13px;
    font-size: 24px;
  }
  .subcontent .notfound p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .subcontent h3.ttl-01 {
    font-size: 20px;
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 400px) {
  .submainbox h2 {
    font-size: 22px;
  }
}
