@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0;
}

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto;
}

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

body {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  letter-spacing: .1rem;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .sp-visible {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.125vw;
  }

  body {
    letter-spacing: 0;
  }

  .sp-hidden {
    display: none !important;
  }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none;
  }
}
span.link,
a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s, background-image 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s, background-image 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  a:hover {
    color: #a3a3a3;
    text-decoration: none;
  }
}
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 600;
}

p {
  line-height: 1.6;
}

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none;
  zoom: 1;
  overflow: hidden;
}

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}

dl, dt, dd {
  zoom: 1;
  overflow: hidden;
}

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none;
}

input, textarea, select, label {
  font-size: 100%;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box;
  }
}
button {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
}

object {
  vertical-align: middle;
  outline: none;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 100%;
}

i {
  font-style: normal;
}

u {
  text-decoration: none;
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal;
}

sup {
  font-size: 1em;
  vertical-align: text-top;
}

sub {
  font-size: 1em;
  vertical-align: text-bottom;
}

hr {
  display: none;
}

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative;
}

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}

/* --------------------------------------
		105 other
-------------------------------------- */
.wysiwyg:after {
  content: "";
  display: block;
  clear: both;
}
.wysiwyg p {
  padding-bottom: 1.5em;
}
.wysiwyg h1 {
  font-size: 2.0em;
  margin: 1em 0 1.5em;
}
.wysiwyg h2 {
  font-size: 1.8em;
  margin: 1em 0 1.5em;
}
.wysiwyg h3 {
  font-size: 1.65em;
  margin: 1em 0 1.5em;
  border-bottom: 0.3rem solid rgba(0, 0, 0, 0.2);
  padding: .5em;
}
.wysiwyg h4 {
  font-size: 1.55em;
  margin: 1em 0 1.5em;
  border-left: 0.5rem solid rgba(0, 0, 0, 0.2);
  padding-left: 1rem;
}
.wysiwyg h5 {
  font-size: 1.4em;
  margin: 1em 0 1.5em;
  border-bottom: 0.1rem dashed rgba(0, 0, 0, 0.2);
  padding: .5em;
}
.wysiwyg h6 {
  font-size: 1.3em;
  margin: 1em 0 1.5em;
  background: rgba(0, 0, 0, 0.05);
  color: #666;
  padding: .8em 1.2em;
}
@media only screen and (max-width: 767px) {
  .wysiwyg h1 {
    font-size: 1.5em;
  }
  .wysiwyg h2 {
    font-size: 1.4em;
  }
  .wysiwyg h3 {
    font-size: 1.3em;
  }
  .wysiwyg h4 {
    font-size: 1.2em;
  }
  .wysiwyg h5 {
    font-size: 1.1em;
  }
  .wysiwyg h6 {
    font-size: 1em;
  }
}
.wysiwyg pre {
  display: block;
}
.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg ul {
  margin-bottom: 2.5rem;
}
.wysiwyg ul li {
  list-style: outside disc;
  margin-left: 3rem;
  overflow: visible;
  zoom: normal;
  padding-bottom: 1rem;
}
.wysiwyg ol {
  margin-bottom: 2.5rem;
}
.wysiwyg ol li {
  list-style: outside decimal;
  margin-left: 3rem;
  overflow: visible;
  zoom: normal;
  padding-bottom: 1rem;
}
.wysiwyg blockquote {
  display: block;
  margin: 1em 4rem;
  position: relative;
}
.wysiwyg blockquote:before {
  content: "“";
  position: absolute;
  left: -1em;
  font-size: 4rem;
  line-height: 1;
  opacity: 0.5;
  top: 0;
}
.wysiwyg blockquote:after {
  content: "”";
  position: absolute;
  right: -1rem;
  font-size: 4rem;
  line-height: 1;
  opacity: 0.5;
  bottom: 0;
}
.wysiwyg a {
  color: #666;
}
.wysiwyg del {
  text-decoration: line-through;
}
.wysiwyg hr {
  display: block;
  border: none;
  border-top: #9a9a9a 1px solid;
  border-bottom: #eeeeee 1px solid;
  margin-bottom: 1rem;
}
.wysiwyg .alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
  margin-right: .5rem;
}
@media only screen and (max-width: 767px) {
  .wysiwyg .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.wysiwyg .alignleft {
  float: left;
  margin-right: 2rem;
  margin-left: .5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .wysiwyg .alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.wysiwyg .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  /* --------------------------------------
  		102 header
  -------------------------------------- */
  .header {
    width: 100%;
    height: 8rem;
    position: fixed;
    z-index: 999;
  }
  .header.scroll {
    background: rgba(255, 255, 255, 0.7);
  }
  .header.scroll .header-nav a {
    color: #000;
  }
  .header.scroll .header-contact a {
    color: #000;
  }
  .header.scroll .header-menu span {
    background: #000;
  }
  .header.scroll .header-logo {
    background: url("../images/common/logo-b.png") no-repeat 100% 50%;
    background-size: 23.6rem auto;
    width: 23.6rem;
    height: 8rem;
  }
  .header.scroll .header-logo img {
    display: none;
  }
  .header.scroll .header-logo a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .header-logo {
    line-height: 8rem;
    margin-left: 2%;
    margin-right: 2rem;
    float: left;
    position: relative;
  }
  .header-logo img {
    width: 23.6rem;
  }
  .header-logo a {
    display: block;
  }
  .header-nav {
    float: left;
    padding-top: 3rem;
    display: none;
  }
  .header-nav.view {
    display: block;
  }
  .header-nav ul {
    height: 4rem;
  }
  .header-nav ul li {
    display: inline-block;
    margin: 0 .5rem;
  }
  .header-nav ul li a {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    height: 4rem;
    padding: 0 2rem;
    line-height: 2rem;
    color: #fff;
  }
  .header-nav ul li a:hover {
    opacity: 0.8;
  }
  .header-contact {
    position: absolute;
    right: 8rem;
    top: 2rem;
  }
  .header-contact.yoru {
    right: 2rem;
  }
  .header-contact a {
    display: block;
    width: 4rem;
    line-height: 4rem;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
  }
  .header-menu {
    position: absolute;
    right: 2rem;
    top: 2.5rem;
    width: 4rem;
    height: 4rem;
    display: none;
  }
  .header-menu.view {
    display: block;
  }
  .header-menu.on span {
    transform: rotate(45deg);
  }
  .header-menu.on span:nth-of-type(1) {
    display: none;
  }
  .header-menu.on span:nth-of-type(3) {
    position: absolute;
    left: .5rem;
    top: .7rem;
  }
  .header-menu.on span:nth-of-type(2) {
    transform: rotate(-45deg);
    position: absolute;
    left: .5rem;
    top: .7rem;
  }
  .header-menu span {
    width: 2.5rem;
    height: .1rem;
    background: #fff;
    display: block;
    margin: .7rem auto;
  }

  .g-nav {
    width: 20rem;
    height: 100%;
    padding-top: 8rem;
    position: fixed;
    top: 0;
    right: -20rem;
    opacity: 0;
    transition: right .4s,opacity .4s;
    overflow: hidden;
  }
  .g-nav.active {
    right: 0;
    z-index: 998;
    opacity: 1;
  }
  .g-nav ul {
    background: rgba(255, 255, 255, 0.7);
    padding: 2rem 0;
  }
  .g-nav ul li a {
    display: block;
    text-align: left;
    font-size: 1.4rem;
    padding: 1.5rem 2.5rem;
    line-height: 2rem;
  }
  .g-nav ul li a:hover {
    opacity: 0.8;
  }

  #content .header-logo {
    background: url("../images/common/logo-b.png") no-repeat 100% 50%;
    background-size: 23.6rem auto;
    width: 23.6rem;
    height: 8rem;
  }
  #content .header-logo img {
    display: none;
  }
  #content .header-logo a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  #content .header-nav a {
    color: #000;
  }
  #content .header-contact a {
    color: #000;
  }
  #content .header-menu span {
    background: #000;
  }

  /* --------------------------------------
  		103 content
  -------------------------------------- */
  #wrap {
    overflow: hidden;
  }

  #index .container:after {
    background: url(../images/common/bg_large_logo.png);
    background-size: 89.6rem auto;
    width: 89.6rem;
    height: 102.5rem;
    left: 0;
    top: 60%;
  }

  #content .container:after {
    background: url(../images/common/bg_content_logo.png);
    background-size: 76.9rem auto;
    width: 76.9rem;
    height: 40.5rem;
    right: 0;
    top: 0;
  }

  .container {
    position: relative;
    z-index: 1;
  }
  .container:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
  }
  .container-header {
    padding: 16rem 1rem 3rem 4%;
  }
  .container-header_en {
    font-size: 2rem;
    line-height: 1.2;
    color: #ffae00;
    display: block;
    font-weight: 500;
    letter-spacing: .1rem;
  }
  .container-header_ttl {
    font-size: 4.8rem;
    line-height: 1.3;
    letter-spacing: .5rem;
    margin-left: -.5rem;
  }
  .container-header.child-header .container-header_parent {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .container-header.child-header .container-header_en {
    color: #737373;
    font-weight: 500;
  }
  .container-header.child-header .container-header_ttl {
    color: #ffae00;
  }
  .container-pankuzu {
    width: 100%;
    text-align: right;
  }
  .container-pankuzu li {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .container-pankuzu li a {
    font-weight: 400;
    font-size: 1rem;
    color: #a3a3a3;
  }
  .container-pankuzu li a:after {
    content: "/";
    color: #a3a3a3;
    padding-left: .3rem;
  }
  .container-inner.child-inner .container-inner_img {
    background: #F2F2F2;
    padding: 0;
    margin-top: 12rem;
  }
  .container-inner.child-inner .container-inner_img-wrap {
    min-height: 30rem;
    position: relative;
    padding: 0 70rem 4rem 4%;
    color: #000;
    max-width: 124rem;
    margin: 0 auto;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .container-inner.child-inner .container-inner_img-wrap {
    padding-right: 4%;
  }
}
@media only screen and (min-width: 768px) {
  .container-inner.child-inner .container-inner_img:before {
    display: none;
  }
  .container-inner.child-inner .container-inner_img-fig {
    width: 64rem;
    height: 140%;
    min-height: 46.5rem;
    max-height: 100%;
    position: absolute;
    right: 0;
    top: -12rem;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .container-inner.child-inner .container-inner_img-fig {
    width: 100%;
    position: relative;
    top: -10rem;
  }
}
@media only screen and (min-width: 768px) {
  .container-inner.child-inner .container-inner_img p {
    padding-bottom: 1.5rem;
    font-weight: 400;
  }
  .container-inner.child-inner .container-inner_img p strong {
    line-height: 1.5;
    position: relative;
    top: -.75em;
    margin-bottom: -.6em;
    width: 150%;
  }
  .container-inner_img {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    padding: 32rem 40% 4rem 4%;
    color: #fff;
  }
}
.container-inner.child-inner.vision-page .container-inner_img {
  background: #fff;
  color: #000;
}
.container-inner.child-inner.vision-page .container-inner_img:before {
  display: none;
}
.container-inner.child-inner.vision-page .container-inner_img-fig {
  top: -15rem;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .container-inner_img {
    padding-right: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .container-inner.child-inner.vision-page .container-inner_img-fig {
    background-size: contain;
    background-position: 50% 50%;
  }
  .container-inner.child-inner.vision-page .container-inner_content-fig {
    background-size: contain;
    background-position: 50% 50%;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .container-inner_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: -1;
  }
  .container-inner_img p {
    font-size: 1.5rem;
    line-height: 2;
    padding-bottom: 2rem;
    font-weight: 700;
  }
  .container-inner_img p strong {
    font-size: 3.2rem;
    line-height: 4.8rem;
    display: inline-block;
  }
  .container-inner_content {
    position: relative;
    background: #F2F2F2;
    z-index: 1;
  }
  .container-inner_content-wrap {
    padding: 20rem 4% 12rem 40rem;
    text-align: left;
    position: relative;
    z-index: 1;
    max-width: 124rem;
    margin: 0 auto;
  }
  .container-inner_content-fig {
    width: 36rem;
    height: 74%;
    position: absolute;
    left: 0;
    top: 13%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .container-inner_content-fig {
    max-height: 54rem;
  }
}
@media only screen and (min-width: 768px) {
  .container-inner_content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(125, 125, 125, 0.25), rgba(125, 125, 125, 0));
    z-index: -1;
  }
  .container-inner_content p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-bottom: 1.5rem;
  }
  .container-inner_content p strong {
    font-weight: 700;
    font-size: 2.4rem;
    display: inline-block;
  }
  .container-inner_catch {
    position: relative;
    z-index: 1;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10rem 4%;
    text-align: left;
    overflow: hidden;
  }
  .container-inner_catch p strong {
    font-weight: 700;
    font-size: 2.8rem;
    background: #fff;
    padding: 0 1.5rem;
    margin-bottom: 1rem;
    float: left;
    clear: both;
  }
  .container-inner_txt {
    position: relative;
    z-index: 1;
    padding: 0;
  }
  .container-inner_txt-wrap {
    padding: 8rem 4%;
    text-align: left;
    position: relative;
    z-index: 1;
    max-width: 124rem;
    margin: 0 auto;
  }
  .container-inner_txt p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-bottom: 1.5rem;
  }
  .container-inner_txt p strong {
    font-weight: 700;
    font-size: 2.4rem;
    display: inline-block;
  }
  .container-inner_sub {
    text-align: center;
    padding: 11rem 0 12.2rem;
    background: #F3F2F2;
  }
  .container-inner_sub-wrap {
    max-width: 100rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .container-inner_sub-wrap {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .container-inner_sub .article-content {
    width: 48.5%;
    position: relative;
    background: #fff;
    padding-bottom: 3rem;
  }
  .container-inner_sub .article-content:hover figure div {
    transform: scale(1.08);
  }
  .container-inner_sub .article-content figure {
    height: 23rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .container-inner_sub .article-content figure div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-out;
  }
  .container-inner_sub .article-content header {
    background: #fff;
    float: left;
    padding: 1.5rem;
    text-align: left;
    margin: -2.5rem 0 0 2.5rem;
    position: relative;
    z-index: 2;
  }
  .container-inner_sub .article-content header small {
    font-size: 3.2rem;
    line-height: 1.2;
    display: block;
    font-weight: 500;
  }
  .container-inner_sub .article-content header h5 {
    font-size: 1.5rem;
    line-height: 1.1;
    color: #666;
  }
  .container-inner_sub .article-content p {
    font-weight: 700;
    font-size: 2rem;
    padding: 1rem 0 1.5rem;
    clear: both;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .container-inner_sub .article-content p {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .container-inner_sub .article-content a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .container-inner > section {
    padding: 5.5rem 2.5rem 2rem;
    max-width: 80rem;
    margin: 0 auto;
  }
  .container-inner > section > header {
    padding-bottom: 2rem;
    padding-left: 3rem;
    position: relative;
  }
  .container-inner > section > header:before {
    content: "";
    width: 4rem;
    height: .1rem;
    background: #a3a3a3;
    position: absolute;
    left: -2rem;
    top: 1.5rem;
  }
  .container-inner > section > header h2 {
    font-size: 2.6rem;
    line-height: 1.2;
    display: inline-block;
    letter-spacing: .3rem;
  }
  .container-inner > section > header small {
    color: #a3a3a3;
    font-size: 1.2rem;
    display: inline-block;
    font-weight: 700;
    margin-left: 1rem;
  }
  .container-inner > section .section-sub-ttl {
    background: #a3a3a3;
    padding: 2rem 3rem;
    color: #fff;
    font-size: 2.2rem;
  }
  .container-inner > section .section-sub-ttl_en {
    font-size: 1rem;
    color: #262626;
    display: inline-block;
    margin-right: 1rem;
    position: relative;
    bottom: .2rem;
  }
  .container-inner > section .section-inner {
    background: #fff;
    padding: 4rem;
    margin-bottom: 4rem;
  }
  .container-inner > section .section-inner:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .container .section-service {
    text-align: center;
    padding: 8rem 0;
  }
  .container .section-service_header {
    padding-bottom: 5rem;
  }
  .container .section-service_header-en {
    font-size: 4.2rem;
    font-weight: 500;
    display: block;
    color: #a3a3a3;
    line-height: 1.2;
    letter-spacing: .2rem;
  }
  .container .section-service_header-ttl {
    font-size: 1.6rem;
    letter-spacing: .2rem;
  }
  .container .section-service_inner ul {
    max-width: 100rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .container .section-service_inner ul {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .container .section-service_inner ul li {
    width: 32.2%;
    height: 20rem;
    float: left;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .container .section-service_inner ul li:hover figure {
    transform: scale(1.08);
  }
  .container .section-service_inner ul li:hover figure:after {
    background: rgba(0, 0, 0, 0.5);
  }
  .container .section-service_inner ul li small {
    font-size: 2.8rem;
    line-height: 1.2;
    display: block;
  }
  .container .section-service_inner ul li figure {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-out;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
  }
  .container .section-service_inner ul li figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .container .section-service_inner ul li a {
    display: block;
    height: 20rem;
    position: relative;
  }
  .container .section-service_inner ul li:nth-of-type(2) {
    margin: 0 1.7%;
  }
  .container .section-service_inner ul li:nth-of-type(2) figure {
    background: url("../images/top/bg_bnr_2-2510.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
  .container .section-service_inner ul li:nth-of-type(1) figure {
    background: url("../images/top/bg_bnr_1-2510.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
  .container .section-service_inner ul li:nth-of-type(3) figure {
    background: url("../images/top/bg_bnr_3-2510.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
  .container .section-service_inner ul li .service-name {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    color: #fff;
    text-align: left;
    z-index: 4;
  }

  .wp-pagenavi {
    text-align: center;
    clear: both;
    padding: 2rem 0;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    width: 4rem;
    line-height: 3.8rem;
    text-decoration: none;
    border: 0.1rem solid #262626;
    background: #fff;
    margin: .3rem;
    display: inline-block;
  }
  .wp-pagenavi a.current, .wp-pagenavi span.current {
    color: #fff;
    border-color: #a3a3a3;
    background: #a3a3a3;
  }
  .wp-pagenavi a:hover, .wp-pagenavi span:hover {
    border-color: #a3a3a3;
  }

  /* --------------------------------------
  		104 footer
  -------------------------------------- */
  .div-top_btn a {
    width: 6rem;
    height: 6rem;
    background: rgba(163, 163, 163, 0.95);
    display: block;
    color: #fff;
    line-height: 6rem;
    font-size: 1.6rem;
    letter-spacing: 0;
    text-align: center;
    position: fixed;
    right: 1.5rem;
    bottom: 20%;
    z-index: 1000;
  }

  .footer {
    clear: both;
    text-align: center;
    position: relative;
    background: #262626;
    overflow: hidden;
  }
  .footer-nav {
    max-width: 124rem;
    margin: 0 auto;
    text-align: left;
    padding: 6rem 5%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .footer-nav {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav a {
    color: #fff;
  }
  .footer-nav a:hover {
    color: #999;
  }
  .footer-nav dl {
    width: 25%;
    position: relative;
    border-right: 0.1rem solid rgba(255, 255, 255, 0.1);
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .footer-nav dl {
    width: 100%;
    border-right: none;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav dl:nth-of-type(2) {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .footer-nav dl:nth-of-type(2) {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav dl:nth-last-of-type(1) {
    width: 15%;
    border-right: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .footer-nav dl:nth-last-of-type(1) {
    width: 100%;
  }
  .footer-nav dl:nth-last-of-type(1) div:nth-last-of-type(1) {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .footer-nav dl ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav dl ul li {
    font-size: 1.2rem;
    padding-bottom: 1.4rem;
  }
  .footer-nav dl ul li i {
    margin-right: .5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .footer-nav dl ul li {
    padding: .4rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav dl div {
    padding: 1.5rem 0;
    overflow: hidden;
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .footer-nav dl div {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav dl div dt {
    color: #fff;
    min-width: 10rem;
    flex-shrink: 0;
    padding: 0 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .footer-nav dl div dt {
    margin: auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav dl div dd {
    width: 100%;
  }
  .footer-nav_sns {
    position: absolute;
    right: 2rem;
    top: 1.5rem;
  }
  .footer-nav_sns ul {
    text-align: right;
  }
  .footer-nav_sns ul li {
    display: inline-block;
    font-size: 2.4rem;
    margin: 0 2rem;
  }
  .footer-nav_sns ul li a {
    color: #fff;
  }
  .footer-nav_sns ul li a:hover {
    color: #999;
  }
  .footer-copy {
    color: #fff;
    height: 6rem;
    font-size: 1.1rem;
    line-height: 6rem;
    text-align: right;
    padding-right: 1.5%;
    clear: both;
    background: #222;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* --------------------------------------
  		102 header
  -------------------------------------- */
  .header {
    width: 100%;
    height: 4.5rem;
    position: fixed;
    z-index: 999;
  }
  .header.scroll {
    background: rgba(255, 255, 255, 0.9);
  }
  .header.scroll .header-contact a {
    color: #000;
  }
  .header.scroll .header-menu span {
    background: #000;
  }
  .header.scroll .header-logo {
    background: url("../images/common/logo-b.png") no-repeat 100% 50%;
    background-size: 16rem auto;
    width: 16rem;
    height: 4.5rem;
  }
  .header.scroll .header-logo img {
    display: none;
  }
  .header.scroll .header-logo a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .header-logo {
    line-height: 4.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    float: left;
    position: relative;
  }
  .header-logo img {
    width: 16rem;
  }
  .header-logo a {
    display: block;
  }
  .header-contact {
    position: absolute;
    right: 6rem;
    top: .5rem;
  }
  .header-contact a {
    display: block;
    width: 4rem;
    line-height: 4rem;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
  }
  .header-menu {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 4rem;
    height: 4rem;
  }
  .header-menu.on span {
    transform: rotate(45deg);
  }
  .header-menu.on span:nth-of-type(1) {
    display: none;
  }
  .header-menu.on span:nth-of-type(3) {
    position: absolute;
    left: .5rem;
    top: .7rem;
  }
  .header-menu.on span:nth-of-type(2) {
    transform: rotate(-45deg);
    position: absolute;
    left: .5rem;
    top: .7rem;
  }
  .header-menu span {
    width: 2.5rem;
    height: .1rem;
    background: #fff;
    display: block;
    margin: .7rem auto;
  }

  .g-nav {
    padding-top: 4.5rem;
    width: 20rem;
    height: 100%;
    position: fixed;
    top: 0;
    right: -20rem;
    opacity: 0;
    transition: right .4s,opacity .4s;
    overflow: hidden;
  }
  .g-nav.active {
    right: 0;
    z-index: 998;
    opacity: 1;
  }
  .g-nav ul {
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem 0;
  }
  .g-nav ul li a {
    display: block;
    text-align: left;
    font-size: 1.4rem;
    padding: 2rem 2.5rem;
    line-height: 2rem;
  }

  #content .header-logo {
    background: url("../images/common/logo-b.png") no-repeat 100% 50%;
    background-size: 16rem auto;
    width: 16rem;
    height: 4.5rem;
  }
  #content .header-logo img {
    display: none;
  }
  #content .header-logo a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  #content .header-nav a {
    color: #000;
  }
  #content .header-contact a {
    color: #000;
  }
  #content .header-menu span {
    background: #000;
  }

  /* --------------------------------------
  		103 content
  -------------------------------------- */
  #index .container:after {
    background-image: url(../images/common/bg_large_logo.png);
    background-size: 28rem auto;
    width: 28rem;
    height: 40rem;
    left: 0;
    top: 60%;
  }

  #content .container:after {
    background-image: url(../images/common/bg_content_logo.png);
    background-size: 28rem auto;
    width: 28rem;
    height: 20rem;
    right: 0;
    top: 0;
  }

  .container {
    position: relative;
    z-index: 1;
  }
  .container:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
  }
  .container-header {
    padding: 10rem 4% 3rem 4%;
  }
  .container-header_en {
    font-size: 1.6rem;
    line-height: 1.2;
    color: #ffae00;
    display: block;
    font-weight: 500;
    letter-spacing: .1rem;
  }
  .container-header_ttl {
    font-size: 3.2rem;
    line-height: 1.3;
    letter-spacing: .2rem;
    margin-left: -.5rem;
  }
  .container-header.child-header .container-header_parent {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .container-header.child-header .container-header_en {
    color: #737373;
    font-weight: 500;
  }
  .container-header.child-header .container-header_ttl {
    color: #ffae00;
  }
  .container-pankuzu {
    padding: 1rem;
    text-align: right;
  }
  .container-pankuzu li {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .container-pankuzu li a {
    font-weight: 400;
    font-size: 1rem;
  }
  .container-pankuzu li a:after {
    content: "/";
    color: #a3a3a3;
    padding-left: .3rem;
  }
  .container-inner.child-inner .container-inner_img {
    background: #F2F2F2;
    padding: 0;
    margin-top: 12rem;
  }
  .container-inner.child-inner .container-inner_img-wrap {
    position: relative;
    padding: 16rem 4% 4rem 4%;
    color: #000;
    max-width: 124rem;
    margin: 0 auto;
    z-index: 1;
  }
  .container-inner.child-inner .container-inner_img:before {
    display: none;
  }
  .container-inner.child-inner .container-inner_img-fig {
    width: 90%;
    height: 26.5rem;
    position: absolute;
    right: 0;
    top: -12rem;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .container-inner.child-inner .container-inner_img p {
    padding-bottom: 1.5rem;
    font-weight: 400;
  }
  .container-inner.child-inner .container-inner_img p strong {
    line-height: 1.5;
    position: relative;
    margin-bottom: -.6em;
  }
  .container-inner_img {
    background-position: 50% 0%;
    background-size: auto 30rem;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    padding: 33rem 4% 3rem 4%;
  }
  .container-inner_img p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-bottom: 2rem;
    font-weight: 700;
  }
  .container-inner_img p strong {
    font-size: 2rem;
    line-height: 2.8rem;
    display: inline-block;
  }
  .container-inner_content {
    position: relative;
    background: #F2F2F2;
    z-index: 2;
  }
  .container-inner_content-wrap {
    padding: 3rem 4% 3rem 4%;
    text-align: left;
    position: relative;
    z-index: 1;
  }
  .container-inner_content-fig {
    width: 40%;
    height: 20rem;
    float: left;
    margin-left: -4%;
    margin-top: -4rem;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 2rem;
  }
  .container-inner_content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(125, 125, 125, 0.25), rgba(125, 125, 125, 0));
    z-index: -1;
  }
  .container-inner_content p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-bottom: 1.5rem;
  }
  .container-inner_content p strong {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
  }
  .container-inner_catch {
    position: relative;
    z-index: 1;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10rem 4%;
    text-align: left;
    overflow: hidden;
  }
  .container-inner_catch p {
    background: #fff;
    padding: 1.5rem 1rem;
    float: left;
  }
  .container-inner_catch p strong {
    font-weight: 700;
    font-size: 1.9rem;
    clear: both;
  }
  .container-inner_txt {
    position: relative;
    z-index: 1;
    padding: 0;
  }
  .container-inner_txt-wrap {
    padding: 3rem 4%;
    text-align: left;
    position: relative;
    z-index: 1;
  }
  .container-inner_txt p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-bottom: 1.5rem;
  }
  .container-inner_txt p strong {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
    display: inline-block;
  }
  .container-inner_sub {
    text-align: center;
    padding: 4rem 4% 2rem;
    background: #F3F2F2;
  }
  .container-inner_sub-wrap {
    overflow: hidden;
  }
  .container-inner_sub .article-content {
    position: relative;
    background: #fff;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    clear: both;
    overflow: hidden;
  }
  .container-inner_sub .article-content figure {
    height: 18rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .container-inner_sub .article-content figure div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-out;
  }
  .container-inner_sub .article-content header {
    background: #fff;
    float: left;
    padding: 1.5rem;
    text-align: left;
    margin: -2.5rem 0 0 1.5rem;
    position: relative;
    z-index: 2;
  }
  .container-inner_sub .article-content header small {
    font-size: 2.4rem;
    line-height: 1.2;
    display: block;
    font-weight: 500;
  }
  .container-inner_sub .article-content header h5 {
    font-size: 1.2rem;
    line-height: 1.1;
    color: #666;
  }
  .container-inner_sub .article-content p {
    font-size: 1.2rem;
    padding: 1rem 1.5rem 1rem;
    clear: both;
    text-align: center;
  }
  .container-inner_sub .article-content a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .container-inner > section {
    padding: 1rem 1rem 2rem;
    max-width: 80rem;
    margin: 0 auto;
  }
  .container-inner > section > header {
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    position: relative;
  }
  .container-inner > section > header:before {
    content: "";
    width: 2rem;
    height: .1rem;
    background: #a3a3a3;
    position: absolute;
    left: -1rem;
    top: 1rem;
  }
  .container-inner > section > header h2 {
    font-size: 2rem;
    line-height: 1.2;
    display: inline-block;
    margin-left: 1rem;
    letter-spacing: .2rem;
  }
  .container-inner > section > header small {
    color: #a3a3a3;
    font-size: 1rem;
    display: inline-block;
    font-weight: 700;
    letter-spacing: .1rem;
  }
  .container-inner > section .section-sub-ttl {
    background: #a3a3a3;
    padding: 1.3rem 1.5rem;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.2;
    letter-spacing: .1rem;
  }
  .container-inner > section .section-sub-ttl_en {
    font-size: .9rem;
    margin-bottom: .2rem;
    color: #262626;
    display: block;
    position: relative;
  }
  .container-inner > section .section-inner {
    background: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .container-inner > section .section-inner:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .container .section-service {
    text-align: center;
    padding: 5rem 0 2.5rem;
  }
  .container .section-service_header {
    padding-bottom: 3rem;
  }
  .container .section-service_header-en {
    font-size: 3.2rem;
    font-weight: 500;
    display: block;
    color: #a3a3a3;
    line-height: 1.2;
    letter-spacing: .1rem;
  }
  .container .section-service_header-ttl {
    font-size: 1.3rem;
  }
  .container .section-service_inner ul li {
    height: 20rem;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0 1.5rem 1.5rem;
  }
  .container .section-service_inner ul li small {
    font-size: 2.8rem;
    line-height: 1.2;
    display: block;
  }
  .container .section-service_inner ul li a {
    display: block;
    height: 20rem;
    position: relative;
    z-index: 1;
  }
  .container .section-service_inner ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .container .section-service_inner ul li:nth-of-type(2) a {
    background: url("../images/top/bg_bnr_2.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
  .container .section-service_inner ul li:nth-of-type(1) a {
    background: url("../images/top/bg_bnr_1.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
  .container .section-service_inner ul li:nth-of-type(3) a {
    background: url("../images/top/bg_bnr_3.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
  .container .section-service_inner ul li .service-name {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    color: #fff;
    text-align: left;
  }

  .wp-pagenavi {
    text-align: center;
    clear: both;
    padding: 1.5rem;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    width: 3rem;
    line-height: 2.8rem;
    text-decoration: none;
    border: 0.1rem solid #262626;
    background: #fff;
    margin: .3rem;
    display: inline-block;
  }
  .wp-pagenavi a.current, .wp-pagenavi span.current {
    color: #fff;
    border-color: #a3a3a3;
    background: #a3a3a3;
  }
  .wp-pagenavi a:hover, .wp-pagenavi span:hover {
    border-color: #a3a3a3;
  }

  /* --------------------------------------
  		104 footer
  -------------------------------------- */
  .div-top_btn a {
    width: 4rem;
    height: 4rem;
    background: rgba(163, 163, 163, 0.95);
    display: block;
    color: #fff;
    line-height: 4rem;
    font-size: 1.5rem;
    letter-spacing: 0;
    position: fixed;
    right: 1rem;
    text-align: center;
    bottom: 10%;
    z-index: 1000;
  }

  .footer {
    clear: both;
    text-align: center;
    position: relative;
    background: #262626;
    overflow: hidden;
  }
  .footer-nav {
    padding-top: 2rem;
  }
  .footer-nav a {
    color: #fff;
  }
  .footer-nav dl {
    padding: 0 1rem;
  }
  .footer-nav dl:nth-last-of-type(1) div dt {
    width: 100%;
    float: none;
  }
  .footer-nav dl ul li {
    font-size: 1.3rem;
    padding-bottom: .4rem;
  }
  .footer-nav dl ul li i {
    margin-right: 1rem;
  }
  .footer-nav dl div {
    padding: 1rem;
    overflow: hidden;
    text-align: left;
  }
  .footer-nav dl div dt {
    width: 30%;
    float: left;
    color: #fff;
  }
  .footer-nav dl div dd {
    width: 70%;
    float: left;
  }
  .footer-nav_sns {
    padding: 3rem 0 2.5rem 0;
  }
  .footer-nav_sns ul {
    text-align: center;
  }
  .footer-nav_sns ul li {
    display: inline-block;
    font-size: 2.4rem;
    margin: 0 2rem;
  }
  .footer-nav_sns ul li a {
    color: #fff;
  }
  .footer-copy {
    color: #fff;
    height: 4rem;
    font-size: 1rem;
    line-height: 4rem;
    text-align: center;
    clear: both;
    background: #1c1c1c;
    display: block;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?lr8ue2");
  src: url("../fonts/icomoon.eot?lr8ue2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?lr8ue2") format("truetype"), url("../fonts/icomoon.woff?lr8ue2") format("woff"), url("../fonts/icomoon.svg?lr8ue2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.icon-tw:before {
  content: "\f099";
}

.icon-fb:before {
  content: "\f09a";
}

.icon-r:before {
  content: "\f105";
}

.icon-l:before {
  content: "\f105";
  transform: scale(-1, -1);
  display: inline-block;
}

.icon-u:before {
  content: "\f106";
}

.icon-inst:before {
  content: "\f16d";
}
