@charset "UTF-8";
/*   BASE
================================================ */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  color: #111; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop html, *::-ms-backdrop body, *::-ms-backdrop div, *::-ms-backdrop span, *::-ms-backdrop object, *::-ms-backdrop iframe,
  *::-ms-backdrop h1, *::-ms-backdrop h2, *::-ms-backdrop h3, *::-ms-backdrop h4, *::-ms-backdrop h5, *::-ms-backdrop h6, *::-ms-backdrop p, *::-ms-backdrop blockquote, *::-ms-backdrop pre,
  *::-ms-backdrop abbr, *::-ms-backdrop address, *::-ms-backdrop cite, *::-ms-backdrop code,
  *::-ms-backdrop del, *::-ms-backdrop dfn, *::-ms-backdrop em, *::-ms-backdrop img, *::-ms-backdrop ins, *::-ms-backdrop kbd, *::-ms-backdrop q, *::-ms-backdrop samp,
  *::-ms-backdrop small, *::-ms-backdrop strong, *::-ms-backdrop sub, *::-ms-backdrop sup, *::-ms-backdrop var,
  *::-ms-backdrop b, *::-ms-backdrop i,
  *::-ms-backdrop dl, *::-ms-backdrop dt, *::-ms-backdrop dd, *::-ms-backdrop ol, *::-ms-backdrop ul, *::-ms-backdrop li,
  *::-ms-backdrop fieldset, *::-ms-backdrop form, *::-ms-backdrop label, *::-ms-backdrop legend,
  *::-ms-backdrop table, *::-ms-backdrop caption, *::-ms-backdrop tbody, *::-ms-backdrop tfoot, *::-ms-backdrop thead, *::-ms-backdrop tr, *::-ms-backdrop th, *::-ms-backdrop td,
  *::-ms-backdrop article, *::-ms-backdrop aside, *::-ms-backdrop canvas, *::-ms-backdrop details, *::-ms-backdrop figcaption, *::-ms-backdrop figure,
  *::-ms-backdrop footer, *::-ms-backdrop header, *::-ms-backdrop hgroup, *::-ms-backdrop menu, *::-ms-backdrop nav, *::-ms-backdrop section, *::-ms-backdrop summary,
  *::-ms-backdrop time, *::-ms-backdrop mark, *::-ms-backdrop audio, *::-ms-backdrop video, *::-ms-backdrop input, *::-ms-backdrop textarea, .-frame a html, .-frame a body, .-frame a div, .-frame a span, .-frame a object, .-frame a iframe,
  .-frame a h1, .-frame a h2, .-frame a h3, .-frame a h4, .-frame a h5, .-frame a h6, .-frame a p, .-frame a blockquote, .-frame a pre,
  .-frame a abbr, .-frame a address, .-frame a cite, .-frame a code,
  .-frame a del, .-frame a dfn, .-frame a em, .-frame a img, .-frame a ins, .-frame a kbd, .-frame a q, .-frame a samp,
  .-frame a small, .-frame a strong, .-frame a sub, .-frame a sup, .-frame a var,
  .-frame a b, .-frame a i,
  .-frame a dl, .-frame a dt, .-frame a dd, .-frame a ol, .-frame a ul, .-frame a li,
  .-frame a fieldset, .-frame a form, .-frame a label, .-frame a legend,
  .-frame a table, .-frame a caption, .-frame a tbody, .-frame a tfoot, .-frame a thead, .-frame a tr, .-frame a th, .-frame a td,
  .-frame a article, .-frame a aside, .-frame a canvas, .-frame a details, .-frame a figcaption, .-frame a figure,
  .-frame a footer, .-frame a header, .-frame a hgroup, .-frame a menu, .-frame a nav, .-frame a section, .-frame a summary,
  .-frame a time, .-frame a mark, .-frame a audio, .-frame a video, .-frame a input, .-frame a textarea {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif; } }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

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

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

del {
  text-decoration: line-through; }

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

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

li {
  list-style: none; }

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

input, select {
  vertical-align: middle; }

strong {
  font-weight: normal; }

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

/* clearfix */
.fix:before,
.fix:after {
  content: "";
  display: table; }

.fix:after {
  clear: both; }

.fix {
  *zoom: 1; }

.foot{
	color: #fff !important;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
   flex-direction: row;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}
.number{
	width: 63%;
	margin-left: 3%;
}
.number dl{
	overflow: hidden;
	line-height: 130%;
}
section.footer-adress .number dl dt{
	color: #fff !important;
	font-size: 0.8rem;
	float: left;
}
section.footer-adress .number dl dt span{
	color: #fff !important;
	font-size: 0.6rem;
}
section.footer-adress .number dl dd{
	color: #fff !important;
	font-size: 0.8rem;
	padding: 0;
	margin: 0 0 0 3%;
	float: left;
	text-decoration: none !important;
}
.footer-logo{
	width: 31%;
}
.footer-logo p{
	color: #fff;
	font-size: 0.8rem;
}


@media screen and (max-width: 600px) {
.footer-logo{
	width: 100%;
	margin-bottom: 5%;
}
.footer-logo p{
	text-align: left;
}
.number{
	width: 100%;
	margin-left: 0;
}
.number dl{
	width: 100%;
	overflow: hidden;
	line-height: 130%;
}
.number dl dt{
	width: 42%;
	color: #fff;
	font-size: 0.65rem !important;
	padding: 0;
	margin: 0 0 0 0;
	float: left;
}
.number dl dt span{
	font-size: 0.5rem !important;
	}
.number dl dd{
	width: 55%;
	color: #fff;
	font-size: 0.65rem !important;
	padding: 0;
	margin: 0 0 0 3% !important;
	float: right !important;
	text-decoration: none !important;
}
}
/*  メディアクエリ   */
/*  Padding　（レイアウト関係）  */
.-white {
  color: #fff; }

.-blue {
  color: #1a2d75 !important; }

.-lightblue {
  color: #1588ce !important; }

.-sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .-sp {
      display: inherit; } }

.-tab {
  display: none; }
  @media screen and (max-width: 768px) {
    .-tab {
      display: inherit; } }

.-pc {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .-pc {
      display: inherit !important; } }

.-pc_lrage {
  display: inherit !important; }
  @media screen and (max-width: 768px) {
    .-pc_lrage {
      display: none !important; } }

.non-pc {
  display: inherit; }
  @media screen and (min-width: 768px) {
    .non-pc {
      display: none; } }

a {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer; }

p {
  line-height: 1.6; }

img {
  vertical-align: bottom; }

br {
  color: rgba(255, 255, 255, 0); }

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; }
    a[href^="tel:"]::after {
      content: none; } }

/*   COMPONENTS
================================================ */
/*  main contents  */
.main-img {
  background: url(../img/index/main-img.jpg) no-repeat center center/cover;
  height: calc( 100vh - 96px);
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 96px;
  z-index: 2; }
  @media screen and (max-width: 1024px) {
    .main-img {
      margin-top: 80px; } }
  .main-img.-under {
    height: 300px; }
    .main-img.-under:after {
      content: "";
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.1); }
  .main-img.-feature {
    background: url(../img/feature/main-img.jpg) no-repeat center center/cover; }
  .main-img.-works {
    background: url(../img/works/main-img.jpg) no-repeat center center/cover; }
  .main-img.-service {
    background: url(../img/service/main-img.jpg) no-repeat center center/cover; }
  .main-img.-recruit {
    background: url(../img/recruit/main-img.jpg) no-repeat center center/cover; }
  .main-img.-contact {
    background: url(../img/contact/main-img.jpg) no-repeat center center/cover; }

.ttl-box {
  z-index: 2;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }
  @media screen and (max-width: 600px) {
    .ttl-box {
      width: 90%; } }
  .ttl-box h1 {
    text-align: center; }
    .ttl-box h1 .svg-shadow {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 600px) {
      .ttl-box h1 {
        width: 100%;
        text-align: left; } }
    @media screen and (max-width: 600px) {
      .ttl-box h1 {
        text-align: center;
        margin: 0 auto; } }
    .ttl-box h1 img {
      height: 70px;
      margin: 0 10px; }
      @media screen and (max-width: 600px) {
        .ttl-box h1 img {
          width: auto;
          height: 56px;
          text-align: center;
          margin: 0 auto;
          padding-bottom: 10px; } }
  .ttl-box .index-ttl {
    text-align: center;
    margin-top: 20px;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    letter-spacing: 0.1rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    position: relative;
    font-weight: normal;
    line-height: 3.0rem;
    font-size: 2.2rem;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.8); }
    @media screen and (max-width: 600px) {
      .ttl-box .index-ttl {
        font-size: 1.5rem;
        letter-spacing: 0; } }
  .ttl-box .under-ttl {
    text-align: center !important;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    letter-spacing: 0.1rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    position: relative;
    font-weight: normal;
    font-size: 2.2rem;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 600px) {
      .ttl-box .under-ttl {
        font-size: 2.2rem;
        letter-spacing: 0;
        text-align: center; } }

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*   LAYOUT
================================================ */
section {
  padding: 100px 0 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    section {
      padding: 80px 0 0; } }
  @media screen and (max-width: 600px) {
    section {
      padding: 80px 0 0; } }
  section.bg-gray {
    background: rgba(0, 0, 0, 0.05);
    padding: 100px 0;
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      section.bg-gray {
        padding: 100px 0; } }
    @media screen and (max-width: 600px) {
      section.bg-gray {
        padding: 80px 0; } }
    section.bg-gray.-black {
      background: #000;
      padding: 80px 0; }

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

.container {
  overflow: hidden; }

.inner-container {
  margin: 0 auto;
  padding: 0 2% 0 4%; }
  @media screen and (max-width: 1024px) {
    .inner-container {
      padding: 0 8%; } }
  @media screen and (max-width: 768px) {
    .inner-container {
      padding: 0 6vw; } }

/*   スライド表示
================================================ */
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0; }

/*   カラム表示
================================================ */
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    .column > .inner {
      width: auto; } }
  @media screen and (min-width: 600px) {
    .column.-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  .column.-column1 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px; }
    .column.-column1 img {
      width: 100%; }
    @media screen and (max-width: 600px) {
      .column.-column1 {
        width: 100%; } }
    @media screen and (min-width: 1024px) {
      .column.-column1 {
        width: 80%;
        text-align: center;
        margin: 0 auto; }
        .column.-column1 img {
          width: 100%; } }
  .column.-column2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .column.-column2 > .inner {
      width: 46%; }
      .column.-column2 > .inner img {
        width: 100%; }
      @media screen and (max-width: 600px) {
        .column.-column2 > .inner {
          width: 100%; } }
    @media screen and (max-width: 768px) {
      .column.-column2.-company > .inner {
        width: 100%; } }
  .column.-two-third {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 600px) {
      .column.-two-third {
        margin-bottom: 30px; } }
    .column.-two-third > .inner:first-child {
      width: 100%; }
      @media screen and (min-width: 600px) {
        .column.-two-third > .inner:first-child {
          width: 60%; } }
      .column.-two-third > .inner:first-child .-name {
        text-align: right; }
        @media screen and (max-width: 600px) {
          .column.-two-third > .inner:first-child .-name {
            text-align: center !important;
            margin-bottom: 30px; } }
    .column.-two-third > .inner:last-child {
      width: 100%; }
      @media screen and (max-width: 600px) {
        .column.-two-third > .inner:last-child {
          margin-bottom: 1rem; } }
      @media screen and (min-width: 600px) {
        .column.-two-third > .inner:last-child {
          width: 36%; } }
  .column.-column3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .column.-column3:after {
      content: "";
      display: block;
      width: 32%;
      height: 0; }
    .column.-column3 > .inner {
      width: 32%;
      margin-top: 30px; }
      .column.-column3 > .inner:nth-child(1) {
        margin-top: 0; }
      .column.-column3 > .inner:nth-child(2) {
        margin-top: 0; }
      .column.-column3 > .inner:nth-child(3) {
        margin-top: 0; }
      @media screen and (max-width: 600px) {
        .column.-column3 > .inner {
          margin-top: 20px;
          width: 100%; }
          .column.-column3 > .inner:nth-child(1) {
            margin-top: 0; }
          .column.-column3 > .inner:nth-child(2) {
            margin-top: 20px; }
          .column.-column3 > .inner:nth-child(3) {
            margin-top: 20px; } }
  .column.-column4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .column.-column4.-service > .inner .objectfit {
      height: 200px;
      width: 100%; }
      @media screen and (max-width: 1024px) {
        .column.-column4.-service > .inner .objectfit {
          height: 160px; } }
      @media screen and (max-width: 768px) {
        .column.-column4.-service > .inner .objectfit {
          height: 140px; } }
      .column.-column4.-service > .inner .objectfit:hover {
        opacity: 1; }
    .column.-column4 > .inner {
      width: 24%; }
      .column.-column4 > .inner .objectfit {
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        .column.-column4 > .inner .objectfit:hover {
          opacity: 0.8;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
        @media screen and (max-width: 1024px) {
          .column.-column4 > .inner .objectfit {
            height: 200px; } }
        @media screen and (max-width: 768px) {
          .column.-column4 > .inner .objectfit {
            height: 160px; } }
      @media screen and (max-width: 600px) {
        .column.-column4 > .inner {
          width: 48%;
          margin-top: 20px; }
          .column.-column4 > .inner:nth-child(1) {
            margin-top: 0; }
          .column.-column4 > .inner:nth-child(2) {
            margin-top: 0; } }

/*   段落・テキスト
------------------------------------------ */
.-white {
  color: #fff !important; }

.main-color {
  color: #1a2d75 !important; }

.sttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0rem;
  line-height: 3rem; }
  @media screen and (max-width: 600px) {
    .sttl {
      font-size: 1.8rem;
      line-height: 2.6rem; } }
  .sttl.-large {
    font-size: 3rem;
    line-height: 3.4rem; }
    @media screen and (max-width: 600px) {
      .sttl.-large {
        font-size: 2.2rem;
        line-height: 3rem; } }
  .sttl.-small {
    font-size: 2rem;
    line-height: 2.4rem;
    color: #1a2d75; }
    @media screen and (max-width: 600px) {
      .sttl.-small {
        font-size: 1.5rem;
        line-height: 2rem; } }
  .sttl.-name {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-right: 10px; }
    .sttl.-name span {
      font-weight: bold;
      font-size: 1.4rem;
      font-family: "Noto Sans JP", sans-serif; }
    @media screen and (max-width: 600px) {
      .sttl.-name {
        font-size: 1.4rem;
        line-height: 3rem; } }

.sttl-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0rem;
  line-height: 2.2rem;
  color: #fff; }

.small-sttl {
  font-size: 1.1rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0rem;
  font-weight: normal;
  line-height: 1.8rem; }

.txt {
  font-size: 1rem;
  line-height: 1.6rem; }

/*   各ページ
================================================ */
.about-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    .about-box {
      display: block; } }
  .about-box:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -5%;
    height: 180px;
    width: 900px;
    background: url(../img/index/text-katosansho.svg) no-repeat;
    z-index: -1; }
    @media screen and (max-width: 600px) {
      .about-box:after {
        content: none; } }
    @media screen and (max-width: 768px) {
      .about-box:after {
        height: 150px;
        width: 600px; } }
  @media screen and (max-width: 600px) {
    .about-box li {
      width: 100% !important;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .about-box li.-img {
    margin-right: -100px;
    height: 560px;
    margin-top: -50px; }
    @media screen and (max-width: 600px) {
      .about-box li.-img {
        margin-left: 0px;
        height: auto;
        padding-left: 0px;
        margin-top: 20px; } }
  .about-box li.-text {
    width: 55%;
    position: relative;
    margin-right: 5%; }
    @media screen and (max-width: 768px) {
      .about-box li.-text {
        width: 40vw !important;
        margin-left: 0vw; } }
    @media screen and (max-width: 600px) {
      .about-box li.-text {
        margin-top: 0px;
        width: 100% !important; } }

.service-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    .service-box {
      display: block; } }
  .service-box li {
    width: 46%; }
    .service-box li:last-child {
      margin-top: 100px; }
      @media screen and (max-width: 1024px) {
        .service-box li:last-child {
          margin-top: 80px; } }
      @media screen and (max-width: 600px) {
        .service-box li:last-child {
          margin-top: 40px; } }
    .service-box li .detail {
      position: relative; }
      .service-box li .detail a .objectfit {
        height: 640px;
        -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s; }
        @media screen and (max-width: 768px) {
          .service-box li .detail a .objectfit {
            height: 500px; } }
        @media screen and (max-width: 600px) {
          .service-box li .detail a .objectfit {
            height: 400px; } }
        .service-box li .detail a .objectfit:hover {
          opacity: 0.8;
          -webkit-transition: 1s;
          -o-transition: 1s;
          transition: 1s; }
      .service-box li .detail a:hover .sttl-sub:after {
        left: 7.5rem;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        opacity: 0.5; }
      .service-box li .detail a:hover .sttl-sub.-position:after {
        left: 12.5rem; }
      .service-box li .detail a .sttl-sub {
        position: relative; }
        .service-box li .detail a .sttl-sub:after {
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s;
          content: "";
          /*何も入れない*/
          display: inline-block;
          /*忘れずに！*/
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
          left: 4.5em;
          width: 20px;
          /*画像の幅*/
          height: 20px;
          /*画像の高さ*/
          background: url(../img/cmn/arrow-right2.svg) no-repeat; }
        .service-box li .detail a .sttl-sub.-position:after {
          left: 12rem; }
      .service-box li .detail a .-job {
        background: #1a2d75;
        position: absolute;
        bottom: 50px;
        right: -40px;
        padding: 40px 30px;
        min-width: 300px;
        max-width: 360px;
        -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        .service-box li .detail a .-job:hover {
          background: #214096;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
        .service-box li .detail a .-job p {
          color: #fff; }
        @media screen and (max-width: 768px) {
          .service-box li .detail a .-job {
            min-width: 300px;
            max-width: 300px; } }
        @media screen and (max-width: 600px) {
          .service-box li .detail a .-job {
            padding: 30px;
            right: -30px; } }
        .service-box li .detail a .-job:after {
          content: "";
          /*何も入れない*/
          display: inline-block;
          /*忘れずに！*/
          position: absolute;
          top: -30px;
          left: -20px;
          width: 200px;
          /*画像の幅*/
          height: 200px;
          /*画像の高さ*/
          background: url(../img/cmn/icon-white.svg) no-repeat;
          opacity: 0.1; }
        .service-box li .detail a .-job:hover {
          opacity: 1;
          -webkit-transition: 1s;
          -o-transition: 1s;
          transition: 1s; }

.service-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .service-detail .l {
    width: 50%;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 600px) {
      .service-detail .l {
        width: 100%; } }
    .service-detail .l h6 {
      margin-top: 100px; }
      @media screen and (max-width: 600px) {
        .service-detail .l h6 {
          margin-top: -50px; } }
    .service-detail .l .-sangyo {
      margin-top: 50px; }
      @media screen and (max-width: 600px) {
        .service-detail .l .-sangyo {
          margin-top: -50px; } }
    .service-detail .l:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 150px;
      left: -20%;
      height: 180px;
      width: 900px;
      background: url(../img/service/text-kaitai.svg) no-repeat;
      opacity: .2;
      z-index: 0; }
      @media screen and (max-width: 768px) {
        .service-detail .l:after {
          left: 0;
          height: 100px;
          width: 100%; } }
      @media screen and (max-width: 600px) {
        .service-detail .l:after {
          left: 0;
          height: 100px;
          width: 100%; } }
    .service-detail .l h2 {
      position: relative;
      z-index: 2;
      height: 300px;
      margin: 0 auto; }
  .service-detail .r {
    width: 45%; }
    @media screen and (max-width: 600px) {
      .service-detail .r {
        width: 100%;
        margin-top: 30px; } }
  .service-detail.-reverse .l:after {
    background: url(../img/service/text-sangyo.svg) no-repeat;
    left: -20%;
    height: 160px;
    width: 800px; }
    @media screen and (max-width: 768px) {
      .service-detail.-reverse .l:after {
        left: 0;
        height: 100px;
        width: 100%; } }

.kaitai-example {
  background: #dbe1da;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 600px) {
    .kaitai-example {
      display: block;
      width: 100%; } }
  .kaitai-example p {
    color: #496847;
    width: 14%;
    line-height: 2.4rem;
    text-align: center;
    margin-right: 10px; }
    @media screen and (min-width: 1280px) {
      .kaitai-example p {
        width: 20%;
        text-align: center; }
        .kaitai-example p br {
          display: none; } }
    @media screen and (max-width: 600px) {
      .kaitai-example p {
        width: 100%;
        margin-bottom: 10px; }
        .kaitai-example p br {
          display: none; } }
  .kaitai-example ul {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 600px) {
      .kaitai-example ul {
        width: 100%;
        margin: 0 auto;
        text-align: center; } }
    .kaitai-example ul li {
      font-size: .9rem;
      text-align: center;
      margin: 5px;
      padding: 8px 0;
      width: 18%;
      border: 1px solid #496847; }
      @media screen and (max-width: 768px) {
        .kaitai-example ul li {
          width: 23%; } }
      @media screen and (max-width: 600px) {
        .kaitai-example ul li {
          width: 47%;
          margin: 3px; } }
      .kaitai-example ul li:last-child {
        text-align: left;
        border: none; }

.kaitai-3 .sttl {
  position: relative; }
  .kaitai-3 .sttl:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 0;
    height: 2px;
    width: 100%;
    background: #000;
    z-index: -1; }
    @media screen and (max-width: 600px) {
      .kaitai-3 .sttl:before {
        content: none; } }

.kaitai-3 span {
  background: #fff;
  padding: 0 10px; }
  @media screen and (max-width: 600px) {
    .kaitai-3 span {
      padding: 0; } }
  .kaitai-3 span br {
    display: none; }
    @media screen and (max-width: 600px) {
      .kaitai-3 span br {
        display: block;
        text-align: center; } }

.kaitai-3 .-column3 li {
  width: 30%;
  padding: 20px; }
  @media screen and (max-width: 600px) {
    .kaitai-3 .-column3 li {
      padding: 0; } }

.mask:hover img,
.mask:focus img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }
  .mask:hover img:before,
  .mask:focus img:before {
    background: rgba(0, 0, 0, 0.5); }

.company-list {
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  padding: 0 30px;
  color: #000; }
  @media screen and (max-width: 600px) {
    .company-list {
      border: none;
      margin-left: 0; } }
  .company-list th,
  .company-list td {
    border-bottom: 1px solid #ccc;
    padding: 1.6rem 2rem;
    line-height: 1.4;
    font-size: 0.96rem;
    text-align: left; }
    .company-list th:last-child,
    .company-list td:last-child {
      padding-left: 10px; }
    @media screen and (max-width: 600px) {
      .company-list th,
      .company-list td {
        padding: 10px 10px; } }
  .company-list th {
    font-weight: bold;
    width: 30%; }
    @media screen and (max-width: 600px) {
      .company-list th {
        padding: 4px 10px;
        display: block;
        width: 100%;
        border: none;
        font-weight: bold;
        border-bottom: 1px solid #999; } }
  .company-list td a {
    color: #000; }
  @media screen and (max-width: 600px) {
    .company-list td {
      display: block;
      width: 100%;
      border: none;
      margin-bottom: 10px; } }

.works-list {
  margin-top: 20px;
  width: 100%;
  color: #111;
  border-collapse: collapse;
  border: 1px solid #ccc;
  background: #fff; }
  .works-list tr:first-child th,
  .works-list tr:first-child td {
    background: #eee; }
  .works-list th,
  .works-list td {
    border: 1px solid #ccc;
    background: #fff;
    padding: 1rem;
    line-height: 1.6;
    font-size: 0.9rem;
    text-align: left;
    vertical-align: middle;
    font-weight: normal; }
    @media screen and (max-width: 768px) {
      .works-list th,
      .works-list td {
        font-size: 0.85rem;
        line-height: 1.3rem; } }
    @media screen and (max-width: 600px) {
      .works-list th,
      .works-list td {
        padding: 0.8rem;
        font-size: 0.8rem; } }

.objectfit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"; }
  .objectfit.-posisiton {
    -o-object-position: 100% 100%;
    object-position: 100% 100%; }

@media screen and (min-width: 600px) {
  .accordion {
    pointer-events: none !important; }
    .accordion .-detail {
      display: block !important; } }

.bread {
  font-size: 0.8rem;
  padding: 20px 0; }
  @media screen and (max-width: 600px) {
    .bread {
      display: none; } }
  .bread a {
    color: #111;
    font-weight: bold;
    padding-right: 20px;
    position: relative; }
    .bread a::after {
      position: absolute;
      right: 0px;
      top: 0;
      content: "";
      width: 12px;
      height: 12px;
      background: url(../img/cmn/bluearrow-right.svg) no-repeat; }

#feature-safety {
  position: relative; }
  #feature-safety:after {
    position: absolute;
    top: 300px;
    right: 0;
    content: "";
    width: 500px;
    height: 480px;
    background: url(../img/feature/bg-img01.png) no-repeat;
    z-index: -2; }
    @media screen and (max-width: 1024px) {
      #feature-safety:after {
        opacity: 0.3;
        top: 200px;
        right: -100px; } }
    @media screen and (max-width: 600px) {
      #feature-safety:after {
        opacity: 0.3;
        top: 450px;
        right: -150px; } }

.-safty {
  padding-right: 10%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 1024px) {
    .-safty {
      padding-right: 0;
      margin: 0; } }
  .-safty li {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .-safty li {
        margin-bottom: 20px; } }
    @media screen and (max-width: 600px) {
      .-safty li {
        margin-bottom: 20px;
        height: 140px; } }
    @media screen and (max-width: 380px) {
      .-safty li.inner {
        width: 100% !important;
        height: 140px; }
        .-safty li.inner:first-child {
          margin-bottom: 40px; } }
    .-safty li:after {
      position: absolute;
      display: inline-block;
      top: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      width: 200px;
      height: 200px;
      background: url(../img/cmn/img-circle.svg) no-repeat;
      z-index: -1; }
      @media screen and (max-width: 1024px) {
        .-safty li:after {
          width: 180px;
          height: 180px; } }
      @media screen and (max-width: 768px) {
        .-safty li:after {
          width: 150px;
          height: 150px; } }
    .-safty li .num {
      text-align: center;
      font-size: 3.2rem;
      font-weight: bold;
      color: #1a2d75;
      margin-top: -5px; }
      @media screen and (max-width: 768px) {
        .-safty li .num {
          font-size: 2.8rem; } }
    .-safty li .txt {
      font-size: 1.3rem;
      line-height: 1.8rem;
      font-weight: bold;
      margin: 10px auto;
      padding: 0 15%; }
      @media screen and (max-width: 1024px) {
        .-safty li .txt {
          font-size: 1.1rem;
          line-height: 1.5rem;
          padding: 0 10%; } }
      @media screen and (max-width: 380px) {
        .-safty li .txt {
          padding: 0 20%;
          text-align: center; } }

.sasayaka {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  width: 90%;
  margin: 0 auto;
  z-index: 3; }
  @media screen and (max-width: 600px) {
    .sasayaka {
      width: 100%; } }
  .sasayaka img {
    width: 100%;
    z-index: -1; }
  .sasayaka:before {
    position: absolute;
    display: inline-block;
    bottom: -30px;
    right: -80px;
    z-index: 2;
    content: "";
    background: url(../img/feature/sub-img03.png) no-repeat;
    width: 200px;
    /* ※縦横を同値に */
    height: 200px; }
    @media screen and (max-width: 600px) {
      .sasayaka:before {
        content: none; } }
  .sasayaka:after {
    position: absolute;
    display: inline-block;
    bottom: 180px;
    right: -40px;
    content: "";
    background: url(../img/feature/text-sasayaka.png) no-repeat;
    width: 180px;
    /* ※縦横を同値に */
    height: 60px; }
    @media screen and (max-width: 600px) {
      .sasayaka:after {
        content: none; } }

.-greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .-greeting li:first-child {
    width: 60%; }
  .-greeting li:last-child {
    width: 35%; }

.-license {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .-license {
      margin-bottom: 30px; } }
  .-license p {
    width: 32%;
    text-align: center; }

.footer-img {
  background: url(../img/cmn/footer-img.png) no-repeat center center/cover;
  padding: 120px 0;
  position: relative;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .footer-img {
      margin-top: -1rem; } }
  .footer-img .inner-img {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 400px;
    opacity: 0.3; }
    @media screen and (max-width: 600px) {
      .footer-img .inner-img {
        top: 20px;
        left: -10px; } }
  .footer-img .sttl {
    font-size: 2rem;
    line-height: 2.6rem; }
    .footer-img .sttl br {
      display: none; }
  .footer-img .footer-text {
    position: relative; }
    .footer-img .footer-text .-tel a {
      color: #fff;
      font-family: "A1 Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 2rem;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      letter-spacing: 0.1rem;
      line-height: 2.6rem; }
    .footer-img .footer-text p {
      color: #fff; }

.footer-tel {
  width: 768px;
  margin: 0 auto; }
  @media screen and (max-width: 600px) {
    .footer-tel {
      width: 100%; } }
  .footer-tel li:first-child, .footer-tel .-tel {
    margin-top: 15px;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .footer-tel li:first-child, .footer-tel .-tel {
        margin-bottom: 30px; } }
    .footer-tel li:first-child a, .footer-tel .-tel a {
      font-size: 2.4rem;
      color: #1a2d75;
      position: relative;
      font-family: "Noto Sans JP", sans-serif;
      color: #000;
      line-height: .2rem; }
      .footer-tel li:first-child a span, .footer-tel .-tel a span {
        font-size: .9rem; }
      .footer-tel li:first-child a:hover, .footer-tel .-tel a:hover {
        opacity: .9; }
    .footer-tel li:first-child:hover, .footer-tel .-tel:hover {
      opacity: 0.9; }
  .footer-tel .-tel a {
    font-size: 2.2rem; }

.footer-logo img {
  width: 350px; }

.footer-logo p {
  text-align: center; }
  .footer-logo p br {
    display: none; }
  .footer-logo p:first-child {
    margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .footer-logo p {
      font-size: 0.9rem; }
      .footer-logo p br {
        display: block; }
      .footer-logo p a {
        color: #fff; } }

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto !important;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 1024px) {
    .footer-nav {
      width: 1024px;
      padding: 4%; } }
  .footer-nav li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative; }
  @media screen and (max-width: 600px) {
    .footer-nav {
      display: block; }
      .footer-nav li {
        width: 100%; } }
  .footer-nav li a {
    margin-left: 2rem;
    color: #fff;
    padding-bottom: 4px;
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 0.95rem; }
    .footer-nav li a:first-child {
      margin-left: 0; }
    .footer-nav li a:hover {
      color: #1588ce;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .footer-nav li.-small a {
    color: #999;
    font-size: 0.9rem; }
  .footer-nav li.-last {
    margin-left: auto;
    color: #999;
    font-size: 0.9rem; }
    @media screen and (max-width: 1024px) {
      .footer-nav li.-last {
        display: none; } }

.-adress br {
  display: block; }
  @media screen and (min-width: 1024px) {
    .-adress br {
      display: none; } }

.footer-adress {
  background: #000;
  padding-top: 50px;
  padding-bottom: 50px; }
  .footer-adress .-column2 {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .footer-adress .-column2 li {
      margin: 0 2%; }
      @media screen and (max-width: 768px) {
        .footer-adress .-column2 li:last-child {
          margin-top: 30px;
          text-align: center; } }
      .footer-adress .-column2 li p {
        color: #fff; }
        .footer-adress .-column2 li p a {
          color: #fff; }
        .footer-adress .-column2 li p a[href^="tel:"] {
          pointer-events: none;
          color: #fff; }
          .footer-adress .-column2 li p a[href^="tel:"]::after {
            content: none; }
    .footer-adress .-column2 p {
      font-size: 0.8rem; }

.-copy {
  display: block;
  text-align: center;
  color: #999;
  font-size: 0.9rem;
  margin: 30px 0 0px; }

.form-container {
  margin: 0 auto !important;
  width: 600px; }
  @media screen and (max-width: 600px) {
    .form-container {
      width: 94%; } }

.mailform {
  overflow: hidden;
  padding: 14px 0; }

.mailform dt {
  width: 100%;
  float: left;
  font-size: 0.95rem;
  padding: 8px 0;
  margin-bottom: 4px; }
  @media screen and (max-width: 600px) {
    .mailform dt {
      width: 96%; } }

.mailform dd {
  float: left;
  font-size: 16px;
  text-align: left;
  line-height: 200%; }
  @media screen and (max-width: 600px) {
    .mailform dd {
      width: 100%; } }

.mailform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  position: relative;
  width: 100%;
  font-size: 18px;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #1a2d75; }

.mailform select::before {
  position: absolute;
  display: block;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #da3c41;
  pointer-events: none; }

.form01 {
  width: 600px;
  font-size: 18px;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #1a2d75;
  background: #fff; }

@media screen and (max-width: 768px) {
  .mailform dd {
    width: 100%; }
  .form01 {
    width: 100%; }
  .form00 {
    width: 100% !important; }
  .form02 {
    width: 100% !important; }
  .pp_container {
    width: 90%; } }

.must {
  color: #f30004;
  font-size: 14px; }

.pp_container {
  height: 200px;
  width: 90%;
  overflow: scroll;
  margin: 15px auto 35px;
  border: 2px #6f6f6f solid;
  border-radius: 5px;
  padding: 5px 15px;
  line-height: 1.6; }

.pp_container h3 {
  margin: 15px 0 5px;
  font-size: 1.2em; }

.pp_container p {
  margin-bottom: 15px;
  font-size: 0.8em !important; }

.pp_container ul li {
  list-style: disc;
  font-size: 0.8em !important;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-left: 10px; }

.sec10 h1 {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 40px;
  text-align: center; }

@media screen and (max-width: 768px) {
  .pp_container {
    width: 90% !important; }
  .footer_ad {
    display: block;
    text-align: center;
    margin: auto; }
  .footer_ad img {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 60%; } }

.pager ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0; }

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #1a2d75;
  width: 46px;
  height: 46px;
  text-align: center;
  position: relative; }
  .pager .pagination li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #fff;
    text-decoration: none; }
    .pager .pagination li a span {
      display: table-cell;
      vertical-align: middle; }
    .pager .pagination li a:hover, .pager .pagination li a.active {
      color: #000;
      background: #ccf; }

@media only screen and (max-width: 600px) {
  .pager .pagination li {
    display: none; }
    .pager .pagination li.pre, .pager .pagination li.next {
      display: inline-block;
      width: 40%;
      height: 50px;
      text-align: center; }
    .pager .pagination li.pre a,
    .pager .pagination li.next a {
      width: 100%;
      text-align: center; }
    .pager .pagination li.pre span::after {
      content: "　前の10件へ"; }
    .pager .pagination li.next span::before {
      content: "次の10件へ　"; } }

.formTable {
  border: solid 1px #bbb !important;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .formTable {
      border: none !important; } }

.formTable th,
.formTable td {
  border: solid 1px #bbb !important;
  padding: 24px 30px;
  line-height: 1.4; }
  @media screen and (max-width: 600px) {
    .formTable th,
    .formTable td {
      width: 100%;
      display: block;
      padding: 10px; } }

@media screen and (max-width: 600px) {
  .formTable th {
    border: none !important;
    background: #efefef; } }

@media screen and (max-width: 600px) {
  .formTable td {
    border: none !important;
    margin-bottom: 20px; } }

.contact-page {
  margin: 0 auto;
  text-align: center; }
  .contact-page .-tel a {
    font-size: 2.2rem;
    color: #1a2d75;
    font-family: "A1 Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: relative;
    padding-left: 2rem; }
    .contact-page .-tel a:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0%;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      height: 30px;
      width: 20px;
      background: url(../img/cmn/icon-tel.svg) no-repeat; }

.center-button {
  margin: auto; }
  @media screen and (max-width: 600px) {
    .center-button input {
      margin-bottom: 30px !important; } }

/*  navigation  */
.header-logo {
  width: 290px;
  position: absolute;
  top: 50%;
  left: 2%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 10; }
  .header-logo img {
    width: 100%; }
  @media screen and (max-width: 640px) {
    .header-logo {
      width: 240px;
      height: auto; } }
 @media screen and (max-width: 425px) {
    .header-logo {
      width: 180px;
      height: auto; } }
  .header-logo.header-logo2 {
    display: none; }

#header-top {
  height: 96px;
  width: 100%;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background: #fff; }
  @media screen and (max-width: 1024px) {
    #header-top {
      height: 80px; } }
  #header-top.fixed {
    background: rgba(255, 255, 255, 0.95);
    height: 80px;
    position: fixed;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }

#gNav {
  margin-right: 10px; }
  #gNav ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #gNav ul li {
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      #gNav ul li a {
        padding: 2rem 1em;
        color: #000;
        font-weight: bold;
        font-size: .95rem; }
        #gNav ul li a:hover {
          color: #1588ce;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
    #gNav ul .header-tel {
      margin: 0 1rem -.5rem; }
      #gNav ul .header-tel a {
        padding: 2rem 0;
        font-size: 1.5rem;
        color: #1a2d75;
        position: relative;
        font-family: "Noto Sans JP", sans-serif;
        line-height: 0rem; }
        #gNav ul .header-tel a span {
          font-size: .7rem;
          color: #1a2d75; }
        #gNav ul .header-tel a:hover {
          opacity: .9; }
      #gNav ul .header-tel:hover {
        opacity: 0.9; }
      @media screen and (max-width: 1280px) {
        #gNav ul .header-tel {
          display: none; } }
    #gNav ul .header-contact {
      background: #1a2d75;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      padding: .8rem 0rem .8rem 1rem; }
      #gNav ul .header-contact a {
        font-size: .9rem;
        color: #fff;
        position: relative; }
        #gNav ul .header-contact a:before {
          content: "";
          position: absolute;
          display: inline-block;
          top: 50%;
          left: -.3rem;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 15px;
          height: 10px;
          background: url(../img/cmn/arrow-right3.svg) no-repeat; }
        #gNav ul .header-contact a:hover {
          color: #fff; }
      #gNav ul .header-contact:hover {
        background: #1588ce;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      @media screen and (max-width: 1280px) {
        #gNav ul .header-contact {
          margin-left: 1rem; } }

#gNav ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-left: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px; }

/*SPのサブメニュー指定*/
@media screen and (max-width: 768px) {
  .sub-menu {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .sub-menu li {
      width: 50% !important; }
      .sub-menu li:first-child {
        border-right: 1px solid #fff; }
      .sub-menu li a {
        font-size: 0.9rem !important;
        color: #1a2d75 !important; } }

.sub-menu li {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #f7f8f8 !important;
  font-size: 0.96rem !important;
  color: #444 !important; }
  .sub-menu li:first-child {
    padding-top: 0 !important; }

#gNav li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 9999; }
  #gNav li:hover ul.sub-menu a {
    color: #222; }

a.meanmenu-reveal {
  display: none; }

a.mean-bar {
  width: 100%;
  position: fixed;
  background: none;
  min-height: 90px;
  z-index: 98;
  top: 0;
  left: 0; }

.meanmenu-reveal-btn {
  position: absolute;
  display: block;
  z-index: 99999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0; }
  @media screen and (max-width: 600px) {
    .meanmenu-reveal-btn {
      width: 55px; } }

.meanmenu-reveal {
  width: 34px;
  height: 20px;
  margin: 28px 0px;
  display: block !important;
  position: relative; }
  @media screen and (min-width: 768px) {
    .meanmenu-reveal {
      margin: 32px 0px; } }
  .meanmenu-reveal span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    margin: 0 auto; }
    .meanmenu-reveal span:nth-of-type(1) {
      top: 0;
      background: #1588ce; }
    .meanmenu-reveal span:nth-of-type(2) {
      top: 8px;
      background: #1588ce; }
    .meanmenu-reveal span:nth-of-type(3) {
      top: 16px;
      background: #1588ce; }

.meanclose span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 .75s forwards;
  animation: active-menu-ber01 .75s forwards;
  top: -2px; }

.meanclose span:nth-of-type(2) {
  opacity: 0; }

.meanclose span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 .75s forwards;
  animation: active-menu-ber03 .75s forwards; }

.mean-container .mean-nav {
  width: 100%;
  overflow-y: auto;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0; }
  .mean-container .mean-nav ul {
    margin: 0;
    width: 100%;
    list-style-type: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 99;
    height: 100vh; }
  .mean-container .mean-nav ul ul {
    padding-bottom: 0;
    margin-bottom: 0; }
  .mean-container .mean-nav ul li {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100; }

#gmenu {
  position: relative;
  z-index: 1000; }
  #gmenu .header-home {
    display: block; }
    @media screen and (min-width: 1280px) {
      #gmenu .header-home {
        display: none; } }
  @media screen and (max-width: 1024px) {
    #gmenu {
      padding-top: 80px; } }
  @media screen and (max-width: 1024px) {
    #gmenu {
      background: #1a2d75;
      height: 100vh; }
      #gmenu li {
        text-align: center; }
        #gmenu li a {
          color: #fff;
          font-weight: bold; } }

.mean-container .mean-bar a span {
  color: #fff;
  font-size: .7rem; }

.mean-container {
  background: #1a2d75; }
  .mean-container .mean-nav ul li a {
    display: block;
    width: 100%;
    padding: 1em 2em;
    font-size: 1.1em;
    margin: 0;
    text-align: center;
    text-decoration: none;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .mean-container .mean-nav ul li a img {
      display: none; }
    .mean-container .mean-nav ul li a span.pre {
      display: block;
      width: 100%;
      padding: 1.2em 2em;
      font-size: 1.1em;
      margin: 0;
      text-align: left;
      text-decoration: none;
      color: #333;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative; }
  .mean-container .mean-nav ul li li a {
    width: 100%;
    padding: 1em 8%;
    text-shadow: none !important;
    visibility: visible; }
  .mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0; }
  .mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%; }
  .mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%; }
  .mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%; }
  .mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1); }
  .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both; }

.mean-nav .wrapper {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0; }

.mean-container .mean-bar {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-weight: normal; }
  .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .mean-container .mean-bar a span {
    font-weight: normal; }

.mean-remove {
  display: none !important; }

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

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

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

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

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

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

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

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

.active {
  color: #1a2d75 !important; }

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

.swiper1 .swiper-slide-active .slide-img,
.swiper1 .swiper-slide-duplicate-active .slide-img,
.swiper1 .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both; }

.swiper1 {
  width: 100%;
  overflow: hidden; }
  .swiper1 .swiper-slide {
    position: relative;
    width: 100%;
    height: calc( 100vh - 90px);
    margin-top: 90px; }
    @media screen and (max-width: 600px) {
      .swiper1 .swiper-slide {
        margin-top: 80px; } }
    .swiper1 .swiper-slide:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100%;
      z-index: 2;
      background: url(../img/cmn/dots.png) repeat; }
  .swiper1 .slide-img {
    height: 100vh; }
    .swiper1 .slide-img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      font-family: "object-fit: cover; object-position: bottom;"; }

.frame {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 400px;
  width: 400px;
  opacity: 0.5;
  z-index: 1; }
  .frame img {
    -webkit-animation: r1 20s linear infinite;
    animation: r1 20s linear infinite; }

@media all and (-ms-high-contrast: none) {
  .swiper-text h2 span {
    padding: 5px 5px 0 !important; }
  .swiper1 .swiper-slide-active .slide-img,
  .swiper1 .swiper-slide-duplicate-active .slide-img,
  .swiper1 .swiper-slide-prev .slide-img {
    -webkit-animation: none;
    animation: none; } }

.swiper-text {
  text-align: center;
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  overflow: hidden;
  width: 100%; }
  @media screen and (max-width: 600px) {
    .swiper-text {
      width: 100%;
      padding: 20px 20px; } }
  @media screen and (max-width: 380px) {
    .swiper-text {
      padding: 20px 10px; } }
  .swiper-text h2 {
    overflow: hidden;
    text-align: center; }
    .swiper-text h2 img {
      -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3)); }
    .swiper-text h2 br {
      display: none !important; }
      @media screen and (max-width: 600px) {
        .swiper-text h2 br {
          display: inherit !important; } }
    .swiper-text h2 span {
      font-family: "A1 Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: normal;
      font-size: 2.2rem;
      -webkit-transform: scale(0.95, 1);
      -ms-transform: scale(0.95, 1);
      transform: scale(0.95, 1);
      color: #fff;
      line-height: 3.5rem;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      letter-spacing: 0.15rem;
      background: #1a2d75;
      padding: 5px;
      margin: 0 1%; }
      @media screen and (max-width: 600px) {
        .swiper-text h2 span {
          font-size: 1.5rem;
          line-height: 2.5rem;
          margin-bottom: 10px;
          letter-spacing: 0; } }
  @media screen and (min-width: 1024px) {
    .swiper-text h2.-pc_lrage {
      width: 900px;
      padding-top: 20px;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .swiper-text h2.-tab {
      width: 100%;
      padding: 20px 4% 0; } }
  .swiper-text p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 300px;
    width: 300px; }
    .swiper-text p img {
      height: 100%;
      width: 100%; }

.swiper3-container {
  margin: 0 auto;
  padding: 0 2%; }

.ms-only {
  display: none; }

@media all and (-ms-high-contrast: none) {
  .objectfit {
    background-size: cover !important; } }

.no-ie {
  display: inherit; }

@media all and (-ms-high-contrast: none) {
  .no-ie {
    display: none !important; } }

.ie-only {
  display: none; }

@media all and (-ms-high-contrast: none) {
  .ie-only {
    display: inherit !important; } }

.swiper-text1 {
  position: absolute;
  width: 700px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 2; }

.btn {
  font-weight: bold;
  text-align: center;
  display: table;
  position: relative;
  font-size: 1rem;
  padding: 20px 50px 20px 60px;
  overflow: hidden;
  background: #1a2d75;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  letter-spacing: 0.05rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .btn:after {
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 2rem;
    width: 15px;
    /*画像の幅*/
    height: 15px;
    /*画像の高さ*/
    background: url(../img/cmn/arrow-right.svg) no-repeat;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .btn:hover {
    background: #1588ce;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .btn:hover:after {
      left: 2.5rem;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .btn.-footer {
    font-size: 1.1rem;
    padding: 20px 30px 20px 60px; }
    .btn.-footer:after {
      top: 50%;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      left: 2rem;
      width: 20px;
      /*画像の幅*/
      height: 20px;
      /*画像の高さ*/
      background: url(../img/cmn/icon-mail.svg) no-repeat;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .btn.-form {
    width: 360px; }
    @media screen and (max-width: 600px) {
      .btn.-form {
        width: 270px; }
        .btn.-form a {
          line-height: 1.4; }
        .btn.-form:after {
          bottom: 1.5rem; } }

.accordion {
  display: block; }
  @media screen and (max-width: 600px) {
    .accordion {
      width: 100%;
      padding: 0; }
      .accordion > li {
        margin-bottom: 30px;
        position: relative; }
        .accordion > li .accordion_icon {
          display: inline-block;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          position: absolute;
          z-index: 2;
          width: 26px;
          height: 26px;
          top: 50%;
          right: 20px; }
          .accordion > li .accordion_icon span {
            display: inline-block;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #dae79f; }
            .accordion > li .accordion_icon span:nth-of-type(1) {
              transform: rotate(0deg);
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              -o-transform: rotate(0deg); }
            .accordion > li .accordion_icon span:nth-of-type(2) {
              transform: rotate(90deg);
              -webkit-transform: rotate(90deg);
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -o-transform: rotate(90deg); }
          .accordion > li .accordion_icon.active span:nth-of-type(1) {
            display: none; }
          .accordion > li .accordion_icon.active span:nth-of-type(2) {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg); }
      .accordion li > a {
        display: block;
        text-decoration: none;
        cursor: pointer;
        position: relative; }
        .accordion li > a .sttl-base {
          margin-top: 0 !important;
          background: #1a2d75;
          text-align: center;
          margin: 0 auto;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          width: 100%;
          position: relative;
          margin-bottom: 0px !important; }
          .accordion li > a .sttl-base h3 {
            font-size: 1.1rem;
            font-family: sans-serif;
            font-weight: bold;
            line-height: 1.1rem;
            color: #fff;
            display: block;
            padding: 1.5rem; }
            .accordion li > a .sttl-base h3:after {
              content: none; }
      .accordion li > .-detail {
        background: #fff;
        padding: 30px;
        display: none;
        text-align: left;
        padding: 0 0.8em 1.4em 1em;
        color: #555;
        line-height: 1.8; }
        .accordion li > .-detail .items-box {
          padding: 30px 4% 0; }
          .accordion li > .-detail .items-box .inner {
            -webkit-box-shadow: none;
            box-shadow: none; }
            .accordion li > .-detail .items-box .inner .text-side {
              padding: 10px 0 20px;
              border-bottom: 1px solid #ccc;
              margin-bottom: 20px; } }

@media screen and (min-width: 768px) {
  .accordion > li {
    margin-top: 100px; } }

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  z-index: 100;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }
  #page-top:hover {
    bottom: 40px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
  #page-top a {
    display: block; }
  @media screen and (max-width: 600px) {
    #page-top {
      display: none; } }

.no-arrow {
  padding-left: 1rem; }
  .no-arrow:after {
    content: none; }
  .no-arrow a {
    font-size: 1.1rem; }
    .no-arrow a:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 25%;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      height: 18px;
      width: 10px;
      background: url(../img/cmn/icon-tel.svg) no-repeat; }

/*   HELPER
------------------------------------------ */
.ta-c {
  text-align: center; }
  @media screen and (max-width: 600px) {
    .ta-c {
      text-align: left; } }
  .ta-c.center-sp {
    text-align: center; }
    @media screen and (max-width: 600px) {
      .ta-c.center-sp {
        text-align: center !important; } }

.ta-r {
  text-align: right !important; }

.ta-l {
  text-align: left !important; }

.-center {
  margin: 0 auto !important; }

@media screen and (min-width: 600px) {
  .pt0 {
    padding-top: 0 !important; } }

.pb80 {
  padding-bottom: 80px; }

.pb0 {
  padding-bottom: 0px !important; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mt110 {
  margin-top: 110px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.mt120 {
  margin-top: 120px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mt130 {
  margin-top: 130px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.mt140 {
  margin-top: 140px !important; }

.mb140 {
  margin-bottom: 140px !important; }

@media screen and (max-width: 600px) {
  .mb80 {
    margin-bottom: 68px !important; } }

@media screen and (max-width: 600px) {
  .mt60 {
    margin-top: 40px !important; } }

@media screen and (max-width: 600px) {
  .mt80 {
    margin-top: 60px !important; } }

@media screen and (max-width: 600px) {
  .mt30 {
    margin-top: 20px !important; } }

@media screen and (max-width: 600px) {
  .mt40 {
    margin-top: 30px !important; } }

@media screen and (max-width: 600px) {
  .mt60 {
    margin-top: 46px !important; } }

@media screen and (max-width: 600px) {
  .mt50 {
    margin-top: 40px !important; } }

@media screen and (max-width: 600px) {
  .mt100 {
    margin-top: 80px !important; } }

@media screen and (max-width: 768px) {
  .mt120 {
    margin-top: 100px !important; } }

@media screen and (max-width: 768px) {
  .mb120 {
    margin-bottom: 100px !important; } }

@media screen and (max-width: 600px) {
  .mb100 {
    margin-bottom: 80px !important; } }

@media screen and (max-width: 600px) {
  .font-small {
    font-size: 0.8em; } }

body {
  position: relative; }

.loader-wrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  top: 0;
  left: 0;
  background: #fff; }
  .loader-wrap:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../img/cmn/footer-img.png) no-repeat center center/cover; }
  .loader-wrap .loader-wrap-img {
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 100%; }
    .loader-wrap .loader-wrap-img .load-text {
      padding: 0 10%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      z-index: 2; }
      .loader-wrap .loader-wrap-img .load-text p {
        font-family: serif;
        text-align: center;
        color: #fff; }
      .loader-wrap .loader-wrap-img .load-text h1 {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 3rem;
        text-align: center;
        color: #fff;
        letter-spacing: 0.5rem;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 600px) {
          .loader-wrap .loader-wrap-img .load-text h1 {
            line-height: 3.5rem; } }
      .loader-wrap .loader-wrap-img .load-text h1 span {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 2rem;
        text-align: center;
        color: #fff;
        letter-spacing: 0.5rem;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 600px) {
          .loader-wrap .loader-wrap-img .load-text h1 span {
            display: block; } }
      .loader-wrap .loader-wrap-img .load-text p img {
        width: 120px;
        margin: 30px 0;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 600px) {
          .loader-wrap .loader-wrap-img .load-text p img {
            width: 100px; } }

.akiya a:link,.akiya a:visited{
	width: 30%;
	margin: 1.5% auto 0 auto;
	padding: 0.5% 2%;
	display: block;
	background-color: #fff;
	border-radius: 5px;
}
.akiya a:active,.akiya a:hover{
	width: 30%;
	margin: 1.5% auto 0 auto;
	padding: 0.5% 2%;
	display: block;
	background-color: #ade7fd;
	border-radius: 5px;
}
@media screen and (max-width: 600px) {
	.akiya a:link,.akiya a:visited{
	width: 65%;
	margin: 1.5% auto 0 auto;
	padding: 0.5% 2%;
	display: block;
	background-color: #fff;
	border-radius: 5px;
}
.akiya a:active,.akiya a:hover{
	width: 65%;
	margin: 1.5% auto 0 auto;
	padding: 0.5% 2%;
	display: block;
	background-color: #ade7fd;
	border-radius: 5px;
}
}

.small-txt{
	font-size: 0.8rem;
}


#sdgs{
	text-align:center;
}
#sdgs h2{
	width: 50%;
	margin: 0 auto 3% auto;
}
.sdgs-icon{
	width: 70%;
	margin: 3% auto;
	border: 0;
}
.sdgs-icon2{
	width: 50%;
	margin: 3% 25%;
	border: 0;
}
.sdgs-icon th,.sdgs-icon2 th{
	background-color: #E6E6E6;
	padding: 1% 0;
	text-align: center;
}
.sdgs-icon td,.sdgs-icon2 td{
	padding: 1% 2%;
	text-align: left;
	line-height: 150%;
	font-size: 0.9rem;
	box-sizing: border-box;
}
.sdgs-icon td{width: 25%;margin: 0 auto;}
.sdgs-icon2 td{width: 32.5%;margin: 0 auto;}

@media screen and (max-width: 600px) {
#sdgs{
	padding: 10% 5%;
	text-align: left;
}
#sdgs h2{
	width: 100%;
	margin: 0 auto 3% auto;
}
.sdgs-icon{
	width: 100%;
	margin: 5% auto;
	border: 0;
}
.sdgs-icon2{
	width: 72%;
	margin: 5% auto;
	border: 0;
}
}


.bnr-sdgs{
	width: 15%;
	display: block;
	position: absolute;
	top:30%;
	left: 350px;
}
@media screen and (max-width: 1330px) {
.bnr-sdgs{
	width: 10%;
	top:40%;
	}
}
@media screen and (max-width: 1024px) {
.bnr-sdgs{
	width: 20%;
	top:30%;
	}
}
@media screen and (max-width: 640px) {
.bnr-sdgs{
	width: 25%;
	top:40%;
	left: 50%;
	}
}

/*許認可*/
.permit-list > li{
  line-height: 1.6;
  color: #1a2d75;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.permit-list > li:last-child{
  margin-bottom: 0;
}
.permit-list p, .permit-list .business-list li{
  color: #242424;
  font-weight: normal;
}
.permit-list .business-list{
  margin-left: 1.2rem;
}
.permit-list .business-list li{
  font-size: .9rem;
  position: relative;
}
.permit-list .business-list li::before{
  content: '';
  display: inline-block;
  background: #242424;
  width: .5rem;
  height: 1px;
  vertical-align: middle;
  margin-right: 5px;
}
.permit-list .num-list li, .permit-list .num-list .area{
  color: #242424;
  font-weight: normal;
  font-size: 1rem;
}
.permit-list .num-list li{
  display: flex;
}
.permit-list .num-list .area{
  margin-right: 15px;
}

@media screen and (max-width: 960px){
  #company-license .-license{
    justify-content: center;
    flex-wrap: wrap;
  }
  #company-license .-license p{
    width: 45%;
  }
  #company-license .-license p:nth-of-type(1){
    margin-right: 2%;
  }
  #company-license .-license p:nth-of-type(3){
    margin-top: 2%;
  }
  #company-license .column.-two-third > .inner:first-child{
    width: 50%;
  }
  #company-license .column.-two-third > .inner:last-child{
    width: 45%;
  }
}

@media screen and (max-width: 600px){
  #company-license .column.-two-third > .inner:first-child{
    width: 100%;
  }
  #company-license .column.-two-third > .inner:last-child{
    width: 100%;
  }
  #company-license .-license{
    justify-content: space-between;
    flex-wrap: no-wrap;
  }
  #company-license .-license p{
    width: 32%;
  }
  #company-license .-license p:nth-of-type(1){
    margin-right: 0;
  }
  #company-license .-license p:nth-of-type(3){
    margin-top: 0;
  }
}