@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900|Raleway:400,700,800|Work Sans:300,400,500,600,700,900&display=swap");

/* =============================================
国際航空写真株式会社
Style Sheet
First Update 2024-05-15
Last  Update 2026-03-01
============================================= */

/* ---------------------------------------------
	Fonts
--------------------------------------------- */

/* Noto Sans JP */

@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 300;
  src:
    url("/assets/fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"),
    url("/assets/fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 400;
  src:
    url("/assets/fonts/NotoSansCJKjp-Regular.woff2") format("woff2"),
    url("/assets/fonts/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  src:
    url("/assets/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"),
    url("/assets/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  src:
    url("/assets/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"),
    url("/assets/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 900;
  src:
    url("/assets/fonts/NotoSansCJKjp-Black.woff2") format("woff2"),
    url("/assets/fonts/NotoSansCJKjp-Black.woff") format("woff");
}

/* Raleway */

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Raleway-Regular.ttf") format("ttf");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/Raleway-Bold.ttf") format("ttf");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/fonts/Raleway-ExtraBold.ttf") format("ttf");
}

/* Work sans */

@font-face {
  font-family: "Work sans";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/WorkSans-Light.ttf") format("ttf");
}

@font-face {
  font-family: "Work sans";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/WorkSans-Regular.ttf") format("ttf");
}

@font-face {
  font-family: "Work sans";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/WorkSans-Medium.ttf") format("ttf");
}

@font-face {
  font-family: "Work sans";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/WorkSans-SemiBold.ttf") format("ttf");
}

@font-face {
  font-family: "Work sans";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/WorkSans-Bold.ttf") format("ttf");
}

@font-face {
  font-family: "Work sans";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fonts/WorkSans-ExtraBold.ttf") format("ttf");
}

/* Novecentosans wide */

@font-face {
  font-family: "Novecento Wide";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/NovecentoWideNormal.otf") format("otf");
}

@font-face {
  font-family: "Novecento Wide";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/NovecentoWideDemiBold.otf") format("otf");
}

@font-face {
  font-family: "Novecento Wide";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/NovecentoWideBold.otf") format("otf");
}

/* =============================================
#  Foundation
============================================= */

/* ---------------------------------------------
	Reboot
	normalize | MIT License
--------------------------------------------- */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(104, 101, 100, 0);
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  line-height: 1.15;
}

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

body {
  background-color: #fff;
  color: #686564;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  height: 100%;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  margin-top: 0;
}

p {
  margin-bottom: 1em;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 300;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 500;
}

small {
  font-size: 12px;
  font-size: 1.2rem;
}

sub,
sup {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.mouse a:hover {
  color: #3482ea;
  text-decoration: underline;
}

.mouse a:focus {
  color: #3482ea;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

.mouse a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

.touch a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "Novecento sans wide", "Work Sans", "Raleway", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #000;
  padding-bottom: 1em;
  padding-top: 1em;
  text-align: left;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
  -moz-appearance: listbox;
  appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

::-moz-selection {
  background-color: rgba(187, 187, 187, 0.4);
}

::selection {
  background-color: rgba(187, 187, 187, 0.4);
}

/* ---------------------------------------------
	Base
--------------------------------------------- */

* {
  margin: 0;
  padding: 0;
}

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

html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

html.scroll-prevent {
  overflow: hidden;
}

body {
  -moz-osx-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #686564;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-smooth: antialiased;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-size-adjust: 100%;
}

body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

ul,
ol,
dl {
  padding-left: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: 300;
}

header,
footer,
main {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  will-change: transform;
}

a {
  cursor: pointer;
  display: block;
  font-weight: 300;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:focus {
  opacity: 0.6;
}

p a {
  color: #fff;
  display: inline-block;
}

p a:hover,
p a:focus {
  text-decoration: underline;
}

div > img {
  display: block;
}

* > img {
  height: auto;
  max-width: 100%;
  outline: none;
  vertical-align: middle;
  width: 100%;
}

img[src$=".svg"],
object[src$=".svg"] {
  /* IE対応 */
  height: auto;
  max-width: 100%;
  width: 100%;
}

a img {
  outline: none;
}

hr {
  border: 0;
  border-top: 1px solid rgba(104, 101, 100, 0.5);
  margin-top: 4em;
}

strong {
  font-size: 130%;
  font-weight: 500;
}

table {
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
  text-align: left;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

td:last-child,
th:last-child {
  padding-right: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 3px 0.5em;
}

label {
  cursor: pointer;
}

section {
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

/* =============================================
#  Layout
============================================= */

/* ---------------------------------------------
	Header
--------------------------------------------- */

.l-header {
  background-color: #fff;
  height: 16vw;
  margin: auto;
  max-height: 85px;
  position: relative;
  width: 100vw;
  z-index: 100 !important;
}

.l-header__inner {
  height: 100%;
  left: 0;
  margin: 0 auto;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 0;
}

.l-header__inner .l-header__logo {
  height: 9vw;
  left: 3vw;
  max-height: 48px;
  max-width: 336px;
  position: absolute;
  top: 3.25vw;
  width: 77vw;
  z-index: 0;
}

.l-header__inner .l-header__logo > a {
  height: 100%;
  line-height: 1;
  width: 100%;
}

.l-header__inner .l-header__logo > a > img {
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.l-header.fixed {
  border-bottom: 1px solid #ebebeb;
  height: 16vw;
  margin: auto;
  position: fixed;
  width: 100vw;
}

/* ---------------------------------------------
	Main
--------------------------------------------- */

.l-wrapper {
  overflow: hidden;
  position: relative;
}

main {
  min-height: 600px;
}

main p,
main a,
main ul,
main ol,
main dl {
  font-size: calc(11px + 4 * (100vw - 320px) / 680);
  font-size: calc(1.1rem + 4 * (100vw - 320px) / 680);
  font-weight: 400;
  line-height: 1.8;
}

main p.numeric,
main a.numeric,
main ul.numeric,
main ol.numeric,
main dl.numeric {
  font-family: "Novecento sans wide", "Work Sans", "Raleway", sans-serif !important;
}

main p {
  margin-bottom: 2em;
}

section,
aside {
  padding-bottom: 18.75vw;
  padding-top: 18.75vw;
  position: relative;
  z-index: 0;
}

.l-container {
  background-color: transparent;
  margin: auto;
  max-width: 1200px;
  position: relative;
  width: calc(100% - 12vw);
}

.l-content {
  margin: auto;
  max-width: 800px !important;
  position: relative;
  width: calc(100% - 12vw);
}

/* ---------------------------------------------
	Footer
--------------------------------------------- */

.l-footer {
  background: #414141;
  padding: 50px 0 20px;
  text-align: center;
}

.l-footer__companyinfo {
  color: #fff;
}

.l-footer__companyinfo > a {
  font-family: "Novecento sans wide", "Work Sans", "Raleway", sans-serif;
  height: auto;
  margin: 0 auto 40px;
  max-width: 330px;
  width: 100%;
}

.l-footer__companyinfo p.name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.l-footer__companyinfo p.address {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1.5em;
}

.l-footer__companyinfo p.address span {
  letter-spacing: 0;
}

.l-footer__companyinfo p.call {
  line-height: 1.5;
}

.l-footer__companyinfo p.call > a {
  background-image: url(../images/common/icon_tel_w.svg);
  background-position: left 10px top 50%;
  background-repeat: no-repeat;
  background-size:
    20px auto,
    0 0;
  display: inline-block;
  font-family: "Novecento sans wide", "Work Sans", "Raleway", sans-serif;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin: -2em auto 0;
  padding-bottom: 5px;
  padding-left: 0.25em;
  -webkit-transition: width ease-out;
  transition: width ease-out;
  width: 8.5em;
}

.l-footer__companyinfo p.call > a:hover,
.l-footer__companyinfo p.call > a:focus {
  background-image: url(../images/common/icon_tel_blue.svg);
  color: #3482ea;
  opacity: 1;
  text-decoration: none;
}

.l-footer__companyinfo p.call > a > img {
  height: 20px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 20px;
}

.l-footer__companyinfo p.call > span {
  color: #fff !important;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  margin-left: -1em;
  margin-top: 2px;
}

.l-footer__companyinfo p.call > span > span {
  font-size: 13px;
  font-size: 1.3rem;
}

.l-footer__companyinfo p.copyright {
  font-family: "Novecento sans wide", "Work Sans", "Raleway", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 40px;
}

.l-footer__companyinfo p.copyright span {
  font-family: "Novecento sans wide", "Work Sans", "Raleway", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
}

.l-footer__companyinfo p.copyright span:nth-of-type(1) {
  display: none;
}

.l-footer__navi {
  display: none;
}

.l-footer__navi > li {
  font-size: calc(11px + 5 * (100vw - 767px) / 833);
  width: 33%;
}

.l-footer__navi > li a {
  font-weight: 400;
  letter-spacing: 0 !important;
}

.l-footer__navi > li a:hover {
  color: #3482ea;
  color: #3482ea;
  font-weight: 700;
  opacity: 1;
}

.l-footer__navi > li > a {
  margin-bottom: 1.5em;
}

.l-footer__navi > li ul.sub > li {
  font-size: calc(10px + 4 * (100vw - 767px) / 833);
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  position: relative;
}

.l-footer__navi > li ul.sub > li::before {
  color: #fff;
  content: "\02192";
  display: inline-block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1.5em;
}

.l-footer__navi > li ul.sub > li:hover::before {
  color: #3482ea;
  font-weight: 700;
  left: 0.5em;
  opacity: 1;
}

/* =============================================
#  Object -- Component
============================================= */

/* ---------------------------------------------
	Heading
--------------------------------------------- */

.c-head {
  color: #3482ea;
  font-weight: 500;
  padding-bottom: 1.5em;
}

.c-head.en {
  font-family: "Novecento sans wide", "Work Sans", "Raleway", sans-serif;
}

.c-head.jp {
  font-family: "Noto Sans JP", sans-serif;
}

.c-head.l {
  font-size: calc(32px + 28 * (100vw - 320px) / 1280);
}

.c-head.m {
  font-size: calc(19px + 19 * (100vw - 320px) / 1280);
}

.c-head.ms {
  font-size: calc(19px + 15 * (100vw - 320px) / 1280);
}

.c-head.s {
  font-size: calc(18px + 6 * (100vw - 320px) / 1280);
}

.c-head.s span {
  display: inline-block !important;
}

.c-head.sm {
  font-size: calc(13px + 6 * (100vw - 320px) / 1280);
}

.c-head.sm span {
  display: inline-block !important;
}

.c-head.ss {
  font-size: calc(12px + 4 * (100vw - 320px) / 1280);
  letter-spacing: 0;
  padding-bottom: 0;
}

.c-head.sc {
  color: #3482ea;
  font-size: calc(18px + 6 * (100vw - 320px) / 1280);
  font-weight: 700;
  padding-bottom: 3em;
  text-align: center;
}

.c-head.sc.en.l {
  font-size: calc(30px + 30 * (100vw - 320px) / 1280);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 0;
}

.c-head.sc.en.l span.small {
  display: block;
  font-size: calc(15px + 9 * (100vw - 320px) / 1280) !important;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
  margin-top: 0.5em;
}

.c-head.blk {
  color: #414141 !important;
}

.c-head.bold {
  font-weight: 500;
}

.c-head.border {
  border-left: 3px solid #3482ea;
  font-family: "Novecento sans wide", "Work Sans", "Raleway", sans-serif !important;
  font-weight: 700 !important;
  height: 2.25em;
  line-height: 1;
  margin-bottom: 10vw;
  padding-bottom: 0;
  padding-left: 15px;
  position: relative;
}

.c-head.border > span {
  display: block;
  left: 15px;
  position: absolute;
}

.c-head.border > span.en {
  color: #3482ea;
  font-family: "Novecento sans wide", "Work Sans", "Raleway", sans-serif;
  font-size: calc(13px + 7 * (100vw - 320px) / 1280);
  font-weight: 800;
  letter-spacing: 0;
  top: -5px;
}

.c-head.border > span.en > span {
  font-weight: 700;
}

.c-head.border > span.jp {
  bottom: 2px;
  color: #414141 !important;
  font-size: calc(15px + 8 * (100vw - 320px) / 1280);
  font-weight: 700 !important;
}

/* ------------------------------
	Navigation -- global
------------------------------ */

.c-gnav__wrap {
  -webkit-overflow-scrolling: touch;
  background: #3482ea !important;
  display: block;
  height: 0;
  left: 0;
  opacity: 0;
  overflow-y: hidden;
  position: fixed;
  scrollbar-face-color: #414141;
  scrollbar-track-color: #414141;
  top: 17vw;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  visibility: hidden;
  width: 100vw;
  z-index: 0;
}

.c-gnav__wrap ul.c-gnav {
  display: none;
}

.c-gnav__wrap a {
  cursor: pointer !important;
}

.c-gnav__wrap .c-gnav__contact {
  margin-top: 40px;
  padding-bottom: 100px;
}

.c-gnav__wrap .c-gnav__contact__form {
  -o-background-size: 25px auto;
  -webkit-background-size: 25px auto;
  background-color: #fff;
  background-image: url(../images/common/icon_mail.svg);
  background-position: left calc(50% - 50px) center;
  background-repeat: no-repeat;
  background-size: 25px auto;
  color: #3482ea;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  height: 3em;
  line-height: 1.5;
  margin: auto;
  max-width: 320px;
  padding-top: 0.75em;
  text-align: center;
  width: 90vw;
}

.c-gnav__wrap .c-gnav__contact__form > span {
  padding-left: 30px;
  text-align: center;
}

.c-gnav__wrap .c-gnav__contact__form:hover {
  background-color: #ebebeb;
  opacity: 1;
}

.c-gnav__wrap .c-gnav__contact__form:hover > span {
  font-weight: 700;
}

.c-gnav__wrap .c-gnav__contact__tel {
  color: #fff;
  height: 30px;
  margin: 30px auto;
  max-width: 250px;
  width: 90vw;
}

.c-gnav__wrap .c-gnav__contact__tel > a {
  display: block;
  height: 100%;
  line-height: 0.85;
  text-align: center;
  width: auto;
}

.c-gnav__wrap .c-gnav__contact__tel > a span {
  -o-background-size: 22px auto;
  -webkit-background-size: 22px auto;
  background-image: url(../images/common/icon_tel_w.svg);
  background-position: left bottom 53px;
  background-repeat: no-repeat;
  background-size: 22px auto;
  font-family: "Novecento sans wide", "Work Sans", "Raleway", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  padding-bottom: 50px;
  padding-left: 30px;
}

.c-gnav__wrap .c-gnav__contact__tel > a:hover {
  opacity: 1 !important;
}

.c-gnav__wrap .c-gnav__contact__tel > a:hover span {
  font-weight: 700;
}

.c-gnav__wrap .c-gnav__contact__tel > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  margin: auto;
  text-align: center;
}

.c-gnav__wrap .c-gnav__contact__tel > p > span {
  font-family: "Novecento sans wide", "Work Sans", "Raleway", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
}

/* ------------------------------
	Navigation -- button
------------------------------ */

.c-nav__btn {
  cursor: pointer;
  display: block;
  outline: 0;
  position: absolute;
  right: 5vw;
  top: 4vw;
  z-index: 12;
}

.c-nav__btn.open {
  margin-top: 0;
}

.c-nav__btn div {
  height: 6.04167vw;
  margin-top: 5px;
  outline: 0;
  position: relative;
  width: 6.04167vw;
}

.c-nav__btn div span {
  background: #3482ea;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 100%;
}

.c-nav__btn div span:nth-of-type(1) {
  top: 0;
}

.l-header.open .c-nav__btn div span:nth-of-type(1) {
  top: calc(50% - 1.5px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-nav__btn div span:nth-of-type(2) {
  top: calc(50% - 1.5px);
}

.l-header.open .c-nav__btn div span:nth-of-type(2) {
  left: 50%;
  width: 0;
}

.c-nav__btn div span:nth-of-type(3) {
  bottom: 0;
}

.l-header.open .c-nav__btn div span:nth-of-type(3) {
  top: calc(50% - 1.5px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ---------------------------------------------
	Main visual
--------------------------------------------- */

.c-mv {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vw;
  margin: auto;
  max-height: 320px;
  position: relative;
  width: 100vw;
  z-index: 0;
}

.c-mv__text {
  color: #fff;
  display: block;
  font-family: "Novecento sans wide", "Work Sans", "Raleway", sans-serif;
  font-size: calc(26px + 24 * (100vw - 320px) / 960);
  font-weight: 400;
  height: 2em;
  left: 50%;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 5px auto;
  margin-top: center;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.c-mv__text span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(10px + 8 * (100vw - 320px) / 960);
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 1em;
}

#business .c-mv {
  background-image: url("../images/mv/business.jpg");
}

#company .c-mv {
  background-image: url("../images/mv/company.jpg");
}

#recruit .c-mv {
  background-image: url("../images/mv/recruit.jpg");
}

#news .c-mv {
  background-image: url("../images/mv/news.jpg");
}

#news .c-mv__text {
  font-family: "Noto Sans JP", sans-serif;
}

#contact .c-mv,
#confirm .c-mv,
#thanks .c-mv {
  background-image: url("../images/mv/contact.jpg");
}

#isms_qms .c-mv {
  background-image: url("../images/mv/isms_qms.jpg");
  background-position: center bottom;
}

/* ---------------------------------------------
	Area -- pagelink
--------------------------------------------- */

.c-area__pagelink {
  margin: auto;
  max-height: 400px;
  max-width: 100vw;
  width: 100vw;
}

.c-area__pagelink ul.c-pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  height: 100%;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}

.c-area__pagelink ul.c-pagelink li {
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 50vw;
  max-height: 200px;
  padding: 7vw 7vw 18vw;
  position: relative;
  width: 100%;
}

.c-area__pagelink ul.c-pagelink li.business {
  background-image: url("../images/common/pagelink_business.jpg");
  background-position: right top;
}

.c-area__pagelink ul.c-pagelink li.company {
  background-image: url("../images/common/pagelink_company.jpg");
}

.c-area__pagelink ul.c-pagelink li.recruit {
  background-image: url("../images/common/pagelink_recruit.jpg");
}

.c-area__pagelink ul.c-pagelink li h3 {
  color: #fff;
  font-size: calc(32px + 4 * (100vw - 320px) / 280) !important;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.c-area__pagelink ul.c-pagelink li h3 span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 0.25em;
}

.c-area__pagelink ul.c-pagelink li a.c-link.border {
  left: 7vw;
  position: absolute;
  top: calc(50% + 2em);
}

/* ---------------------------------------------
	Area -- links
--------------------------------------------- */

.c-area__links {
  background: #f1f1f1;
}

.c-area__links .l-container {
  padding-bottom: 5vw;
  padding-top: 6vw;
}

.c-area__links .c-head.en.m {
  font-size: calc(22px + 16 * (100vw - 320px) / 1280);
  height: auto;
  margin-bottom: -1em;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.c-area__links .c-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.c-area__links .c-links a {
  background-color: #fff;
  border: 1.5px solid #686564;
  color: transparent;
  display: block;
  height: 18vw;
  margin: 0 auto 20px;
  max-height: 48px;
  max-width: 240px;
  position: relative;
  width: 90vw;
  z-index: 1;
}

.c-area__links .c-links a:nth-of-type(1) {
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-image: url(../images/common/logo_livephoto.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.c-area__links .c-links a:nth-of-type(2) {
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-image: url(../images/common/logo_colorsnet.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.c-area__links .c-links a:hover {
  opacity: 1;
}

.c-area__links .c-links a:hover::before {
  border-bottom: 5px solid #3482ea;
  border-right: 5px solid #3482ea;
  bottom: -5px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -5px;
  width: 100%;
  z-index: 0;
}

/* ---------------------------------------------
	Area -- section link
--------------------------------------------- */

.c-area__sclink {
  background: #3482ea;
  width: 100vw;
}

.c-area__sclink .c-sclink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px;
}

.c-area__sclink .c-sclink li {
  height: calc(100% - (10px + 3 * (100vw - 320px) / 680));
  letter-spacing: 0;
  padding-bottom: calc(10px + 3 * (100vw - 320px) / 680);
  padding-top: calc(10px + 3 * (100vw - 320px) / 680);
  text-align: center;
  width: 33%;
}

.c-area__sclink .c-sclink li:nth-child(1) a {
  border-left: 1px solid #fff;
}

.c-area__sclink .c-sclink li a {
  border-right: 1px solid #fff;
  color: #fff;
  font-size: calc(10px + 3 * (100vw - 320px) / 680);
  font-weight: 500;
  height: calc(100% - (10px + 3 * (100vw - 320px) / 680));
  line-height: 1;
  opacity: 1 !important;
  padding-bottom: 1em;
  padding-top: 1em;
}

.c-area__sclink .c-sclink li a > span:hover {
  text-shadow: 0.2em 0.2em 0.2em #13207c;
}

/* ---------------------------------------------
	Section -- section top photo
--------------------------------------------- */

.c-sctop_photo {
  height: 30%;
  margin-left: -6vw;
  max-height: 240px;
  max-width: 800px;
  width: 88vw;
}

.c-sctop_photo > img {
  height: 100%;
  width: 100%;
}

/* ---------------------------------------------
	Link button
--------------------------------------------- */

.c-link {
  background-color: transparent;
  font-size: calc(10px + 2 * (100vw - 320px) / 1120);
  font-weight: 400;
  height: 2.5em;
  line-height: 1.8;
  max-width: 253px;
  padding: 0.25em 1.5em;
  position: relative;
  width: 15em;
}

.c-link::before {
  content: "\02192";
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 12%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 2em;
  z-index: 0;
}

.c-link:hover {
  font-weight: 700;
  opacity: 1;
}

.c-link:hover::before {
  right: 0;
}

.c-link.blue {
  background-color: #3482ea;
  color: #fff !important;
}

.c-link.border {
  border: 1px solid #fff;
}

.c-link.border:hover {
  background-color: #414141 !important;
}

.c-link.center {
  background: #3482ea;
  color: #fff;
  font-weight: 700;
  height: 4em;
  padding: 1em 4em;
  text-align: center;
  width: auto;
}

.c-link.center:hover {
  background: #fff;
  border: #3482ea solid 2px;
  color: #3482ea;
}

.c-link.center::before {
  display: none;
}

/* ---------------------------------------------
	Link -- page contents link button
--------------------------------------------- */

.c-link__content {
  margin: 3em auto -10vw;
  max-width: 18em;
}

.c-link__content li {
  border: 3px solid #3482ea;
  height: 3em;
  line-height: 1;
  margin-bottom: 10px;
  max-width: 18em;
  width: 100%;
}

.c-link__content li a {
  color: #3482ea;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0;
  padding-top: 0.25em;
  text-align: center;
  width: 100%;
}

.c-link__content li a span {
  display: inline-block;
}

.c-link__content li a:hover {
  background: #3482ea;
  color: #fff;
  opacity: 1;
}

/* ---------------------------------------------
	List -- table
--------------------------------------------- */

.c-list__table {
  border-bottom: 1px solid rgba(104, 101, 100, 0.3);
}

.c-list__table dt {
  border-top: 1px solid rgba(104, 101, 100, 0.3);
  font-weight: 500;
  padding-bottom: 1em;
  padding-top: 1em;
}

.c-list__table dt span {
  display: inline-block;
}

.c-list__table dd {
  padding-bottom: 1em;
}

.c-list__table dd ul {
  margin-bottom: 0;
}

.c-list__table dd ul li span {
  display: block;
  margin-bottom: 1em;
  margin-top: -1.8em;
}

.c-list__table dd ul li span::before {
  content: "\A";
  white-space: pre;
}

.c-list__table dd ul.inline li {
  display: inline-block;
}

.c-list__table dd ul ~ ul {
  margin-top: 1em;
}

.c-list__table dd dl dt {
  border-top: 1px solid rgba(104, 101, 100, 0.3);
  width: 100%;
}

.c-list__table dd dl dt:nth-of-type(1) {
  border-top: none;
}

.c-list__table dd dl dd:nth-of-type(5) {
  padding-bottom: 0;
}

.c-list__table dd dl dd > span {
  display: inline-block !important;
}

.c-list__table dd dl.noline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-list__table dd dl.noline dt,
.c-list__table dd dl.noline dd {
  border-top: none;
  padding: 0;
}

.c-list__table dd dl.noline dt {
  width: 10em;
}

.c-list__table dd dl.noline dd {
  width: calc(100% - 10em);
}

/* ---------------------------------------------
	List
--------------------------------------------- */

.c-list.pb li {
  margin-bottom: 1em;
}

.c-list.num li {
  margin-left: 2.5em !important;
  text-indent: -2.25em !important;
}

/* ---------------------------------------------
	Form
--------------------------------------------- */

.c-form {
  border-bottom: 1px solid #686564;
  margin-top: 0px;
}

.c-form dt {
  border-top: 1px solid #686564;
  font-weight: 500;
  padding-top: 1.5em;
}

.c-form dt .must {
  background: #3482ea;
  color: #fff;
  font-size: 80%;
  font-weight: 700;
  margin-left: 0.5em;
  padding: 1px 8px 2px;
}

.c-form dd {
  padding-bottom: 1em;
  padding-top: 1em;
}

.c-form dd:nth-of-type(8) li span {
  display: block;
  margin-bottom: 8px;
  margin-top: 8px;
}

.c-form input[type="text"],
.c-form input[type="tel"],
.c-form input[type="email"],
.c-form textarea {
  background: #3482ea;
  border: 1px solid #3482ea;
  outline: none;
  padding: 0.5em 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100% !important;
}

.c-form input:focus,
.c-form textarea:focus {
  border: 1px solid #686564;
  -webkit-box-shadow: 0 0 7px rgba(52, 130, 234, 0.3) inset;
  box-shadow: 0 0 7px rgba(52, 130, 234, 0.3) inset;
}

.c-form input[type="radio"] {
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  z-index: 0;
}

.c-form input[type="radio"] + span {
  margin-right: 1vw;
  padding-left: 1.8em;
  padding-top: 5px;
  position: relative;
}

.c-form input[type="radio"] + span::before {
  background-color: #fff;
  border: 1px #3482ea solid;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1.5em;
  left: 0;
  position: absolute;
  top: 6px;
  width: 1.5em;
  z-index: 0;
  z-index: 0;
}

.c-form input[type="radio"]:checked + span::before {
  border: 6px #3482ea solid;
}

.c-form ::-webkit-input-placeholder {
  color: #ebebeb;
}

.c-form ::-moz-placeholder {
  color: #ebebeb;
}

.c-form :-ms-input-placeholder {
  color: #ebebeb;
}

.c-form ::-ms-input-placeholder {
  color: #ebebeb;
}

.c-form ::placeholder {
  color: #ebebeb;
}

.c-form__checkarea {
  margin: 30px auto;
  position: relative;
  width: 100%;
}

.c-form__checkarea label {
  width: 100%;
}

.c-form__checkarea input[type="checkbox"] {
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  z-index: 0;
  z-index: 0;
}

.c-form__checkarea input[type="checkbox"] + span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: 1.5em;
  padding-left: 22px;
  padding-top: 0;
  position: relative;
}

.c-form__checkarea input[type="checkbox"] + span::before,
.c-form__checkarea input[type="checkbox"] + span::after {
  background-color: transparent;
  border: 2px #686564 solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 18px !important;
  left: -3px;
  position: absolute;
  top: 0;
  width: 18px !important;
  z-index: 0;
  z-index: 0;
}

.c-form__checkarea input[type="checkbox"] + span::after {
  border: none;
  height: 1em !important;
  left: 0;
  width: 0.7em !important;
  z-index: 1;
}

.c-form__checkarea input[type="checkbox"]:checked + span::after {
  border: solid #3482ea;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-form__checkarea .u-note {
  margin-top: 1em;
}

.c-form__btnarea {
  text-align: center;
}

.c-form__btnarea button[type="submit"] {
  background: #3482ea;
  border: 2px solid #3482ea;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  margin: auto;
  max-width: 270px;
  padding: 1em 0;
  width: 100%;
}

.c-form__btnarea button[type="submit"]:hover {
  opacity: 1;
}

.c-form__btnarea button[type="submit"]:hover::after {
  background-color: #fff;
  border-color: #3482ea;
}

/* ---------------------------------------------
	Thanks
--------------------------------------------- */

.p-thanks main {
  min-height: 700px;
}

.c-thanks {
  padding-top: 70px !important;
}

.c-thanks__wrap {
  background: #fff;
  border-radius: 10px;
  margin: auto;
  max-width: 700px;
  padding: 50px 6% 30px;
  position: relative;
  text-align: center;
}

.c-thanks__close {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 0;
}

.c-thanks__close a {
  color: #686564;
  font-size: 30px;
  font-size: 3rem;
}

.c-thanks__header h2 {
  color: #3482ea;
  line-height: 1.6;
}

.c-thanks__header h2 span {
  display: inline-block;
}

.c-thanks__message p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

.c-thanks__message p span {
  display: inline-block;
}

.c-thanks__footer {
  margin-top: 3em;
}

.c-thanks__footer p {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* =============================================
#  Object -- Project
============================================= */

/* ---------------------------------------------
	HOME
--------------------------------------------- */

.p-top .l-wrapper main section .c-mv__text {
  color: #3482ea;
  letter-spacing: 0.1;
  margin-bottom: 0.5em;
  position: relative;
}

.p-top .l-wrapper main section .c-mv__text span {
  color: #686564;
  font-weight: 500;
  margin-top: 1em;
}

.p-top .l-wrapper main section .c-head.ms {
  margin-bottom: 0;
  text-align: center;
}

.p-top .l-wrapper main section .c-head.ms span {
  display: inline-block;
}

.p-top .l-wrapper main section .c-link.blue {
  height: 2em;
  line-height: 1.4;
  margin: auto;
  max-width: 12em !important;
  padding-left: 1em;
  text-align: left;
}

.p-top .l-wrapper main section .c-link.blue::before {
  right: 0.5em;
  top: 0.05em !important;
}

.p-top .l-wrapper main section .c-link.blue:hover::before {
  right: 0 !important;
}

.p-top .l-wrapper main section p {
  text-align: center;
}

.p-top .l-wrapper main section p span {
  display: inline-block;
}

/* ---------------------------------------------
	HOME -- MAIN VISUAL
--------------------------------------------- */

.p-top-mv__bg {
  height: 0;
  margin: auto;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  z-index: 0;
}

.p-top-mv__bg::before {
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-image: url(../images/home/mainvisual_s.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 90%;
  position: absolute;
  right: 0;
  top: 5%;
  width: 95%;
  z-index: 0;
  z-index: 1;
}

.p-top-mv__bg::after {
  background: #3482ea;
  bottom: 0;
  content: "";
  display: block;
  height: 90%;
  left: 0;
  position: absolute;
  width: 95%;
  z-index: 0;
  z-index: -1;
}

.p-top-mv__bg h2.c-mv__text {
  color: #fff;
  font-size: 11vw;
  font-weight: 700;
  height: 5.3em;
  left: 50%;
  letter-spacing: 0;
  line-height: calc(1.2 - 0.2 * (100vw - 320px) / 447);
  margin-top: 0 !important;
  position: absolute;
  text-align: left !important;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 20vw);
  z-index: 100;
}

.p-top-mv__bg h2.c-mv__text span {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: calc(3.5vw - 0.5 * (100vw - 320px) / 447);
  font-weight: 500 !important;
  line-height: 2;
  margin-top: 1em;
}

/* ---------------------------------------------
	HOME -- NEWS
--------------------------------------------- */

.p-top-news {
  padding-bottom: 15vw;
  padding-top: 15vw;
}

.p-top-news .l-container {
  border-left: 1px solid #686564;
  border-right: 1px solid #686564;
}

.p-top-news .l-container .l-content {
  padding-bottom: 50px;
  padding-top: calc(70px + 22 * (100vw - 320px) / 447);
  position: relative;
}

.p-top-news .l-container .l-content .c-mv__text {
  color: #414141 !important;
  position: absolute;
  text-align: left !important;
  top: 1em;
}

.p-top-news .l-container .l-content .c-mv__text > span {
  margin-top: 1em;
}

.p-top-news .l-container .l-content .p-top-news__list article {
  padding-bottom: 0.5em;
}

.p-top-news .l-container .l-content .p-top-news__list article time {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
}

.p-top-news .l-container .l-content .p-top-news__list article > div h4 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
}

.p-top-news .l-container .l-content .p-top-news__list article > div p {
  display: none;
}

.p-top-news .l-container .l-content a.c-link.blue {
  bottom: 0;
  height: 3em;
  left: 0;
  padding-top: 0.75em;
  position: absolute;
}

.p-top-news .l-container .l-content a.c-link.blue::before {
  top: 22% !important;
}

/* ---------------------------------------------
	HOME -- COMPANY
--------------------------------------------- */

.p-top-company {
  -o-background-size: 90% auto;
  -webkit-background-size: 90% auto;
  background-image: url(../images/home/company.png);
  background-position: center bottom 40vw;
  background-repeat: no-repeat;
  background-size: 90% auto;
}

.p-top-company .c-head.ms.blk {
  padding-bottom: 90vw;
}

.p-top-company a.c-link.blue {
  bottom: 10px;
  left: calc((100% - 12em) / 2);
  position: absolute;
}

/* ---------------------------------------------
	HOME -- BUSINESS
--------------------------------------------- */

.p-top-business ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  margin: 60px auto 80px;
  max-width: 266px;
  width: 90%;
}

.p-top-business ul li {
  background-color: #ebebeb !important;
  height: 383px;
  margin-bottom: 30px;
  padding: 50vw 1.5em 2em;
  position: relative;
  text-align: center;
  width: 100%;
}

.p-top-business ul li > a.c-link {
  bottom: 30px !important;
  left: calc((100% - 12em) / 2) !important;
  position: absolute;
}

.p-top-business ul li::before {
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 45.5vw;
  left: 0;
  max-height: 182px;
  max-width: 266px;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.p-top-business ul li .c-head.s {
  font-weight: 700;
  margin-bottom: -1.2em;
  margin-top: 1em;
  text-align: center;
  width: 100%;
}

.p-top-business ul li p {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 3em;
  margin-top: 0.5em;
}

.p-top-business ul li p span {
  display: inline-block;
}

.p-top-business ul li:nth-child(1)::before {
  background-image: url("../images/home/business1.jpg");
}

.p-top-business ul li:nth-child(2)::before {
  background-image: url("../images/home/business2.jpg");
}

.p-top-business ul li:nth-child(3)::before {
  background-image: url("../images/home/business3.jpg");
}

/* ---------------------------------------------
	BUSINESS
--------------------------------------------- */

.p-business section.u-bg.gry {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.p-business section.u-bg.gry > .l-container {
  background: #fff;
  margin-bottom: 100px;
  max-width: 1000px !important;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}

.p-business section.u-bg.gry > .l-container .l-content {
  margin: auto;
  width: 83.5% !important;
}

.p-business section.u-bg.gry > .l-container .l-content .c-head.s.blk.bold,
.p-business section.u-bg.gry > .l-container .l-content .c-head.sm.blk.bold {
  margin-bottom: 0.5em;
}

.p-business section.u-bg.gry > .l-container .l-content > p {
  font-size: calc(12px + 4 * (100vw - 320px) / 1280);
  margin-bottom: 1em;
}

.p-business section.u-bg.gry > .l-container .l-content .p-business__scgroup {
  position: relative;
}

.p-business section.u-bg.gry > .l-container .l-content .p-business__scgroup > .c-head.border span.en span {
  font-size: 130%;
}

.p-business section.u-bg.gry > .l-container .l-content .p-business__scgroup .p-business__scimg {
  margin: 50px auto -20px !important;
  max-width: 340px;
}

.p-business section.u-bg.gry > .l-container .l-content .p-business__scgroup h4.c-head.s.blk.bold {
  margin-top: 50px;
}

.p-business section.u-bg.gry > .l-container .l-content .c-box {
  background: #686564;
  margin-bottom: 60px;
  margin-top: 30px;
  width: 100%;
}

.p-business section.u-bg.gry > .l-container .l-content .c-box:last-of-type {
  margin-bottom: 0;
}

.p-business section.u-bg.gry > .l-container .l-content .c-box h5 {
  color: #fff;
  height: 3em;
  line-height: 1.5;
  padding: 1em;
  text-align: center;
  width: 100%;
}

.p-business section.u-bg.gry > .l-container .l-content .c-box p {
  background: #f0f0f0;
  font-size: 85%;
  font-weight: 500;
  height: auto;
  padding: 1.5em 2em;
  width: 100%;
}

.p-business section.u-bg.gry#photo1,
.p-business section.u-bg.gry#survey1,
.p-business section.u-bg.gry#services1 {
  padding-top: 100px !important;
}

.p-business section.u-bg.gry#survey1 .c-box h5 span,
.p-business section.u-bg.gry#survey2 .c-box h5 span {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* ---------------------------------------------
	COMPANY
--------------------------------------------- */

.p-company .p-greeting p {
  font-size: calc(12px + 4 * (100vw - 320px) / 680);
  font-size: calc(1.2rem + 4 * (100vw - 320px) / 680);
  line-height: 1.9;
}

.p-company .p-greeting p.u-algn.r {
  font-size: calc(13px + 4 * (100vw - 320px) / 680);
  font-size: calc(1.3rem + 4 * (100vw - 320px) / 680);
  line-height: 1.8;
  margin-top: 5em;
}

.p-company .p-greeting p.u-algn.r span:last-of-type {
  display: block;
  font-size: 1.35em;
  font-weight: 500;
}

.p-company .p-location .l-container {
  width: 100vw;
}

.p-company .p-location .l-container .l-content {
  margin: auto;
  width: 100%;
}

.p-company .p-location dl {
  background: #ebebeb;
  width: 100%;
}

.p-company .p-location dl dt {
  padding: 50px;
}

.p-company .p-location dl dt h3 {
  color: #414141;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.p-company .p-location dl dd {
  height: 320px;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 10;
}

.p-company .p-location dl dd::before {
  background: rgba(52, 130, 234, 0.1);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-company .p-location dl dd iframe {
  height: 620px;
  left: 0;
  overflow-y: hidden;
  position: absolute;
  top: -150px;
  width: 100%;
  z-index: -1 !important;
}

/* ---------------------------------------------
	RECRUIT
--------------------------------------------- */

.p-recruit main {
  min-height: auto;
}

.p-recruit #recruit1 h2.c-head.sc {
  padding-bottom: calc(3em + 3 * (100vw - 320px) / 280);
}

.p-recruit #recruit2 .l-container:nth-of-type(1) {
  margin-top: 100px;
}

.p-recruit #recruit2 .l-container:nth-of-type(1) h2.c-head.sc {
  padding-bottom: 2em;
}

.p-recruit #recruit2 .l-container:last-of-type {
  background: transparent;
  margin-top: -40px;
  padding: 0;
  text-align: center;
}

.p-recruit #recruit2 .l-container:last-of-type a {
  margin: 40px auto;
}

.p-recruit h2.c-head.sc span {
  display: inline-block;
}

.p-recruit h2.c-head.sc span a {
  color: #3482ea;
  font-size: calc(18px + 6 * (100vw - 320px) / 1280);
  font-weight: 700;
  text-align: center;
}

.p-recruit h3.c-head.ss {
  font-size: 105%;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 1.5em;
  position: relative;
}

.p-recruit h3.c-head.ss::before {
  border: 2px solid #414141;
  content: "";
  display: inline-block;
  height: calc(1em - 2px);
  left: 0;
  position: absolute;
  top: 6px;
  width: calc(1em - 2px);
}

.p-recruit h3.c-head.ss span {
  font-weight: 400;
}

.p-recruit p.u-algn.c span {
  display: inline-block;
}

.p-recruit section.u-bg.gry {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.p-recruit section.u-bg.gry > .l-container {
  background: #fff;
  margin-bottom: 100px;
  max-width: 1000px !important;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
}

.p-recruit section.u-bg.gry > .l-container:nth-of-type(1) {
  margin-top: 3em;
}

.p-recruit section.u-bg.gry > .l-container .l-content {
  margin: auto;
  width: 83.5% !important;
}

.p-recruit section.u-bg.gry > .l-container .l-content .c-list__table {
  margin-bottom: 80px;
}

.p-recruit section.u-bg.gry > .l-container .l-content .c-list__table:last-of-type {
  margin-bottom: 30px;
}

/* ---------------------------------------------
	NEWS
--------------------------------------------- */

.p-news .l-container.u-bg.wht {
  max-width: 1000px;
  padding: 80px 8vw;
}

.p-news .l-container.u-bg.wht .l-content {
  width: 100%;
}

.p-news #newslist {
  cursor: pointer;
  max-width: 1000px;
  position: relative;
}

.p-news #newslist::after {
  background: rgba(235, 235, 235, 0.8);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -30px;
  top: 0;
  width: 15px;
}

.p-news #newslist article {
  border-top: 1px solid rgba(104, 101, 100, 0.3);
  padding-bottom: 1em;
  padding-right: 1em;
  padding-top: 3em;
}

.p-news #newslist article > a {
  display: none;
}

.p-news #newslist article:last-of-type,
.p-news #newslist article:nth-of-type(10) {
  border-bottom: 1px solid rgba(104, 101, 100, 0.3);
}

.p-news #newslist article time {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-news #newslist article div {
  margin-top: 1em;
}

.p-news #newslist.open article:nth-of-type(10) {
  border-bottom: none;
}

/* ---------------------------------------------
	ISMS・QMS
--------------------------------------------- */

.p-isms_qms > .l-container {
  background: #fff;
  margin-bottom: 100px;
  max-width: 1000px !important;
  padding-bottom: 80px;
  padding-top: 50px;
}

.p-isms_qms > .l-container .l-content {
  margin: auto;
  width: 83.5% !important;
}

.p-isms_qms > .l-container .l-content p,
.p-isms_qms > .l-container .l-content li {
  font-size: calc(12px + 4 * (100vw - 320px) / 1280);
}

.p-isms_qms > .l-container .l-content p {
  margin-bottom: 1em;
}

.p-isms_qms > .l-container .l-content li > span {
  letter-spacing: 0.2em;
}

.p-isms_qms > .l-container .l-content a {
  color: #686564;
  display: inline-block;
  margin-left: 2em;
}

.p-isms_qms > .l-container .l-content a:hover {
  font-weight: 500;
  opacity: 1;
}

.p-isms_qms > .l-container .c-head.sc {
  font-size: calc((18px + 6 * (100vw - 320px) / 1280) * 0.8);
  margin-bottom: -50px;
  margin-top: calc(20px + 30 * (100vw - 320px) / 1280);
}

.p-isms_qms > .l-container .c-head.ss {
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: 30px;
}

.p-isms_qms > .l-container ul li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.p-isms_qms > .l-container ul li > p {
  margin-left: 0.5em !important;
  text-indent: 0;
}

.p-isms_qms > .l-container p.u-algn.r {
  margin-top: 3em;
}

.p-isms_qms > .l-container p.u-algn.r span {
  display: block;
  font-size: 85%;
  padding-top: 1em;
}

.p-isms_qms > .l-container:nth-of-type(1) {
  margin-top: -20px;
}

/* ---------------------------------------------
	Contact
--------------------------------------------- */

.p-contact .l-content {
  text-align: center;
  width: 100%;
}

.p-contact1 {
  padding-bottom: 40px !important;
  padding-top: 120px !important;
}

.p-contact1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-contact1 dl dt {
  color: #3482ea;
  font-family: "Novecento sans wide", "Work Sans", "Raleway", sans-serif;
  font-size: calc(24px + 30 * (100vw - 320px) / 1280);
  font-weight: 400;
  line-height: 1.2;
  margin-top: -0.5em;
  width: 100%;
}

.p-contact1 dl dt a {
  color: #3482ea;
  display: inline-block;
  font-size: calc(30px + 34 * (100vw - 320px) / 1280);
  font-weight: 700;
}

.p-contact1 dl dt a:hover {
  opacity: 1;
  text-shadow: 2px 2px 2px rgba(65, 65, 65, 0.3);
}

.p-contact1 dl dt:nth-of-type(2) a {
  font-size: calc(27px + 34 * (100vw - 320px) / 1280);
}

.p-contact1 dl dd {
  margin-bottom: 4em;
}

.p-contact1 dl dd span {
  display: inline-block;
}

.p-contact2 .l-content {
  padding: 50px 6vw;
}

.p-contact2 .c-list__table dt {
  font-weight: 700;
  position: relative;
  text-align: left !important;
}

.p-contact2 .c-list__table dt > label > span {
  background: #3482ea;
  color: #fff;
  font-size: 10px !important;
  left: 12em;
  margin-left: 1em;
  position: absolute;
  text-align: center;
  top: calc(50% - 0.75em);
  width: 4em;
}

.p-contact2 .c-list__table dd .c-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.p-contact2 .c-list__table dd .c-label label {
  letter-spacing: 0;
  position: relative;
  text-align: left;
  width: auto;
}

.p-contact2 .c-list__table dd .c-label label input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #b3b2b2;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  left: 0;
  margin: 0.4rem;
  outline: none;
  position: relative;
  right: 0;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  vertical-align: -0.7rem;
  width: 1em;
}

.p-contact2 .c-list__table dd .c-label label input[type="radio"]::before {
  background: #1e90ff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.62em;
  left: 0.12em;
  position: absolute;
  top: 0.12em;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 0.62em;
}

.p-contact2 .c-list__table dd .c-label label input[type="radio"]:checked::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.p-contact2 .c-list__table dd > input {
  background-color: #f2f2f2;
  border: #b3b2b2 1px solid !important;
  color: inherit;
  font-size: 12px !important;
  padding: 5px;
  width: 100%;
}

.p-contact2 .c-list__table dd > p {
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 1em;
  text-align: left;
}

.p-contact2 .c-list__table dd > textarea {
  background-color: #f2f2f2;
  border: #b3b2b2 1px solid !important;
  font-size: 12px !important;
  height: auto;
  min-height: 10em;
  padding: 5px;
  width: 100%;
}

.p-contact2 div.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 30px auto 0;
  max-width: 27em;
  padding-left: 1em;
  position: relative;
}

.p-contact2 div.checkbox label {
  height: 20px;
  left: 10px;
  position: absolute;
  top: 0;
  width: 20px;
}

.p-contact2 div.checkbox label input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #414141;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  left: 0;
  margin: 0.4rem;
  outline: none;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  vertical-align: -0.8rem;
  width: 100%;
}

.p-contact2 div.checkbox label input[type="checkbox"]::before,
.p-contact2 div.checkbox label input[type="checkbox"]::after {
  background: #fff;
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-contact2 div.checkbox label input[type="checkbox"]::before {
  height: 2px;
  left: 2px;
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0;
}

.p-contact2 div.checkbox label input[type="checkbox"]::after {
  bottom: 3px;
  height: 0;
  right: 9px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  width: 2px;
}

.p-contact2 div.checkbox label input[type="checkbox"]:checked::before {
  height: 2px;
  left: 1px;
  top: 10px;
  width: 6px;
}

.p-contact2 div.checkbox label input[type="checkbox"]:checked::after {
  bottom: 1px;
  height: 14px;
  right: 5px;
  width: 2px;
}

.p-contact2 div.checkbox label input[type="checkbox"]:indeterminate::before,
.p-contact2 div.checkbox label input[type="checkbox"]:indeterminate::after {
  height: 2px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 7px;
}

.p-contact2 div.checkbox label input[type="checkbox"]:indeterminate::before {
  left: 1px;
  top: 7px;
}

.p-contact2 div.checkbox label input[type="checkbox"]:indeterminate::after {
  bottom: 7px;
  right: 1px;
}

.p-contact2 div.checkbox label input[type="checkbox"]:checked,
.p-contact2 div.checkbox label input[type="checkbox"]:indeterminate {
  background: #414141;
}

.p-contact2 div.checkbox p {
  color: #414141;
  font-size: calc(12px + 3 * (100vw - 320px) / 680);
  font-weight: 400;
  margin-bottom: 2em;
  padding: 0 0 0 35px;
  position: relative;
  text-align: left;
}

.p-contact2 div.checkbox p a {
  border-bottom: 1px solid #3482ea;
  color: #3482ea;
  display: inline-block;
  font-size: calc(12px + 3 * (100vw - 320px) / 680);
  text-decoration: none;
}

.p-contact2 div.checkbox p a:hover {
  font-weight: 700;
  opacity: 1;
}

.p-contact2 p {
  font-size: calc(10px + 2 * (100vw - 320px) / 280);
}

.p-contact2 button {
  background: #3482ea;
  border: none;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  color: #fff;
  display: inline-block;
  font-size: calc(12px + 4 * (100vw - 320px) / 680);
  font-weight: 500;
  margin-bottom: 50px;
  padding: 0.5em 1em;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
  vertical-align: middle;
  width: 11em;
}

.p-contact2 button::before {
  background: #686564;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}

.p-contact2 button:hover::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* ---------------------------------------------
	Contact -- confirm
--------------------------------------------- */

.p-confirm__header {
  color: #3482ea;
  text-align: center;
}

.p-confirm__header ~ p {
  text-align: center;
}

.p-confirm__content {
  margin-bottom: 60px;
}

.p-confirm__content > div {
  border-top: 1px solid rgba(104, 101, 100, 0.3);
}

.p-confirm__content > div:last-of-type {
  border-bottom: 1px solid rgba(104, 101, 100, 0.3);
}

.p-confirm__content > div label {
  font-size: calc(12px + 4 * (100vw - 320px) / 680);
  font-size: calc(1.2rem + 4 * (100vw - 320px) / 680);
  font-weight: 500;
  padding-bottom: 1em;
  padding-top: 1.5em;
  position: relative;
  width: 17em;
}

.p-confirm__content > div label span {
  background: #3482ea;
  color: #fff;
  display: inline-block;
  font-size: 10px !important;
  padding: 0.25em 0.5em;
  position: absolute;
  right: 3em;
}

.p-confirm__content > div p {
  font-size: calc(13px + 4 * (100vw - 320px) / 680);
  font-size: calc(1.3rem + 4 * (100vw - 320px) / 680);
  margin-bottom: 1em;
  width: 100%;
}

.p-confirm .c-button__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  max-width: 20em;
  width: 100%;
}

.p-confirm .c-button__area button {
  border: none;
  color: #fff;
  display: block;
  font-size: calc(13px + 2 * (100vw - 320px) / 280);
  height: 2.5em;
  padding: 0.25em 0.5em;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 9em;
  z-index: 10;
}

.p-confirm .c-button__area button:nth-of-type(1) {
  background: rgba(104, 101, 100, 0.7);
}

.p-confirm .c-button__area button:nth-of-type(1):hover {
  font-weight: 500;
  opacity: 1 !important;
}

.p-confirm .c-button__area button:nth-of-type(1):hover::after {
  border-bottom: #414141 6px solid;
  border-right: #414141 6px solid;
  bottom: -6px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -6px;
  width: 9em;
  z-index: -1;
}

.p-confirm .c-button__area button:nth-of-type(2) {
  background: #3482ea;
}

.p-confirm .c-button__area button:nth-of-type(2):hover {
  font-weight: 500;
  opacity: 1 !important;
}

.p-confirm .c-button__area button:nth-of-type(2):hover::after {
  border-bottom: #414141 6px solid;
  border-right: #414141 6px solid;
  bottom: -6px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -6px;
  width: 9em;
  z-index: -1;
}

/* ---------------------------------------------
	Thanks
--------------------------------------------- */

.p-thanks__wrap {
  border: 2px solid #3482ea;
  padding: 0 1em 3em;
  position: relative;
  text-align: center;
}

.p-thanks__wrap::before {
  border-bottom: 15px solid #3482ea;
  border-right: 15px solid #3482ea;
  bottom: -15px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -15px;
  width: 100%;
  z-index: 0;
}

.p-thanks__header {
  padding-top: 3em;
}

.p-thanks__close a {
  color: #3482ea;
  font-size: 40px;
  position: absolute;
  right: -5px;
  top: -60px;
}

.p-thanks__ttl {
  color: #3482ea;
  font-size: calc(16px + 8 * (100vw - 320px) / 1280);
  margin-bottom: 3em;
}

.p-thanks__message p:nth-of-type(2) span {
  font-weight: 500;
}

.p-thanks__footer p {
  font-size: calc(10px + 2 * (100vw - 320px) / 447);
}

/* =============================================
#  Object -- Utility
============================================= */

/* ---------------------------------------------
	Effect
--------------------------------------------- */

.u-hvr:hover,
.u-hvr:hover img {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* rectout */

.u-hvr--rectout {
  -webkit-transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: color;
  background-color: transparent;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block !important;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: color;
  vertical-align: middle;
  z-index: 0;
}

.u-hvr--rectout::after {
  -webkit-transform: scale(0);
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  background-color: #3482ea;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

.u-hvr--rectout:hover,
.u-hvr--rectout:focus,
.u-hvr--rectout:active {
  color: #686564;
}

.u-hvr--rectout:hover::after,
.u-hvr--rectout:focus::after,
.u-hvr--rectout:active::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ---------------------------------------------
	Margin
--------------------------------------------- */

.u-mb1 {
  margin-bottom: 1rem;
}

.u-ml1 {
  margin-left: 1rem;
}

.u-mr1 {
  margin-right: 1rem;
}

.u-mt1 {
  margin-top: 1rem;
}

.u-mb2 {
  margin-bottom: 2rem;
}

.u-ml2 {
  margin-left: 2rem;
}

.u-mr2 {
  margin-right: 2rem;
}

.u-mt2 {
  margin-top: 2rem;
}

.u-mb3 {
  margin-bottom: 3rem;
}

.u-ml3 {
  margin-left: 3rem;
}

.u-mr3 {
  margin-right: 3rem;
}

.u-mt3 {
  margin-top: 3rem;
}

.u-mb4 {
  margin-bottom: 4rem;
}

.u-ml4 {
  margin-left: 4rem;
}

.u-mr4 {
  margin-right: 4rem;
}

.u-mt4 {
  margin-top: 4rem;
}

.u-mb5 {
  margin-bottom: 5rem;
}

.u-ml5 {
  margin-left: 5rem;
}

.u-mr5 {
  margin-right: 5rem;
}

.u-mt5 {
  margin-top: 5rem;
}

.u-mb6 {
  margin-bottom: 6rem;
}

.u-ml6 {
  margin-left: 6rem;
}

.u-mr6 {
  margin-right: 6rem;
}

.u-mt6 {
  margin-top: 6rem;
}

.u-mb7 {
  margin-bottom: 7rem;
}

.u-ml7 {
  margin-left: 7rem;
}

.u-mr7 {
  margin-right: 7rem;
}

.u-mt7 {
  margin-top: 7rem;
}

.u-mb8 {
  margin-bottom: 8rem;
}

.u-ml8 {
  margin-left: 8rem;
}

.u-mr8 {
  margin-right: 8rem;
}

.u-mt8 {
  margin-top: 8rem;
}

.u-mb9 {
  margin-bottom: 9rem;
}

.u-ml9 {
  margin-left: 9rem;
}

.u-mr9 {
  margin-right: 9rem;
}

.u-mt9 {
  margin-top: 9rem;
}

.u-mb10 {
  margin-bottom: 10rem;
}

.u-ml10 {
  margin-left: 10rem;
}

.u-mr10 {
  margin-right: 10rem;
}

.u-mt10 {
  margin-top: 10rem;
}

/* ---------------------------------------------
	Padding
--------------------------------------------- */

.u-pb1 {
  padding-bottom: 1rem;
}

.u-pl1 {
  padding-left: 1rem;
}

.u-pr1 {
  padding-right: 1rem;
}

.u-pt1 {
  padding-top: 1rem;
}

.u-pb2 {
  padding-bottom: 2rem;
}

.u-pl2 {
  padding-left: 2rem;
}

.u-pr2 {
  padding-right: 2rem;
}

.u-pt2 {
  padding-top: 2rem;
}

.u-pb3 {
  padding-bottom: 3rem;
}

.u-pl3 {
  padding-left: 3rem;
}

.u-pr3 {
  padding-right: 3rem;
}

.u-pt3 {
  padding-top: 3rem;
}

.u-pb4 {
  padding-bottom: 4rem;
}

.u-pl4 {
  padding-left: 4rem;
}

.u-pr4 {
  padding-right: 4rem;
}

.u-pt4 {
  padding-top: 4rem;
}

.u-pb5 {
  padding-bottom: 5rem;
}

.u-pl5 {
  padding-left: 5rem;
}

.u-pr5 {
  padding-right: 5rem;
}

.u-pt5 {
  padding-top: 5rem;
}

.u-pb6 {
  padding-bottom: 6rem;
}

.u-pl6 {
  padding-left: 6rem;
}

.u-pr6 {
  padding-right: 6rem;
}

.u-pt6 {
  padding-top: 6rem;
}

.u-pb7 {
  padding-bottom: 7rem;
}

.u-pl7 {
  padding-left: 7rem;
}

.u-pr7 {
  padding-right: 7rem;
}

.u-pt7 {
  padding-top: 7rem;
}

.u-pb8 {
  padding-bottom: 8rem;
}

.u-pl8 {
  padding-left: 8rem;
}

.u-pr8 {
  padding-right: 8rem;
}

.u-pt8 {
  padding-top: 8rem;
}

.u-pb9 {
  padding-bottom: 9rem;
}

.u-pl9 {
  padding-left: 9rem;
}

.u-pr9 {
  padding-right: 9rem;
}

.u-pt9 {
  padding-top: 9rem;
}

.u-pb10 {
  padding-bottom: 10rem;
}

.u-pl10 {
  padding-left: 10rem;
}

.u-pr10 {
  padding-right: 10rem;
}

.u-pt10 {
  padding-top: 10rem;
}

/* ---------------------------------------------
	Other
--------------------------------------------- */

.u-bg.gry {
  background-color: rgba(235, 235, 235, 0.6);
}

.u-bg.wht {
  background-color: #fff;
}

.u-blue {
  color: #3482ea;
}

.u-over {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.u-semibold {
  font-weight: 400;
}

.u-bold {
  font-weight: 500;
}

.u-bolder {
  font-weight: 700;
}

.u-note {
  font-size: 0.8em;
}

.u-inline {
  display: inline-block;
}

.u-block {
  display: block;
}

.u-blue {
  color: #3482ea;
}

/* ---------------------------------------------
	Position
--------------------------------------------- */

.u-algn.c {
  text-align: center;
}

.u-algn.r {
  text-align: right;
}

.u-algn.l {
  text-align: left;
}

.u-flt.l {
  float: left;
}

.u-flt.r {
  float: right;
}

/* =============================================
#  Media Queries
============================================= */

@media all and (min-width: 350px) {
  .p-contact2 .c-list__table dd .c-label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 500px;
    width: 90%;
  }
}

@media all and (min-width: 370px) {
  .p-top-news .l-container .l-content .p-top-news__list article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }

  .p-top-news .l-container .l-content .p-top-news__list article time {
    width: 6em;
  }

  .p-top-news .l-container .l-content .p-top-news__list article > div {
    width: calc(100% - 6em);
  }
}

@media all and (min-width: 400px) {
  .p-top-company {
    background-position: center top 65%;
    background-size: 360px auto;
  }

  .p-top-company .c-head.ms.blk {
    padding-bottom: 360px;
  }

  .p-top-business ul li {
    height: 390px;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 196px;
  }

  .p-top-business ul li .c-head.s {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 480px) {
  .l-header {
    height: 85px;
  }

  .l-header__inner .l-header__logo {
    top: 22px;
  }

  .l-header.fixed {
    height: 85px;
  }

  section,
  aside {
    padding-bottom: 16vw;
    padding-top: 16vw;
  }

  .c-gnav__wrap {
    top: 82px;
  }

  .c-nav__btn {
    top: 22px;
  }

  .c-area__links .c-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    width: 86vw;
  }

  .c-area__links .c-links a {
    height: 8vw;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1vw;
    max-height: 8vw;
    max-width: 40vw;
    width: 40vw;
  }

  .p-top-mv__bg p {
    font-size: calc(15px + 2 * (100vw - 480px) / 1120);
  }
}

@media screen and (min-width: 600px) {
  .l-footer__companyinfo p.copyright {
    letter-spacing: 0.1em;
  }

  .c-nav__btn div {
    height: 37px;
    margin-top: 3px;
    width: 37px;
  }

  .c-nav__btn div span:nth-of-type(2) {
    top: calc(50% - 3.5px);
  }

  .c-nav__btn div span:nth-of-type(3) {
    bottom: 3.5px;
  }

  .c-area__pagelink ul.c-pagelink {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-area__pagelink ul.c-pagelink li {
    height: calc(200px + 200 * (100vw - 600px) / 1000);
    max-height: calc(200px + 200 * (100vw - 600px) / 1000);
    padding: 30px 20px 20px;
    width: 50%;
  }

  .c-area__pagelink ul.c-pagelink li h3 {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .c-area__pagelink ul.c-pagelink li h3 span {
    font-size: calc(12px + 3 * (100vw - 600px) / 1000);
  }

  .c-area__pagelink ul.c-pagelink li a.c-link.border {
    left: 22px;
    top: 55%;
  }

  .c-area__links .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 140px;
    padding-bottom: 15px;
    padding-top: 20px;
  }

  .c-area__links .c-head.en.m {
    margin-top: 0.5em;
    text-align: left;
    width: auto;
  }

  .c-area__links .c-links {
    margin: 0;
    max-width: 660px;
    width: 70vw;
  }

  .c-area__links .c-links a {
    height: 6.6vw;
    margin-top: 2vw;
    max-height: 60px;
    max-width: 300px;
    width: 33vw;
  }

  .c-sctop_photo {
    margin-left: 0;
    width: 100%;
  }

  .c-list__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .c-list__table dt {
    padding-top: 1.5em;
    width: 9em;
  }

  .c-list__table dd {
    border-top: 1px solid rgba(104, 101, 100, 0.3);
    padding-top: 1.5em;
    width: calc(100% - 9em);
  }

  .c-list__table dd dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -1em;
  }

  .c-list__table dd dl dt {
    padding-top: 1em;
    width: 9em;
  }

  .c-list__table dd dl dd {
    padding-top: 1em;
    width: calc(100% - 9em);
  }

  .c-list__table dd dl dd:nth-of-type(1) {
    border-top: none;
  }

  .c-list__table dd dl.noline {
    padding-top: 1em;
  }

  .p-top-company .c-head.ms.blk {
    padding-bottom: 400px;
  }

  .p-business section.u-bg.gry > .l-container .l-content .c-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-business section.u-bg.gry > .l-container .l-content .c-box h5 {
    height: auto;
    line-height: 1.25;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 7em;
  }

  .p-business section.u-bg.gry > .l-container .l-content .c-box h5 span {
    display: block;
  }

  .p-business section.u-bg.gry > .l-container .l-content .c-box p {
    height: 100%;
    margin-bottom: 0;
    min-height: 80px;
    width: calc(100% - 7em);
  }

  .p-company .p-greeting p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-company .p-greeting p.u-algn.r {
    font-size: 17px;
    font-size: 1.7rem;
  }

  .p-company .p-location dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .p-company .p-location dl dt {
    padding-bottom: 0;
    width: 50%;
  }

  .p-company .p-location dl dd {
    margin-bottom: 0;
    width: 50%;
  }

  .p-contact2 .c-list__table dt {
    width: 15em;
  }

  .p-contact2 .c-list__table dt > label > span {
    top: 2.25em;
  }

  .p-contact2 .c-list__table dd {
    width: calc(100% - 15em);
  }

  .p-contact2 p {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .p-confirm__content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .p-confirm__content > div label {
    padding-top: 1.5em;
    width: 15em;
  }

  .p-confirm__content > div p {
    padding-top: 1.5em;
    width: calc(100% - 15em);
  }

  .p-confirm .c-button__area button {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 600px) and (min-width: 600px) {
  .p-business section.u-bg.gry > .l-container .l-content .c-box h5 span {
    left: 1.5em;
    position: absolute;
    top: calc(50% - 0.5em);
  }
}

@media screen and (min-width: 767px) {
  section,
  aside {
    padding-bottom: calc(120px + 30 * (100vw - 767px) / 833);
    padding-top: calc(120px + 30 * (100vw - 767px) / 833);
  }

  .l-footer {
    padding-bottom: 50px;
    padding-top: 80px;
  }

  .l-footer .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }

  .l-footer__companyinfo {
    width: 45%;
  }

  .l-footer__companyinfo > a {
    margin-left: 0;
  }

  .l-footer__companyinfo p.name {
    font-size: calc(15px + 5 * (100vw - 767px) / 833);
    line-height: 1.4;
  }

  .l-footer__companyinfo p.address {
    font-size: calc(12px + 3 * (100vw - 787px) / 833);
  }

  .l-footer__companyinfo p.call {
    line-height: 1;
    max-width: 320px;
    position: relative;
  }

  .l-footer__companyinfo p.call > a {
    background-position: left bottom 1px;
    background-size:
      16px auto,
      0 0;
    font-size: 25px;
    font-size: 2.5rem;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .l-footer__companyinfo p.call > span {
    font-size: calc(10px + 2 * (100vw - 767px) / 513);
    left: 57%;
    margin-left: 1em;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 15em;
  }

  .l-footer__companyinfo p.call > span > span {
    font-size: calc(11px + 2 * (100vw - 767px) / 513);
  }

  .l-footer__companyinfo p.copyright span:nth-of-type(1) {
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
  }

  .l-footer__navi {
    border-left: 1px solid #fff;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: calc(2em + 1 * (100vw - 767px) / 233);
    width: 50%;
  }

  .c-head.border {
    height: 3em;
    margin-bottom: 60px;
  }

  .c-area__pagelink ul.c-pagelink li a.c-link.border {
    top: calc(55% - 1em);
  }

  .c-area__links .c-head.en.m {
    margin-top: 0.75em;
  }

  .c-link__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -5vw;
    max-width: 100%;
  }

  .c-link__content li {
    height: 4em;
    max-width: 32%;
    width: 32%;
  }

  .c-link__content li a {
    padding-top: 0.85em;
  }

  .c-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px;
  }

  .c-form dt {
    padding-bottom: 1em;
    padding-right: 1em;
    padding-top: 1.7em;
    width: 200px;
  }

  .c-form dt .must {
    float: right;
  }

  .c-form dd {
    border-top: 1px solid #686564;
    padding-left: 1em;
    padding-top: 1.5em;
    width: calc(100% - 200px);
  }

  .c-form__checkarea label {
    text-align: center;
  }

  .c-form__checkarea .u-note {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    text-align: center;
    width: 36em;
  }

  .p-top .l-wrapper main section .l-container,
  .p-top .l-wrapper main section .l-content {
    max-width: 1200px !important;
  }

  .p-top-mv__bg {
    padding-bottom: 55%;
  }

  .p-top-mv__bg::before {
    background-image: url("../images/home/mainvisual.jpg");
    background-size: cover;
    width: calc(100% - 50px);
  }

  .p-top-mv__bg::after {
    top: 10%;
    width: calc(100% - 50px);
  }

  .p-top-mv__bg h2.c-mv__text {
    font-size: calc(65px + 9 * (100vw - 767px) / 833);
    height: 3em;
    width: 9.25em;
  }

  .p-top-mv__bg h2.c-mv__text br:nth-of-type(1),
  .p-top-mv__bg h2.c-mv__text br:nth-of-type(3) {
    display: none;
  }

  .p-top-mv__bg h2.c-mv__text span {
    font-size: calc(20px + 2 * (100vw - 767px) / 833);
    letter-spacing: calc(0.06em + 0.04 * (100vw - 320px) / 833);
  }

  .p-top-news {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }

  .p-top-news .l-container {
    border: none;
  }

  .p-top-news .l-container .l-content {
    border-left: 1px solid #686564;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    padding-bottom: 0;
    padding-left: 158px !important;
    padding-top: 0;
  }

  .p-top-news .l-container .l-content .c-mv__text {
    bottom: inherit;
    font-size: 32px !important;
    left: 80px !important;
    margin: 0 auto !important;
    text-align: center !important;
    top: 50%;
    width: 158px !important;
  }

  .p-top-news .l-container .l-content .c-mv__text span {
    font-size: 15px !important;
  }

  .p-top-news .l-container .l-content .p-top-news__list {
    border-left: 1px solid #686564;
    padding-left: 2em;
    padding-top: 1em;
    width: 100%;
  }

  .p-top-news .l-container .l-content a.c-link.blue {
    bottom: -2em;
    left: inherit;
    right: 0;
  }

  .p-top-company {
    background-size: 400px auto;
  }

  .p-top-business {
    padding-bottom: 80px;
  }

  .p-top-business ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px !important;
    width: 100%;
  }

  .p-top-business ul li {
    height: 390px;
    margin-bottom: 0;
    max-width: 379px;
    padding-bottom: 3em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 23%;
    width: 32%;
  }

  .p-top-business ul li > a.c-link {
    bottom: 30px !important;
    position: absolute;
  }

  .p-top-business ul li::before {
    background-size: 100% auto;
    height: 196px;
  }

  .p-top-business ul li .c-head.s {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-business .p-survey .l-container .l-content .c-link__content {
    max-width: 525px !important;
    width: 70% !important;
  }

  .p-business .p-survey .l-container .l-content .c-link__content li {
    max-width: 248px !important;
    width: 48% !important;
  }

  .p-contact2 .c-list__table dt > label > span {
    left: 14em;
    top: calc(2.5em + 1 * (100vw - 767px) / 233);
  }
}

@media screen and (min-width: 900px) {
  .p-top-business ul li {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 999px) and (min-width: 480px) {
  .c-gnav__wrap.open {
    height: calc(100vh - 95px);
  }
}

@media screen and (min-width: 1000px) {
  .l-header {
    height: 110px;
    max-height: 110px;
  }

  .l-header__inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .l-header__inner .l-header__logo {
    left: 2vw;
    max-width: 400px;
    top: 30px;
    width: 400px;
  }

  .l-header.fixed {
    height: 80px;
    max-height: 80px;
  }

  .l-header.fixed .l-header__inner .l-header__logo {
    top: 13px;
  }

  .l-header.fixed .c-gnav__wrap .c-gnav {
    bottom: 40px;
  }

  .l-header.fixed .c-gnav__wrap .c-gnav__contact__form {
    height: 80px !important;
    line-height: 50px;
  }

  .l-header.fixed .c-gnav__wrap .c-gnav__contact__tel {
    display: none;
  }

  main p,
  main a,
  main ul,
  main ol,
  main dl {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .l-footer__navi {
    padding-left: 3em;
  }

  .c-head.border {
    height: 3.5em;
  }

  .c-gnav__wrap {
    background: transparent !important;
    height: 110px;
    left: inherit;
    max-width: 1160px;
    opacity: 1;
    position: absolute;
    right: 0 !important;
    top: 0;
    visibility: visible;
    width: calc(100vw - 380px);
  }

  .c-gnav__wrap ul.c-gnav {
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 2em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 600px;
    position: absolute;
    right: calc(14vw + 20px);
    width: 40vw;
  }

  .c-gnav__wrap ul.c-gnav > li.main {
    border-right: 1px solid #686564;
    width: 25%;
  }

  .c-gnav__wrap ul.c-gnav > li.main:nth-child(4) {
    border-right: none;
  }

  .c-gnav__wrap ul.c-gnav > li.main:nth-child(5),
  .c-gnav__wrap ul.c-gnav > li.main:nth-child(6) {
    display: none;
  }

  .c-gnav__wrap ul.c-gnav > li.main > a {
    color: #414141;
    font-size: calc(12px + 2 * (1000px + 600));
    font-weight: 400;
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
  }

  .c-gnav__wrap ul.c-gnav > li.main > a:hover {
    color: #3482ea;
    font-weight: 500;
    opacity: 1 !important;
  }

  .c-gnav__wrap ul.c-gnav > li.main ul.sub {
    display: none;
  }

  .c-gnav__wrap .c-gnav__contact {
    margin-top: 0;
    padding-bottom: 0;
  }

  .c-gnav__wrap .c-gnav__contact__form:hover {
    background-color: #3482ea;
    opacity: 1 !important;
  }

  .c-gnav__wrap .c-gnav__contact__form {
    -o-background-size: 20px auto;
    -webkit-background-size: 20px auto;
    background: #414141;
    background-image: url(../images/common/icon_mail_w.svg);
    background-position: left calc(50% - 3.2em) top 47%;
    background-repeat: no-repeat;
    background-size: 20px auto;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    height: 100%;
    letter-spacing: 0;
    line-height: 5.2em;
    margin-right: 0;
    max-width: 200px;
    position: absolute;
    right: 0;
    top: 0;
    width: 14vw;
  }

  .c-gnav__wrap .c-gnav__contact__tel {
    color: #686564 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    max-width: 400px;
    position: absolute;
    right: calc(14vw + 10px);
    top: 16px;
    width: 400px;
  }

  .c-gnav__wrap .c-gnav__contact__tel > a {
    color: #686564 !important;
    height: 27px;
    width: auto;
  }

  .c-gnav__wrap .c-gnav__contact__tel > a span {
    background-image: url("../images/common/icon_tel.svg");
    background-position: left bottom 3px;
    background-size: 20px auto;
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: 0;
    line-height: 1;
    padding-bottom: 0;
    padding-left: 30px;
  }

  .c-gnav__wrap .c-gnav__contact__tel > a:hover {
    color: #3482ea !important;
  }

  .c-gnav__wrap .c-gnav__contact__tel > a:hover span {
    background-image: url("../images/common/icon_tel_blue.svg");
    font-weight: 400;
  }

  .c-gnav__wrap .c-gnav__contact__tel > p {
    font-size: 12px !important;
    letter-spacing: 0;
    margin-top: 0;
  }

  .c-gnav__wrap .c-gnav__contact__tel > p > span {
    font-size: 16px !important;
  }

  .c-nav__btn {
    display: none;
  }

  .c-mv {
    height: 320px;
  }

  .c-area__pagelink ul.c-pagelink li {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: calc(50px + 10 * (100vw - 1000px) / 600);
  }

  .c-area__pagelink ul.c-pagelink li a.c-link.border {
    left: 40px;
    top: calc(55% - 0.5em);
  }

  .c-area__sclink .c-sclink li a {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .c-list__table dt {
    width: 15em;
  }

  .c-list__table dd {
    width: calc(100% - 15em);
  }

  .c-list__table dd dl dt {
    width: 9em;
  }

  .c-list__table dd dl dd {
    width: calc(100% - 9em);
  }

  .p-top-mv__bg {
    padding-bottom: 43.75%;
  }

  .p-top-mv__bg::before {
    top: 0;
    width: calc(100% - 150px);
  }

  .p-top-mv__bg::after {
    width: calc(100% - 150px);
  }

  .p-top-mv__bg h2.c-mv__text {
    margin-left: calc(0px - 150 * (100vw - 1000px) / 600);
  }

  .p-top-news .l-container .l-content .p-top-news__list article time {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .p-top-news .l-container .l-content .p-top-news__list article > div h4 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-size: 15px;
    font-size: 1.5rem;
    max-height: 1.5em;
    overflow: hidden;
    padding-left: 3vw;
  }

  .p-top-company {
    background-position: right 12vw top 180px;
    background-size: calc(480px + 120 * (100vw - 1000px) / 440) auto;
    padding-bottom: 80px;
  }

  .p-top-company .c-mv__text {
    text-align: left;
  }

  .p-top-company .c-head.ms.blk {
    padding-bottom: 120px;
    text-align: left !important;
  }

  .p-top-company a.c-link.blue {
    bottom: 45px;
    left: 0;
  }

  .p-top-company a.c-link.blue {
    bottom: 30px;
  }

  .p-top-business ul li {
    height: calc(390px + 100 * (100vw - 1000px) / 600);
  }

  .p-top-business ul li::before {
    height: calc(196px + 64 * (100vw - 1000px) / 600) !important;
    max-height: 260px !important;
    max-width: 379px;
  }

  .p-business section.u-bg.gry > .l-container .l-content .p-business__scgroup {
    height: 100%;
    margin-bottom: 50px;
    max-height: 340px;
    min-height: 222px;
    padding: 0;
  }

  .p-business section.u-bg.gry > .l-container .l-content .p-business__scgroup .p-business__scimg {
    margin: 0 0 30px !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 360px;
  }

  .p-business section.u-bg.gry > .l-container .l-content .p-business__scgroup h4.c-head.s.blk.bold {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: calc(100% - 360px);
  }

  .p-news .l-container.u-bg.wht {
    padding: 120px 100px 80px;
  }

  .p-news #newslist article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-news #newslist article time {
    display: block;
    width: 9em;
  }

  .p-news #newslist article div {
    margin-top: 0;
    width: calc(100% - 10em);
  }

  .p-contact2 div.checkbox p {
    font-size: 15px !important;
  }

  .p-contact2 div.checkbox p a {
    font-size: 15px !important;
  }

  .p-contact2 button {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-confirm__content > div label {
    font-size: 16px;
    font-size: 1.6rem;
    width: 15em;
  }

  .p-confirm__content > div p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-top-business ul li .c-head.s {
    margin-bottom: 0;
    margin-top: 0.75em;
  }

  .p-top-business ul li p {
    margin: auto;
    margin-top: -1.25em;
    width: 90%;
  }
}

@media screen and (min-width: 1280px) {
  .l-footer__companyinfo > a {
    max-width: 430px;
  }

  .c-gnav__wrap ul.c-gnav {
    right: 220px;
  }

  .c-gnav__wrap .c-gnav__contact__form {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 4.5em;
    width: 200px;
  }

  .c-gnav__wrap .c-gnav__contact__tel {
    right: 220px;
  }

  .c-nav__btn div {
    display: none;
  }

  .c-mv__text {
    font-size: 50px;
    font-size: 5rem;
  }

  .c-mv__text span {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .c-area__pagelink ul.c-pagelink li a.c-link.border {
    top: 50%;
  }

  .p-top-mv__bg::before {
    width: calc(100% - 190px);
  }

  .p-top-mv__bg::after {
    width: calc(100% - 190px);
  }

  .p-top-news .l-container .l-content {
    padding-left: 200px !important;
  }

  .p-top-news .l-container .l-content .c-mv__text {
    left: 93px !important;
    width: 180px !important;
  }

  .p-top-news .l-container .l-content .p-top-news__list {
    padding-left: 4em;
  }
}

@media screen and (min-width: 1450px) {
  .l-header__inner .l-header__logo {
    max-width: 451px;
    top: 30px;
    width: 451px;
  }

  .l-footer__companyinfo p.call > a {
    padding-left: 24px;
  }

  .l-footer__companyinfo p.call > span {
    left: 58%;
    top: -1px;
  }

  .c-head.border {
    height: 3.75em;
  }

  .p-top .l-wrapper main section .l-content {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .p-top-company {
    background-position: right calc((100vw - 1200px) / 2) top 180px;
    background-size: 600px auto;
  }

  .p-top-business ul li .c-head.s {
    margin-top: 2em;
  }
}

@media screen and (min-width: 1600px) {
  .l-header__inner .l-header__logo {
    left: 3vw;
  }

  section,
  aside {
    padding-bottom: 150px;
    padding-top: 150px;
  }

  .l-footer__companyinfo p.name {
    font-size: 20px;
    font-size: 2rem;
  }

  .l-footer__companyinfo p.address {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .l-footer__navi > li {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .l-footer__navi > li ul.sub > li {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .c-head.l {
    font-size: 60px;
    font-size: 6rem;
  }

  .c-head.m {
    font-size: 38px;
    font-size: 3.8rem;
  }

  .c-head.ms {
    font-size: 34px;
    font-size: 3.4rem;
  }

  .c-head.s {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .c-head.sm {
    font-size: 19px;
    font-size: 1.9rem;
  }

  .c-head.ss {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .c-head.sc {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .c-head.sc.en.l {
    font-size: 60px;
    font-size: 6rem;
  }

  .c-head.sc.en.l span.small {
    font-size: 24px !important;
  }

  .c-head.border > span.en {
    font-size: 20px;
    font-size: 2rem;
  }

  .c-head.border > span.jp {
    font-size: 23px;
    font-size: 2.3rem;
  }

  .c-area__pagelink ul.c-pagelink li {
    max-height: 400px;
    padding-top: 60px;
  }

  .c-area__pagelink ul.c-pagelink li h3 span {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .c-area__links .c-head.en.m {
    font-size: 38px;
    font-size: 3.8rem;
    width: 33%;
  }

  .c-area__links .c-links {
    margin-top: -20px;
    max-width: 760px;
  }

  .c-area__links .c-links a {
    max-height: 72px;
    max-width: 360px;
  }

  .p-top .l-wrapper main section .l-container,
  .p-top .l-wrapper main section .l-content {
    max-width: 1200px !important;
    width: 100% !important;
  }

  .p-top-mv__bg p {
    font-size: 17px;
    font-size: 1.7rem;
  }

  .p-top-mv__bg h2.c-mv__text {
    font-size: 74px;
    font-size: 7.4rem;
    margin-left: -150px;
  }

  .p-top-mv__bg h2.c-mv__text span {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .p-top-business ul li {
    height: 490px;
  }

  .p-business section.u-bg.gry > .l-container .l-content > p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-recruit h2.c-head.sc span a {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .p-isms_qms > .l-container .l-content p,
  .p-isms_qms > .l-container .l-content li {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-isms_qms > .l-container .c-head.sc {
    font-size: 20px;
    font-size: 2rem;
  }

  .p-contact1 dl dt {
    font-size: 54px;
    font-size: 5.4rem;
  }

  .p-contact1 dl dt a {
    font-size: 64px;
    font-size: 6.4rem;
  }

  .p-contact1 dl dt:nth-of-type(2) a {
    font-size: 61px;
    font-size: 6.1rem;
  }

  .p-thanks__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 999px) {
  .l-header.open ~ main {
    opacity: 0.1;
  }

  .c-gnav__wrap.open {
    height: calc(100vh - 17vw);
    opacity: 1;
    overflow-y: scroll !important;
    padding: 0 6vw;
    visibility: visible;
    width: 100vw;
    z-index: 3;
  }

  .c-gnav__wrap.open ul.c-gnav {
    display: block;
    margin: auto;
    max-width: 24em;
    padding-top: 20px;
  }

  .c-gnav__wrap.open ul.c-gnav > li.main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    display: block;
    margin: auto;
    padding-top: 20px;
  }

  .c-gnav__wrap.open ul.c-gnav > li.main a {
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 3em;
    line-height: 1.5em;
    text-align: center !important;
    width: 100%;
  }

  .c-gnav__wrap.open ul.c-gnav > li.main a:hover {
    font-weight: 700;
    opacity: 1 !important;
  }

  .c-gnav__wrap.open ul.c-gnav > li.main ul.sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px auto;
    max-width: 20em;
  }

  .c-gnav__wrap.open ul.c-gnav > li.main ul.sub > li a {
    font-size: 10px !important;
    font-weight: 300;
    height: 2.5em;
    line-height: 0.75;
    width: 8em;
  }

  .c-gnav__wrap.open ul.c-gnav > li.main ul.sub > li a:hover {
    font-weight: 500;
    opacity: 1;
  }
}

@media screen and (max-width: 766px) {
  .c-form__list label:first-of-type {
    margin-left: -1vw;
  }

  .p-top-business ul li:nth-child(3) {
    margin-bottom: -2em;
  }
}

@media screen and (max-width: 599px) {
  .p-business section.u-bg.gry#services3 .c-box h5 span > br {
    display: none;
  }

  .p-isms_qms > .c-head.sc.blk span {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .c-area__pagelink ul.c-pagelink li {
    background-size: auto 130%;
  }

  .c-thanks__message p {
    font-size: 2.91667vw;
  }

  .p-contact1 dl dt span {
    display: block;
  }
}

/*# sourceMappingURL=maps/style.css.map */

/* --------------------------------

	2026-03-01 修正

----------------------------------- */

/* 	TOP:COMPANY	 */
#top #top-company {
  padding: 100px 0;
  font-size: 10px;
  background-image: none;
}
#top #top-company .content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#top #top-company .content__body {
  flex: 1 1 auto;
}
#top #top-company .content__head {
  flex: 0 0 600px;
  width: 600px;
  padding-top: 60px;
}
#top #top-company .content__head .img {
  display: block;
  width: 100%;
  max-width: 100%;
}
#top #top-company .title {
  margin: 0;
  font-family: "Novecento sans wide", "Work Sans", "Raleway", sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
  color: #3482ea;
  letter-spacing: 0.05em;
}
#top #top-company .c-link {
  position: relative;
  bottom: auto;
  margin: 100px 0 0;
}
#top #top-company .c-link::before {
  top: 50% !important;
  transform: translateY(-50%);
  line-height: 1;
}
#top #top-company .c-link.sp {
  display: none;
}

@media screen and (max-width: 1199px) {
  #top #top-company {
    padding: 80px 0;
  }
  #top #top-company .content {
    flex-direction: column;
    align-items: center;
  }
  #top #top-company .content__body {
    width: 100%;
    flex: 0 0 100%;
  }
  #top #top-company .content__head {
    flex: 0 0 100%;
    width: 100%;
    padding-top: 60px;
  }
  #top #top-company .content__head .img {
    margin: 0 auto;
    width: 400px;
  }
  #top #top-company .title {
    font-size: calc(26px + 24 * (100vw - 320px) / 960);
    text-align: center;
  }
  #top #top-company .c-link {
    margin: 60px 0 0;
  }
  #top #top-company .c-link.pc {
    display: none;
  }
  #top #top-company .c-link.sp {
    display: block;
  }
}

@media screen and (max-width: 758px) {
  #top #top-company {
    padding: 50px 0;
  }
  #top #top-company .content__head {
    padding-top: 50px;
  }
  #top #top-company .content__head .img {
    width: 100%;
  }
  #top #top-company .title {
    font-size: calc(26px + 24 * (100vw - 320px) / 960);
  }
  #top #top-company .c-link {
    margin: 40px 0 0;
  }
}

/* TOP:BUSINESS */
#top #top-business ul {
  margin-top: 20px;
}
#top #top-business ul li {
  height: auto;
  padding-bottom: 60px;
}
#top #top-business ul li .c-head.s {
  margin-top: 20px;
  padding-bottom: 40px;
}
#top #top-business ul li .c-link {
  margin: 0 auto;
  position: relative !important;
  left: auto !important;
  right: auto;
  bottom: auto !important;
}
#top #top-business ul li .c-link::before {
  top: 50% !important;
  transform: translateY(-50%);
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  #top #top-business ul {
    margin-top: 0;
  }
  #top #top-business ul li {
    padding-bottom: 40px;
  }
}

/* ISMS_PMS:  */
.p-isms_qms > .l-container p.u-algn.r {
  margin-top: 0;
}
.p-isms_qms > .l-container p.u-algn.r.u-mt5 {
  margin-top: 5em;
}
#isms_qms .contact_table {
  border-collapse: collapse;
  margin-top: 1em;
  width: 100%;
  max-width: 760px;
  border: 1px solid #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  background: #fff;
}

#isms_qms .contact_table__head,
#isms_qms .contact_table__body {
  border: 1px solid #666;
  padding: 8px 12px;
  vertical-align: top;
}

#isms_qms .contact_table__head {
  width: 140px;
  font-weight: 700;
  white-space: nowrap;
}

#isms_qms .contact_table__inner {
  width: 100%;
  border-collapse: collapse;
}

#isms_qms .contact_table__inner td {
  padding: 0;
  border: none;
  vertical-align: top;
}

#isms_qms .contact_table__label {
  width: 180px;
  white-space: nowrap;
}

#isms_qms .contact_table__colon {
  width: 24px;
  text-align: center;
  white-space: nowrap;
}

#isms_qms .contact_table__value {
  word-break: break-word;
}
#isms_qms .contact_table__value a {
  margin: 0;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .p-isms_qms > .l-container p.u-algn.r.u-mt5 {
    margin-top: 3em;
  }
  #isms_qms .contact_table {
    margin-top: 1.5em;
    max-width: 100%;
    font-size: 13px;
  }

  #isms_qms .contact_table__head {
    width: 140px;
  }

  #isms_qms .contact_table__label {
    width: 135px;
  }

  #isms_qms .contact_table__colon {
    width: 20px;
  }
}

@media screen and (max-width: 758px) {
  #isms_qms .contact_table {
    margin-top: 1.2em;
    font-size: 12px;
  }
  #isms_qms .contact_table__head,
  #isms_qms .contact_table__body {
    padding: 12px 8px;
  }
  #isms_qms .contact_table__head {
    width: 85px;
  }
  #isms_qms .contact_table .contact_table__inner .contact_table__label {
    text-wrap: wrap;
  }
  #isms_qms .contact_table__inner,
  #isms_qms .contact_table__inner tr {
    display: block;
    width: 100%;
  }
  #isms_qms .contact_table__inner tr + tr {
    margin-top: 1em;
  }
  #isms_qms .contact_table__inner td {
    display: inline-block;
  }

  #isms_qms .contact_table__value {
    display: block;
    width: 100%;
    margin-top: 0.2em;
  }
  #isms_qms .contact_table__label {
    width: auto;
    font-weight: 700;
  }

  #isms_qms .contact_table__colon {
    width: auto;
  }
}

/* BUSINESS */
@media screen and (max-width: 758px) {
  #business .nobr {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  #business .c-link__content.jcc {
    justify-content: center;
  }
  #business .c-link__content.jcc li + li {
    margin-left: 2em;
  }
}

/* ===================================

  2026/03/20 修正

====================================== */
@media screen and (min-width: 1025px) {
  .l-footer__companyinfo p.call > span {
    text-wrap: nowrap;
  }
}

/* ---------------------------------
  フッター ISO追加
----------------------------------- */
.l-footer .iso-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 1200px;
  max-width: 100%;
  margin: 50px auto 0;
}
.l-footer .iso-wrap .iso-wrap__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
}
.l-footer .iso-wrap .iso {
  width: 110px;
}
.l-footer .iso-wrap .iso + .iso {
  margin-left: 20px;
}
.l-footer .iso-wrap .iso__block {
  display: block;
  width: 100%;
}
.l-footer .iso-wrap .iso__img {
  display: block;
  width: 100%;
}
.l-footer .iso-wrap .copyright {
  color: #fff;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .l-footer .iso-wrap {
    width: 100%;
    margin: 40px auto 0;
    padding: 0 30px;
  }
  .l-footer .iso-wrap .iso-wrap__inner {
    padding-right: 0;
  }
  .l-footer .iso-wrap .iso {
    width: 100px;
  }
  .l-footer .iso-wrap .iso + .iso {
    margin-left: 15px;
  }
  .l-footer .iso-wrap .copyright {
    font-size: 14px;
  }
}

@media screen and (max-width: 758px) {
  .l-footer .iso-wrap {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }
  .l-footer .iso-wrap .iso-wrap__inner {
    justify-content: center;
  }
  .l-footer .iso-wrap .iso {
    width: 80px;
  }
  .l-footer .iso-wrap .copyright {
    margin-top: 30px;
    font-size: 10px;
  }
}
