@charset "UTF-8";

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

/* =============================================
BLUEPOWER Corporation Style Sheet
First Update 2025-10-20
Last  Update 2025-10-20
Created by Basic Plus Design Inc.
============================================= */

/* ---------------------------------------------
	Fonts
--------------------------------------------- */
/* NotoSansJP */
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 200;
  src: url("./fonts/NotoSansJP-ExtraLight") format("ttf");
}

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

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

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

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

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

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

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/NotoSansJP-Black") format("ttf");
}

/* Roboto */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/Roboto-Thin") format("ttf");
}

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

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

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

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

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/Roboto-Black") format("ttf");
}

/* =============================================
#  Reboot
   normalize | MIT License
============================================= */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 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: #0d0d0d;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0;
  line-height: 2;
  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: 400;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 900;
}

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

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: #0d0d0d;
  text-decoration: none;
}

.mouse a:hover {
  color: #163259;
  text-decoration: none;
}

.mouse a:focus {
  color: #163259;
  text-decoration: none;
}

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: monospace, 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;
}

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: inherit;
  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"] {
  appearance: button;
  -webkit-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="submit"] {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  appearance: listbox;
  -webkit-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"] {
  appearance: none;
  -webkit-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(22, 50, 89, 0.4);
}

::selection {
  background-color: rgba(22, 50, 89, 0.4);
}

/* =============================================
#  Foundation
============================================= */
/* ---------------------------------------------
	Base
--------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

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

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

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: #0d0d0d;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 15;
  font-smooth: antialiased;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  text-size-adjust: 100%;
}

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

a,
p,
ul,
ol,
dl {
  font-size: calc(12px + 3 * (100vw - 320px) / 960);
}

p {
  margin-bottom: 1.8em;
}

p span {
  display: inline-block;
}

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

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: 400;
}

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: 400;
  outline: none;
  -webkit-transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

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

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

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

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 #0d0d0d;
  margin: 3em 0;
}

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

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

@media screen and (min-width: 1280px) {
  a,
  p,
  ul,
  ol,
  dl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media all and (max-width: 320px) {
  a,
  p,
  ul,
  ol,
  dl {
    font-size: 10px;
  }
}

/* =============================================
#  Layout
============================================= */
/* ---------------------------------------------
	Header
--------------------------------------------- */
.l-header {
  background: #fff;
  height: 68px;
  padding-top: 10px;
  position: fixed;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  width: 100%;
  z-index: 101;
}

.l-header__call {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  left: -32px;
  padding-left: 2.5em;
  position: absolute;
  top: 15px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 0;
}

.l-header__logo {
  height: 50px;
  margin-top: 5px;
  max-width: 166px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  width: 60%;
}

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

@media screen and (min-width: 600px) {
  .l-header {
    height: calc(80px + 80 * (100vw - 600px) / 1000);
    padding-top: 10px;
  }

  .l-header__logo {
    height: calc(53px + 32 * (100vw - 600px) / 680);
    left: 50%;
    margin-bottom: 1vw;
    margin-top: 5px;
    max-height: 75px;
    max-width: 250px;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(176px + 84 * (100vw - 600px) / 680);
  }

  .l-header.fixed .l-header__logo {
    height: 52px;
    top: 30px;
    width: 176px;
  }

  .l-header.fixed .l-header__call {
    top: 5px;
  }

  .l-header.fixed .sm-button {
    top: 5px;
  }
}

@media screen and (min-width: 767px) {
  .l-header__call {
    font-size: calc(20px + 6 * (100vw - 767px) / 833);
    padding-left: 1.5em;
    top: calc(18px + 20 * (100vw - 767px) / 833);
  }
}

@media screen and (min-width: 1280px) {
  .l-header__call {
    padding-left: 1em;
  }

  .l-header__logo {
    height: 75px;
    width: 250px;
  }
}

@media screen and (min-width: 1450px) {
  .l-header__call {
    padding-left: 1.2em;
  }
}

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

  .l-header__call {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 766px) {
  .l-header .l-container {
    width: calc(100% - 4vw);
  }
}

@media screen and (max-width: 599px) {
  .l-header__call {
    display: none;
  }
}

/* ---------------------------------------------
	Footer
--------------------------------------------- */
.l-footer {
  padding-top: 14.58333vw;
  position: relative;
  z-index: 0;
}

.l-footer .l-container {
  padding: 0;
}

.l-footer__upper,
.l-footer__bottom {
  background-color: transparent;
  margin: auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
}

.l-footer__upper .l-footer__left {
  max-width: 250px;
  width: 250px;
}

.l-footer__upper .l-footer__left .c-head__mss {
  font-size: 150%;
  font-weight: 900;
  margin-left: -1em;
}

.l-footer__upper .l-footer__left .c-head__s.en {
  font-size: 130%;
  font-weight: 900;
  margin-bottom: 0.15em;
  margin-left: -0.5em;
  margin-top: 1em;
}

.l-footer__upper .l-footer__left a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 0.5em;
  margin-left: 0 !important;
  margin-top: -1.25em;
}

.l-footer__upper .l-footer__left a:hover {
  color: #163259;
  opacity: 1 !important;
}

.l-footer__upper .l-footer__left p {
  font-size: 95%;
  font-weight: 500;
  line-height: 1.4;
}

.l-footer__upper .l-footer__left p.add span {
  display: block;
}

.l-footer__upper .l-footer__left p.add span:nth-of-type(1) {
  margin-top: -0.5em;
}

.l-footer__upper .l-footer__left p.open {
  margin-bottom: 0;
  margin-top: -0.8em;
}

.l-footer__upper .l-footer__left p.open span {
  display: inline-block;
}

.l-footer__upper .l-footer__left p.open span:nth-of-type(2) {
  font-weight: 900;
  margin-top: -0.5em;
}

.l-footer__upper .l-footer__right {
  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-left: 0;
  max-width: calc(100% - 280px);
  width: calc(100% - 280px);
}

.l-footer__upper .l-footer__right ul.c-mn__block:nth-of-type(1) {
  width: 13em;
}

.l-footer__upper .l-footer__right ul.c-mn__block:nth-of-type(2) {
  width: 15em;
}

.l-footer__upper .l-footer__right ul.c-mn__block:nth-of-type(3) {
  width: 8em;
}

.l-footer__upper .l-footer__right ul.c-mn__block > li > a {
  font-size: 80%;
  font-weight: 700 !important;
}

.l-footer__upper .l-footer__right ul.c-mn__block > li > a:hover {
  color: #163259;
  font-size: 90%;
  font-weight: 900 !important;
  opacity: 1;
}

.l-footer__upper .l-footer__right ul.c-mn__block > li > ul > li a {
  font-size: 84%;
  font-weight: 400 !important;
  position: relative;
}

.l-footer__upper .l-footer__right ul.c-mn__block > li > ul > li a:hover {
  color: #163259 !important;
  font-size: 75%;
  font-weight: 500 !important;
  opacity: 1;
}

.l-footer__upper .l-footer__right ul.c-mn__block > li > ul > li a:hover span {
  border-bottom: 1px solid #163259;
  border-bottom-width: auto;
}

.l-footer__upper .l-footer__right ul.c-mn__block:nth-of-type(1) > li > a {
  font-size: 92%;
}

.l-footer__upper .l-footer__right ul.c-mn__block:nth-of-type(1) > li > a:hover {
  font-size: 102%;
}

.l-footer__upper .l-footer__right ul.c-mn__block:nth-of-type(1) > li > a > span {
  font-size: 88%;
}

.l-footer__upper .l-footer__right ul.c-mn__block:nth-of-type(1) > li > a > span:hover {
  font-size: 90%;
}

.l-footer__upper .l-footer__right ul.c-mn__block ul.c-submn > li {
  margin-top: 0.25em;
}

.l-footer__bottom {
  margin-top: 10px;
  padding-top: 15px;
}

.l-footer__bottom .l-footer__left > a {
  margin: 10px auto 50px;
  max-width: 150px;
  width: 35vw;
}

.l-footer__bottom .l-footer__left > a > img:nth-of-type(1) {
  display: block;
}

.l-footer__bottom .l-footer__left > a > img:nth-of-type(2) {
  display: none;
}

.l-footer__bottom .l-footer__right .l-footer__link {
  border-bottom: 0.425px solid #0d0d0d;
  border-top: 0.425px solid #0d0d0d;
  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;
}

.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(1) a,
.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(2) a,
.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(3) a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding-left: 0.5em;
  padding-right: 2em;
  padding-top: 0.5em;
  text-align: left !important;
}

.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(1) a:hover,
.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(2) a:hover,
.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(3) a:hover {
  color: #163259 !important;
  font-weight: 900;
  margin-top: -1px;
  opacity: 1 !important;
}

.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(4),
.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(5),
.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(6) {
  height: 18px;
  margin: 10px 0;
  width: 18px;
}

.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(4) a,
.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(5) a,
.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(6) a {
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}

.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(4) a:hover,
.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(5) a:hover,
.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(6) a:hover {
  cursor: pointer;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(4) a {
  background-image: url("../images/common/ico_instagram.svg");
}

.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(5) {
  margin-left: 20px;
  margin-right: 20px;
}

.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(5) a {
  background-image: url("../images/common/ico_facebook.svg");
}

.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(6) a {
  background-image: url("../images/common/ico_youtube.svg");
}

.l-footer__bottom .l-footer__right .copyright {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 0.5em;
}

.l-footer__bottom .l-footer__right .copyright span {
  display: inline-block;
}

.l-footer__bottom .l-footer__right .copyright span:nth-of-type(3) {
  display: block;
  font-size: 110%;
}

@media screen and (min-width: 480px) {
  .l-footer {
    padding-bottom: 20px;
    padding-top: 67px;
  }

  .l-footer__upper .l-footer__left .c-head__mss {
    font-size: 160%;
  }
}

@media screen and (min-width: 600px) {
  .l-footer__bottom .l-footer__right .copyright span:nth-of-type(3) {
    display: inline-block;
    margin-left: 1.5em;
  }
}

@media screen and (min-width: 767px) {
  .l-footer__upper {
    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;
  }

  .l-footer__upper .l-footer__left .c-head__mss {
    margin-left: 0;
    font-size: 20px;
  }

  .l-footer__upper .l-footer__left .c-head__s.en {
    margin-left: 2.4em;
    margin-top: 0.5em;
  }

  .l-footer__upper .l-footer__left a {
    margin-bottom: 0.2em;
    margin-left: 1.8em !important;
  }

  .l-footer__bottom {
    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;
  }

  .l-footer__bottom .l-footer__left > a {
    margin-top: 30px;
    max-width: 350px;
    width: 320px;
  }

  .l-footer__bottom .l-footer__left > a > img:nth-of-type(1) {
    display: none;
  }

  .l-footer__bottom .l-footer__left > a > img:nth-of-type(2) {
    display: block;
  }

  .l-footer__bottom .l-footer__right {
    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-left: 0;
    max-width: calc(100% - 280px);
    width: calc(100% - 280px);
  }

  .l-footer__bottom .l-footer__right .l-footer__link {
    width: 100%;
  }

  .l-footer__bottom .l-footer__right .copyright {
    bottom: 2em;
    position: absolute;
    right: 0;
  }
}

@media screen and (min-width: 1000px) {
  .l-footer {
    padding-top: 110px;
  }

  .l-footer__upper .l-footer__left {
    max-width: 350px;
    width: 350px;
  }

  .l-footer__upper .l-footer__left .c-head__s.en {
    font-size: 19px;
    /* margin-left: 3em; */
  }

  .l-footer__upper .l-footer__left a {
    font-size: 26px;
    margin-left: 1.75em !important;
  }

  .l-footer__upper .l-footer__left p {
    font-size: 14px;
  }

  .l-footer__upper .l-footer__left p.open span:nth-of-type(2) {
    font-size: 14px;
  }

  .l-footer__upper .l-footer__right {
    max-width: 640px;
    width: calc(100% - 380px);
  }

  .l-footer__upper .l-footer__right ul.c-mn__block:nth-of-type(1) {
    max-width: 12em;
    width: 12em;
  }

  .l-footer__upper .l-footer__right ul.c-mn__block > li > a {
    font-size: 90%;
  }

  .l-footer__upper .l-footer__right ul.c-mn__block > li > a:hover {
    font-size: 102%;
  }

  .l-footer__upper .l-footer__right ul.c-mn__block:nth-of-type(1) > li > a {
    font-size: 102%;
  }

  .l-footer__upper .l-footer__right ul.c-mn__block:nth-of-type(1) > li > a:hover {
    font-size: 112%;
  }

  .l-footer__upper .l-footer__right ul.c-mn__block:nth-of-type(3) {
    width: 8em;
  }

  .l-footer__upper .l-footer__right ul.c-mn__block ul.c-submn > li {
    font-size: 110%;
  }

  .l-footer__bottom .l-footer__right {
    max-width: 640px;
    width: calc(100% - 380px);
  }
}

@media screen and (max-width: 766px) {
  .l-footer__upper .l-footer__left {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }

  .l-footer__upper .l-footer__right {
    display: none;
  }

  .l-footer__bottom .l-footer__right .l-footer__link {
    margin-left: -5px;
    padding-left: calc((100% - 94px) / 2);
    padding-right: calc((100% - 94px) / 2);
    width: 100%;
  }

  .l-footer__bottom .l-footer__right .l-footer__link li:nth-child(1),
  .l-footer__bottom .l-footer__right .l-footer__link li:nth-child(2),
  .l-footer__bottom .l-footer__right .l-footer__link li:nth-child(3) {
    display: none;
  }

  .l-footer__bottom .l-footer__right .copyright {
    line-height: 1.5;
    margin-bottom: 0.5em;
    margin-left: -2em;
    margin-top: 1em;
    text-align: center;
  }
}

@media all and (max-width: 320px) {
  .l-footer__bottom .l-footer__right .copyright {
    font-size: 3.5vw;
  }
}

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

.l-wrapper .en {
  font-family: "Roboto", sans-serif;
  margin-left: 1.3em;
  -webkit-transform: scale(1.3, 1);
  transform: scale(1.3, 1);
}

main {
  margin-top: 60px;
  min-height: 600px;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 0;
}

main p {
  padding-top: 0.5em;
  line-height: 2;
}

main p > span {
  display: inline-block;
}

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

section .u-photo {
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 34vw;
  left: 0;
  max-height: 318px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

section .u-photo ~ .l-container {
  margin-top: 31.25vw;
}

section.blue {
  background-color: #163259;
}

section.blue .l-content {
  color: #fff;
}

section.lgy {
  background-color: #e7e7e7;
}

section.lgy2 {
  background-color: #eee;
}

section.border {
  margin-bottom: 6.25vw;
  padding-bottom: 0 !important;
}

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

.l-container .l-content {
  margin: auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
}

.l-container .l-content.c-sc {
  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;
}

.l-container .l-content.c-sc .c-sc__item:nth-of-type(2) > img {
  margin: 20px auto !important;
}

@media screen and (min-width: 480px) {
  section,
  aside {
    padding-bottom: 97px;
    padding-top: 97px;
  }

  section.border {
    margin-bottom: 37px;
  }
}

@media screen and (min-width: 600px) {
  main {
    margin-top: calc(80px + 80 * (100vw - 600px) / 1000);
  }
}

@media screen and (min-width: 1000px) {
  section,
  aside {
    padding-bottom: 120px;
    padding-top: 120px;
  }

  section.border {
    margin-bottom: 0;
  }

  .l-container .l-content.c-sc {
    -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;
  }

  .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) {
    width: 35%;
  }

  .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) {
    width: 65%;
  }

  .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) > img {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1280px) {
  section,
  aside {
    padding-bottom: 150px;
    padding-top: 150px;
  }

  section .u-photo ~ .l-container {
    margin-top: 350px;
  }

  .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) {
    width: 40%;
  }

  .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) {
    width: 60%;
  }
}

@media screen and (min-width: 1600px) {
  main {
    margin-top: 160px;
  }
}

/* =============================================
#  Object
============================================= */
/* ---------------------------------------------
	Navigation -- global menu
--------------------------------------------- */
body.sm-activate {
  overflow: hidden;
}

body.sm-activate main {
  opacity: 0;
  z-index: -1;
}

body.sm-activate.open .sm-menu,
body.sm-activate.open .c-gnav {
  opacity: 1;
}

.sm-menu {
  height: 0;
  left: 0;
  margin-left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}

.sm-menu.animated {
  height: 100%;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.sm-menu.sm-bottom-left {
  left: -150%;
  max-width: 600px;
  top: 150%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.sm-menu.sm-bottom-right {
  left: 150%;
  max-width: 600px;
  top: 150%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sm-menu.sm-top {
  top: -150%;
}

.sm-menu.sm-top-left {
  left: -150%;
  top: -150%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sm-menu.sm-top-right {
  left: 150%;
  top: -150%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sm-menu.sm-left {
  left: -150%;
  top: 50%;
}

.sm-menu.sm-right {
  left: 150%;
  top: 50%;
}

.sm-menu.re-rotate {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.sm-menu.ff-hack {
  height: 100vh;
  left: 50%;
  opacity: 1;
  top: 0;
  visibility: visible;
}

.sm-menu .sm-nav {
  background: #fff;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(-50%, 0, 0) scale(0.002, 1);
  transform: translate3d(-50%, 0, 0) scale(0.002, 1);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  width: 50%;
}

.sm-menu .sm-nav::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 100%;
  position: relative;
  vertical-align: middle;
}

.sm-menu .sm-nav:nth-child(1) {
  padding-bottom: 40px;
  padding-top: 70px;
}

.sm-menu .sm-nav:nth-child(2) {
  padding-bottom: 40px;
  -webkit-transform: translate3d(50%, 0, 0) scaleX(0.002);
  transform: translate3d(50%, 0, 0) scaleX(0.002);
}

.sm-menu .sm-nav .nav-inner {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: none;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
}

.sm-menu .sm-nav.animated {
  opacity: 1;
  overflow: auto;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.sm-menu .sm-nav.animated .nav-inner {
  display: inline-block;
}

.sm-menu.sm-horizontal .sm-nav {
  -webkit-transform: translate3d(25%, 0, 0) scale(0.5, 0.002);
  transform: translate3d(25%, 0, 0) scale(0.5, 0.002);
}

.sm-menu.sm-horizontal .sm-nav:nth-child(2) {
  right: 0;
  -webkit-transform: translate3d(-25%, 0, 0) scaleX(0.5) scaleY(0.002);
  transform: translate3d(-25%, 0, 0) scaleX(0.5) scaleY(0.002);
}

.sm-menu.sm-horizontal .sm-nav.animated {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.sm-menu .sm-close {
  display: none;
}

.sm-menu .sm-overlay {
  background: #fff;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}

body.sm-activate .sm-menu .sm-overlay {
  opacity: 1;
  visibility: visible;
}

.c-gnav {
  background: #fff;
}

.c-gnav__menu,
.c-gnav__submn {
  margin: auto;
  max-width: 280px;
  width: 65%;
}

.c-gnav__submn {
  border-top: 1px solid #fff;
  margin-top: -0.5em;
  padding-top: 1.2em;
}

.c-gnav__submn li a {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
}

.c-gnav__submn li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.c-gnav__left {
  background: #163259 !important;
}

.c-gnav__left .nav-inner {
  position: relative;
}

.c-gnav__left .c-gnav__menu li {
  height: 1.8em;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.8em;
  position: relative;
  text-align: center;
  width: 100%;
}

.c-gnav__left .c-gnav__menu li.active a {
  color: rgba(255, 255, 255, 0.4);
}

.c-gnav__left .c-gnav__menu li a {
  color: #fff;
  display: block;
  font-size: 90%;
  font-weight: 700;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.c-gnav__left .c-gnav__menu li a:hover {
  color: rgba(255, 255, 255, 0.4);
}

.c-gnav__left .c-gnav__menu li:nth-child(1) a {
  font-size: 100%;
}

.c-gnav__left .c-gnav__menu li:nth-child(2) a > span {
  font-size: 110%;
}

.c-gnav__left .c-gnav__submn li {
  margin-bottom: 0.5em;
}

.c-gnav__left .c-gnav__submn li a {
  font-size: 90%;
}

.c-gnav__right {
  background: #fff;
}

.c-gnav__right .nav-inner {
  position: relative;
}

.c-gnav__right .c-gnav__logo {
  margin: 60px auto 18px;
  max-width: 230px !important;
  width: 60% !important;
}

.c-gnav__right .c-gnav__flex .c-gnav__access .c-head__ms {
  font-family: "Roboto", "Noto Sans JP", sans-serif !important;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 900 !important;
  letter-spacing: 0.05em;
  margin-left: -1em;
}

.c-gnav__right .c-gnav__flex .c-gnav__access .c-head__ms span.en {
  font-family: "Roboto", sans-serif !important;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 900 !important;
  letter-spacing: 0;
  margin-left: 0.8em;
  -webkit-transform: scale(1.3, 1);
  transform: scale(1.3, 1);
}

.c-gnav__right .c-gnav__flex .c-gnav__access .c-head__s {
  font-family: "Roboto", sans-serif !important;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700 !important;
  margin-bottom: 0;
  -webkit-transform: scale(1.3, 1);
  transform: scale(1.3, 1);
}

.c-gnav__right .c-gnav__flex .c-gnav__access p {
  font-family: "Roboto", sans-serif !important;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 0;
}

.c-gnav__right .c-gnav__flex .c-gnav__access p span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-gnav__right .c-gnav__flex .c-gnav__sns ul {
  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: auto;
  width: 150px;
}

.c-gnav__right .c-gnav__flex .c-gnav__sns ul li {
  height: 20px;
  width: 50px;
}

.c-gnav__right .c-gnav__flex .c-gnav__sns ul li a {
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  height: 100%;
  width: 100%;
}

.c-gnav__right .c-gnav__flex .c-gnav__sns ul li a:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.c-gnav__right .c-gnav__flex .c-gnav__sns ul li:nth-child(1) a {
  background-image: url("../images/common/ico_instagram.svg");
}

.c-gnav__right .c-gnav__flex .c-gnav__sns ul li:nth-child(2) {
  padding-left: 15px;
  padding-right: 15px;
}

.c-gnav__right .c-gnav__flex .c-gnav__sns ul li:nth-child(2) a {
  background-image: url("../images/common/ico_facebook.svg");
}

.c-gnav__right .c-gnav__flex .c-gnav__sns ul li:nth-child(3) a {
  background-image: url("../images/common/ico_youtube.svg");
}

.c-gnav__right .c-gnav__flex .c-gnav__contact a {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  -webkit-transform: scale(1.24, 1);
  transform: scale(1.24, 1);
}

.c-gnav__right .c-gnav__flex .c-gnav__contact a:hover {
  color: #163259;
}

.c-gnav__right .c-gnav__flex .c-gnav__contact p {
  font-weight: 700;
  line-height: 1.6;
}

.c-gnav__right .c-gnav__submn {
  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;
  line-height: 1;
  max-width: 360px;
  padding: 5px;
  width: 90vw;
}

.c-gnav__right .c-gnav__submn a {
  background: #0d0d0d;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  max-width: 140px;
  width: 45%;
}

.c-gnav__right .c-gnav__submn a:hover {
  background: #163259;
  font-weight: 700;
}

@media screen and (min-width: 767px) {
  .sm-menu {
    left: 50%;
    margin-left: -50vw;
  }

  .sm-menu .sm-nav:nth-child(1) {
    left: 0;
    padding-top: 0;
  }

  .sm-menu .sm-nav:nth-child(2) {
    padding-top: 0;
    right: 0;
  }
}

@media screen and (min-width: 1280px) {
  .c-gnav__left .nav-inner {
    left: calc(50vw - 600px);
    max-width: 600px;
  }

  .c-gnav__right .nav-inner {
    margin-left: 0;
    max-width: 600px;
  }
}

@media screen and (max-width: 766px) {
  .sm-menu.animated {
    overflow-y: scroll;
  }

  .sm-menu.ff-hack {
    left: 0;
  }

  .sm-menu .sm-nav {
    height: auto;
    position: relative;
    width: 100%;
  }

  .sm-menu .sm-nav.animated .nav-inner {
    margin-top: 0;
  }
}

@media all and (max-width: 479px) {
  .c-gnav__right .nav-inner {
    padding-bottom: 100px;
  }
}

@media all and (max-width: 400px) {
  .c-gnav__right .c-gnav__flex .c-gnav__contact a {
    font-size: 7vw;
  }
}

/* ---------------------------------------------
  Square Menu Effect
--------------------------------------------- */
.flyInRight {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}

.flyInLeft {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}

/* ---------------------------------------------
	Navigation -- menu button
--------------------------------------------- */
.sm-button {
  background: transparent;
  cursor: pointer;
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 900;
  height: 40px;
  letter-spacing: 0.2em;
  padding-top: 25px;
  position: fixed;
  right: 15px;
  text-align: left;
  top: 18px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  width: 32px;
  z-index: 105;
}

.sm-button:hover {
  color: #163259;
  opacity: 0.7;
}

.sm-button::before {
  border-bottom: 3px solid #0d0d0d;
  border-top: 3px solid #0d0d0d;
  content: "";
  display: block;
  height: 23px;
  position: fixed;
  right: 15px;
  top: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 32px;
}

.sm-button::after {
  background: #0d0d0d;
  content: "";
  display: block;
  height: 3px;
  position: fixed;
  right: 15px;
  top: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 32px;
}

.sm-button.open {
  color: transparent;
}

.sm-button.open::before {
  border-bottom: none;
  border-top-color: #fff;
  right: 23px;
  top: 29px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sm-button.open::after {
  background: #fff;
  top: 31px;
  -webkit-transform: rotate(137deg);
  transform: rotate(137deg);
}

@media screen and (min-width: 600px) {
  .sm-button {
    position: absolute;
    top: 17px;
  }

  .sm-button::before {
    position: absolute;
    right: 0;
    top: 0;
  }

  .sm-button::after {
    position: absolute;
    right: 0;
    top: 10px;
  }

  .sm-button.open {
    height: 40px;
    position: fixed;
    right: 0 !important;
    top: 0 !important;
    width: 40px;
  }

  .sm-button.open::before {
    position: fixed;
    right: 24px;
    top: 24px;
  }

  .sm-button.open::after {
    position: fixed;
    right: 17px;
    top: 27px;
  }
}

@media screen and (min-width: 767px) {
  .sm-button {
    right: 6px;
    top: calc(20px + 6 * (100vw - 767px) / 233);
  }

  .sm-button.open {
    background: #163259;
    opacity: 1 !important;
  }

  .sm-button.open::before {
    right: 10px;
    top: 15px;
  }

  .sm-button.open::after {
    right: 3px;
    top: 18px;
  }
}

@media screen and (min-width: 1000px) {
  .sm-button {
    font-size: 11px;
    font-size: 1.1rem;
    top: calc(26px + 10 * (100vw - 1000px) / 280);
  }

  .sm-button::before {
    right: -7px;
    width: 40px;
  }

  .sm-button::after {
    right: -7px;
    width: 40px;
  }

  .sm-button.open::before {
    right: 5px;
  }

  .sm-button.open::after {
    right: -2px;
  }
}

@media screen and (min-width: 1280px) {
  .sm-button {
    font-size: 12px;
    font-size: 1.2rem;
    height: 40px;
    text-align: center;
    top: 36px;
    width: 40px;
  }

  .sm-button::before {
    right: -2px;
    top: 2px;
  }

  .sm-button::after {
    right: -2px;
    top: 12px;
  }

  .sm-button.open {
    height: 45px;
    width: 45px;
  }

  .sm-button.open::before {
    right: 7px;
  }

  .sm-button.open::after {
    right: 0;
  }
}

@media screen and (min-width: 1600px) {
  .sm-button.open {
    right: calc(100vw - 45px);
  }

  .sm-button.open::before {
    right: 9px;
  }

  .sm-button.open::after {
    right: 3px;
  }
}

/* ---------------------------------------------
	Navigation -- page menu
--------------------------------------------- */
.c-nav__pagemn {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -6vw;
  margin-right: auto;
  margin-top: 4vw;
  width: 100vw;
}

.c-nav__pagemn li {
  -o-background-size: auto 34%;
  -webkit-background-size: auto 34%;
  background-color: #163259;
  background-position: center top 20%;
  background-repeat: no-repeat;
  background-size: auto 34%;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 24vw;
  margin: 1vw 0;
  max-height: 104px;
  max-width: 104px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 24vw;
}

.c-nav__pagemn li:hover {
  background-color: #fff;
}

.c-nav__pagemn li:first-child {
  margin-left: 0;
}

.c-nav__pagemn li:last-child {
  margin-right: 0;
}

.c-nav__pagemn li span {
  display: block;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.c-nav__pagemn li span:nth-of-type(1) {
  font-size: 2.5vw;
  letter-spacing: 0;
  margin-top: 54%;
}

.c-nav__pagemn li span:nth-of-type(2) {
  color: #163259;
  font-size: 8px;
  font-size: 0.8rem;
  letter-spacing: 0;
}

@media screen and (min-width: 321px) {
  .c-nav__pagemn li span:nth-of-type(1) {
    font-size: calc(12px + 7 * (100vw - 320px) / 1280);
  }

  .c-nav__pagemn li span:nth-of-type(2) {
    font-size: calc(8px + 6 * (100vw - 320px) / 1280);
  }
}

@media screen and (min-width: 480px) {
  .c-nav__pagemn li {
    margin-left: 1vw;
    margin-right: 1vw;
  }
}

@media screen and (min-width: 767px) {
  .c-nav__pagemn {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    right: 2.5vw;
    top: 2vw;
    width: auto;
    z-index: 0;
  }

  .c-nav__pagemn li {
    height: 13vw;
    margin-left: 0.5vw;
    margin-right: 0;
    max-height: calc(104px + 46 * (100vw - 767px) / 833);
    max-width: calc(104px + 46 * (100vw - 767px) / 833);
    width: 13vw;
  }
}

@media screen and (min-width: 1000px) {
  .c-nav__pagemn {
    right: 40px;
    top: calc(40px - 10 * (100vw - 1000px) / 600);
  }

  .c-nav__pagemn li {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
  }
}

@media screen and (min-width: 1450px) {
  .c-nav__pagemn {
    right: 80px;
  }
}

@media screen and (min-width: 1600px) {
  .c-nav__pagemn {
    top: 35px;
  }

  .c-nav__pagemn li {
    height: 150px;
    width: 150px;
  }

  .c-nav__pagemn li span:nth-of-type(1) {
    font-size: 19px;
    font-size: 1.9rem;
  }

  .c-nav__pagemn li span:nth-of-type(2) {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media all and (max-width: 320px) {
  .c-nav__pagemn li {
    height: 75px;
    width: 75px;
  }
}

/* ---------------------------------------------
	Area -- contact
--------------------------------------------- */
.c-area__contact {
  background: #0d0d0d;
  padding-bottom: 12.5vw;
  padding-top: 12.5vw;
}

.c-area__contact .l-container {
  max-width: 1280px;
}

.c-area__contact .l-content:nth-of-type(1) .c-head__border {
  color: #fff;
  font-size: calc(16px + 6 * (100vw - 320px) / 1280) !important;
  line-height: 1.1 !important;
  margin-left: 13px !important;
  text-align: center !important;
  width: 6em !important;
}

.c-area__contact .l-content:nth-of-type(1) .c-head__border ~ p:nth-of-type(1) {
  font-size: calc(11px + 2 * (100vw - 320px) / 1280) !important;
  line-height: 1 !important;
  margin-top: -0.5em !important;
}

.c-area__contact .l-content:nth-of-type(1) > p:nth-of-type(2) {
  font-size: calc(10px + 2 * (100vw - 320px) / 1280) !important;
  font-weight: 500;
  line-height: 1.8em;
  margin-top: 6em;
}

@media screen and (min-width: 1200px) {
  .c-area__contact .l-content:nth-of-type(1) > p:nth-of-type(2) {
    font-size: 14px !important;
  }
}

.c-area__contact .l-content:nth-of-type(1) > p:nth-of-type(2) span {
  display: block;
}

.c-area__contact .l-content:nth-of-type(2) ul {
  margin-top: 2em;
  max-width: 480px;
  width: 100%;
}

.c-area__contact .l-content:nth-of-type(2) ul li {
  background: #fff;
  height: 3em;
  margin-top: 20px;
  width: 100%;
}

.c-area__contact .l-content:nth-of-type(2) ul li:hover {
  background: #163259;
}

.c-area__contact .l-content:nth-of-type(2) ul li:nth-of-type(1) {
  padding-right: 1.25em;
}

.c-area__contact .l-content:nth-of-type(2) ul li:nth-of-type(1) span:nth-of-type(2) {
  font-size: 120%;
}

.c-area__contact .l-content:nth-of-type(2) ul li:nth-of-type(2) {
  padding-right: 1.5em;
}

.c-area__contact .l-content:nth-of-type(2) ul li:nth-of-type(2) span:nth-of-type(2) {
  font-size: 105%;
  line-height: 2.7 !important;
}

.c-area__contact .l-content:nth-of-type(2) ul li:nth-of-type(3) {
  padding-right: 0.5em;
}

.c-area__contact .l-content:nth-of-type(2) ul li:nth-of-type(3) span:nth-of-type(2) {
  font-size: 80%;
  font-weight: 900;
  line-height: 3.65;
}

.c-area__contact .l-content:nth-of-type(2) ul li a {
  color: #0d0d0d;
  display: -webkit-box;
  display: -ms-flexbox;
  align-items: center;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 4em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  width: 100%;
}

.c-area__contact .l-content:nth-of-type(2) ul li a:hover {
  color: #fff;
  font-weight: 900;
  opacity: 1 !important;
}

.c-area__contact .l-content:nth-of-type(2) ul li a > span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  padding-left: 1em;
  padding-right: 1em;
  position: absolute;
  top: 0;
}

.c-area__contact .l-content:nth-of-type(2) ul li a > span:nth-of-type(1) {
  height: 100%;
  left: -1em;
  line-height: 3;
  text-align: left;
}

.c-area__contact .l-content:nth-of-type(2) ul li a > span:nth-of-type(2) {
  height: 100%;
  right: 0;
  text-align: right;
}

.c-area__contact .l-content:nth-of-type(2) ul li a > span:nth-of-type(2).en {
  line-height: 2.4;
}

.c-area__contact .l-content:nth-of-type(2) ul li a > span:nth-of-type(2).jp {
  right: 0;
}

@media screen and (min-width: 480px) {
  .c-area__contact {
    padding-bottom: 57px;
    padding-top: 57px;
  }
}

@media screen and (min-width: 600px) {
  .c-area__contact .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;
  }

  .c-area__contact .l-content:nth-of-type(1) {
    height: 15em;
    width: 50%;
  }

  .c-area__contact .l-content:nth-of-type(2) {
    max-width: 480px;
    width: 50%;
  }
}

@media screen and (min-width: 767px) {
  .c-area__contact .l-content:nth-of-type(1) .c-head__border {
    line-height: 1.5;
    margin-left: 16px !important;
  }

  .c-area__contact .l-content:nth-of-type(1) > p:nth-of-type(2) {
    margin-top: 7.5em !important;
  }

  .c-area__contact .l-content:nth-of-type(1) > p:nth-of-type(2) span {
    display: inline-block;
  }
}

@media screen and (min-width: 1000px) {
  .c-area__contact {
    padding-bottom: 60px;
    padding-top: 90px;
  }

  .c-area__contact .l-content:nth-of-type(1) .c-head__border ~ p:nth-of-type(1) {
    font-size: 13px;
    margin-top: -0.7em !important;
  }

  .c-area__contact .l-content:nth-of-type(1) > p:nth-of-type(2) {
    margin-top: 7em !important;
  }
}

@media screen and (min-width: 600px) {

  .c-area__contact .l-content:nth-of-type(2) {
    margin-top: 0 ;
  }

  .c-area__contact .l-content:nth-of-type(2) ul {
    margin-top: 0 ;
  }
  .c-area__contact .l-content:nth-of-type(2) ul li:first-child {
    margin-top: 0 ;
  }
}

@media screen and (min-width: 1280px) {
  .c-area__contact .l-content:nth-of-type(1) {
    width: calc(100% - 400px);
  }

  .c-area__contact .l-content:nth-of-type(2) {
    width: 400px;
    margin-top: 0;
  }

  .c-area__contact .l-content:nth-of-type(2) ul {
    max-width: 400px;
    margin-top: 0;
  }
  .c-area__contact .l-content:nth-of-type(2) ul li:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 1600px) {
  .c-area__contact .l-content:nth-of-type(1) .c-head__border {
    font-size: 22px !important;
  }
}

/* ---------------------------------------------
	Link -- more
--------------------------------------------- */
.c-more {
  background: #fff;
  border: 1px solid #163259;
  color: #163259;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: auto;
  padding: 0.35em;
  text-align: center;
}

.c-more span {
  display: inline-block;
  font-size: 90%;
  margin-left: -3em;
  position: relative;
}

.c-more span::before {
  border-right: 1px solid #0d0d0d;
  border-top: 1px solid #0d0d0d;
  bottom: 0;
  color: #163259;
  content: "";
  display: block;
  height: 6px;
  margin: auto;
  position: absolute;
  right: -2.5em;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  width: 6px;
  z-index: 0;
}

.c-more span::after {
  background: #163259;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  margin: auto;
  position: absolute;
  right: -2.5em;
  top: 0;
  width: 2em;
  z-index: 0;
}

.c-more:hover {
  background: #163259;
  color: #fff;
}

.c-more:hover span::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  right: -4em;
}

.c-more:hover span::after {
  background: #fff;
  right: -4em;
  width: 3em;
}

/* ---------------------------------------------
	Main visual
--------------------------------------------- */
.c-mv {
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 35%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 480px) {
  .c-mv {
    max-height: 318px;
    padding-bottom: 25vw;
  }
}

@media screen and (min-width: 1280px) {
  .c-mv {
    height: 318px;
    padding-bottom: 0;
  }
}

/* ---------------------------------------------
	Flexbox
--------------------------------------------- */
.c-flex.lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.c-flex.lr .c-flex__item:nth-of-type(1) {
  margin-top: 60px;
  width: 100%;
}

.c-flex.lr .c-flex__item:nth-of-type(1) img {
  width: 100%;
}

.c-flex.lr .c-flex__item:nth-of-type(2) {
  width: 100%;
}

@media screen and (min-width: 321px) {
  .c-flex.xxs {
    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-flex.xxs .c-flex__item {
    margin: 0;
    width: 50%;
  }
}

@media screen and (min-width: 480px) {
  .c-flex.xs {
    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-flex.xs .c-flex__item {
    margin: 0;
    width: 50%;
  }
}

@media screen and (min-width: 600px) {
  .c-flex.sm {
    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-flex.sm .c-flex__item {
    margin: 0;
    width: 50%;
  }
}

@media screen and (min-width: 767px) {
  .c-flex.md {
    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-flex.md .c-flex__item {
    margin: 0;
    width: 50%;
  }

  .c-flex.lr {
    display: block;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }

  .c-flex.lr .c-flex__item:nth-of-type(1) {
    float: right;
    padding-bottom: 5vw;
    padding-left: 5vw;
    width: 45%;
  }

  .c-flex.lr .c-flex__item:nth-of-type(2) {
    width: auto;
  }
}

@media screen and (min-width: 1000px) {
  .c-flex.lg {
    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-flex.lg .c-flex__item {
    margin: 0;
    width: 50%;
  }

  .c-flex.lr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-flex.lr .c-flex__item:nth-of-type(1) {
    float: inherit;
    padding: 0;
    width: 32.5%;
  }

  .c-flex.lr .c-flex__item:nth-of-type(2) {
    width: 55%;
  }
}

@media screen and (min-width: 1280px) {
  .c-flex.lr .c-flex__item:nth-of-type(1) {
    padding-left: 80px;
    width: 43%;
  }
}

@media screen and (max-width: 766px) {
  .c-flex.lr .c-flex__item:nth-of-type(1) img {
    max-width: 320px;
  }
}

/* ---------------------------------------------
	Heading
--------------------------------------------- */
/* ---------------------------------------------
	Heading -- page
--------------------------------------------- */
.c-head__page {
  height: 3.75em;
  position: relative;
}

.c-head__page span {
  display: block;
  line-height: 1;
  position: absolute;
}

.c-head__page span:nth-of-type(1) {
  color: #0d0d0d;
  font-family: "Roboto", sans-serif;
  font-size: calc(20px + 12 * (100vw - 320px) / 1280);
  font-weight: 900;
  left: -0.6em;
  top: 0;
}

.c-head__page span:nth-of-type(2) {
  font-size: calc(10px + 6 * (100vw - 320px) / 1280);
  font-weight: 500;
  left: 0.15em;
  top: calc(25px + 16 * (100vw - 320px) / 1280);
}

@media screen and (min-width: 1600px) {
  .c-head__page span:nth-of-type(1) {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .c-head__page span:nth-of-type(2) {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------
	Heading -- border
--------------------------------------------- */
.c-head__border {
  border: 2px solid #163259;
  color: #163259;
  font-size: calc(14px + 6 * (100vw - 320px) / 1280) !important;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 2px 0.25em;
  text-align: center;
  width: auto;
}

.c-head__border ~ p {
  color: #163259;
  font-size: calc(9px + 5 * (100vw - 320px) / 1280);
  font-weight: 900;
}

.c-head__border.w {
  border-color: #fff;
  color: #fff;
}

.c-head__border.w ~ p {
  color: #fff;
}

@media screen and (min-width: 1600px) {
  .c-head__border {
    font-size: 20px !important;
  }

  .c-head__border ~ p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* ---------------------------------------------
	Heading -- large
--------------------------------------------- */
.c-head__l {
  font-size: calc(24px + 11 * (100vw - 320px) / 1280);
  font-size: calc(24px + 21 * (100vw - 320px) / 1280);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 1.5em;
}

.c-head__l span {
  display: inline-block;
}

@media screen and (min-width: 1000px) {
  .c-head__l {
    margin-top: -0.25em;
  }
}

@media screen and (min-width: 1600px) {
  .c-head__l {
    font-size: 35px;
    font-size: 3.5rem;
    font-size: 45px;
    font-size: 4.5rem;
  }
}

@media all and (max-width: 479px) {
  .c-head__l {
    letter-spacing: 0;
  }
}

@media all and (max-width: 320px) {
  .c-head__l {
    font-size: 6vw;
  }
}

/* ---------------------------------------------
	Heading -- x large
--------------------------------------------- */
.c-head__xl {
  font-size: calc(25px + 25 * (100vw - 320px) / 960);
  font-weight: 900;
  line-height: 1.2;
}

.c-head__xl span {
  display: block !important;
}

.c-head__xl.en {
  margin-left: 11vw;
}

@media screen and (min-width: 1000px) {
  .c-head__xl.en {
    margin-left: 1.6em;
  }
}

@media screen and (min-width: 1280px) {
  .c-head__xl {
    font-size: 50px;
    font-size: 5rem;
  }

  .c-head__xl.en {
    margin-left: 1.75em;
  }
}

@media all and (max-width: 479px) {
  .c-head__xl {
    letter-spacing: 0;
  }
}

@media all and (max-width: 320px) {
  .c-head__xl {
    font-size: 7.5vw;
  }
}

/* ---------------------------------------------
	Heading -- middle 24
--------------------------------------------- */
.c-head__m {
  font-size: calc(22px + 6 * (100vw - 320px) / 960);
  margin-bottom: 1.5em;
}

.c-head__m span {
  display: inline-block;
}

.c-head__m span.block {
  display: block;
  line-height: 1.4;
}

.c-head__m span.block:first-of-type {
  margin-top: 1em;
}

.c-head__m span.block:last-of-type {
  margin-bottom: 10px;
}

@media screen and (min-width: 1280px) {
  .c-head__m {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1600px) {
  .c-head__m {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

@media all and (max-width: 320px) {
  .c-head__m {
    font-size: 6.4vw;
  }
}

/* ---------------------------------------------
	Heading -- middle 22
--------------------------------------------- */
.c-head__ms {
  font-size: calc(20px + 2 * (100vw - 320px) / 960);
  font-weight: 400;
  margin-bottom: 1.5em;
  position: relative;
}

.c-head__ms span {
  display: inline-block;
}

@media screen and (min-width: 1280px) {
  .c-head__ms {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media all and (max-width: 479px) {
  .c-head__ms {
    letter-spacing: 0;
  }
}

@media all and (max-width: 320px) {
  .c-head__ms {
    font-size: 6vw;
  }
}

/* ---------------------------------------------
	Heading -- middle 20
--------------------------------------------- */
.c-head__mss {
  font-size: calc(18px + 2 * (100vw - 320px) / 960);
  margin-bottom: -0.5em;
  position: relative;
}

.c-head__mss span {
  display: inline-block;
}

.c-head__mss span.jp {
  font-size: 90%;
  font-weight: 900;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1280px) {
  .c-head__mss {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media all and (max-width: 479px) {
  .c-head__mss {
    letter-spacing: 0;
  }
}

@media all and (max-width: 320px) {
  .c-head__mss {
    font-size: 5.4vw;
  }
}

/* ---------------------------------------------
	Heading -- small 18
--------------------------------------------- */
.c-head__s {
  font-size: calc(16px + 2 * (100vw - 320px) / 960);
}

.c-head__s span {
  display: inline-block;
}

@media screen and (min-width: 1280px) {
  .c-head__s {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media all and (max-width: 320px) {
  .c-head__s {
    font-size: 4.8vw;
  }
}

/* ---------------------------------------------
	Heading -- small 16
--------------------------------------------- */
.c-head__ss {
  font-size: calc(15px + 1 * (100vw - 320px) / 960);
  margin-bottom: 0.5em;
}

@media screen and (min-width: 1280px) {
  .c-head__ss {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media all and (max-width: 320px) {
  .c-head__ss {
    font-size: 4.5vw;
  }
}

/* ---------------------------------------------
	List
--------------------------------------------- */
.c-list li {
  margin-left: 1em;
  text-indent: -1em;
}

.c-list li span {
  display: inline-block;
  margin-left: 1em;
}

.c-list.dot li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.c-list.dot li::before {
  content: "・";
  padding-right: 0.5em;
  width: 1.5em;
}

.c-list.dot li span {
  display: inline-block;
  margin-left: 1.5em;
}

.c-list.maru li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.c-list.maru li::before {
  content: "◯";
  padding-right: 0.5em;
  width: 1.5em;
}

.c-list.maru li span {
  display: inline-block;
  margin-left: 1.5em;
}

/* =============================================
#  Project
============================================= */
/* ---------------------------------------------
	TOP
--------------------------------------------- */
.p-top main {
  margin-top: 0;
}

.p-top-slider__wrapper .c-flex__item:nth-of-type(1) p {
  color: #999;
  font-size: calc(10px + 3 * (100vw - 320px) / 960);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  padding-top: 1em;
}

.p-top-slider__wrapper .c-flex__item:nth-of-type(1) p span {
  margin-bottom: 0.5em;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-top-slider__wrapper .l-container {
  /*height: calc(100vh - 225px);*/
  max-width: 1280px;
  position: absolute;
  width: 100%;
}
.p-top-slider__wrapper {
  height: 150vw;
  width: 100vw;
  border: 1px solid red;
}

.swiper-container,
.swiper-wrapper {
  background-color: transparent !important;
  height: calc(100vh - 165px);
  max-height: 600px;
  position: relative;
  width: 100vw;
  z-index: 1;
}

.swiper-slide {
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: calc(100% - 60px);
  position: relative;
  width: 100%;
  z-index: 10;
}

.swiper-slide#slide1 {
  background-image: url("../images/slider/slide1s.jpg");
}

.swiper-slide#slide2 {
  background-image: url("../images/slider/slide2s.jpg");
}

.swiper-slide#slide3 {
  background-image: url("../images/slider/slide3s.jpg");
}

.p-top-slider__wrapper .l-container > .l-content {
  height: 70%;
  left: 20px;
  position: absolute;
  top: 60px;
  z-index: 100;
  /*border: 1px solid blue;*/
}

.p-top-slider__wrapper .l-container > .l-content .c-slider_txt span,
.p-top-slider__wrapper .l-container > .l-content p {
  color: #fff;
}

.p-top-slider__wrapper .l-container > .l-content .c-slider_txt {
  display: block;
  font-size: 36px;
  line-height: 1.2;
  max-width: 60vw;
  margin-left: 70px;
  transform: scale(1.5, 1);
}

.p-top-slider__wrapper .l-container > .l-content p {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
  left: 0;
  /*border: 1px solid red;*/
  position: absolute;
  top: 56%;
}

.swiper-slide__overlay {
  -o-background-size: 40% auto;
  -webkit-background-size: 40% auto;
  background-color: transparent;
  background-position: center top 50%;
  background-repeat: no-repeat;
  background-size: 40% auto;
  height: auto;
  left: -2px;
  position: absolute;
  top: 50px;
  width: 70%;
  z-index: 11;
  /*border: 1px solid red;*/
}

#slide1 .swiper-slide__overlay,
#slide2 .swiper-slide__overlay,
#slide3 .swiper-slide__overlay {
  background-image: url("../assets/images/slider/slide_txt_s.png");
}

.swiper-pagination {
  background: #fff;
  bottom: 0;
  height: 50px;
  line-height: 50px;
}

.swiper-pagination-bullet {
  background: #ccc !important;
  height: 5px !important;
  margin: 0 10px !important;
  opacity: 1;
  overflow: visible;
  width: 35px !important;
}

.swiper-pagination-bullet-active {
  background: #0d0d0d !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  right: -20px;
}

@media screen and (min-width: 600px) {
  .p-top-slider__wrapper {
    height: 640px;
  }

  .p-top-slider__wrapper .l-container {
    height: 100%;
    overflow: hidden;
    width: calc(100% - 12vw);
  }

  .swiper-container,
  .swiper-wrapper {
    height: 100%;
  }

  .swiper-slide {
    background-size: cover;
    height: calc(100% - 60px);
  }
}

@media screen and (min-width: 767px) {
  .swiper-slide {
    background-position: left 30% center;
  }

  .swiper-slide#slide1 {
    background-image: url("../images/slider/slide1.jpg");
  }

  .swiper-slide#slide2 {
    background-image: url("../images/slider/slide2.jpg");
  }

  .swiper-slide#slide3 {
    background-image: url("../images/slider/slide3.jpg");
  }

  .swiper-slide__overlay {
    background-size: 450px auto;
    height: 40%;
  }
}

@media screen and (min-width: 1000px) {
  .swiper-slide__overlay {
    background-color: transparent;
    background-position: top left;
    background-size: contain;
    max-width: 459px;
    width: 40%;
  }

  #slide1 .swiper-slide__overlay {
    left: 6%;
    top: 21%;
  }

  #slide2 .swiper-slide__overlay {
    left: 6%;
    top: calc(50% - 50px);
  }

  #slide3 .swiper-slide__overlay {
    left: 56%;
    top: calc(50% - 50px);
  }
}

@media screen and (min-width: 1280px) {
  .p-top-slider__wrapper .c-flex__item {
    width: 3em !important;
  }

  #slide1 .swiper-slide__overlay {
    top: 18%;
  }

  #slide3 .swiper-slide__overlay {
    left: calc(94% - 459px);
  }
}

@media screen and (min-width: 1600px) {
  .p-top-slider__wrapper {
    max-width: 1600px;
  }

  .p-top-slider__wrapper .c-flex__item:nth-of-type(1) p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media all and (max-width: 599px) {
  .p-top-slider__wrapper {
    /*border: 1px solid red;*/
    height: 125.725vw;
  }

  .p-top-slider__wrapper .c-flex__item {
    display: none !important;
    height: 0;
    width: 0;
  }
}

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

#top_news .c-head__page {
  margin-left: 0;
}

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

/* ---------------------------------------------
	GREETING
--------------------------------------------- */
#greeting .p-message__name span:nth-of-type(1) {
  display: block;
  line-height: 1;
  margin-top: 8em;
}

#greeting .p-message__name span:nth-of-type(2) {
  display: inline-block;
  font-size: 110%;
  margin-right: 1em;
}

#greeting .p-message__name span:nth-of-type(3) {
  display: inline-block;
  font-size: 160%;
}

@media screen and (min-width: 600px) {
  #greeting .c-head__l {
    margin-top: 80px;
  }
}

/* MISSION
--------------------------------------------- */
#mission .c-head__xl {
  font-family: "Roboto", sans-serif;
  margin-top: 1em;
}

@media screen and (min-width: 1000px) {
  #mission .c-head__xl {
    margin-left: 1.8em;
    margin-top: -10px;
  }
}

@media screen and (min-width: 1280px) {
  #mission .c-head__xl {
    margin-left: 6.5vw;
  }
}

@media screen and (min-width: 1600px) {
  #mission .c-head__xl {
    margin-left: 2em;
  }
}

/* VISION
--------------------------------------------- */
#vision .c-head__page span:nth-of-type(1) {
  left: -0.7em;
}

#vision .c-sc__item:nth-of-type(2) {
  -o-background-size: 70vw;
  -webkit-background-size: 70vw;
  background-image: url(../images/company/vision.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70vw;
  margin-top: 50px;
}

#vision .c-sc__item:nth-of-type(2) ul {
  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;
}

#vision .c-sc__item:nth-of-type(2) ul:nth-of-type(1) {
  margin-bottom: 76vw;
}

#vision .c-sc__item:nth-of-type(2) ul li {
  background: #fff;
  max-width: 23em;
  min-height: 7em;
  padding: 1em 1em 0;
  width: 45%;
}

#vision .c-sc__item:nth-of-type(2) ul li h3 {
  color: #163259;
  margin-bottom: 0;
}

#vision .c-sc__item:nth-of-type(2) ul li p {
  font-size: 85%;
  line-height: 1.2;
}

#vision .c-sc__item:nth-of-type(2) ul li p span {
  display: inline;
}

@media screen and (min-width: 600px) {
  #vision .c-sc__item:nth-of-type(2) {
    background-size: 400px;
  }

  #vision .c-sc__item:nth-of-type(2) ul:nth-of-type(1) {
    margin-bottom: 460px;
  }
}

@media screen and (min-width: 1000px) {
  #vision .c-sc__item:nth-of-type(2) {
    background-size: 520px;
    margin-top: 0;
  }

  #vision .c-sc__item:nth-of-type(2) ul:nth-of-type(1) {
    margin-bottom: 580px;
  }

  #vision .c-sc__item:nth-of-type(2) ul li p {
    font-size: 100%;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1280px) {
  #vision .c-sc__item:nth-of-type(2) ul li {
    max-width: 24em;
    padding-left: 2em;
    padding-right: 2em;
  }

  #vision .c-sc__item:nth-of-type(2) ul li h3 {
    font-size: 120%;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 0.15em;
  }
}

@media screen and (min-width: 1450px) {
  #vision .c-sc__item:nth-of-type(2) ul li p span {
    display: inline-block;
  }
}

/* PROFILE
--------------------------------------------- */
#profile dl {
  border-top: 1px dotted #0d0d0d;
}

#profile dl dt {
  font-weight: 700;
  height: auto;
  padding: 1em 0 0;
  width: 100%;
}

#profile dl dt span {
  display: inline-block;
}

#profile dl dd {
  border-bottom: 1px dotted #0d0d0d;
  height: auto;
  padding: 0 0 1em;
  width: 100%;
}

#profile dl dd > span {
  display: block;
}

#profile dl dd ul {
  display: table;
}

#profile dl dd ul li {
  margin-left: 1em;
  position: relative;
  text-indent: -1em;
}

#profile dl dd ul li span {
  display: inline-block;
}

#profile dl dd ul li a.c-more.border {
  bottom: 30px;
  height: 2em;
  margin: auto;
  position: absolute;
  width: 60px;
}

#profile dl.p-securitynumber {
  border: 1px solid #999;
}

#profile dl.p-securitynumber dt,
#profile dl.p-securitynumber dd {
  border-top: none !important;
  font-size: 90%;
  font-weight: 400;
  height: 2.5em;
  line-height: 1.25;
  margin-bottom: 0;
  padding: 0.6em 1em;
}

#profile dl.p-securitynumber dt:last-of-type,
#profile dl.p-securitynumber dd:last-of-type {
  border-bottom: none;
}

#profile dl.p-securitynumber dt {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  color: #000;
  font-weight: 500;
  width: 12em;
}

#profile dl.p-securitynumber dd {
  border-bottom: 1px solid #999;
  width: calc(100% - 12em);
}

@media screen and (min-width: 480px) {
  #profile dl {
    border-bottom: 1px dotted #0d0d0d;
    border-top: none;
    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;
  }

  #profile dl dt {
    border-top: 1px dotted #0d0d0d;
    padding-bottom: 0.5em;
    padding-top: 1.5em;
    width: 10em;
  }

  #profile dl dd {
    border-bottom: none;
    border-top: 1px dotted #0d0d0d;
    padding-bottom: 0.5em;
    padding-top: 1.5em;
    width: calc(100% - (10em + 1px));
  }
}

@media screen and (min-width: 600px) {
  #profile dl dd > span {
    display: inline-block;
  }

  #profile dl dd ul li {
    font-size: 95%;
  }
}

@media screen and (min-width: 1450px) {
  #profile dl dt {
    width: 15em;
  }

  #profile dl dd {
    width: calc(100% - (15em + 1px));
  }
}

@media screen and (max-width: 999px) {
  #profile .c-head__page {
    margin-bottom: 4vw;
  }
}

@media screen and (max-width: 599px) {
  #profile dl {
    margin-top: 2em;
  }
  #profile dl.p-securitynumber {
    margin-top: 0.5em;
  }
  #profile dl.p-securitynumber dt,
  #profile dl.p-securitynumber dd {
    width: 100% !important;
  }
  #profile dl.p-securitynumber dt {
    border-right: 0;
  }
  #profile dl.p-securitynumber dt:nth-of-type(5) {
    border-bottom: 1px solid #999;
  }
}

/* ---------------------------------------------
	SERVICE
--------------------------------------------- */
#service .c-head__border {
  font-size: 13px;
  letter-spacing: -0.025em;
  margin-left: 13px;
  text-align: left;
  width: 6em;
}

#service .c-head__m {
  color: #163259;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  margin-top: -0.5em;
}

#service .c-head__m ~ p {
  color: #0d0d0d;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (min-width: 1280px) {
  #service .c-head__border {
    margin-left: 15px;
  }
}

/* SERVICE TOP
--------------------------------------------- */
#service_top ul {
  margin: auto;
  width: 250px;
}

#service_top ul li {
  background-color: #fff;
  background-position: center top 20px;
  background-repeat: no-repeat;
  background-size: 32% auto;
  border-top: 20px solid #eee;
  height: 270px;
  margin: 40px auto 0;
  padding: 110px 20px 30px;
  position: relative;
  text-align: center;
  width: 250px;
  z-index: 0;
}

#service_top ul li .c-head__ss {
  color: #163259;
  margin-bottom: 0.5em;
}

#service_top ul li .c-head__ss span {
  display: block;
  line-height: 1.5;
}

#service_top ul li p {
  font-size: 90%;
  font-weight: 500;
  line-height: 1.5;
}

#service_top ul li p span {
  display: block;
}

#service_top ul li a.c-more {
  bottom: 30px;
  left: calc((100% - 12em) / 2);
  max-width: 12em;
  position: absolute;
  width: 12em;
}

#service_top ul li a.c-more:hover {
  opacity: 1;
}

#service_top ul li:nth-child(1) p,
#service_top ul li:nth-child(4) p {
  margin-top: -2.5em;
}

#service_top ul li:nth-child(2) p {
  margin-top: -0.5em;
}

#service_top ul li:nth-child(6) .c-head__ss {
  margin-top: 1.25em;
}

#service_top ul li::before {
  color: #163259;
  content: "";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 900;
  height: 40px;
  left: 15px;
  line-height: 1;
  position: absolute;
  top: -30px;
  -webkit-transform: scale(1.3, 1);
  transform: scale(1.3, 1);
  width: 40px;
  z-index: 1;
}

#service_top ul li:nth-child(1) {
  background-image: url("../images/service/service1.svg");
}

#service_top ul li:nth-child(1)::before {
  content: "1";
}

#service_top ul li:nth-child(2) {
  background-image: url("../images/service/service2.svg");
}

#service_top ul li:nth-child(2)::before {
  content: "2";
}

#service_top ul li:nth-child(3) {
  background-image: url("../images/service/service3.svg");
  background-position: center top 20px;
}

#service_top ul li:nth-child(3)::before {
  content: "3";
}

#service_top ul li:nth-child(4) {
  background-image: url("../images/service/service4.svg");
}

#service_top ul li:nth-child(4)::before {
  content: "4";
}

#service_top ul li:nth-child(5) {
  background-image: url("../images/service/service5.svg");
}

#service_top ul li:nth-child(5)::before {
  content: "5";
}

#service_top ul li:nth-child(6) {
  background-image: url("../images/service/service6.svg");
  background-position: center top 30px;
}

#service_top ul li:nth-child(6)::before {
  content: "6";
}

#service_top ul li:nth-child(7) {
  background-image: url("../images/service/service7.svg");
  background-position: center top 30px;
}

#service_top ul li:nth-child(7)::before {
  content: "7";
}

@media screen and (min-width: 600px) {
  #service_top ul {
    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;
    width: 100%;
  }

  #service_top ul li p {
    font-size: 80%;
  }

  #service_top ul li:nth-child(3) .c-head__ss {
    margin-top: 5px;
  }

  #service_top ul li:nth-child(5) {
    background-position: center top 25px;
  }

  #service_top ul li:nth-child(5) .c-head__ss {
    margin-top: 0;
  }

  #service_top ul li:nth-child(6) .c-head__ss {
    margin-top: 5px;
  }

  #service_top ul li:nth-child(7) .c-head__ss {
    margin-top: 5px;
  }
}

@media screen and (min-width: 900px) {
  #service_top ul {
    margin-left: -10px;
    width: 90vw;
  }

  #service_top ul li:nth-child(1) .c-head__ss,
  #service_top ul li:nth-child(2) .c-head__ss,
  #service_top ul li:nth-child(3) .c-head__ss,
  #service_top ul li:nth-child(4) .c-head__ss,
  #service_top ul li:nth-child(5) .c-head__ss,
  #service_top ul li:nth-child(6) .c-head__ss {
    margin-top: 0;
  }
}

@media screen and (min-width: 1000px) {
  #service_top ul {
    margin-left: calc(-10px + 2 * (100vw - 1000px) / 280);
    width: calc(100% + 30px);
  }

  #service_top ul li {
    background-size: 33% auto;
    height: 27vw;
    max-height: 350px;
    max-width: 339px;
    padding-left: 0;
    padding-right: 0;
    width: 45%;
  }

  #service_top ul li .c-head__ss {
    font-size: 15px;
    margin-top: 0 !important;
  }

  #service_top ul li:nth-child(5) .c-head__ss {
    padding-top: 0.25em;
  }
  #service_top ul li:nth-child(5) p {
    margin-top: -0.25em;
  }

  #service_top ul li:nth-child(6) .c-head__ss {
    margin-top: -0.8em !important;
  }

  #service_top ul li a.c-more {
    bottom: 30px;
    left: calc((100% - 12em) / 2);
    max-width: 12em;
    position: absolute;
    width: 12em;
  }

  #service_top ul li:nth-child(3) .c-head__ss > span:nth-of-type(1) {
    margin-top: 0.5em;
  }

  #service_top ul li:nth-child(4) .c-head__ss > span:nth-of-type(1) {
    margin-top: 5px;
  }

  #service_top ul li:nth-child(5) .c-head__ss > span:nth-of-type(1) {
    margin-top: 0.25em;
  }

  #service_top ul li:nth-child(6) .c-head__ss > span:nth-of-type(1) {
    margin-top: 1.5em;
  }

  #service_top ul li:nth-child(7) .c-head__ss > span:nth-of-type(1) {
    margin-top: 1em;
  }
}

@media screen and (min-width: 1100px) {
  #service_top ul li {
    background-position: center top 10px;
  }

  #service_top ul li .c-head__ss {
    margin-top: 1.5em;
  }

  #service_top ul li .c-head__ss span {
    font-size: 16px !important;
  }

  #service_top ul li:nth-child(5) .c-head__ss > span:nth-of-type(1) {
    margin-top: 1em;
  }

  #service_top ul li:nth-child(6) .c-head__ss > span:nth-of-type(1) {
    margin-top: 2em;
  }

  #service_top ul li:nth-child(7) .c-head__ss > span:nth-of-type(1) {
    margin-top: 2em;
  }
}

@media screen and (min-width: 1200px) {
  #service_top ul li {
    height: 300px;
  }
  #service_top ul li .c-head__ss {
    padding-top: 1em;
  }
  #service_top ul li:nth-child(7) .c-head__ss > span:nth-of-type(1) {
    margin-top: 0.6em;
  }
}

@media screen and (min-width: 1280px) {
  #service_top ul {
    margin-left: -18px;
  }

  #service_top ul li .c-head__ss {
    font-size: 120%;
    margin-top: 1.5em;
  }

  #service1 .c-sc__item:nth-of-type(2) ul li h4 {
    font-size: 22px;
    font-size: 2.2rem;
  }

  #service1 .c-sc__item:nth-of-type(2) ul li h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1300px) {
  #service_top ul li .c-head__ss {
    padding-top: 1em;
  }

  #service_top ul li:nth-child(5) .c-head__ss > span:nth-of-type(1) {
    margin-top: 25px;
  }

  #service_top ul li:nth-child(5) p > span:nth-of-type(1) {
    margin-top: -0.7em;
  }
}

/* SERVICE 01
--------------------------------------------- */
#service1 {
  -o-background-size: 50vw auto;
  -webkit-background-size: 50vw auto;
  background-image: url(../images/service/service1_bk.svg);
  background-position: right -3vw top 29vw;
  background-repeat: no-repeat;
  background-size: 50vw auto;
}

#service1 .u-photo {
  background-image: url("../images/service/service1_mv.jpg");
}

#service1 .c-sc__item:nth-of-type(2) ul {
  margin: auto;
  margin-top: 100px;
  max-width: 330px;
}

#service1 .c-sc__item:nth-of-type(2) ul li {
  margin: 0 auto 80px;
  max-width: 330px;
  padding: 3em 1em 0.5em;
  position: relative;
  width: 100%;
}

#service1 .c-sc__item:nth-of-type(2) ul li > img {
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20vw;
  left: 0;
  margin: auto;
  max-height: 96px;
  max-width: 96px;
  position: absolute;
  right: 0;
  top: -45px;
  width: 20vw;
  z-index: 0;
}

#service1 .c-sc__item:nth-of-type(2) ul li::before,
#service1 .c-sc__item:nth-of-type(2) ul li::after {
  border-left: 2px solid #163259;
  border-right: 2px solid #163259;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}

#service1 .c-sc__item:nth-of-type(2) ul li::before {
  border-top: 2px solid #163259;
  top: 0;
}

#service1 .c-sc__item:nth-of-type(2) ul li::after {
  border-bottom: 2px solid #163259;
  bottom: 0;
}

#service1 .c-sc__item:nth-of-type(2) ul li h4 {
  border-bottom: 2px dotted #163259;
  color: #163259;
  font-size: calc(16px + 6 * (100vw - 320px) / 960);
  letter-spacing: 0.05em;
  padding-bottom: 0.25em;
  padding-top: 1em;
  text-align: center;
}

#service1 .c-sc__item:nth-of-type(2) ul li h5 {
  font-size: calc(14px + 2 * (100vw - 320px) / 960);
}

#service1 .c-sc__item:nth-of-type(2) ul li h5 ~ p {
  line-height: 1.8;
  margin-top: -1em;
}

@media screen and (min-width: 600px) {
  #service1 {
    background-size: 40vw auto;
  }
}

@media screen and (min-width: 767px) {
  #service1 .c-sc__item:nth-of-type(2) ul {
    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: 760px;
  }

  #service1 .c-sc__item:nth-of-type(2) ul li {
    max-width: 360px;
    width: 49%;
  }

  #service1 .c-sc__item:nth-of-type(2) ul li:nth-child(1),
  #service1 .c-sc__item:nth-of-type(2) ul li:nth-child(3),
  #service1 .c-sc__item:nth-of-type(2) ul li:nth-child(5) {
    margin-left: -2px;
  }

  #service1 .c-sc__item:nth-of-type(2) ul li:nth-child(2),
  #service1 .c-sc__item:nth-of-type(2) ul li:nth-child(4),
  #service1 .c-sc__item:nth-of-type(2) ul li:nth-child(6) {
    margin-right: -2px;
  }
}

@media screen and (min-width: 1000px) {
  #service1 {
    background-position: top 280px right -4vw;
    background-size: 35vw auto;
    padding-top: 120px;
  }
}

@media screen and (min-width: 1450px) {
  #service1 {
    background-position: top 300px left calc(50vw + 350px);
    background-size: 485px auto;
    padding-top: 150px;
  }

  #service1 .c-sc__item:nth-of-type(2) ul li h5 ~ p {
    font-size: 90%;
  }
}

@media all and (max-width: 766px) {
  #service1 .c-sc__item:nth-of-type(2) ul li > img {
    max-height: 80px;
    max-width: 80px;
    top: -40px;
  }
}

/* SERVICE 02
--------------------------------------------- */
#service2 {
  -o-background-size: 50vw auto;
  -webkit-background-size: 50vw auto;
  background-image: url(../images/service/service2_bk.svg);
  background-position: right -3vw top 29vw;
  background-repeat: no-repeat;
  background-size: 50vw auto;
}

#service2 .u-photo {
  background-image: url("../images/service/service2_mv.jpg");
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-1 .c-head__s {
  -o-background-size: auto 2.5em;
  -webkit-background-size: auto 2.5em;
  background-image: url("../images/service/service2_ico1.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 2.5em;
  margin-bottom: 0;
  margin-top: 60px;
  letter-spacing: 0.05em;
  padding-left: 2.6em;
  padding-top: 0.8em;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-1 ul {
  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;
  justify-content: space-around;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-1 ul li {
  background-color: #163259;
  color: #fff;
  margin: 30px auto;
  max-width: 230px;
  padding: 1.5em 1em;
  text-align: center;
  width: 100%;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-1 ul li .c-head__xl span {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: monospace, serif;
  font-size: 34px;
  height: 200%;
  margin: auto;
  padding-bottom: 0.05em;
  text-align: center;
  width: 1em;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-1 ul li .c-head__ms {
  font-weight: 700;
  margin: -1.5em auto 1em;
  padding-bottom: 0.15em;
  text-align: center;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-1 ul li p {
  font-size: 80%;
  margin-top: -1em;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-1 ul li p span {
  display: block;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-1 ul li a {
  background-color: #fff;
  background-image: url("../images/service/service2_arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 25px auto;
  color: #163259;
  font-size: 90%;
  height: 2.5em;
  line-height: 1.8;
  margin: 2em auto 1em;
  max-width: 15em;
  position: relative;
  text-align: center;
  width: 100%;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-1 ul li a:hover {
  background-position: right 15px center;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-1 ul li a:hover > b {
  position: absolute;
  right: 20px;
  transition: 0.6s ease;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-1 ul li .c-head__ms {
  font-weight: 700;
  margin: -1.5em auto 1em;
  padding-bottom: 0.15em;
  text-align: center;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-2 .c-head__s {
  -o-background-size: auto 2.5em;
  -webkit-background-size: auto 2.5em;
  background-image: url("../images/service/service2_ico2.svg");
  background-position: left top 5px;
  background-repeat: no-repeat;
  background-size: auto 2.5em;
  margin-bottom: 21px;
  margin-top: 60px;
  letter-spacing: 0.05em;
  padding-left: 2.6em;
  padding-top: 0.8em;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-2 dl {
  border-top: 2px dotted #163259;
  height: 100px;
  padding: 20px 0;
  position: relative;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-2 dl:nth-of-type(4) {
  height: 136px !important;
  padding-bottom: 2em;
  border-bottom: 2px dotted #163259;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-2 dl dt {
  background-image: url("../images/service/service2_numbk.svg");
  background-position: left top;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 220%;
  font-weight: 700;
  left: 0;
  line-height: 1.5em;
  padding: 15px 0 15px 18px;
  position: absolute;
  top: 18px;
  width: 70px;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-2 dl dd {
  height: auto;
  max-height: 12em;
  padding-left: calc(70px + 1em);
  position: absolute;
  top: 0;
  left: 0;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-2 dl dd .c-head__ms {
  color: #163259;
  font-size: 15px;
  font-weight: 600;
  margin-top: 1.5em;
  letter-spacing: 0.14em;
  line-height: 1;
  padding-bottom: 0.25em;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-2 dl dd p {
  color: #163259;
  margin-top: -2em;
  line-height: 1.5;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-3 h2.c-head__xl {
  color: #163259;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 100px;
  width: auto;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-3 h2.c-head__xl span {
  display: inline-block !important;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-3 > p {
  margin-bottom: 50px;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-3 dl dt {
  color: #153259;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  height: 100%;
  line-height: 1.5;
  position: relative;
  text-align: center;
  width: 100%;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-3 dl dt > span {
  background-color: #fff;
  border: 4px solid #163259;
  border-radius: 100%;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-3 dl dt h4 {
  border-bottom: 2px dotted #153259;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-left: 4.5em;
  text-align: left;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-3 dl dd {
  margin-top: -0.5em;
  padding-bottom: 3em;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-3 dl dd > ul.p-service2-3_list {
  color: #000;
  font-size: 14px;
  padding-left: calc(50px + 1.5em);
  width: 100%;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-3 dl dd > ul.p-service2-3_list li {
  padding-bottom: 0.25em;
  font-size: calc(12px + 3 * (100vw - 320px) / 960);
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-3 dl dd > ul.p-service2-3_list span {
  letter-spacing: 0.02em;
  font-weight: 600;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-4 h2.c-head__xl {
  color: #163259;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  margin-top: 100px;
  width: auto;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-4 h2.c-head__xl > span {
  display: inline-block !important;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-4 dl dt {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 60px;
  padding-bottom: 20px;
  padding-top: 5px;
  z-index: 10;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-4 dl dt:nth-of-type(1) {
  background-image: url("../images/service/service2_ico3.svg");
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-4 dl dt:nth-of-type(2) {
  background-image: url("../images/service/service2_ico4.svg");
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-4 dl dt:nth-of-type(3) {
  background-image: url("../images/service/service2_ico5.svg");
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-4 dl dt h4 {
  border-bottom: 2px dotted #153259;
  color: #153259;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-left: 3.25em;
  padding-left: 20px;
  position: relative;
  text-align: left;
  width: calc(100% - 55px);
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-4 dl dt h4 > span {
  display: inline-block;
}

#service2 .c-sc .c-sc__item:nth-of-type(2) #service2-4 dl dd p {
  margin-left: 5.5em;
  margin-top: -2em;
  padding-bottom: 3em;
}

@media screen and (min-width: 600px) {
  #service2 {
    background-size: 40vw auto;
  }

  #service2 .c-sc .c-sc__item:nth-of-type(2) #service2-2 dl {
    height: auto !important;
    min-height: 8em !important;
  }

  #service2 .c-sc .c-sc__item:nth-of-type(2) #service2-2 dl:nth-of-type(4) {
    max-height: 9em !important;
  }
}

@media screen and (min-width: 767px) {
  #service2 .c-sc .c-sc__item:nth-of-type(2) #service2-2 dl dt {
    margin-top: 5px;
  }

  #service2 .c-sc .c-sc__item:nth-of-type(2) #service2-2 dl dd .c-head__ms {
    padding-bottom: 0.25em;
    padding-top: 0.25em;
  }

  #service2 .c-sc .c-sc__item:nth-of-type(2) #service2-2 dl dd p {
    padding-top: 0.8em;
  }

  #service2 .c-sc .c-sc__item:nth-of-type(2) #service2-4 dl dt {
    padding-left: 0.3em;
  }

  #service2 .c-sc .c-sc__item:nth-of-type(2) #service2-4 dl dd p {
    padding-left: 0.25em;
  }
}

@media screen and (min-width: 1000px) {
  #service2 {
    background-position: top 280px right -35px;
    background-size: 35vw auto;
    padding-top: 120px;
  }
}

@media screen and (min-width: 1450px) {
  #service2 {
    background-position: top 300px right 6vw;
    background-size: 485px auto;
    padding-top: 150px;
  }
}

@media all and (max-width: 599px) {
  #service2 .c-sc .c-sc__item:nth-of-type(2) #service2-1 ul li .c-head__ms {
    margin: -1em auto 1rem;
  }

  #service2 .c-sc .c-sc__item:nth-of-type(2) #service2-2 dl {
    min-height: 10em !important;
  }

  #service2 .c-sc .c-sc__item:nth-of-type(2) #service2-2 dl:nth-of-type(4) {
    min-height: 11em !important;
  }

  #service2 .c-sc .c-sc__item:nth-of-type(2) #service2-3 dl dt h4 {
    padding-left: 4.25em;
  }

  #service2 .c-sc .c-sc__item:nth-of-type(2) #service2-3 dl dd > ul.p-service2-3_list {
    font-size: 12px;
  }

  #service2 .c-sc .c-sc__item:nth-of-type(2) #service2-4 dl dt {
    background-size: 55px;
    padding-top: 0;
  }

  #service2 .c-sc .c-sc__item:nth-of-type(2) #service2-4 dl dt h4 {
    margin-left: 3em;
  }
}

@media all and (max-width: 379px) {
  #service2 .c-sc .c-sc__item:nth-of-type(2) #service2-2 dl {
    height: auto;
    min-height: 12em !important;
  }

  #service2 .c-sc .c-sc__item:nth-of-type(2) #service2-2 dl:nth-of-type(4) {
    min-height: 12em !important;
  }
}

/* SERVICE 03,04,05,06.07
--------------------------------------------- */
#service3,
#service4,
#service5,
#service6,
#service7 {
  -o-background-size: 50vw auto;
  -webkit-background-size: 50vw auto;
  background-position: right top 30px;
  background-repeat: no-repeat;
  background-size: 50vw auto;
  height: auto;
  width: 100vw;
}

#service3,
#service5,
#service7 {
  -o-background-color: #e7e7e7;
  -webkit-background-color: #e7e7e7;
  background-color: #e7e7e7;
}

#service4,
#service6 {
  -o-background-color: #ffffff;
  -webkit-background-color: #ffffff;
  background-color: #ffffff;
}

#service3 .l-container,
#service4 .l-container,
#service5 .l-container,
#service6 .l-container,
#service7 .l-container {
  height: auto;
  width: 100vw;
}

#service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
#service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
#service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
#service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
#service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) {
  margin: auto;
  width: calc(100vw - 40px);
}

#service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2),
#service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2),
#service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2),
#service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2),
#service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) {
  height: 50vw;
  max-height: 320px;
  max-width: 640px;
  position: relative;
  width: 100vw;
}

#service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) > p,
#service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) > p,
#service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) > p,
#service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) > p,
#service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) > p {
  font-size: calc(12px + 3 * (100vw - 320px) / 960);
  font-weight: 400;
  height: auto;
  margin-top: 60px;
  width: 100%;
}

#service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
#service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
#service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
#service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
#service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo {
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: -20px;
  height: 100%;
  left: 0;
  margin-top: 60px;
  position: absolute;
  width: 100vw;
}

@media screen and (min-width: 600px) {
  #service3,
  #service4,
  #service5,
  #service6,
  #service7 {
    background-size: 35vw auto;
  }

  #service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) {
    width: calc(100vw - 80px);
  }
}

@media screen and (min-width: 1000px) {
  #service3,
  #service4,
  #service5,
  #service6,
  #service7 {
    overflow: hidden;
  }

  #service3,
  #service4,
  #service6,
  #service7 {
    background-size: 25% auto !important;
    height: auto !important;
    max-height: 500px !important;
  }

  #service5 {
    background-size: 320px auto;
    height: 650px !important;
    max-height: 650px !important;
  }

  #service3,
  #service5,
  #service7 {
    background-position: top 40px right 3vw;
  }

  #service4 {
    background-position: top 40px left 36%;
  }

  #service6 {
    background-position: top 40px left 32%;
  }

  #service3 .l-container,
  #service4 .l-container,
  #service6 .l-container,
  #service7 .l-container {
    height: 300px !important;
    max-height: 300px !important;
    max-width: 1280px;
    position: relative;
  }

  #service3 .l-container .l-content.c-sc,
  #service4 .l-container .l-content.c-sc,
  #service5 .l-container .l-content.c-sc,
  #service6 .l-container .l-content.c-sc,
  #service7 .l-container .l-content.c-sc {
    display: flex;
    flex-flow: row wrap;
    height: 250px !important;
    justify-content: space-between;
    max-width: 1260px;
    width: 100vw;
  }

  #service4 .l-container .l-content.c-sc,
  #service6 .l-container .l-content.c-sc {
    flex-direction: row-reverse;
  }

  #service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) {
    margin-top: -1em;
    max-height: 250px !important;
    max-width: 800px;
    padding: 0 50px;
    position: absolute;
    top: 10px;
    width: 50vw;
  }

  #service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) {
    margin-left: 50vw;
    padding-right: 40px;
  }

  #service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) {
    margin-right: 50vw;
    padding-right: 40px;
  }

  #service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2),
  #service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2),
  #service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2),
  #service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2),
  #service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) {
    height: 320px;
    max-width: 800px !important;
    width: 50vw;
  }

  #service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
  #service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
  #service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
  #service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
  #service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo {
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    bottom: inherit;
    height: 320px;
    max-height: 320px !important;
    margin-top: 0;
    max-width: 800px !important;
    position: absolute;
    top: 0 !important;
    width: 50vw;
  }

  #service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
  #service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
  #service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo {
    left: 0 !important;
  }

  #service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
  #service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo {
    left: 0 !important;
  }
}

@media screen and (min-width: 1280px) {
  #service3,
  #service4,
  #service5,
  #service6,
  #service7 {
    background-size: 25% auto !important;
  }

  #service3,
  #service5,
  #service7 {
    background-position: top 40px right 80px !important;
  }

  #service3,
  #service4,
  #service6,
  #service7 {
    height: 500px !important;
  }

  #service3 .l-container,
  #service4 .l-container,
  #service5 .l-container,
  #service6 .l-container,
  #service7 .l-container {
    padding: 0 !important;
    max-width: 1280px;
  }

  #service3 .l-container .l-content.c-sc,
  #service4 .l-container .l-content.c-sc,
  #service6 .l-container .l-content.c-sc,
  #service7 .l-container .l-content.c-sc {
    height: 250px !important;
  }

  #service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) {
    height: auto;
    padding-bottom: 0 !important;
    padding-left: 45px !important;
    padding-right: 45px;
    top: -30px;
    width: calc(50vw - 80px);
  }

  #service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2),
  #service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2),
  #service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2),
  #service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2),
  #service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) {
    top: -40px;
    padding-bottom: 0 !important;
  }

  #service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2),
  #service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) {
    width: 40%;
  }

  #service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
  #service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
  #service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo {
    left: -20px !important;
  }

  #service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
  #service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo {
    left: -100px !important;
  }
}

@media screen and (min-width: 1300px) {
  #service3,
  #service4,
  #service5,
  #service6,
  #service7 {
    background-size: 320px auto !important;
  }

  #service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
  #service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
  #service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo {
    left: -5vw !important;
  }

  #service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
  #service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo {
    left: 50vw;
  }
}

@media screen and (min-width: 1400px) {
  #service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) {
    left: -5vw !important;
    padding-left: 0 !important;
    max-width: 640px;
  }

  #service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) {
    left: 0;
    padding-left: 0 !important;
    max-width: 640px;
  }

  #service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) > p,
  #service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) > p,
  #service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) > p,
  #service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) > p,
  #service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) > p {
    padding-right: 0;
  }

  #service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
  #service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
  #service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo {
    left: -180px !important;
  }

  #service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo,
  #service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo {
    left: 50vw;
  }
}

@media screen and (min-width: 1600px) {
  #service3,
  #service5,
  #service7 {
    background-position: top 40px right 160px !important;
  }

  #service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1),
  #service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) {
    margin-left: 800px !important;
    width: 600px !important;
  }

  #service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) .c-head__m,
  #service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) .c-head__m,
  #service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) .c-head__m,
  #service6 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) .c-head__m,
  #service7 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) .c-head__m {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 766px) {
  #service3 .l-container,
  #service4 .l-container,
  #service5 .l-container,
  #service6 .l-container,
  #service7 .l-container {
    padding-bottom: 0 !important;
  }
}

/* SERVICE 03
--------------------------------------------- */
#service3 {
  background-image: url("../images/service/service3_bk.svg");
}

#service3 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo {
  background-image: url("../images/service/service3_mv.jpg");
}

/* SERVICE 04
--------------------------------------------- */
#service4 {
  background-image: url("../images/service/service4_bk.svg");
}

#service4 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo {
  background-image: url("../images/service/service4_mv.jpg");
}

/* SERVICE 05
--------------------------------------------- */
#service5 {
  background-image: url("../images/service/service5_bk.svg");
}

#service5 .l-container {
  height: auto !important;
  max-height: auto !important;
}

#service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo {
  background-image: url("../images/service/service5_mv.jpg");
  background-position: left top !important;
}

#service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) > a {
  background-color: #000;
  background-image: url("../images/common/ico_link_w.svg");
  background-position: right 3em center;
  background-repeat: no-repeat;
  background-size: 1em;
  color: #fff;
  font-weight: 500;
  height: 3em;
  letter-spacing: 0.05em;
  padding: 0.5em 3em;
  width: 240px;
}

@media screen and (min-width: 767px) {
  #service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo {
    background-position: left bottom;
  }

  #service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(1) > a {
    width: 270px;
  }
}

@media screen and (min-width: 1000px) {
  #service5 .l-container .l-content.c-sc .c-sc__item:nth-of-type(2) .u-photo {
    background-position: left bottom;
  }
}

/* SERVICE 06
--------------------------------------------- */
#service6 {
  background-image: url("../images/service/service6_bk.svg");
}

#service6 .u-photo {
  background-image: url("../images/service/service6_mv.jpg");
}

/* SERVICE 07
--------------------------------------------- */
#service7 {
  background-image: url("../images/service/service7_bk.svg");
}

#service7 .u-photo {
  background-image: url("../images/service/service7_mv.jpg");
}

/* ---------------------------------------------
	RESULTS
--------------------------------------------- */

/* ---------------------------------------------
	STAFF
--------------------------------------------- */

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

/* ---------------------------------------------
	CONTACT
--------------------------------------------- */
#contact .p-contact .l-container {
  height: auto;
  min-height: 2000px;
  overflow: visible !important;
  width: calc(100vw - 40px);
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form > .c-form > .c-form__list > li.w100p {
  display: block;
  width: 100%;
}
#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form > .c-form > .c-form__list {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 600px) {
  #contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form > .c-form > .c-form__list > li {
    display: block;
    width: 18em;
  }
}

#contact .p-contact .l-container .contact-df {
  display: flex;
  align-items: center;
}

#contact .p-contact .l-container .contact-df label {
  flex: 1 1 auto;
  white-space: nowrap;
}

#contact .p-contact .l-container .l-content .c-sc__item:nth-of-type(1) {
  margin-bottom: 40px;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox {
  height: 10em;
  position: absolute;
  margin: 0 auto !important;
  position: relative;
  width: calc(100vw - 40px);
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox > dt {
  background-color: #163259;
  color: #fff;
  height: 4em;
  margin: 1em auto 0 !important;
  letter-spacing: 0.05em;
  line-height: 2.5;
  padding: 0.5em 0 !important;
  width: 100%;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox dt > span {
  font-size: 16px;
  font-weight: 900;
  -webkit-transform: scale(1.2, 1) !important;
  transform: scale(1.2, 1) !important;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox dt > span.c-text-wide {
  -webkit-transform: scale(1.4, 1) !important;
  letter-spacing: 0.15em;
  transform: scale(1.4, 1) !important;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(1) dt > span:nth-of-type(2),
#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(2) dt > span:nth-of-type(2) {
  float: right;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(1) dt > span:nth-of-type(2) {
  margin-right: 2em;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(2) dt > span:nth-of-type(2) {
  margin-right: 2.25em;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox > dd {
  background: #e7e7e7;
  color: #000;
  height: 3em;
  letter-spacing: 0.15em;
  line-height: 1;
  padding: 1em;
  position: absolute;
  text-align: center;
  width: 100%;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd {
  height: auto !important;
  margin-bottom: 50px !important;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > ul {
  padding: 1em 0;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > ul li {
  letter-spacing: 0.15em;
  line-height: 1.25;
  margin-bottom: 5px;
  margin-left: 2em;
  text-align: left;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > ul li > span {
  color: #000 !important;
  margin-left: -2em;
  padding-left: 0.5em;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > ul li b {
  color: #ff7620;
  font-weight: 600;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form {
  height: auto;
  padding-bottom: 60px;
  width: 100%;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form > .c-form {
  height: auto;
  width: 100%;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form > .c-form > p {
  background: none !important;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.25em !important;
  padding-left: 0.5em;
  text-align: left !important;
  width: 100%;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form > .c-form > p > b {
  color: #ff7620;
  font-weight: 600;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form > .c-form > .c-form__list {
  line-height: 1;
  max-width: 34em;
  padding-bottom: 10px;
  text-align: left;
  width: auto;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form > .c-form > .c-form__list > li {
  width: 18em;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form > .c-form > .c-form__list > input[type="checkbox"] {
  appearance: none !important;
  background: #fff;
  border: none !important;
  height: 1em;
  line-height: 1;
  width: 1em;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form > .c-form > .c-form__list > label {
  display: inline-block;
  line-height: 1.5;
  margin-top: 0.5em;
  width: 20em;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form > .c-form > input {
  border: none !important;
  margin-bottom: 2em;
  margin-top: 0.5em;
  min-height: 3em;
  padding: 1em;
  width: calc(100% - 12px);
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form > .c-form > textarea {
  border: 1px solid #fff !important;
  min-height: 10em;
  padding: 1em;
  margin-top: 0.25em;
  width: calc(100% - 12px);
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form > .c-form > ul {
  height: auto !important;
  margin-top: 1em;
  text-align: left !important;
  width: 100%;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form > .c-form > ul > li {
  margin-bottom: 5px;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form > p > a {
  border-bottom: 1px solid #000;
  letter-spacing: 0;
  line-height: 1;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form > button.c-hvr__shutterout {
  background: #163259;
  border: none !important;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.25em;
  padding: 1em;
  position: relative;
  width: 240px;
}

#contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form > button.c-hvr__shutterout:hover {
  border-bottom: 5px solid #999 !important;
  border-left: none;
  border-right: 5px solid #999 !important;
  border-top: none;
}

@media screen and (min-width: 600px) {
  #contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox {
    height: 5em;
    position: absolute;
    margin: 0 auto !important;
    position: relative;
    width: calc(100vw - 40px);
  }

  #contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(1),
  #contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(2) {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 25px !important;
    position: relative;
  }

  #contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(1) dt,
  #contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(2) dt {
    left: 0;
    margin-top: 0 !important;
    position: absolute;
    top: 0;
    width: 60%;
  }

  #contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(1) dd,
  #contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(2) dd {
    height: 4em !important;
    margin-top: 0;
    line-height: 1.8;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
  }
  #contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) > dd > form > .c-form > .c-form__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 40em;
  }
}

@media screen and (min-width: 1000px) {
  #contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(1),
  #contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(2),
  #contact .p-contact .l-container .l-content .c-sc__item dl.p-contactbox:nth-of-type(3) {
    margin-left: 0 !important;
    position: relative;
    width: calc(100% - 40px);
  }
}

/* ---------------------------------------------
	THANKS
--------------------------------------------- */
#thanks .c-thanks__wrap {
  border: 1px solid #163259;
  padding: 0;
  position: relative;
  max-width: 600px;
}

#thanks .c-thanks__head {
  background-color: #163259;
  border: 1px solid #163259;
  color: #fff;
  font-size: 3vw;
  font-weight: 600;
  height: 16vw;
  letter-spacing: 0.05em;
  left: 0;
  line-height: 3;
  text-align: center;
}

#thanks .c-thanks__head span {
  display: inline-block;
}

#thanks .c-thanks__close {
  margin-top: -10px;
  position: absolute;
  width: 100%;
  height: 30px;
}

#thanks .c-thanks__close > a {
  width: 1em;
  height: 1em;
  font-size: 30px;
  right: 0;
  top: -50px;
  position: absolute;
}

#thanks .c-thanks__message,
#thanks .c-thanks__foot {
  text-align: center;
}

#thanks .c-thanks__message {
  font-size: medium;
  padding: 2em;
}

#thanks .c-thanks__head > p > span {
  display: inline-block;
  font-weight: 500;
}

#thanks .c-thanks__foot p {
  font-size: 11px;
}

@media screen and (min-width: 600px) {
  #thanks .c-thanks__head {
    font-size: 14px !important;
    height: 5em;
    line-height: 3;
  }
}

/* ---------------------------------------------
	NEWS
--------------------------------------------- */
.p-news #newslist li {
  margin: 0 auto 7em !important;
  opacity: 1 !important;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 0, 0, 1) 0s, -webkit-transform 1.2s cubic-bezier(0.5, 0, 0, 1) 0s !important;
  transition: opacity 1.2s cubic-bezier(0.5, 0, 0, 1) 0s, -webkit-transform 1.2s cubic-bezier(0.5, 0, 0, 1) 0s !important;
  transition: opacity 1.2s cubic-bezier(0.5, 0, 0, 1) 0s, transform 1.2s cubic-bezier(0.5, 0, 0, 1) 0s !important;
  transition: opacity 1.2s cubic-bezier(0.5, 0, 0, 1) 0s, transform 1.2s cubic-bezier(0.5, 0, 0, 1) 0s, -webkit-transform 1.2s cubic-bezier(0.5, 0, 0, 1) 0s !important;
}

.p-news #newslist li .c-head__ms {
  color: #163259;
  margin-bottom: 20px;
}

.p-news #newslist li .c-head__ms + div::before {
  background-image: repeating-linear-gradient(90deg, #231815 0px, #231815 2px, #fff 2px, #fff 4px);
  content: "";
  display: block;
  height: 1px;
  margin: 0 auto 30px;
  width: 100%;
}

.p-news #newslist li .c-head__ms + div time {
  font-size: 110%;
  font-weight: 500;
}

.p-news #newslist li .c-head__ms + div a::before {
  color: #0d0d0d;
  content: ">";
  display: inline-block;
  height: 1em;
  width: 1em;
}

.p-news #newslist li .c-head__ms + div a:hover {
  font-weight: 500;
}

.p-news .btn_more {
  bottom: -20px;
  display: block;
  position: absolute;
  right: 0;
  z-index: 0;
}

/* ---------------------------------------------
	SITEMAP
--------------------------------------------- */
.p-sitemap__top .c-sc__item .c-flex.sm {
  max-width: 500px;
}

.p-sitemap__top ul.c-flex__item1 .p-mainmn > a,
.p-sitemap__top ul.c-flex__item2 .p-mainmn > a {
  font-weight: 500;
  margin-bottom: 1.2em;
}

.p-sitemap__top ul.c-flex__item1 .p-mainmn ul.p-submn {
  margin-left: 0.25em;
  margin-bottom: 2em;
  margin-top: -1em;
}

.p-sitemap__top ul.c-flex__item1 .p-mainmn ul.p-submn li a {
  font-size: 90%;
}

/* =============================================
#  Utility
============================================= */
.u-ovr {
  display: block;
  height: 100%;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.js-disable {
  cursor: default;
  pointer-events: none;
}

.u-note {
  font-size: 85%;
}

.u-wht {
  color: #fff !important;
}

.u-blue {
  color: #163259;
}

/* ---------------------------------------------
	Effect -- Rectangle Out
--------------------------------------------- */
.hvr-rectout {
  display: inline-block !important;
  font-size: 15px;
  padding-bottom: 8px;
  padding-top: 8px;
  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;
  z-index: 0;
}

.hvr-rectout::after {
  background-color: rgba(22, 50, 89, 0.4);
  border-radius: 30px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -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;
}

.hvr-rectout:hover,
.hvr-rectout:focus,
.hvr-rectout:active {
  color: #0d0d0d;
  opacity: 1;
}

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

/* =============================================
#  keyframes
============================================= */
@-webkit-keyframes flyInLeft {
  0% {
    -webkit-transform: translateX(-20px);
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes flyInLeft {
  0% {
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes flyInRight {
  0% {
    -webkit-transform: translateX(20px);
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes flyInRight {
  0% {
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
}

/* =============================================
#  Media Queries
============================================= */
/*@media screen and (min-width: 321px) {
	.c-nav__pagemn li span:nth-of-type(1) {
		font-size: calc(12px + 7 * (100vw - 320px) / 1280);
	}

	.c-nav__pagemn li span:nth-of-type(2) {
		font-size: calc(8px + 6 * (100vw - 320px) / 1280);
	}

	.c-flex.xxs {
		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-flex.xxs .c-flex__item {
		margin: 0;
		width: 50%;
	}
}*/

/*@media screen and (min-width: 480px) {
	.l-footer {
		padding-bottom: 20px;
		padding-top: 67px;
	}

	.l-footer__upper .l-footer__left .c-head__mss {
		font-size: 160%;
	}

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

	section.border {
		margin-bottom: 37px;
	}

	.c-nav__pagemn li {
		margin-left: 1vw;
		margin-right: 1vw;
	}

	.c-area__contact {
		padding-bottom: 57px;
		padding-top: 57px;
	}

	.c-mv {
		max-height: 318px;
		padding-bottom: 25vw;
	}

	.c-flex.xs {
		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-flex.xs .c-flex__item {
		margin: 0;
		width: 50%;
	}

	#profile dl {
		border-bottom: 1px dotted #0d0d0d;
		border-top: none;
		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;
	}

	#profile dl dt {
		border-top: 1px dotted #0d0d0d;
		padding-bottom: 0.5em;
		padding-top: 1.5em;
		width: 10em;
	}

	#profile dl dd {
		border-bottom: none;
		border-top: 1px dotted #0d0d0d;
		padding-bottom: 0.5em;
		padding-top: 1.5em;
		width: calc(100% - (10em + 1px));
	}
}*/

/*@media screen and (min-width: 600px) {
	.l-header {
		height: calc(80px + 80 * (100vw - 600px) / 1000);
		padding-top: 10px;
	}

	.l-header__logo {
		height: calc(53px + 32 * (100vw - 600px) / 680);
		left: 50%;
		margin-bottom: 1vw;
		margin-top: 5px;
		max-height: 75px;
		max-width: 250px;
		position: fixed;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: calc(176px + 84 * (100vw - 600px) / 680);
	}

	.l-header.fixed .l-header__logo {
		height: 52px;
		top: 30px;
		width: 176px;
	}

	.l-header.fixed .l-header__call {
		top: 5px;
	}

	.l-footer__bottom .l-footer__right .copyright span:nth-of-type(3) {
		display: inline-block;
		margin-left: 1.5em;
	}

	main {
		margin-top: calc(80px + 80 * (100vw - 600px) / 1000);
	}

	.sm-button {
		position: absolute;
		top: 17px;
	}

	.sm-button::before {
		position: absolute;
		right: 0;
		top: 0;
	}

	.sm-button::after {
		position: absolute;
		right: 0;
		top: 10px;
	}

	.sm-button.open {
		height: 40px;
		position: fixed;
		right: 0 !important;
		top: 0 !important;
		width: 40px;
	}

	.sm-button.open::before {
		position: fixed;
		right: 24px;
		top: 24px;
	}

	.sm-button.open::after {
		position: fixed;
		right: 17px;
		top: 27px;
	}

	.l-header.fixed .sm-button {
		top: 5px;
	}

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

	.c-area__contact .l-content:nth-of-type(1) {
		height: 15em;
		width: 50%;
	}

	.c-area__contact .l-content:nth-of-type(2) {
		max-width: 480px;
		width: 50%;
	}

	.c-flex.sm {
		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-flex.sm .c-flex__item {
		margin: 0;
		width: 50%;
	}

	.p-top-slider__wrapper {
		height: 640px;
	}

	.p-top-slider__wrapper .l-container {
		height: 100%;
		overflow: hidden;
		width: calc(100% - 12vw);
	}

	.swiper-container,
	.swiper-wrapper {
		height: 100%;
	}

	.swiper-slide {
		background-size: cover;
		height: calc(100% - 60px);
	}

	#greeting .c-head__l {
		margin-top: 80px;
	}

	#vision .c-sc__item:nth-of-type(2) {
		background-size: 400px;
	}

	#vision .c-sc__item:nth-of-type(2) ul:nth-of-type(1) {
		margin-bottom: 460px;
	}

	#profile dl dd > span {
		display: inline-block;
	}

	#profile dl dd ul li {
		font-size: 95%;
	}

	#service_top ul {
		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;
		width: 550px;
	}

	#service_top ul li p {
		font-size: 80%;
	}

	#service_top ul li:nth-child(5) {
		background-position: center top 25px;
	}

	#service_top ul li:nth-child(5) .c-head__ss {
		margin-top: 10px;
	}

	#service1 {
		background-size: 40vw auto;
	}

	#service2 {
		background-size: 40vw auto;
	}
}*/

/*@media screen and (min-width: 767px) {
	.l-header__call {
		font-size: calc(20px + 6 * (100vw - 767px) / 833);
		padding-left: 1.5em;
		top: calc(18px + 20 * (100vw - 767px) / 833);
	}

	.l-footer__upper {
		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;
	}

	.l-footer__upper .l-footer__left .c-head__mss {
		margin-left: 0;
	}

	.l-footer__upper .l-footer__left .c-head__s.en {
		margin-left: 2.5em;
	}

	.l-footer__upper .l-footer__left a {
		margin-bottom: 0.75em;
		margin-left: 1.8em !important;
	}

	.l-footer__bottom {
		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;
	}

	.l-footer__bottom .l-footer__left > a {
		margin-top: 30px;
		max-width: 230px;
		width: 230px;
	}

	.l-footer__bottom .l-footer__left > a > img:nth-of-type(1) {
		display: none;
	}

	.l-footer__bottom .l-footer__left > a > img:nth-of-type(2) {
		display: block;
	}

	.l-footer__bottom .l-footer__right {
		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-left: 0;
		max-width: calc(100% - 280px);
		width: calc(100% - 280px);
	}

	.l-footer__bottom .l-footer__right .l-footer__link {
		width: 100%;
	}

	.l-footer__bottom .l-footer__right .copyright {
		bottom: 2em;
		position: absolute;
		right: 0;
	}

	.sm-menu {
		left: 50%;
		margin-left: -50vw;
	}

	.sm-menu .sm-nav:nth-child(1) {
		left: 0;
		padding-top: 0;
	}

	.sm-menu .sm-nav:nth-child(2) {
		padding-top: 0;
		right: 0;
	}

	.c-gnav__submn li a {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.c-gnav__left .nav-inner {
		height: 639px;
	}

	.c-gnav__left .c-gnav__menu {
		max-width: 16em;
		padding-bottom: 1em;
		padding-top: 70px;
	}

	.c-gnav__left .c-gnav__menu li {
		height: 1.8em;
		text-align: left;
	}

	.c-gnav__left .c-gnav__submn {
		max-width: 16em;
	}

	.c-gnav__left .c-gnav__submn li {
		height: 1.5em;
	}

	.c-gnav__left .c-gnav__submn li a {
		text-align: left;
	}

	.c-gnav__right .nav-inner {
		height: 639px;
	}

	.c-gnav__right .c-gnav__logo {
		margin-bottom: 0;
		max-width: 280px !important;
	}

	.c-gnav__right .c-gnav__flex .c-gnav__access .c-head__ms {
		margin-top: 20px;
	}

	.c-gnav__right .c-gnav__flex .c-gnav__access .c-head__s {
		margin-top: -1em;
	}

	.c-gnav__right .c-gnav__flex .c-gnav__sns ul {
		margin-top: 10px;
	}

	.c-gnav__right .c-gnav__flex .c-gnav__contact a {
		letter-spacing: 0.05em;
		line-height: 1.2;
	}

	.c-gnav__right .c-gnav__flex .c-gnav__contact p {
		font-size: 13px;
		font-size: 1.3rem;
		margin-top: 1em;
	}

	.c-gnav__right .c-gnav__submn {
		margin-top: 20px;
		max-width: 300px;
	}

	.sm-button {
		right: 6px;
		top: calc(20px + 6 * (100vw - 767px) / 233);
	}

	.sm-button.open {
		background: #163259;
		opacity: 1 !important;
	}

	.sm-button.open::before {
		right: 10px;
		top: 15px;
	}

	.sm-button.open::after {
		right: 3px;
		top: 18px;
	}

	.c-nav__pagemn {
		margin-left: auto;
		margin-right: 0;
		margin-top: 0;
		position: absolute;
		right: 2.5vw;
		top: 2vw;
		width: auto;
		z-index: 0;
	}

	.c-nav__pagemn li {
		height: 13vw;
		margin-left: 0.5vw;
		margin-right: 0;
		max-height: calc(104px + 46 * (100vw - 767px) / 833);
		max-width: calc(104px + 46 * (100vw - 767px) / 833);
		width: 13vw;
	}

	.c-area__contact .l-content:nth-of-type(1) .c-head__border {
		line-height: 1.5;
		margin-left: 16px !important;
	}

	.c-area__contact .l-content:nth-of-type(1) > p:nth-of-type(2) {
		margin-top: 7.5em !important;
	}

	.c-area__contact .l-content:nth-of-type(1) > p:nth-of-type(2) span {
		display: inline-block;
	}

	.c-flex.md {
		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-flex.md .c-flex__item {
		margin: 0;
		width: 50%;
	}

	.c-flex.lr {
		display: block;
		-webkit-box-orient: inherit;
		-webkit-box-direction: inherit;
		-ms-flex-direction: inherit;
		flex-direction: inherit;
	}

	.c-flex.lr .c-flex__item:nth-of-type(1) {
		float: right;
		padding-bottom: 5vw;
		padding-left: 5vw;
		width: 45%;
	}

	.c-flex.lr .c-flex__item:nth-of-type(2) {
		width: auto;
	}

	.swiper-slide {
		background-position: left 30% center;
	}

	.swiper-slide#slide1 {
		background-image: url("../images/slider/slide1.jpg");
	}

	.swiper-slide#slide2 {
		background-image: url("../images/slider/slide2.jpg");
	}

	.swiper-slide#slide3 {
		background-image: url("../images/slider/slide3.jpg");
	}

	.swiper-slide__overlay {
		background-size: 450px auto;
		height: 40%;
	}

	#service1 .c-sc__item:nth-of-type(2) ul {
		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: 760px;
	}

	#service1 .c-sc__item:nth-of-type(2) ul li {
		max-width: 360px;
		width: 49%;
	}

	#service1 .c-sc__item:nth-of-type(2) ul li:nth-child(1),
	#service1 .c-sc__item:nth-of-type(2) ul li:nth-child(3),
	#service1 .c-sc__item:nth-of-type(2) ul li:nth-child(5) {
		margin-left: -2px;
	}

	#service1 .c-sc__item:nth-of-type(2) ul li:nth-child(2),
	#service1 .c-sc__item:nth-of-type(2) ul li:nth-child(4),
	#service1 .c-sc__item:nth-of-type(2) ul li:nth-child(6) {
		margin-right: -2px;
	}
}*/

/*@media screen and (min-width: 900px) {
	#service_top ul {
		margin-left: -10px;
		width: 90vw;
	}
}*/

/*@media screen and (min-width: 1000px) {
	.l-footer {
		padding-top: 110px;
	}

	.l-footer__upper .l-footer__left {
		max-width: 350px;
		width: 350px;
	}

	.l-footer__upper .l-footer__left .c-head__s.en {
		font-size: 150%;
		margin-left: 3em;
	}

	.l-footer__upper .l-footer__left a {
		font-size: 20px;
		font-size: 2rem;
		margin-left: 2.25em !important;
	}

	.l-footer__upper .l-footer__left p {
		font-size: 110%;
	}

	.l-footer__upper .l-footer__left p.open span:nth-of-type(2) {
		font-size: 110%;
	}

	.l-footer__upper .l-footer__right {
		max-width: 640px;
		width: calc(100% - 380px);
	}

	.l-footer__upper .l-footer__right ul.c-mn__block:nth-of-type(1) {
		max-width: 12em;
		width: 12em;
	}

	.l-footer__upper .l-footer__right ul.c-mn__block > li > a {
		font-size: 90%;
	}

	.l-footer__upper .l-footer__right ul.c-mn__block > li > a:hover {
		font-size: 102%;
	}

	.l-footer__upper .l-footer__right ul.c-mn__block:nth-of-type(1) > li > a {
		font-size: 102%;
	}

	.l-footer__upper .l-footer__right ul.c-mn__block:nth-of-type(1) > li > a:hover {
		font-size: 112%;
	}

	.l-footer__upper .l-footer__right ul.c-mn__block:nth-of-type(3) {
		width: 8em;
	}

	.l-footer__upper .l-footer__right ul.c-mn__block ul.c-submn > li {
		font-size: 110%;
	}

	.l-footer__bottom .l-footer__right {
		max-width: 640px;
		width: calc(100% - 380px);
	}

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

	section.border {
		margin-bottom: 0;
	}

	.l-container .l-content.c-sc {
		-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;
	}

	.l-container .l-content.c-sc .c-sc__item:nth-of-type(1) {
		width: 35%;
	}

	.l-container .l-content.c-sc .c-sc__item:nth-of-type(2) {
		width: 65%;
	}

	.l-container .l-content.c-sc .c-sc__item:nth-of-type(2) > img {
		margin-top: 0 !important;
	}

	.sm-button {
		font-size: 11px;
		font-size: 1.1rem;
		top: calc(26px + 10 * (100vw - 1000px) / 280);
	}

	.sm-button::before {
		right: -7px;
		width: 40px;
	}

	.sm-button::after {
		right: -7px;
		width: 40px;
	}

	.sm-button.open::before {
		right: 5px;
	}

	.sm-button.open::after {
		right: -2px;
	}

	.c-nav__pagemn {
		right: 40px;
		top: calc(40px - 10 * (100vw - 1000px) / 600);
	}

	.c-nav__pagemn li {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 0;
	}

	.c-area__contact {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.c-area__contact .l-content:nth-of-type(1) .c-head__border ~ p:nth-of-type(1) {
		font-size: 13px;
		margin-top: -0.7em !important;
	}

	.c-area__contact .l-content:nth-of-type(1) > p:nth-of-type(2) {
		margin-top: 7em !important;
	}

	.c-flex.lg {
		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-flex.lg .c-flex__item {
		margin: 0;
		width: 50%;
	}

	.c-flex.lr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.c-flex.lr .c-flex__item:nth-of-type(1) {
		float: inherit;
		padding: 0;
		width: 32.5%;
	}

	.c-flex.lr .c-flex__item:nth-of-type(2) {
		width: 55%;
	}

	.c-head__l {
		margin-top: -0.25em;
	}

	.c-head__xl.en {
		margin-left: 1.6em;
	}

	.swiper-slide__overlay {
		background-color: transparent;
		background-position: top left;
		background-size: contain;
		max-width: 459px;
		width: 40%;
	}

	#slide1 .swiper-slide__overlay {
		left: 6%;
		top: 21%;
	}

	#slide2 .swiper-slide__overlay {
		left: 6%;
		top: calc(50% - 50px);
	}

	#slide3 .swiper-slide__overlay {
		left: 56%;
		top: calc(50% - 50px);
	}

	#mission .c-head__xl {
		margin-left: 1.8em;
		margin-top: -10px;
	}

	#vision .c-sc__item:nth-of-type(2) {
		background-size: 520px;
		margin-top: 0;
	}

	#vision .c-sc__item:nth-of-type(2) ul:nth-of-type(1) {
		margin-bottom: 580px;
	}

	#vision .c-sc__item:nth-of-type(2) ul li p {
		font-size: 100%;
		line-height: 1.5;
	}

	#service_top ul {
		margin-left: calc(-10px + 2 * (100vw - 1000px) / 280);
		width: calc(100% + 30px);
	}

	#service_top ul li {
		background-size: 33% auto;
		height: 27vw;
		max-height: 350px;
		max-width: 339px;
		padding-left: 10px;
		padding-right: 10px;
		width: 27vw;
	}

	#service_top ul li .c-head__ss {
		margin-top: 0.7vw;
	}

	#service_top ul li a.c-more {
		font-size: 90%;
		margin-left: calc((100% - 11em) / 2.25);
		max-width: 11em;
		width: 11em;
	}

	#service_top ul li:nth-child(6) .c-head__ss {
		margin-top: 1.65em;
	}

	#service_top ul li:nth-child(5) .c-head__ss {
		margin-top: 22px;
	}

	#service_top ul li:nth-child(6) .c-head__ss {
		margin-top: 35px;
	}

	#service1 {
		background-position: top 280px right -4vw;
		background-size: 35vw auto;
		padding-top: 120px;
	}

	#service2 {
		background-position: top 280px right -35px;
		background-size: 35vw auto;
		padding-top: 120px;
	}

	#service3 {
		background-size: 35vw auto;
		padding-top: 250px;
	}

	#service4 {
		background-size: 35vw auto;
		padding-top: 250px;
	}

	#service5 {
		background-size: 35vw auto;
		padding-top: 250px;
	}

	#service6 {
		background-size: 35vw auto;
		padding-top: 250px;
	}
}*/

/*@media screen and (min-width: 1100px) {
	#service_top ul li {
		max-height: 300px;
	}

	#service_top ul li .c-head__ss {
		margin-top: 20px;
	}

	#service_top ul li:nth-child(5) .c-head__ss {
		margin-top: 2em;
	}

	#service_top ul li:nth-child(6) .c-head__ss {
		margin-top: 2.75em;
	}
}*/

/*@media screen and (min-width: 1280px) {
	a,
	p,
	ul,
	ol,
	dl {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.l-header__call {
		padding-left: 1em;
	}

	.l-header__logo {
		height: 75px;
		width: 250px;
	}

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

	section .u-photo ~ .l-container {
		margin-top: 350px;
	}

	.l-container .l-content.c-sc .c-sc__item:nth-of-type(1) {
		width: 40%;
	}

	.l-container .l-content.c-sc .c-sc__item:nth-of-type(2) {
		width: 60%;
	}

	.c-gnav__left .nav-inner {
		left: calc(50vw - 600px);
		max-width: 600px;
	}

	.c-gnav__right .nav-inner {
		margin-left: 0;
		max-width: 600px;
	}

	.sm-button {
		font-size: 12px;
		font-size: 1.2rem;
		height: 40px;
		text-align: center;
		top: 36px;
		width: 40px;
	}

	.sm-button::before {
		right: -2px;
		top: 2px;
	}

	.sm-button::after {
		right: -2px;
		top: 12px;
	}

	.sm-button.open {
		height: 45px;
		width: 45px;
	}

	.sm-button.open::before {
		right: 7px;
	}

	.sm-button.open::after {
		right: 0;
	}

	/*.c-area__contact .l-content:nth-of-type(1) {
		width: calc(100% - 400px);
	}

	.c-area__contact .l-content:nth-of-type(2) {
		width: 400px;
	}

	.c-area__contact .l-content:nth-of-type(2) ul {
		max-width: 400px;
	}

	.c-mv {
		height: 318px;
		padding-bottom: 0;
	}

	.c-flex.lr .c-flex__item:nth-of-type(1) {
		padding-left: 80px;
		width: 43%;
	}

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

	.c-head__xl.en {
		margin-left: 1.75em;
	}

	.c-head__m {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.c-head__ms {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.c-head__mss {
		font-size: 20px;
		font-size: 2rem;
	}
	.c-head__s {
		font-size: 18px;
		font-size: 1.8rem;
	}

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

	.p-top-slider__wrapper .c-flex__item {
		width: 3em !important;
	}

	#slide1 .swiper-slide__overlay {
		top: 18%;
	}

	#slide3 .swiper-slide__overlay {
		left: calc(94% - 459px);
	}

	#mission .c-head__xl {
		margin-left: 6.5vw;
	}

	#vision .c-sc__item:nth-of-type(2) ul li {
		max-width: 24em;
		padding-left: 2em;
		padding-right: 2em;
	}

	#vision .c-sc__item:nth-of-type(2) ul li h3 {
		font-size: 120%;
		font-size: 26px;
		font-size: 2.6rem;
		letter-spacing: 0.15em;
	}

	#service .c-head__border {
		margin-left: 15px;
	}

	#service_top ul {
		margin-left: -18px;
	}

	#service_top ul li .c-head__ss {
		font-size: 120%;
		margin-top: 1.5em;
	}

	#service1 .c-sc__item:nth-of-type(2) ul li h4 {
		font-size: 22px;
		font-size: 2.2rem;
	}

	#service1 .c-sc__item:nth-of-type(2) ul li h5 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}*/

/*@media screen and (min-width: 1450px) {
	.l-header__call {
		padding-left: 1.2em;
	}

	.c-nav__pagemn {
		right: 80px;
	}

	#vision .c-sc__item:nth-of-type(2) ul li p span {
		display: inline-block;
	}

	#profile dl dt {
		width: 15em;
	}

	#profile dl dd {
		width: calc(100% - (15em + 1px));
	}

	#service1 {
		background-position: top 300px left calc(50vw + 350px);
		background-size: 485px auto;
		padding-top: 150px;
	}

	#service1 .c-sc__item:nth-of-type(2) ul li h5 ~ p {
		font-size: 90%;
	}

	#service2 {
		background-position: top 300px right 6vw;
		background-size: 485px auto;
		padding-top: 150px;
	}

	#service3 {
		background-position: top 300px right 3vw;
		background-size: 485px auto;
	}

	#service4 {
		background-position: top 300px right 3vw;
		background-size: 485px auto;
	}

	#service5 {
		background-position: top 300px right 3vw;
		background-size: 485px auto;
	}

	#service6 {
		background-position: top 300px right 3vw;
		background-size: 485px auto;
	}
}*/

/*@media screen and (min-width: 1600px) {
	.l-header {
		height: 160px;
	}

	.l-header__call {
		font-size: 26px;
		font-size: 2.6rem;
	}

	main {
		margin-top: 160px;
	}

	.sm-button.open {
		right: calc(100vw - 45px);
	}

	.sm-button.open::before {
		right: 9px;
	}

	.sm-button.open::after {
		right: 3px;
	}

	.c-nav__pagemn {
		top: 35px;
	}

	.c-nav__pagemn li {
		height: 150px;
		width: 150px;
	}

	.c-nav__pagemn li span:nth-of-type(1) {
		font-size: 19px;
		font-size: 1.9rem;
	}

	.c-nav__pagemn li span:nth-of-type(2) {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.c-area__contact .l-content:nth-of-type(1) .c-head__border {
		font-size: 22px !important;
	}

	.c-head__page span:nth-of-type(1) {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.c-head__page span:nth-of-type(2) {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.c-head__border {
		font-size: 20px !important;
	}

	.c-head__border ~ p {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.c-head__l {
		font-size: 35px;
		font-size: 3.5rem;
		font-size: 45px;
		font-size: 4.5rem;
	}

	.c-head__m {
		font-size: 34px;
		font-size: 3.4rem;
	}
	.p-top-slider__wrapper {
		max-width: 1600px;
	}
	.p-top-slider__wrapper .c-flex__item:nth-of-type(1) p {
		font-size: 13px;
		font-size: 1.3rem;
	}

	#mission .c-head__xl {
		margin-left: 2em;
	}
}*/

/*@media screen and (max-width: 999px) {
	#profile .c-head__page {
		margin-bottom: 4vw;
	}
}*/

/*@media screen and (max-width: 766px) {
	.l-header .l-container {
		width: calc(100% - 4vw);
	}

	.l-footer__upper .l-footer__left {
		max-width: 100%;
		text-align: center;
		width: 100%;
	}

	.l-footer__upper .l-footer__right {
		display: none;
	}

	.l-footer__bottom .l-footer__right .l-footer__link {
		margin-left: -5px;
		padding-left: calc((100% - 94px) / 2);
		padding-right: calc((100% - 94px) / 2);
		width: 100%;
	}

	.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(1),
	.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(2),
	.l-footer__bottom .l-footer__right .l-footer__link li:nth-child(3) {
		display: none;
	}

	.l-footer__bottom .l-footer__right .copyright {
		line-height: 1.5;
		margin-bottom: 0.5em;
		margin-left: -2em;
		margin-top: 1em;
		text-align: center;
	}

	.sm-menu.animated {
		overflow-y: scroll;
	}

	.sm-menu.ff-hack {
		left: 0;
	}

	.sm-menu .sm-nav {
		height: auto;
		position: relative;
		width: 100%;
	}

	.sm-menu .sm-nav.animated .nav-inner {
		margin-top: 0;
	}

	.c-flex.lr .c-flex__item:nth-of-type(1) img {
		max-width: 320px;
	}
}*/

/*@media screen and (max-width: 599px) {
	.l-header__call {
		display: none;
	}

	.p-top-slider__wrapper .c-flex__item {
		display: none;
	}

	.swiper-horizontal > .swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: -50px;
		right: -20px;
	}

	#profile dl {
		margin-top: 2em;
	}
}*/

/*@media all and (max-width: 479px) {
	.c-gnav__right .nav-inner {
		padding-bottom: 100px;
	}

	.c-head__l {
		letter-spacing: 0;
	}

	.c-head__xl {
		letter-spacing: 0;
	}

	.c-head__ms {
		letter-spacing: 0;
	}

	.c-head__mss {
		letter-spacing: 0;
	}

	#service1 .c-sc__item:nth-of-type(2) ul li > img {
		top: -30px;
	}
}*/

/*@media all and (max-width: 400px) {
	.c-gnav__right .c-gnav__flex .c-gnav__contact a {
		font-size: 7vw;
	}
}*/

/*@media all and (max-width: 320px) {
	a,
	p,
	ul,
	ol,
	dl {
		font-size: 10px;
	}

	.l-footer__bottom .l-footer__right .copyright {
		font-size: 3.5vw;
	}

	.c-nav__pagemn li {
		height: 75px;
		width: 75px;
	}

	.c-head__l {
		font-size: 6vw;
	}

	.c-head__xl {
		font-size: 7.5vw;
	}

	.c-head__m {
		font-size: 6.4vw;
	}

	.c-head__ms {
		font-size: 6vw;
	}

	.c-head__mss {
		font-size: 5.4vw;
	}

	.c-head__s {
		font-size: 4.8vw;
	}

	.c-head__ss {
		font-size: 4.5vw;
	}
}*/

/*
@-webkit-keyframes flyInLeft {
	0% {
		-webkit-transform: translateX(-20px);
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes flyInLeft {
	0% {
		-ms-transform: translateX(-20px);
		-webkit-transform: translateX(-20px);
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		opacity: 1;
		transform: translateX(0);
	}
}

@-webkit-keyframes flyInRight {
	0% {
		-webkit-transform: translateX(20px);
		opacity: 0;
		transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes flyInRight {
	0% {
		-ms-transform: translateX(20px);
		-webkit-transform: translateX(20px);
		opacity: 0;
		transform: translateX(20px);
	}

	100% {
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		opacity: 1;
		transform: translateX(0);
	}
}
*/


.imp-link {
  position: relative;
  display: block;
  z-index: 2;
}