@charset "UTF-8";
/* webfont 変数　*/
/* common-title
-----------------------------------------------------*/
/* ofi */
/* html5reset-1.6.1.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, address,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  -webkit-text-size-adjust: none; /* added */
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse; /* added */
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

address {
  font-style: normal;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
} /* added */
ol li {
  list-style: none;
} /* added */
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: middle;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  line-height: 1.5; /* 2 */
  word-break: break-word; /* 6 */
  cursor: default; /* 1 */
     tab-size: 4; /* 3 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  padding: 0;
  list-style: none;
}

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

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
          text-decoration: underline dotted;
}

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * 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 iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  font-weight: normal;
  font-family: inherit;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

select {
  margin: 0;
  font-weight: normal;
  font-family: inherit;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  overflow: visible; /* 1 */
  outline: none;
  text-transform: none; /* 2 */
  cursor: pointer;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; /* 2 */
  border: 1px solid #a0a0a0; /* 1 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1em;
  border: solid;
  background-color: white;
  color: black;
}

dialog:not([open]) {
  display: none;
}

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

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: inline;
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icomoon.eot?mj1ig3");
  src: url("../fonts/icomoon.eot?mj1ig3#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mj1ig3") format("truetype"), url("../fonts/icomoon.woff?mj1ig3") format("woff"), url("../fonts/icomoon.svg?mj1ig3#icomoon") format("svg");
  font-family: "icomoon";
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  text-transform: none;
}

.icon-arrow-up:before {
  content: "\e907";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-arrow-down:before {
  content: "\e906";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-top_arrow:before {
  content: "\e316";
}

.icon-right_arrow:before {
  content: "\e315";
}

.icon-down_arrow:before {
  content: "\e313";
}

.icon-left_arrow:before {
  content: "\e314";
}

.icon-home:before {
  content: "\e90c";
}

.icon-phone:before {
  content: "\e909";
}

.icon-mail:before {
  content: "\e911";
}

.icon-link:before {
  content: "\e900";
}

.icon-pdf:before {
  content: "\e903";
}

.icon-tag:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e905";
}

.icon-search-plus:before {
  content: "\e908";
}

.icon-lock:before {
  content: "\e90f";
}

.icon-facebook:before {
  content: "\e90a";
}

.icon-facebook2:before {
  content: "\e912";
}

.icon-twitter:before {
  content: "\e90d";
}

.icon-instagram:before {
  content: "\e90b";
}

.icon-line:before {
  content: "\e90e";
}

.icon-youtube:before {
  content: "\e910";
}

/*--------------------------------------------------------------------/
	body
/--------------------------------------------------------------------*/
html {
  font-size: 87.5%;
}

body {
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: #ffffff;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.75;
  font-family: -apple-system, BlinkMacSystemFont, 'Zen Kaku Gothic New', "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothicM, YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

::-webkit-input-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, 'Zen Kaku Gothic New', "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothicM, YuGothic, "メイリオ", Meiryo, sans-serif;
}

:-moz-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, 'Zen Kaku Gothic New', "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothicM, YuGothic, "メイリオ", Meiryo, sans-serif;
}

::-moz-selection {
  background: #162974;
  color: #ffffff;
}

::selection {
  background: #162974;
  color: #ffffff;
}

/*
section:after,
article:after {
	content: "";
	clear: both;
	display: block;
}
*/
/* heading 
----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

/* a,img
----------------------------------------------------------------*/
a {
  color: #5FC1C7;
  vertical-align: top;
}
a:link, a:visited {
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}
a img {
  display: block;
  width: 100%;
}
a.hover img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a.hover img:hover {
  opacity: 0.6;
}
a[href*="javascript:void(0);"] {
  cursor: default;
}

figure img {
  display: block;
  width: 100%;
}

button {
  font-size: 87.5%;
}

picture img {
  display: block;
  width: 100%;
}

/* tel-link */
.tel-link a {
  text-decoration: none !important;
  cursor: default;
}

[id*=link-],
.scroll-position {
  margin-top: -65px;
  padding-top: 65px;
}

/* scroll-bar */
.scroll-bar::-webkit-scrollbar {
  width: 8px;
}
.scroll-bar::-webkit-scrollbar-track {
  background: transparent;
}
.scroll-bar::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  border-radius: 8px;
  background: #D1D7D9;
          box-shadow: inset 0 0 0 1px #ffffff;
}

/* ========================================
 * foundation
 ======================================= */
/*--------------------------------------------------------------------/
	loader
/--------------------------------------------------------------------*/
.loader {
  -webkit-transform-origin: right;
  z-index: 1;
  position: fixed;
  width: 100vw;
  height: 100vh;
          transform-origin: right;
  background: #162974;
}
.loader-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.loader-circle {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background: #ffffff;
}
.loader-filter {
  -webkit-transform-origin: right;
  display: block;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
          transform-origin: right;
  background: #ffffff;
}

/* spinner */
.spinner {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 100px auto;
}
.spinner-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.double-bounce1,
.double-bounce2 {
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  animation: sk-bounce 2s infinite ease-in-out;
  opacity: 0.6;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* sk-chase */
.sk-chase {
  -webkit-animation: sk-chase 2.5s infinite linear both;
  position: relative;
  width: 48px;
  height: 48px;
          animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.sk-chase-dot {
  -webkit-animation: sk-chase-dot 2s infinite ease-in-out both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
          animation: sk-chase-dot 2s infinite ease-in-out both;
}
.sk-chase-dot::before {
  -webkit-animation: sk-chase-dot-before 2s infinite ease-in-out both;
  display: block;
  width: 25%;
  height: 25%;
  border-radius: 100%;
  background-color: #ffffff;
  content: "";
          animation: sk-chase-dot-before 2s infinite ease-in-out both;
}
.sk-chase-dot:nth-child(1), .sk-chase-dot:nth-child(1)::before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2), .sk-chase-dot:nth-child(2)::before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-chase-dot:nth-child(3), .sk-chase-dot:nth-child(3)::before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4), .sk-chase-dot:nth-child(4)::before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5), .sk-chase-dot:nth-child(5)::before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6), .sk-chase-dot:nth-child(6)::before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

@-webkit-keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*--------------------------------------------------------------------/
	header
/--------------------------------------------------------------------*/
.header {
  -webkit-transition: all 0.4s ease-in 0s;
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: transparent;
  transition: all 0.4s ease-in 0s;
}
.header.fixed .contact a {
  min-height: 50px;
}
.header.fixed .h-logo {
  top: 7px;
  max-width: 80px;
}

.h-inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5%;
}
.h-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
.h-left {
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.h-logo {
  -webkit-transition: all 0.3s ease-in 0s;
  position: absolute;
  top: 5px;
  left: 14px;
  left: 1rem;
  width: 20%;
  max-width: 80px;
  font-weight: normal;
  letter-spacing: 0;
  transition: all 0.3s ease-in 0s;
}
.h-logo img {
  width: 100%;
}
.h-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-transition: all 0.4s ease-in 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  transition: all 0.4s ease-in 0s;
}
.h-tel {
  display: none;
  margin-left: 14px;
  margin-left: 1rem;
  font-weight: 700;
  font-size: 1.42em;
  line-height: 1.1;
}
.h-tel i {
  margin-right: 0.3em;
  color: #162974;
  font-size: 0.92em;
}
.h-tel .tel-link a {
  color: #000000;
}

.g-nav {
  display: none;
}

.g-nav__list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-end;
}
.g-nav__list .dl a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 200px;
  min-height: 50px;
  padding: 0;
  border-radius: 30px;
  background: #5FC1C7;
  color: #ffffff !important;
  line-height: 1;
}
.g-nav__list .dl a::before {
  display: none;
}
.g-nav__list .dl a span {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
  height: 100%;
  padding-left: 17.5px;
  padding-left: 1.25rem;
}
.g-nav__list .dl a span::before {
  position: absolute;
  top: calc(50% - 0.6em);
  left: -0.1em;
  content: url(../img/common/icon-file.svg);
}
.g-nav__list .dl a:hover {
  background-color: #E5D505;
}
.g-nav__list .contact a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 200px;
  min-height: 50px;
  padding: 0;
  border-radius: 30px;
  background: #162974;
  color: #ffffff !important;
  line-height: 1;
}
.g-nav__list .contact a::before {
  display: none;
}
.g-nav__list .contact a span {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
  height: 100%;
  padding-left: 17.5px;
  padding-left: 1.25rem;
}
.g-nav__list .contact a span:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.g-nav__list .contact a span::before {
  position: absolute;
  top: calc(50% - 0.55em);
  left: 0;
  font-size: 13.16px;
  font-size: 0.94rem;
}
.g-nav__list .contact a:hover {
  background-color: #FFF462;
  color: #000000 !important;
}
.g-nav__list > li:not(:last-child) {
  margin-right: 0.5em;
}
.g-nav__list > li > a {
  -webkit-transition: all 0.3s ease 0s;
  position: relative;
  padding-bottom: 15px;
  color: #000000;
  font-weight: 500;
  text-decoration: none !important;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}
.g-nav__list > li > a::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5FC1C7;
  content: "";
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.g-nav__list > li > a:hover {
  color: #5FC1C7;
}
.g-nav__list > li > a:hover::before {
  bottom: 0;
  opacity: 1;
}

.pc-lv2 {
  position: relative;
}
.pc-lv2:hover ul {
  visibility: visible;
  top: 48px;
  opacity: 1;
}
.pc-lv2 ul {
  -webkit-transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: 10;
  position: absolute;
  top: 30px;
  left: 0;
  width: 240px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.pc-lv2 ul li {
  margin-bottom: 4px;
}
.pc-lv2 ul a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  padding: 10.5px 14px;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  background: #162974;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.4;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.pc-lv2 ul a:hover {
  background: #5FC1C7;
  color: #ffffff;
}

/*--------------------------------------------------------------------/
		modal
/--------------------------------------------------------------------*/
.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(3px) rotate(45deg);
            transform: translateY(3px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(0);
            transform: translateY(3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(3px) rotate(45deg);
            transform: translateY(3px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(0);
            transform: translateY(3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
            transform: translateY(-3px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(0);
            transform: translateY(-3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
            transform: translateY(-3px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(0);
            transform: translateY(-3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(0);
            transform: translateY(3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(3px) rotate(45deg);
            transform: translateY(3px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(0);
            transform: translateY(3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(3px) rotate(45deg);
            transform: translateY(3px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(0);
            transform: translateY(-3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
            transform: translateY(-3px) rotate(-45deg);
  }
}
@keyframes active-menu-bar02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(0);
            transform: translateY(-3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
            transform: translateY(-3px) rotate(-45deg);
  }
}
/* スマホメニュー */

.hamburger {
  z-index: 11;
  position: fixed;
  top: 5px;
  right: 10px;
}
.open .hamburger-btn {
  background: transparent;
}
.hamburger-btn {
  -webkit-transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s;
}
.hamburger-btn span {
  -webkit-transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 17px;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  transition: all 0.4s;
}
.hamburger-btn span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  top: 22px;
          animation: menu-bar01 0.75s forwards;
}
.hamburger-btn span:nth-of-type(2) {
  -webkit-animation: menu-bar02 0.75s forwards;
  bottom: 22px;
          animation: menu-bar02 0.75s forwards;
}
.hamburger-btn.active span {
  background-color: #ffffff;
}
.hamburger-btn.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
          animation: active-menu-bar01 0.75s forwards;
}
.hamburger-btn.active span:nth-of-type(2) {
  -webkit-animation: active-menu-bar02 0.75s forwards;
          animation: active-menu-bar02 0.75s forwards;
}

.sp-nav__bg {
  -webkit-transition: all 0.7s ease-in 0s;
  z-index: 9;
  position: fixed;
  top: 5px;
  right: 10px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #162974;
  content: "";
  transition: all 0.7s ease-in 0s;
}
body.open .sp-nav__bg {
  -webkit-transform: scale(75);
          transform: scale(75);
  background: #8DD9DE;
}

.sp-nav {
  visibility: hidden;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.open .sp-nav {
  -webkit-transition: 0.5 0.3s ease 0s;
  visibility: visible;
  cursor: "", auto;
  opacity: 1;
  transition: 0.5 0.3s ease 0s;
}
.sp-nav__inner {
  -webkit-overflow-scrolling: touch;
  position: relative;
  width: 82%;
  height: 100%;
  margin: 28px 8% 0;
  margin: 2rem 8% 0;
  padding-bottom: 112px;
  padding-bottom: 8rem;
  overflow-y: auto;
}

.sp-nav__flex {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.sp-nav__flex .close-wrap {
  margin-top: 28px;
  margin-top: 2rem;
  opacity: 0;
}
body.open .sp-nav__flex .close-wrap {
  -webkit-transition: all 0.5s ease 1.4s;
  opacity: 1;
  transition: all 0.5s ease 1.4s;
}
.sp-nav__flex .close-wrap a {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background: #ffffff;
  color: #162974;
  font-weight: 700;
  line-height: 1.2;
  line-height: 60px;
  text-align: center;
  text-decoration: none !important;
  vertical-align: bottom;
}
.sp-nav__flex .close-wrap a::before {
  margin-right: 4.2px;
  margin-right: 0.3rem;
  content: "×";
  vertical-align: bottom;
}

.sp-nav__tit {
  width: 70%;
  max-width: 90px;
  margin-right: auto;
  margin-bottom: 21px;
  margin-bottom: 1.5rem;
  margin-left: auto;
  opacity: 0;
}
body.open .sp-nav__tit {
  -webkit-transition: all 0.5s ease 0.2s;
  opacity: 1;
  transition: all 0.5s ease 0.2s;
}

.sp-nav__list > li {
  width: 100%;
  margin: 0 auto;
  margin-top: -15px;
  border-bottom: 1px solid rgba(22, 41, 116, .2);
  text-align: left;
  opacity: 0;
}
.sp-nav__list > li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  height: 55px;
  padding-left: 7px;
  padding-left: 0.5rem;
  color: #000000;
  line-height: 55px;
  text-decoration: none;
}
.sp-nav__list .sub-menu {
  display: none;
}
.sp-nav__list .sub-menu li {
  border-top: 1px dotted #162974;
}
.sp-nav__list .sub-menu li a {
  padding-left: 14px;
  padding-left: 1rem;
}
.sp-nav__list .sub-menu li a::before {
  margin-right: 10.5px;
  margin-right: 0.75rem;
  content: "-";
}

.sp-lv2 {
  position: relative;
  width: 100%;
}
.sp-lv2 a[href="javascript:void(0);"]::before, .sp-lv2 a[href="javascript:void(0);"]::after {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 10px;
  height: 1px;
  background-color: #162974;
  content: "";
  font-style: normal;
  transition: all 0.3s ease 0s;
}
.sp-lv2 a[href="javascript:void(0);"]::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sp-lv2 a[href="javascript:void(0);"]::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sp-lv2 a[href="javascript:void(0);"].active::before {
  display: none;
}
.sp-lv2 a[href="javascript:void(0);"].active::after {
  -webkit-transform: rotate(180deg);
  top: 50%;
          transform: rotate(180deg);
}

.sp-nav__tel {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 60px;
  margin-top: 21px;
  margin-top: 1.5rem;
  border: 1px solid #162974;
  border-radius: 30px;
  font-size: calc(1.6rem + 0.75188vw - 2.82707px);
  line-height: 1.2;
  line-height: 60px;
  opacity: 0;
}
body.open .sp-nav__tel {
  -webkit-transition: all 0.5s ease 1.3s;
  opacity: 1;
  transition: all 0.5s ease 1.3s;
}
.sp-nav__tel span {
  display: block;
  color: #162974;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.sp-nav__tel span:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sp-nav__tel span::before {
  margin-right: 2.8px;
  margin-right: 0.2rem;
  padding-bottom: 7px;
  padding-bottom: 0.5rem;
  font-weight: 100;
  font-size: 0.78em;
  line-height: 1;
}
.sp-nav__tel .tel-link a {
  color: #162974;
}

.sns-list__sp {
  opacity: 0;
}
body.open .sns-list__sp {
  -webkit-transition: all 0.5s ease 1.3s;
  opacity: 1;
  transition: all 0.5s ease 1.3s;
}

body.open .sp-nav__list > li {
  margin-top: 0;
  opacity: 1;
}
body.open .sp-nav__list > li:nth-child(1) {
  -webkit-transition: 0.5s ease 0.3s;
  transition: 0.5s ease 0.3s;
}
body.open .sp-nav__list > li:nth-child(2) {
  -webkit-transition: 0.5s ease 0.4s;
  transition: 0.5s ease 0.4s;
}
body.open .sp-nav__list > li:nth-child(3) {
  -webkit-transition: 0.5s ease 0.5s;
  transition: 0.5s ease 0.5s;
}
body.open .sp-nav__list > li:nth-child(4) {
  -webkit-transition: 0.5s ease 0.6s;
  transition: 0.5s ease 0.6s;
}
body.open .sp-nav__list > li:nth-child(5) {
  -webkit-transition: 0.5s ease 0.7s;
  transition: 0.5s ease 0.7s;
}
body.open .sp-nav__list > li:nth-child(6) {
  -webkit-transition: 0.5s ease 0.8s;
  transition: 0.5s ease 0.8s;
}
body.open .sp-nav__list > li:nth-child(7) {
  -webkit-transition: 0.5s ease 0.9s;
  transition: 0.5s ease 0.9s;
}
body.open .sp-nav__list > li:nth-child(8) {
  -webkit-transition: 0.5s ease 1s;
  transition: 0.5s ease 1s;
}
body.open .sp-nav__list > li:nth-child(9) {
  -webkit-transition: 0.5s ease 1.1s;
  transition: 0.5s ease 1.1s;
}
body.open .sp-nav__list > li:nth-child(10) {
  -webkit-transition: 0.5s ease 1.2s;
  transition: 0.5s ease 1.2s;
}
body.open .sp-nav__list > li:nth-child(11) {
  -webkit-transition: 0.5s ease 1.3s;
  transition: 0.5s ease 1.3s;
}

/*----------------------------------------------------------------
	contents
----------------------------------------------------------------*/
/* wrapper */
/* main */
.main::after {
  display: block;
  clear: both;
  content: "";
}
.main img {
  display: block;
}

/* contents */
.contents {
  background: #ffffff;
}

.l-cont_lg {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8%;
  padding-left: 8%;
}

.l-cont {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8%;
  padding-left: 8%;
}

.l-cont_xxl {
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8%;
  padding-left: 8%;
}

.l-cont_full {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8%;
  padding-left: 8%;
}

/* contents-box */
.l-box {
  z-index: 1;
  position: relative;
  width: 100%;
}
.l-box:not(:last-of-type) {
  margin-bottom: 112px;
  margin-bottom: 8rem;
}

[class*=bg-box] {
  padding: 28px 4%;
  padding: 2rem 4%;
}

.bg-box--gray {
  background: #f9f9f9;
}

/* table-box */

/*---------------------------------------------------------
 works
---------------------------------------------------------*/
.works-cont__txt {
  margin-bottom: calc(2rem + 0.7em);
}

.works-box {
  position: relative;
  margin-bottom: clamp(49px, 3vw, 63px);
  margin-bottom: clamp(3.5rem, 3vw, 4.5rem);
  text-align: left;
}
.works-box a {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, .11);
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 14px;
  padding-bottom: 1rem;
  border-radius: 6px;
  background-color: #ffffff;
          box-shadow: 0px 3px 5px rgba(0, 0, 0, .11);
  color: #000000;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.works-box a figure {
  overflow: hidden;
}
.works-box a img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.works-box a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.works-box a:hover {
  -webkit-box-shadow: 0px 3px 10px rgba(22, 41, 116, .3);
  background-color: #ffffff;
          box-shadow: 0px 3px 10px rgba(22, 41, 116, .3);
}
.works-box__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column-reverse;
}
.works-box__tit {
  margin-top: 7px;
  margin-top: 0.5rem;
  margin-bottom: 8.4px;
  margin-bottom: 0.6rem;
  color: #000000;
  font-weight: 500;
  font-size: 15.819px;
  font-size: 1.13rem;
  letter-spacing: 0.07em;
}
.works-box__img {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.works-box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.works-box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.works-box__img__inner > div, .works-box__img__inner > figure, .works-box__img__inner > a, .works-box__img__inner > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.works-box__txt {
  padding: 0 16.8px;
  padding: 0 1.2rem;
}

/* カラムによってタイトル調整 */

/*---------------------------------------------------------
 blog-box
---------------------------------------------------------*/
.news-box {
  position: relative;
  margin-top: -1px;
  text-align: left;
}
.news-box a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  padding: clamp(28px, 3vw, 35px) 0;
  padding: clamp(2rem, 3vw, 2.5rem) 0;
  border-top: 1px solid #D1D7D9;
  border-bottom: 1px solid #D1D7D9;
  background-color: transparent;
  color: #000000;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.news-box a::before {
  -webkit-transition: all 0.4s ease-out 0s;
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #5FC1C7;
  content: "";
  transition: all 0.4s ease-out 0s;
}
.news-box a::after {
  -webkit-transition: all 0.4s ease-out 0s;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #5FC1C7;
  content: "";
  transition: all 0.4s ease-out 0s;
}
.news-box a:hover {
  z-index: 2;
  background-color: rgba(95, 193, 199, .07);
}
.news-box a:hover::before, .news-box a:hover::after {
  width: 100%;
}
.news-box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.news-box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.news-box__img__inner > div, .news-box__img__inner > figure, .news-box__img__inner > a, .news-box__img__inner > picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-box__txt .txt p {
  color: #4B4D4E;
  font-size: 13.16px;
  font-size: 0.94rem;
}
.news-box__tit {
  margin-bottom: 14px;
  margin-bottom: 1rem;
  font-size: calc(1.08rem + 0.56391vw - 2.1203px);
}
.news-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.news-box__date {
  color: #979DA4;
}
.news-box__date::after {
  padding: 0 0.5em;
  content: "|";
}
.news-box__category {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.news-box__category > * {
  color: #979DA4;
}
.news-box__category > *:not(:first-child)::before {
  padding: 0 0.5em;
  content: "・";
}

/* トップページの場合は調整 */

/*----------------------------------------------------------------
	common-parts
----------------------------------------------------------------*/
.line-circle {
  position: relative;
}
.line-circle span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #162974;
  content: "";
}
.line-circle span::after {
  -webkit-transform: translateY(-50%);
  -webkit-transform-origin: center center;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
          transform: translateY(-50%);
          transform-origin: center center;
  border-radius: 50%;
  background: #162974;
  content: "";
}
.line-circle_left {
  position: relative;
}
.line-circle_left span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #162974;
  content: "";
}
.line-circle_left span::after {
  -webkit-transform: translateY(-50%);
  -webkit-transform-origin: center center;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
          transform: translateY(-50%);
          transform-origin: center center;
  border-radius: 50%;
  background: #162974;
  content: "";
}
.line-circle_left span::after {
  right: 0;
  left: auto;
}
.line-circle_sub_c span {
  background: #5FC1C7 !important;
}
.line-circle_sub_c span::after {
  background: #5FC1C7 !important;
}

.line-circle__tit {
  position: relative;
}
.line-circle__tit .line-circle_left {
  z-index: 1;
  position: absolute;
  top: 55%;
  left: 0;
  width: 6%;
}

/*	heading
/--------------------------------------------------------------------*/
.heading-tit {
  margin-bottom: calc(1.3rem + 0.5em);
  font-weight: 600;
  font-size: calc(1.3rem + 0.75188vw - 2.82707px);
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.heading-tit b {
  display: block;
  color: #162974;
  font-size: calc(2rem + 2.81955vw - 10.6015px);
}
.heading-tit span {
  font-size: calc(1.14rem + 0.75188vw - 2.82707px);
}
.heading-tit--center {
  margin-bottom: calc(1.3rem + 0.5em);
  font-weight: 600;
  font-size: calc(1.3rem + 0.75188vw - 2.82707px);
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
.heading-tit--center b {
  display: block;
  color: #162974;
  font-size: calc(2rem + 2.81955vw - 10.6015px);
}
.heading-tit--center span {
  font-size: calc(1.14rem + 0.75188vw - 2.82707px);
}
.heading-tit--white {
  margin-bottom: calc(1.3rem + 0.5em);
  color: #ffffff;
  font-weight: 600;
  font-size: calc(1.3rem + 0.75188vw - 2.82707px);
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.heading-tit--white b {
  display: block;
  color: #162974;
  font-size: calc(2rem + 2.81955vw - 10.6015px);
}
.heading-tit--white span {
  font-size: calc(1.14rem + 0.75188vw - 2.82707px);
}
.heading-tit--white b {
  color: #ffffff;
}

.heading-tit2 {
  margin-bottom: calc(2rem + 0.05em);
  font-weight: 700;
  font-size: calc(1.14rem + 0.75188vw - 2.82707px);
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.heading-tit2 b {
  padding-right: 15px;
  color: #5FC1C7;
  font-size: calc(2.5rem + 3.94737vw - 14.84211px);
}
.heading-tit2 span {
  font-size: calc(1.14rem + 0.75188vw - 2.82707px);
}
.heading-tit2--center {
  margin-bottom: calc(2rem + 0.05em);
  font-weight: 700;
  font-size: calc(1.14rem + 0.75188vw - 2.82707px);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.heading-tit2--center b {
  padding-right: 15px;
  color: #5FC1C7;
  font-size: calc(2.5rem + 3.94737vw - 14.84211px);
}
.heading-tit2--center span {
  font-size: calc(1.14rem + 0.75188vw - 2.82707px);
}
.heading-tit2--white {
  margin-bottom: calc(2rem + 0.05em);
  color: #ffffff;
  font-weight: 700;
  font-size: calc(1.14rem + 0.75188vw - 2.82707px);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.heading-tit2--white b {
  padding-right: 15px;
  color: #5FC1C7;
  font-size: calc(2.5rem + 3.94737vw - 14.84211px);
}
.heading-tit2--white span {
  font-size: calc(1.14rem + 0.75188vw - 2.82707px);
}

.heading-tit3, .table-tit {
  margin-bottom: calc(2rem + 0.3em);
  font-weight: 700;
  font-size: calc(1.4rem + 0.93985vw - 3.53383px);
  line-height: 1.4;
}
.heading-tit3 b, .table-tit b {
  display: block;
  font-size: calc(1.14rem + 0.56391vw - 2.1203px);
}

.heading-tit4 {
  margin-bottom: calc(2rem + 0.3em);
  padding-bottom: 24px;
  background-image: url(../img/common/icon-tit.png);
  background-position: 50% 100%;
  background-size: 40px;
  background-repeat: no-repeat;
  font-weight: 700;
  font-size: calc(1.4rem + 0.93985vw - 3.53383px);
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
.heading-tit4 b {
  display: block;
  font-size: calc(1.14rem + 0.56391vw - 2.1203px);
}

/* teble用のタイトル */
/* ol
/--------------------------------------------------------------------*/
.common-ol {
  margin-left: 5px;
  counter-reset: ol-num;
}
.common-ol > li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4;
  text-indent: -1.5em;
}
.common-ol > li::before {
  padding-right: 0.5em;
  content: counter(ol-num) ".";
  text-align: center;
  counter-increment: ol-num;
}
.common-ol > li:not(:last-child) {
  margin-bottom: 9.799px;
  margin-bottom: 0.7rem;
}

/* ul
/--------------------------------------------------------------------*/
.common-ul {
  text-align: left;
}
.common-ul li {
  position: relative;
  padding-left: 21px;
  padding-left: 1.5rem;
  line-height: 1.5;
}
.common-ul li::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  content: "●";
  color: #D1D7D9;
  font-size: 0.71em;
}
.common-ul li:not(:last-child) {
  margin-bottom: 14px;
  margin-bottom: 1rem;
}

.common-ul2 {
  margin-left: 5px;
  text-align: left;
}
.common-ul2 li {
  position: relative;
  padding-left: 14px;
  padding-left: 1rem;
  line-height: 1.5;
}
.common-ul2 li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(../img/common/icon-star_blue.svg);
  color: #000000;
}
.common-ul2 li:not(:last-child) {
  margin-bottom: 4.2px;
  margin-bottom: 0.3rem;
}

.common-check {
  text-align: left;
}
.common-check li {
  position: relative;
  padding-left: 40px;
  font-weight: 700;
  line-height: 1.5;
}
.common-check li::before {
  position: absolute;
  top: 3px;
  left: 0;
  aspect-ratio: 21/17;
  width: 25px;
  background: url(../../assets/img/common/icon-check.svg) no-repeat 0 0;
  background-size: contain;
  content: "";
}
.common-check li:not(:last-child) {
  margin-bottom: 14px;
  margin-bottom: 1rem;
}

.caution-ul {
  margin-left: 5px;
}
.caution-ul li {
  position: relative;
  padding-left: 16.8px;
  padding-left: 1.2rem;
  color: #D91C36;
  line-height: 1.5;
}
.caution-ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.caution-ul li:not(:last-child) {
  margin-bottom: 7px;
  margin-bottom: 0.5rem;
}

/* dl
/--------------------------------------------------------------------*/
.common-dl {
  margin-bottom: 28px;
  margin-bottom: 2rem;
  margin-left: 5px;
}
.common-dl dt {
  line-height: 1.5;
}
.common-dl dt:before {
  padding-right: 0.3em;
  content: "●";
}
.common-dl dd:not(:last-child) {
  margin-bottom: 21px;
  margin-bottom: 1.5rem;
}

.common-dl2 {
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.common-dl2 dt {
  margin-bottom: 9.799px;
  margin-bottom: 0.7rem;
  padding-bottom: 9.799px;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #D1D7D9;
  font-weight: 500;
  font-size: 1.14em;
  line-height: 1.5;
}
.common-dl2 dd:not(:last-child) {
  margin-bottom: 28px;
  margin-bottom: 2rem;
}

/* table
----------------------------------------------------------------*/
.common-table {
  width: 100%;
  font-size: 1.07em;
}
.common-table tr {
  border-bottom: 1px solid #D1D7D9;
}
.common-table tr:first-child {
  border-top: 1px solid #D1D7D9;
}
.common-table th, .common-table td.column-1 {
  padding: 14px 0;
  padding: 1rem 0;
  font-weight: 700;
  text-align: left;
  vertical-align: center;
}
.common-table td {
  padding: 14px 17.5px 14px 7px;
  padding: 1rem 1.25rem 1rem 0.5rem;
  vertical-align: center;
}

.common-table2 {
  width: 100%;
  margin-bottom: 28px;
  margin-bottom: 2rem;
  font-size: 1.07em;
}
.common-table2 tr {
  border-bottom: 1px solid #D1D7D9;
}
.common-table2 tr:first-child {
  border-top: 1px solid #D1D7D9;
}
.common-table2 th, .common-table2 td.column-1 {
  padding: 7px 5%;
  padding: 0.5rem 5%;
  background: #f5f5f5;
  font-weight: normal;
  font-weight: 700;
  text-align: left;
}
.common-table2 td {
  padding: 14px 5%;
  padding: 1rem 5%;
}

/* table press CSS */
.tablepress td,
.tablepress th {
  padding: none;
}

.tablepress tbody td,
.tablepress tfoot th {
  border-top: none !important;
}

/* cotegory */
.category-list {
  padding-bottom: 28px;
  padding-bottom: 2rem;
  line-height: 1.4;
}
.category-list__tit {
  min-width: 130px;
  margin-bottom: 7px;
  margin-bottom: 0.5rem;
  padding-left: 22px;
  background: url(../img/common/icon-star_blue.svg) no-repeat 0 50%;
  background-size: 15px;
  font-weight: 700;
}
.category-list__items {
  font-size: 0;
}
.category-list__items > * {
  display: inline-block;
  display: inline-block;
  margin-right: 4.2px;
  margin-right: 0.3rem;
  margin-bottom: 4.2px;
  margin-bottom: 0.3rem;
  font-size: 1.14em;
}
.category-list [class*=category-item] {
  min-width: 90px;
  margin-bottom: 5.6px;
  margin-bottom: 0.4rem;
  vertical-align: top;
}

[class*=category-item] {
  display: inline-block;
  padding: 4.2px 1.25em;
  padding: 0.3rem 1.25em;
  background-color: #5FC1C7;
  color: #ffffff;
  font-weight: 700;
  font-size: 11.34px;
  font-size: 0.81rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
a[class*=category-item] {
  -webkit-transition: all 0.3s ease 0s;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
a[class*=category-item]:hover {
  -webkit-filter: opacity(80%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.8" /></feComponentTransfer></filter></svg>#filter');
          filter: opacity(80%);
}

.category-item.is-black {
  background: #162974;
  color: #ffffff;
}
.category-item.is-black:hover {
  -webkit-filter: saturate(200%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.7870000000000001 -0.715 -0.072 0 0 -0.213 1.305 -0.072 0 0 -0.213 -0.715 1.9280000000000002 0 0 0 0 0 1 0" /></filter></svg>#filter');
          filter: saturate(200%);
}

/* txt */
.txt p {
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.txt p:last-child {
  margin-bottom: 0;
}

/* align */
.align-right {
  margin: 0 0 9.799px 9.799px;
  margin: 0 0 0.7rem 0.7rem;
  float: right;
}
.align-left {
  margin: 9.799px 9.799px 0 0;
  margin: 0.7rem 0.7rem 0 0;
  float: left;
}
.align-center {
  display: block;
  margin: 0 auto 9.799px;
  margin: 0 auto 0.7rem;
}

/* Preload images */
body:after {
  display: none;
  content: url(../img/common/close.png) url(../img/common/loading.gif) url(../img/common/prev.png) url(../img/common/next.png);
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  display: none;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.lightbox {
  z-index: 10000;
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: normal;
  line-height: 0;
  text-align: center;
}

.lightbox .lb-image {
  display: block;
  max-width: inherit;
  height: auto;
  max-height: none;
  /* Image border */
  border: 4px solid white;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  *zoom: 1;
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  display: table;
  clear: both;
  content: "";
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  height: 25%;
  line-height: 0;
  text-align: center;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/common/loading.gif) no-repeat;
}

.lb-nav {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  display: block;
  height: 100%;
  cursor: pointer;
}

.lb-nav a.lb-prev {
  -webkit-transition: opacity 0.6s;
  left: 0;
  width: 34%;
  float: left;
  background: url(../img/common/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  -webkit-transition: opacity 0.6s;
  right: 0;
  width: 64%;
  float: right;
  background: url(../img/common/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  *zoom: 1;
  width: 100%;
  margin: 0 auto;
  padding-top: 5px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
  clear: both;
  content: "";
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  padding-top: 7px;
  padding-top: 0.5rem;
  float: left;
  line-height: 1.1em;
  text-align: left;
}

.lb-data .lb-caption {
  font-weight: bold;
  font-size: 13px;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  padding-bottom: 1em;
  clear: left;
  color: #999999;
  font-size: 12px;
}

.lb-data .lb-close {
  -webkit-transition: opacity 0.2s;
  display: block;
  width: 30px;
  height: 30px;
  float: right;
  outline: none;
  background: url(../img/common/close.png) top right no-repeat;
  text-align: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*--------------------------------------------------------------------/
/* common-contact
---------------------------------------------------------------------*/
.common-contact {
  position: relative;
  overflow: hidden;
  background-color: #162974;
}
.common-contact__inner {
  position: relative;
  width: 96%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
.common-contact__cont {
  padding: 28px 0 42px;
  padding: 2rem 0 3rem;
}
.common-contact__tit .heading-tit--white {
  margin-bottom: 16.8px;
  margin-bottom: 1.2rem;
}
.common-contact__tit .heading-tit--white b {
  font-size: calc(2rem + 2.44361vw - 9.18797px);
}
.common-contact__tit .heading-tit--white span {
  font-size: calc(1.12rem + 0.56391vw - 2.1203px);
}
.common-contact__txt {
  margin-bottom: 16.8px;
  margin-bottom: 1.2rem;
}
.common-contact__tel {
  height: 100%;
  padding: 21px 0;
  padding: 1.5rem 0;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #162974;
  text-align: center;
}
.common-contact__tel p {
  line-height: 1.3;
}
.common-contact__btn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  padding: 22px 0;
  border-radius: 3px;
  border-radius: 70px;
  background: #ffffff;
  color: #000000;
  line-height: 1;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.common-contact__btn a span {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
  height: 100%;
  padding-left: 28px;
  padding-left: 2rem;
  font-weight: 500;
  font-size: 15.819px;
  font-size: 1.13rem;
}
.common-contact__btn a:hover {
  background-color: #FFF462;
}
.common-contact__btn .common-btn--contact span:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.common-contact__btn .common-btn--contact span::before {
  position: absolute;
  top: calc(50% - 0.55em);
  left: 0;
  color: #162974;
  font-size: 17.5px;
  font-size: 1.25rem;
}
.common-contact__btn .common-btn--download {
  background: #5FC1C7;
  color: #ffffff;
}
.common-contact__btn .common-btn--download span::before {
  position: absolute;
  top: calc(50% - 0.6em);
  left: -0.1em;
  content: url(../img/common/icon-file.svg);
}
.common-contact__btn .common-btn--download:hover {
  background-color: #E5D505;
}

/*--------------------------------------------------------------------/
	footer
/--------------------------------------------------------------------*/
footer {
  margin-top: -70px;
  margin-top: -5rem;
  padding-top: 126px;
  padding-top: 9rem;
  background: #EFF3F7;
  color: #000000;
}
footer .l-cont {
  position: relative;
  max-width: 1280px;
}

.f-navi {
  margin-bottom: 42px;
  margin-bottom: 3rem;
  padding-bottom: 42px;
  padding-bottom: 3rem;
  border-bottom: 1px solid #979DA4;
}
.f-navi__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.f-navi__list li {
  font-size: 15.819px;
  font-size: 1.13rem;
}
.f-navi__list li:not(:last-child) {
  margin-right: 4%;
}
.f-navi__list li a {
  -webkit-transition: all 0.3s ease 0s;
  color: #000000;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.f-navi__list li a:hover {
  color: #162974;
}
.f-navi__list li ul li {
  font-size: 14px;
  font-size: 1rem;
}
.f-navi__list li ul li::before {
  padding-right: 5px;
  content: "-";
}
.f-flex {
  width: 100%;
}
.f-info {
  padding-bottom: 42px;
  padding-bottom: 3rem;
}
.f-info__logo {
  width: 30%;
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
}
.f-info__logo img {
  width: 100%;
}
.f-info__tit {
  margin-bottom: 18.2px;
  margin-bottom: 1.3rem;
  font-size: 17.5px;
  font-size: 1.25rem;
}
.f-info__txt__box h3::before {
  padding-right: 5px;
  content: "●";
}
.f-info__txt__box address {
  margin-right: 5%;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5;
}
.f-copy {
  padding: 10px 0;
  background-color: #ffffff;
  font-size: 12.32px;
  font-size: 0.88rem;
  text-align: center;
}

/* pagetop
--------------------------------------------------------------------*/
.pagetop {
  z-index: 7;
  position: fixed;
  right: 4%;
  bottom: 28px;
  bottom: 2rem;
}
.pagetop a {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(95, 193, 199, .7);
  color: #979DA4;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.pagetop a:hover {
  background-color: #162974;
}
.pagetop i {
  color: #ffffff;
  font-size: 29.82px;
  font-size: 2.13rem;
}

/*--------------------------------------------------------------------/
	sns
/--------------------------------------------------------------------*/
.sns-list__side {
  z-index: 5;
  position: fixed;
  top: 118px;
  right: 20px;
}
.sns-list__side li {
  padding: 5.6px 0;
  padding: 0.4rem 0;
}
.sns-list__side li a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  background: #D1D7D9;
  line-height: 1;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.sns-list__side li a::before {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 52%;
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 100;
  font-size: 0.85em;
  text-align: center;
  vertical-align: middle;
}
.sns-list__side li a:hover {
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
  background: #162974;
}
.sns-list__side li a.facebook:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__side li a.facebook::before {
  -webkit-transform: translate(-50%, 0%);
  top: auto;
  bottom: 0;
          transform: translate(-50%, 0%);
  font-size: 1.65em;
}
.sns-list__side li a.twitter:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__side li a.twitter::before {
  font-size: 0.7em;
}
.sns-list__side li a.instagram:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__side li a.Line:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__side li a.youtube:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__side li a.note::before {
  content: url(../img/common/icon-note.svg);
}

@-webkit-keyframes bounceInRight {
  to {
    -webkit-animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
            animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
  }
  from {
    -webkit-transform: translateX(46px);
            transform: translateX(46px);
  }
  40% {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes bounceInRight {
  to {
    -webkit-animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
            animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
  }
  from {
    -webkit-transform: translateX(46px);
            transform: translateX(46px);
  }
  40% {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.sns-list__sp {
  padding: 21px 10% 0;
  padding: 1.5rem 10% 0;
}
.sns-list__sp ul {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
          justify-content: center;
}
.sns-list__sp li {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 4.2px;
  padding: 0.3rem;
}
.sns-list__sp li a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  background: #162974;
  line-height: 1;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.sns-list__sp li a::before {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 52%;
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 100;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
}
.sns-list__sp li a:hover {
  background: #5FC1C7;
}
.sns-list__sp li a.facebook:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__sp li a.facebook::before {
  font-size: 1.25em;
}
.sns-list__sp li a.twitter:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__sp li a.twitter::before {
  font-size: 1em;
}
.sns-list__sp li a.instagram:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__sp li a.Line:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__sp li a.youtube:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__sp li a.note::before {
  content: url(../img/common/icon-note.svg);
}
.sns-list__footer a {
  -webkit-transition: all 0.3s ease 0s;
  position: relative;
  padding-left: 28px;
  padding-left: 2rem;
  color: #ffffff;
  font-weight: 400;
  font-size: 17.5px;
  font-size: 1.25rem;
  font-family: 'Oswald', sans-serif;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.sns-list__footer a:hover {
  color: #979DA4;
}
.sns-list__footer a::before {
  position: absolute;
  top: 4.2px;
  top: 0.3rem;
  left: 0;
  font-weight: 100;
  font-size: 1em;
}
.sns-list__footer a.facebook:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__footer a.twitter:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__footer a.instagram:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__footer a.Line:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__footer a.youtube:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}

/*--------------------------------------------------------------------/
	column
/--------------------------------------------------------------------*/

/* 2column */

.l-col-4 {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 5.31%;
     -moz-column-gap: 5.31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 5.31%;
  row-gap: 4vw;
      flex-wrap: wrap;
}
.l-col-4 > * {
  -ms-flex-preferred-size: 47.34%;
      flex-basis: 47.34%;
}

.l-col-non-3 {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.l-col-non-3 > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.l-col-non-4 {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.l-col-non-4 > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

/*--------------------------------------------------------------------/
	pagination
/--------------------------------------------------------------------*/
/*-- next-prev --*/
.next-prev {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  margin-top: clamp(28px, 4vw, 56px);
  margin-top: clamp(2rem, 4vw, 4rem);
  color: #979DA4;
  font-weight: 500;
  font-size: 0;
  text-align: center;
}
.next-prev > * {
  margin-bottom: 7px !important;
  margin-bottom: 0.5rem !important;
}
.next-prev::after::after {
  display: block;
  clear: both;
  content: "";
}
.next-prev a {
  -webkit-transition: all 0.3s ease 0s;
  border: 1px solid #D1D7D9;
  color: #979DA4;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.next-prev a:hover {
  border-color: #162974;
  background: #162974;
  color: #ffffff;
}
.next-prev__inner {
  display: inline-block;
}
.next-prev .prev, .next-prev .next {
  background: #D1D7D9;
  color: #ffffff;
}

.page-numbers {
  -webkit-transition: 0.2 0.3s ease 0s;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  min-width: 36px;
  max-width: 36px;
  min-height: 36px;
  max-height: 36px;
  margin: 0 2.8px;
  margin: 0 0.2rem;
  padding: 0 0.75em;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12.32px;
  font-size: 0.88rem;
  line-height: 1;
  line-height: 36px;
  letter-spacing: 0;
  vertical-align: top;
  transition: 0.2 0.3s ease 0s;
}
.page-numbers.current {
  border: 1px solid #162974;
  color: #162974;
}
.page-numbers.dots {
  color: #979DA4;
}

.nav-prev {
  margin-top: 24px;
  margin-top: 21px;
  margin-top: 1.5rem;
  float: left;
}

.nav-next {
  margin-top: 24px;
  margin-top: 21px;
  margin-top: 1.5rem;
  float: right;
}

/* CSS Document */
/*====================================================================

	common.css

=====================================================================*/
/* print css
----------------------------------------------------------------*/
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
  .l-col-4-xs {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 10.63%;
       -moz-column-gap: 10.63%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 10.63%;
        flex-wrap: wrap;
  }
  .l-col-4-xs > * {
    -ms-flex-preferred-size: 44.68%;
        flex-basis: 44.68%;
  }
  .l-col-non-3-xs {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
  }
  .l-col-non-3-xs > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .l-col-non-4-xs {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
  }
  .l-col-non-4-xs > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  html {
    font-size: 93.75%;
  }
  button {
    font-size: 93.75%;
  }
  .h-tel {
    font-size: 1.33em;
  }
  .h-tel i {
    font-size: 0.86em;
  }
  .pc-lv2 ul a {
    font-size: 0.93em;
  }
  .sp-nav__tel span::before {
    font-size: 0.73em;
  }
  [class*=bg-box] {
    padding: 2rem 6%;
  }
  .news-box__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .news-box__img {
    width: 30%;
  }
  .news-box__txt {
    width: 63.79%;
  }
  .common-ul li::before {
    font-size: 0.66em;
  }
  .common-table {
    font-size: 1em;
  }
  .common-table2 {
    font-size: 1em;
  }
  .category-list__items > * {
    font-size: 1.06em;
  }
  .sns-list__footer a::before {
    font-size: 0.93em;
  }
  .l-col-2-sm {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 5.55%;
       -moz-column-gap: 5.55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 5.55%;
    row-gap: clamp(1.5rem, 2vw, 2rem);
        flex-wrap: wrap;
  }
  .l-col-2-sm > * {
    -ms-flex-preferred-size: 47.22%;
        flex-basis: 47.22%;
  }
  .l-col-3-sm {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 5.2%;
       -moz-column-gap: 5.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 5.2%;
    row-gap: clamp(1.5rem, 2vw, 2rem);
        flex-wrap: wrap;
  }
  .l-col-3-sm > * {
    -ms-flex-preferred-size: 47.4%;
        flex-basis: 47.4%;
  }
  .l-col-3-sm2 {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 5.2%;
       -moz-column-gap: 5.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 5.2%;
    row-gap: clamp(1.5rem, 2vw, 2rem);
        flex-wrap: wrap;
  }
  .l-col-3-sm2 > * {
    -ms-flex-preferred-size: 47.4%;
        flex-basis: 47.4%;
  }
  .l-col-4-sm {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 6.94%;
       -moz-column-gap: 6.94%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 6.94%;
        flex-wrap: wrap;
  }
  .l-col-4-sm > * {
    -ms-flex-preferred-size: 46.53%;
        flex-basis: 46.53%;
  }
  .l-col-non-4-sm {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
  }
  .l-col-non-4-sm > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}
@media (min-width: 576px) and (max-width: 1023px) {
  .freecont01-cont__list.is-1column,
  .freecont02-cont__list.is-1column {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 5.55%;
       -moz-column-gap: 5.55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 5.55%;
        flex-wrap: wrap;
  }
  .freecont01-cont__list.is-1column > *,
  .freecont02-cont__list.is-1column > * {
    -ms-flex-preferred-size: 47.22%;
        flex-basis: 47.22%;
  }
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  .h-logo {
    width: 12%;
  }
  .sp-nav__flex {
    margin-top: 2rem;
  }
  .sp-nav__tel {
    font-size: 2rem;
  }
  .l-cont {
    padding-right: 5%;
    padding-left: 5%;
  }
  .l-cont_xxl {
    padding-right: 5%;
    padding-left: 5%;
  }
  .l-cont_full {
    padding-right: 5%;
    padding-left: 5%;
  }
  .l-col-3-md .works-box__tit {
    font-size: calc(1rem + 0.29762vw - 2.28571px);
  }
  .line-circle__tit .line-circle_left {
    width: 4%;
  }
  .common-table th, .common-table td.column-1 {
    display: table-cell;
    width: 25%;
    min-width: 180px;
    padding: 1.25rem 0;
    border-bottom: 1px solid #5FC1C7;
  }
  .common-table th:first-child, .common-table td.column-1:first-child {
    border-top: 1px solid #5FC1C7 !important;
  }
  .common-table td {
    display: table-cell;
    padding: 1rem 1.25rem 1rem 0.5rem;
  }
  .category-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
  }
  .category-list .category-list__items {
    margin-top: 0.5rem;
  }
  .category-list__tit {
    position: relative;
    font-size: 18px !important;
  }
  .common-contact__inner {
    width: 98%;
  }
  .common-contact__cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: space-between;
    padding: 2rem 0;
  }
  .common-contact__tit {
    width: 24%;
    max-width: 232px;
  }
  .common-contact__txt {
    width: 40%;
    max-width: 450px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .common-contact__tel {
    width: 42.86%;
    font-size: 1rem;
  }
  .common-contact__box {
    width: 31%;
    max-width: 340px;
  }
  .f-info__txt__box {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
  }
  .pagetop {
    right: 20px;
  }
  .pagetop a {
    width: 80px;
    height: 80px;
  }
  .pagetop i {
    font-size: 3.5rem;
  }
  .l-col-3-sm {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
  .l-col-3-sm > * {
    -ms-flex-preferred-size: 30.66%;
        flex-basis: 30.66%;
  }
  .l-col-3-md3 {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 2%;
    row-gap: clamp(1.5rem, 2vw, 2rem);
        flex-wrap: wrap;
  }
  .l-col-3-md3 > * {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  .l-col-3-md {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 3.9%;
       -moz-column-gap: 3.9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 3.9%;
    row-gap: clamp(1.5rem, 2vw, 2rem);
        flex-wrap: wrap;
  }
  .l-col-3-md > * {
    -ms-flex-preferred-size: 48.05%;
        flex-basis: 48.05%;
  }
  .l-col-4-md {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 3.9%;
       -moz-column-gap: 3.9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 3.9%;
        flex-wrap: wrap;
  }
  .l-col-4-md > * {
    -ms-flex-preferred-size: 48.05%;
        flex-basis: 48.05%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}
@media (min-width: 1024px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  html {
    font-size: 100%;
  }
  button {
    font-size: 100%;
  }
  .h-tel {
    font-size: 1.25em;
  }
  .h-tel i {
    font-size: 0.81em;
  }
  .pc-lv2 ul a {
    font-size: 0.87em;
  }
  .sp-nav__tel span::before {
    font-size: 0.68em;
  }
  .l-box:not(:last-of-type) {
    margin-bottom: 10rem;
  }
  .table-box__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .table-box__tit {
    width: 30.55%;
  }
  .table-box__table {
    width: 65.27%;
  }
  .works-box__img__inner {
    margin-bottom: 0.3rem;
  }
  .works-box .txt {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .l-col-3-md .works-box__tit {
    font-size: calc(1rem + 0.45455vw - 4.54545px);
  }
  .news-box__tit {
    font-size: calc(1.14rem + 0.90909vw - 9.09091px);
  }
  .blog-cont__box2-list .blog-box2__inner {
    min-height: 140px;
  }
  .blog-cont__box2-list .blog-box2__txt {
    padding: 0.75rem 1.5rem;
  }
  .blog-cont__box2-list .blog-box2__tit {
    margin-bottom: 0.25rem;
    font-size: calc(0.75rem + 0.45455vw - 4.54545px);
  }
  .blog-cont__box2-list .blog-box2__btn {
    bottom: 1rem;
  }
  .common-ul li::before {
    font-size: 0.62em;
  }
  .common-check li {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 58px;
    font-size: 20px;
  }
  .common-check li::before {
    top: 0;
    width: 42px;
  }
  .common-table {
    font-size: 0.93em;
  }
  .common-table2 {
    font-size: 0.93em;
  }
  .common-table2 th, .common-table2 td.column-1 {
    width: 25%;
    min-width: 180px;
    padding: 1rem 1.5rem;
  }
  .common-table2 td {
    padding: 1rem 1.5rem;
  }
  .category-list__items > * {
    font-size: 1em;
  }
  .category-list__items > * {
    margin-right: 0.5rem;
  }
  .category-list [class*=category-item] {
    min-width: 140px;
  }
  [class*=category-item] {
    padding: 0.5rem 1rem;
    font-size: 0.88rem;
  }
  .common-contact {
    border-radius: 200px;
  }
  .common-contact__cont {
    height: 230px;
    padding: 0;
  }
  .f-flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-end;
  }
  .f-info {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            align-items: center;
  }
  .f-info__logo {
    width: 12.34%;
    max-width: 158px;
    margin-right: 4%;
    margin-left: 0;
  }
  .f-info__txt {
    width: 75%;
  }
  .sns-list__footer {
    margin-left: 10%;
  }
  .sns-list__footer a::before {
    font-size: 0.87em;
  }
  .l-col-3-sm2 {
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
  .l-col-3-sm2 > * {
    -ms-flex-preferred-size: 31.33%;
        flex-basis: 31.33%;
  }
  .l-col-3-md3 {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
  .l-col-3-md3 > * {
    -ms-flex-preferred-size: 30.66%;
        flex-basis: 30.66%;
  }
  .l-col-3-md {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
  .l-col-3-md > * {
    -ms-flex-preferred-size: 30.66%;
        flex-basis: 30.66%;
  }
  .l-col-3-lg {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 4%;
        flex-wrap: wrap;
  }
  .l-col-3-lg > * {
    -ms-flex-preferred-size: 30.66%;
        flex-basis: 30.66%;
  }
  .l-col-4 {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .l-col-4 > * {
    -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%;
  }
  .l-col-4-xs {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .l-col-4-xs > * {
    -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%;
  }
  .l-col-4-sm {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .l-col-4-sm > * {
    -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%;
  }
  .l-col-4-md {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  .l-col-4-md > * {
    -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%;
  }
  .l-col-non-3 > * {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
  .l-col-non-3-xs > * {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
  .l-col-non-3-lg {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
  }
  .l-col-non-3-lg > * {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
  .l-col-non-4 > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .l-col-non-4-xs > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .l-col-non-4-sm > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}
@media (min-width: 1280px) {
  .heading-tit4 {
    padding-bottom: 30px;
    background-size: 52px;
    font-size: 2.38rem;
  }
}
@media (min-width: 1536px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  [id*=link-],
  .scroll-position {
    margin-top: -65px;
    padding-top: 65px;
  }
  .header {
    position: fixed;
    height: 65px;
    padding-top: 15px;
  }
  .header.fixed {
    height: 65px;
    padding-top: 7px;
    background: white;
  }
  .h-inner {
    padding: 0 20px;
  }
  .h-logo {
    top: 0px;
    left: 2rem;
    max-width: 120px;
  }
  .h-tel {
    display: block;
  }
  .g-nav {
    display: block;
  }
  .g-nav__list .dl {
    margin-right: 0.6em !important;
  }
  .g-nav__list .dl a span {
    font-size: 1rem;
  }
  .g-nav__list .contact a span {
    font-size: 1rem;
  }
  .g-nav__list > li:not(:last-child) {
    margin-right: 1.9em;
  }
  .g-nav__list > li > a {
    font-size: calc(0.8rem + 0.68182vw - 6.81818px);
  }
  .g-nav__list > li > a {
    font-size: 1rem;
  }
  .hamburger {
    display: none;
  }
  .sp-nav__bg {
    display: none;
  }
  .sp-nav {
    display: none;
  }
  .contents p {
    font-size: 17px;
    line-height: 1.9;
  }
  .l-cont_lg {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-cont {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-cont_full {
    padding-right: 5%;
    padding-left: 5%;
  }
  .works-cont__txt {
    font-size: 1.25rem;
  }
  .l-col-3-md .works-box__tit {
    font-size: 1.13rem;
  }
  .news-box__tit {
    font-size: 1.38rem;
  }
  .blog-cont__box2-list .blog-box2__tit {
    font-size: 1rem;
  }
  .line-circle__tit .line-circle_left {
    top: 60%;
    width: calc(50% - 730px);
  }
  .heading-tit {
    margin-bottom: 2rem;
    font-size: 2.25rem;
  }
  .heading-tit b {
    font-size: 3.88rem;
  }
  .heading-tit span {
    font-size: 2rem;
  }
  .heading-tit--center {
    margin-bottom: 2rem;
    font-size: 2.25rem;
  }
  .heading-tit--center b {
    font-size: 3.88rem;
  }
  .heading-tit--center span {
    font-size: 2rem;
  }
  .heading-tit--white {
    margin-bottom: 2rem;
    font-size: 2.25rem;
  }
  .heading-tit--white b {
    font-size: 3.88rem;
  }
  .heading-tit--white span {
    font-size: 2rem;
  }
  .heading-tit2 {
    font-size: 1.63rem;
  }
  .heading-tit2 b {
    padding-right: 21px;
    font-size: 5.13rem;
  }
  .heading-tit2 span {
    font-size: 1.94rem;
  }
  .heading-tit2--center {
    font-size: 1.63rem;
  }
  .heading-tit2--center b {
    padding-right: 21px;
    font-size: 5.13rem;
  }
  .heading-tit2--center span {
    font-size: 1.94rem;
  }
  .heading-tit2--white {
    font-size: 1.63rem;
  }
  .heading-tit2--white b {
    padding-right: 21px;
    font-size: 5.13rem;
  }
  .heading-tit2--white span {
    font-size: 1.94rem;
  }
  .heading-tit3, .table-tit {
    font-size: 2.63rem;
  }
  .heading-tit3 b, .table-tit b {
    font-size: 1.63rem;
  }
  .heading-tit4 b {
    font-size: 1.38rem;
  }
  .common-table {
    font-size: 1.14em;
  }
  .common-table th, .common-table td.column-1 {
    width: 160px;
  }
  .common-table2 th, .common-table2 td.column-1 {
    width: 225px;
  }
  .common-contact__tit .heading-tit--white b {
    font-size: 3.88rem;
  }
  .common-contact__tit .heading-tit--white span {
    font-size: 2rem;
  }
  .common-contact__txt {
    font-size: 1.13rem;
    letter-spacing: 0.08em;
  }
  .common-contact__btn a span {
    font-size: 1.31rem;
  }
  .l-col-3-sm {
    -webkit-column-gap: 4.16%;
       -moz-column-gap: 4.16%;
            column-gap: 4.16%;
  }
  .l-col-3-sm > * {
    -ms-flex-preferred-size: 30.55%;
        flex-basis: 30.55%;
  }
  .l-col-3-sm2 {
    -webkit-column-gap: 4.16%;
       -moz-column-gap: 4.16%;
            column-gap: 4.16%;
  }
  .l-col-3-sm2 > * {
    -ms-flex-preferred-size: 30.55%;
        flex-basis: 30.55%;
  }
  .l-col-3-md3 {
    -webkit-column-gap: 4.16%;
       -moz-column-gap: 4.16%;
            column-gap: 4.16%;
  }
  .l-col-3-md3 > * {
    -ms-flex-preferred-size: 30.55%;
        flex-basis: 30.55%;
  }
  .l-col-3-md {
    -webkit-column-gap: 4.16%;
       -moz-column-gap: 4.16%;
            column-gap: 4.16%;
  }
  .l-col-3-md > * {
    -ms-flex-preferred-size: 30.55%;
        flex-basis: 30.55%;
  }
  .l-col-3-lg {
    -webkit-column-gap: 4.16%;
       -moz-column-gap: 4.16%;
            column-gap: 4.16%;
  }
  .l-col-3-lg > * {
    -ms-flex-preferred-size: 30.55%;
        flex-basis: 30.55%;
  }
  .l-col-4 {
    -webkit-column-gap: 2.77%;
       -moz-column-gap: 2.77%;
            column-gap: 2.77%;
    row-gap: 2.5rem;
  }
  .l-col-4 > * {
    -ms-flex-preferred-size: 22.91%;
        flex-basis: 22.91%;
  }
  .l-col-4-xs {
    -webkit-column-gap: 2.77%;
       -moz-column-gap: 2.77%;
            column-gap: 2.77%;
  }
  .l-col-4-xs > * {
    -ms-flex-preferred-size: 22.91%;
        flex-basis: 22.91%;
  }
  .l-col-4-sm {
    -webkit-column-gap: 2.77%;
       -moz-column-gap: 2.77%;
            column-gap: 2.77%;
  }
  .l-col-4-sm > * {
    -ms-flex-preferred-size: 22.91%;
        flex-basis: 22.91%;
  }
  .l-col-4-md {
    -webkit-column-gap: 2.77%;
       -moz-column-gap: 2.77%;
            column-gap: 2.77%;
  }
  .l-col-4-md > * {
    -ms-flex-preferred-size: 22.91%;
        flex-basis: 22.91%;
  }
}
@media (min-width: 1536px) and (max-width: 1919px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
@media (min-width: 1536px) and (min-width: 576px) {
  .common-table {
    font-size: 1.06em;
  }
}
@media (min-width: 1536px) and (min-width: 1024px) {
  .common-table {
    font-size: 1em;
  }
}
@media (min-width: 1920px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .h-tel {
    font-size: 1.92em;
  }
  .l-cont_xxl {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1920px) and (min-width: 576px) {
  .h-tel {
    font-size: 1.8em;
  }
}
@media (min-width: 1920px) and (min-width: 1024px) {
  .h-tel {
    font-size: 1.68em;
  }
}
@media (max-width: 1919px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1279px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
  .close-btn a {
    text-decoration: none !important;
  }
}
@media (max-width: 1023px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .header.fixed {
    height: 65px;
  }
  .line-circle__tit .line-circle_left span::after {
    width: 12px;
    height: 12px;
  }
  .common-table2 th, .common-table2 td.column-1 {
    display: block;
  }
  .common-table2 td {
    display: block;
  }
  .f-navi {
    display: none;
  }
  .f-info__tit {
    text-align: center;
  }
  .sns-list__footer {
    margin-top: 1rem;
  }
  .l-col-non-3-lg > * {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .common-table th, .common-table td.column-1 {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .common-table td {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
  .f-info__txt__box address {
    margin-bottom: 1.5rem;
  }
  .sns-list__footer a {
    padding-left: 2.5rem;
    font-size: 1.38rem;
  }
  .sns-list__footer a::before {
    top: 0.5rem;
  }
  .l-col-3-md3 > * {
    margin-right: auto;
    margin-left: auto;
  }
  .l-col-3-md > * {
    margin-right: auto;
    margin-left: auto;
  }
  .l-col-3-lg > * {
    margin-right: auto;
    margin-left: auto;
  }
  .l-col-4-md > * {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .l-col-2-sm > * {
    margin-right: auto;
    margin-left: auto;
  }
  .l-col-3-sm > * {
    margin-right: auto;
    margin-left: auto;
  }
  .l-col-3-sm2 > * {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1535px) {
  .sns-list__side {
    display: none;
  }
}
@media (max-width: 375px) {
  .l-col-4-xs > * {
    margin-right: auto;
    margin-left: auto;
  }
  .l-col-non-3-xs > * {
    margin-right: auto;
    margin-left: auto;
  }
}
@media print {
  .header.fixed {
    display: none;
  }
}