@charset "UTF-8";
/***********************共通設定************************/
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  /* for iOS */
  -webkit-text-size-adjust: 100%;
}

img {
  /* for Chrome */
  -webkit-backface-visibility: hidden;
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #2D2D2D;
  font-size: 14px;
  line-height: 2.1428;
  letter-spacing: 0.05em;
  text-align: center;
  background: #FFFFFF;
  padding-top: 59px;
  /* 751- */
}
@media all and (min-width: 751px) {
  body {
    padding-top: 60px;
    font-size: 16px;
    line-height: 2.1875;
  }
}

.roboto {
  font-family: "Roboto", "Zen Maru Gothic", YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
  font-weight: 400;
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

section, picture {
  display: block;
}

a {
  color: #2D2D2D;
  outline: none;
  text-decoration: none;
}

a:link {
  color: #2D2D2D;
  text-decoration: none;
}

a:visited {
  color: #2D2D2D;
}

a:hover {
  color: #2D2D2D;
  text-decoration: underline;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a img {
  border: none;
}

ul, li {
  list-style: none;
}

input, label, select, textarea {
  vertical-align: middle;
}

.disp_non {
  display: none;
}

/* -750 */
@media all and (max-width: 750px) {
  html,
  body {
    height: auto;
  }
  .forPC,
  .forPC_il {
    display: none;
  }
  .forSP {
    display: block;
  }
}
/* 751- */
@media all and (min-width: 751px) {
  html,
  body {
    height: 100%;
  }
  body {
    min-height: 100%;
    height: auto !important;
  }
  .forPC {
    display: block;
  }
  .forPC_il {
    display: inline;
  }
  .forSP {
    display: none;
  }
}
.nowrap {
  white-space: nowrap;
}

em {
  font-style: normal;
}

strong {
  font-weight: bold;
}

/* scr_m */
.scr_m {
  /* 751- */
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.48, 0.31, 0.09, 0.97);
          transition-timing-function: cubic-bezier(0.48, 0.31, 0.09, 0.97);
  opacity: 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .scr_m.del {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .scr_m.del2 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .scr_m.del3 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .scr_m.del4 {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
.scr_m.slideTop {
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
}
.scr_m.slideBottom, .scr_m.slideBottomMin {
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
}
.scr_m.slideRight {
  -webkit-transform: translateX(35px);
          transform: translateX(35px);
}
.scr_m.slideLeft {
  -webkit-transform: translateX(-35px);
          transform: translateX(-35px);
}
.scr_m.go {
  opacity: 1;
}
.scr_m.go.slideTop, .scr_m.go.slideBottom, .scr_m.go.slideBottomMin {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.scr_m.go.slideRight, .scr_m.go.slideLeft {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
@media all and (min-width: 751px) {
  .scr_m.slideTop {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  .scr_m.slideBottom {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  .scr_m.slideBottomMin {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .scr_m.slideRight {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  .scr_m.slideLeft {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
}

/* move */
.move {
  opacity: 0;
  -webkit-transition: opacity 1.4s, -webkit-transform 1.4s;
  transition: opacity 1.4s, -webkit-transform 1.4s;
  transition: transform 1.4s, opacity 1.4s;
  transition: transform 1.4s, opacity 1.4s, -webkit-transform 1.4s;
  -webkit-transition-timing-function: cubic-bezier(0.48, 0.31, 0.09, 0.97);
          transition-timing-function: cubic-bezier(0.48, 0.31, 0.09, 0.97);
}
.move.slideTop {
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
}
.move.slideBottom {
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
}
.move.slideRight {
  -webkit-transform: translateX(35px);
          transform: translateX(35px);
}
.move.slideLeft {
  -webkit-transform: translateX(-35px);
          transform: translateX(-35px);
}
.move.del {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.move.del2 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.move.del3 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.move.del4 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.move.go {
  opacity: 1;
}
.move.go.slideTop, .move.go.slideBottom {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.move.go.slideRight, .move.go.slideLeft {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

/*----------------------------------------------------
pageWrapper
----------------------------------------------------*/
#pageWrapper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

#pageWrapper.view {
  opacity: 1;
}

/*----------------------------------------------------
loader
----------------------------------------------------*/
#loaderBg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #FFFFFF;
  z-index: 10000;
}

/*----------------------------------------------------
inner
----------------------------------------------------*/
.inner,
.innerSP {
  width: calc(100% - 40px);
  margin: 0 20px;
}

/* 751- */
@media all and (min-width: 751px) {
  .inner,
  .innerPC {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
  .innerSP {
    margin: 0;
  }
}
/* 1017- */
@media all and (min-width: 1017px) {
  .inner,
  .innerPC {
    width: 920px;
    margin: 0 auto;
  }
}
.innerBig {
  width: calc(100% - 40px);
  margin: 0 20px;
  /* 751- */
  /* 1277- */
}
@media all and (min-width: 751px) {
  .innerBig {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
}
@media all and (min-width: 1277px) {
  .innerBig {
    width: 1180px;
    margin: 0 auto;
  }
}

.innerMax {
  width: 100%;
  margin: 0 auto;
  /* 1301- */
}
@media all and (min-width: 1301px) {
  .innerMax {
    width: 1300px;
  }
}

.spMin {
  /* -750 */
}
@media all and (max-width: 750px) {
  .spMin {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.pcMin {
  /* 1017- */
}
@media all and (min-width: 1017px) {
  .pcMin {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.allMin {
  /* -750 */
  /* 1017- */
}
@media all and (max-width: 750px) {
  .allMin {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media all and (min-width: 1017px) {
  .allMin {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/*----------------------------------------------------
imgHov
----------------------------------------------------*/
/* 751- */
@media all and (min-width: 751px) {
  .imgHov .image,
  .imgHov a {
    cursor: pointer;
    overflow: hidden;
  }
  .imgHov .image img,
  .imgHov a img {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .imgHov:hover .image img,
  .imgHov:hover a img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
/*----------------------------------------------------
siteHead
----------------------------------------------------*/
#siteHead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 59px;
  background: #FFFFFF;
  z-index: 99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* -340 */
  /* 751- */
  /* 1017- */
}
#siteHead.scr {
  position: fixed;
  height: 59px;
  margin-top: -59px;
  -webkit-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}
#siteHead.showNav {
  margin-top: 0;
}
#siteHead .innerBig {
  position: relative;
  height: 100%;
}
#siteHead .logo {
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: 39px;
  margin: -19px 0 0 -2px;
  letter-spacing: -0.4em;
  z-index: 99;
}
#siteHead .logo a {
  display: block;
}
#siteHead .logo img {
  width: 38px;
  display: inline-block;
  letter-spacing: normal;
}
#siteHead .logo span {
  margin-left: 0.9em;
  line-height: 39px;
  display: inline-block;
  letter-spacing: normal;
  font-size: 17px;
  font-weight: 500;
}
#siteHead .logo span span {
  font-size: 14px;
}
#siteHead .menu {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 0;
  margin: -20px -10px 0 0;
  background: #2D2D2D;
  border-radius: 3px;
  z-index: 99;
}
#siteHead .menu span {
  display: block;
  position: absolute;
  right: 10px;
  width: 20px;
  height: 1px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#siteHead .menu span:nth-child(1) {
  top: 15px;
}
#siteHead .menu span:nth-child(2) {
  top: 20px;
}
#siteHead .menu span:nth-child(3) {
  top: 25px;
}
#siteHead .menu.open span:nth-child(1) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  top: 20px;
  width: 20px;
}
#siteHead .menu.open span:nth-child(2) {
  right: 20px;
  top: 20px;
  width: 0;
}
#siteHead .menu.open span:nth-child(3) {
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
  top: 20px;
  width: 20px;
}
@media all and (max-width: 340px) {
  #siteHead .logo {
    margin-left: -5px;
  }
  #siteHead .logo span {
    margin-left: 0.4em;
  }
}
@media all and (min-width: 751px) {
  #siteHead {
    height: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #siteHead.scr {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 60px;
    margin-top: 0;
  }
  #siteHead .logo {
    height: 40px;
    margin: -18px 0 0 0;
  }
  #siteHead .logo img {
    width: 36px;
  }
  #siteHead .logo span {
    margin-left: 0.6em;
    line-height: 40px;
    font-size: 13px;
  }
  #siteHead .logo span span {
    font-size: 13px;
  }
  #siteHead .logo a img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #siteHead .logo a:hover img {
    opacity: 0.8;
  }
  #siteHead .menu {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  #siteHead .logo span,
  #siteHead .logo span span {
    font-size: 15px;
  }
}
@media all and (min-width: 1017px) {
  #siteHead .logo {
    height: 42px;
    margin: -21px 0 0 0;
  }
  #siteHead .logo img {
    width: 41px;
  }
  #siteHead .logo span {
    margin-left: 1em;
    line-height: 42px;
    font-size: 16px;
  }
  #siteHead .logo span span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1071px) {
  #siteHead .logo span,
  #siteHead .logo span span {
    font-size: 19px;
  }
}

/*----------------------------------------------------
gNav
----------------------------------------------------*/
#gNav {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  #gNav {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #gNav.open {
    visibility: visible;
    opacity: 1;
  }
  #gNav .sub {
    display: none;
  }
}
@media all and (min-width: 751px) {
  #gNav:not(.open) .navi {
    text-align: right;
    letter-spacing: -0.4em;
    padding-left: 190px;
    padding-top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #gNav:not(.open) .navi > li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
  #gNav:not(.open) .navi > li > a {
    position: relative;
    display: block;
    padding: 23px 3px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
    /* 1017- */
  }
  #gNav:not(.open) .navi > li > a .title {
    position: relative;
    display: inline-block;
  }
  #gNav:not(.open) .navi > li > a .title::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    height: 1px;
    bottom: -3px;
    background: #2D2D2D;
    left: 50%;
    right: 50%;
    width: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #gNav:not(.open) .navi > li > a.current .title::after {
    left: 0;
    right: 0;
    width: 100%;
  }
  #gNav:not(.open) .navi > li > a:hover {
    text-decoration: none;
  }
  #gNav:not(.open) .navi > li > a.current {
    cursor: default;
  }
}
@media screen and (min-width: 751px) and (min-width: 901px) {
  #gNav:not(.open) .navi > li > a {
    padding: 22px 6px;
    font-size: 14px;
  }
}
@media all and (min-width: 751px) and (min-width: 1017px) {
  #gNav:not(.open) .navi > li > a {
    padding: 22px 14px;
    font-size: 14px;
  }
}
@media all and (min-width: 751px) {
  #gNav:not(.open) .navi > li:hover a .title::after {
    left: 0;
    right: 0;
    width: 100%;
  }
  #gNav:not(.open) .navi > li:last-child a {
    padding-right: 0;
  }
  #gNav:not(.open) .navi > li.entry {
    /* 1277- */
  }
}
@media all and (min-width: 751px) and (min-width: 1277px) {
  #gNav:not(.open) .navi > li.entry {
    padding-top: 0;
  }
  #gNav:not(.open) .navi > li.entry a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #gNav:not(.open) .navi > li.entry .title {
    font-family: "Roboto", "Zen Maru Gothic", YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
    color: #FFFFFF;
    background: #2D2D2D;
    border: solid 1px #2D2D2D;
    font-size: 19px;
    line-height: 40px;
    letter-spacing: 0.2em;
    width: 164px;
    height: 40px;
    border-radius: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #gNav:not(.open) .navi > li.entry .title::after {
    display: none;
  }
  #gNav:not(.open) .navi > li.entry a .title {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #gNav:not(.open) .navi > li.entry a:hover .title {
    color: #DC000C;
    border-color: #DC000C;
    background: #FFFFFF;
  }
}
@media all and (min-width: 751px) {
  #gNav:not(.open) .sub {
    position: fixed;
    top: 60px;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    background: #2D2D2D;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    letter-spacing: -0.4em;
    z-index: 2;
  }
  #gNav:not(.open) .sub li {
    display: none;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 60px;
  }
}
@media screen and (min-width: 751px) and (min-width: 901px) {
  #gNav:not(.open) .sub li {
    font-size: 14px;
  }
}
@media all and (min-width: 751px) {
  #gNav:not(.open) .sub li a {
    display: block;
    color: #FFFFFF;
    padding: 0 0.8em;
  }
  #gNav:not(.open) .sub li a:hover {
    text-decoration: none;
  }
  #gNav:not(.open) .sub li a span {
    position: relative;
    display: inline-block;
  }
  #gNav:not(.open) .sub li a span::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 17px;
    left: 50%;
    right: 50%;
    width: 0;
    height: 1px;
    background: #FFFFFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #gNav:not(.open) .sub li a:hover span::before {
    left: 0;
    right: 0;
    width: 100%;
  }
  #gNav:not(.open) .navi > li:hover .sub {
    opacity: 1;
    height: 60px;
  }
  #gNav:not(.open) .navi > li:hover .sub li {
    display: inline-block;
  }
  #gNav.open {
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
#gNav.open {
  display: block;
  /* -340 */
  /* 751- */
}
#gNav.open .navi {
  padding: 90px 20px 17px 20px;
  text-align: center;
}
#gNav.open .navi > li > a {
  position: relative;
  display: block;
  padding: 17px 0;
}
#gNav.open .navi > li > a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  width: 22px;
  height: 22px;
  bottom: 50%;
  right: 0;
  margin: 0 0 -11px 0;
  background: url(../images/head_arr_right.svg) no-repeat 0 0;
  background-size: 100% auto;
}
#gNav.open .navi > li .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.07em;
}
#gNav.open .navi > li.entry {
  margin-top: 40px;
  text-align: center;
}
#gNav.open .navi > li.entry .title {
  display: inline-block;
  text-align: center;
  font-family: "Roboto", "Zen Maru Gothic", YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
  color: #FFFFFF;
  background: #2D2D2D;
  border: solid 1px #2D2D2D;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.2em;
  width: 140px;
  height: 40px;
  border-radius: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gNav.open .navi > li.entry .title::after {
  display: none;
}
@media all and (max-width: 340px) {
  #gNav.open .navi {
    padding: 70px 20px 17px;
  }
  #gNav.open .navi > li > a {
    padding: 10px 0;
  }
}
@media all and (min-width: 751px) {
  #gNav.open .navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/*----------------------------------------------------
readMore
----------------------------------------------------*/
.readMore {
  text-align: right;
  /* 751- */
}
.readMore a {
  position: relative;
  display: inline-block;
  line-height: 40px;
  padding-right: 60px;
  font-family: "Roboto", "Zen Maru Gothic", YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
  font-size: 18px;
  font-weight: 500;
}
.readMore a:hover {
  text-decoration: none;
}
.readMore a::before, .readMore a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.readMore a::before {
  width: 40px;
  height: 40px;
  border-radius: 100vh;
  background: #000000;
}
.readMore a::after {
  width: 40px;
  height: 40px;
  background: url(../images/arrow_white.svg) no-repeat center center;
  background-size: 12px 13px;
}
@media all and (min-width: 751px) {
  .readMore a {
    font-size: 19px;
    line-height: 50px;
    padding-right: 80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .readMore a::before {
    width: 50px;
    height: 50px;
  }
  .readMore a::after {
    width: 50px;
    height: 50px;
    background-size: 15px 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .readMore a:hover {
    padding-right: 60px;
  }
  .readMore a:hover::after {
    right: -10px;
  }
}

/*----------------------------------------------------
rButton
----------------------------------------------------*/
.rButton {
  width: 100%;
  text-align: center;
  /* 751- */
}
.rButton a {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 70px;
  background: #FFFFFF;
  border-radius: 100vh;
  font-family: "Roboto", "Zen Maru Gothic", YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
  font-size: 23px;
  font-weight: 500;
  line-height: 70px;
}
.rButton a:hover {
  text-decoration: none;
}
.rButton a::before, .rButton a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  right: 30px;
  margin-top: -22px;
}
.rButton a::before {
  width: 40px;
  height: 40px;
  border-radius: 100vh;
  background: #000000;
}
.rButton a::after {
  width: 40px;
  height: 40px;
  background: url(../images/arrow_white.svg) no-repeat center center;
  background-size: 12px 13px;
}
@media all and (min-width: 751px) {
  .rButton a {
    width: 330px;
    height: 86px;
    font-size: 30px;
    line-height: 86px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .rButton a::before, .rButton a::after {
    right: 25px;
    margin-top: -25px;
  }
  .rButton a::before {
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .rButton a::after {
    width: 50px;
    height: 50px;
    background-size: 15px 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .rButton a:hover::after {
    right: 10px;
  }
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
#footer {
  position: relative;
  margin-top: 60px;
  padding-top: 40px;
  background: #ffffff;
  /* 751- */
}
#footer::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/color_line_sp.png) no-repeat center top;
  background-size: 100% 100%;
}
@media all and (min-width: 751px) {
  #footer {
    margin-top: 200px;
    padding-top: 40px;
  }
  #footer::before {
    height: 2px;
    background-image: url(../images/color_line_pc.png);
  }
}
#footer .recruit {
  text-align: center;
  /* 751- */
}
#footer .recruit h2 {
  font-size: 17px;
  line-height: 2;
  font-weight: 500;
}
#footer .recruit .entry {
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: 265px;
  background: url(../images/foot_entry_sp.png) no-repeat center top;
  background-size: 100% 100%;
}
#footer .recruit .rButton {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -35px;
}
@media all and (min-width: 751px) {
  #footer .recruit h2 {
    font-size: 20px;
  }
  #footer .recruit .entry {
    height: 221px;
    background-image: url(../images/foot_entry_pc.png);
  }
  #footer .recruit .rButton {
    margin-top: -43px;
  }
}
#footer .main {
  padding-top: 40px;
  padding-bottom: 20px;
  /* 751- */
  /* 1017- */
}
#footer .main .logo a {
  display: block;
}
#footer .main .logo img {
  display: block;
  width: 207px;
}
#footer .main .nav {
  text-align: left;
  margin-top: 40px;
}
#footer .main .nav li {
  margin-top: 10px;
}
#footer .main .nav li:first-child {
  margin-bottom: 13px;
}
#footer .main .nav li a {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  background: url(../images/icon_out.svg) no-repeat right center;
  background-size: auto 10px;
}
#footer .main .nav li a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 1px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #2D2D2D;
}
#footer .main .insta {
  margin-top: 40px;
  width: 32px;
  height: 32px;
}
#footer .main .insta a {
  display: block;
}
#footer .main .address {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.857;
  text-align: left;
}
#footer .main .rights {
  margin-top: 40px;
  font-family: "Roboto", "Zen Maru Gothic", YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
  font-size: 10px;
  text-align: left;
}
@media all and (min-width: 751px) {
  #footer .main {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #footer .main .wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .main .logo {
    width: 240px;
  }
  #footer .main .nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    letter-spacing: -0.4em;
  }
  #footer .main .nav li {
    display: inline-block;
    letter-spacing: 0.05em;
  }
  #footer .main .nav li a {
    font-size: 13px;
  }
  #footer .main .nav li a::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #footer .main .nav li a:hover::after {
    width: 0;
  }
  #footer .main .nav li:first-child {
    margin-right: 30px;
    margin-bottom: 0;
  }
  #footer .main .insta {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #footer .main .insta a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #footer .main .insta a:hover img {
    opacity: 0.8;
  }
  #footer .main .info {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .main .address {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.5;
  }
  #footer .main .rights {
    margin-top: 0;
    text-align: right;
  }
}
@media all and (min-width: 1017px) {
  #footer .main .logo {
    width: 370px;
  }
}

/*----------------------------------------------------
topCommon
----------------------------------------------------*/
.topCommon {
  position: relative;
  margin-top: 60px;
  /* 751- */
  /* 1301- */
}
.topCommon .image {
  margin-top: 35px;
}
.topCommon .body {
  text-align: left;
}
.topCommon .body h3 {
  margin-top: 25px;
  font-size: 21px;
  line-height: 1.8;
  font-weight: 500;
}
.topCommon .body h3 .shoulder {
  display: block;
  font-size: 15px;
}
.topCommon .body h4 {
  margin-top: 0.6em;
  font-size: 14px;
  line-height: 2.14;
  font-weight: 500;
}
.topCommon .body h4.ex {
  margin-top: 0.8em;
}
.topCommon .body p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2.14;
}
.topCommon .body p.nm {
  margin-top: 0;
}
.topCommon .readMore {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  .topCommon {
    margin-top: 120px;
  }
  .topCommon .innerPC, .topCommon .innerBig {
    position: relative;
    z-index: 2;
    padding-top: 30px;
  }
  .topCommon .pcWrap {
    position: relative;
    max-width: 450px;
    background: #ffffff;
    padding: 45px 0 41px;
  }
  .topCommon .pcWrap .tri {
    position: relative;
    position: absolute;
    top: 20px;
    right: -20px;
    width: 20px;
    height: calc(100% - 40px);
    background: #ffffff;
  }
  .topCommon .pcWrap .tri::before, .topCommon .pcWrap .tri::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
  }
  .topCommon .pcWrap .tri::before {
    top: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #ffffff;
  }
  .topCommon .pcWrap .tri::after {
    top: auto;
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #ffffff transparent transparent transparent;
  }
  .topCommon .image {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 70.76923%;
  }
  .topCommon .body h3 {
    margin-top: 55px;
    font-size: 20px;
    line-height: 1.75;
  }
  .topCommon .body h3 .shoulder {
    font-size: 16px;
  }
  .topCommon .body h4 {
    font-size: 16px;
    line-height: 2.18;
  }
  .topCommon .body h4.ex {
    margin-top: 1.4em;
  }
  .topCommon .body p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2.18;
  }
  .topCommon .readMore {
    margin-top: 30px;
  }
  .topCommon.rev .innerPC, .topCommon.rev .innerBig {
    text-align: right;
    padding-top: 0;
  }
  .topCommon.rev .pcWrap {
    width: 100%;
    display: inline-block;
    padding: 20px 0 41px 30px;
  }
  .topCommon.rev .pcWrap .innerSP {
    width: 100%;
    padding: 0;
  }
  .topCommon.rev .pcWrap .tri {
    right: auto;
    left: -20px;
  }
  .topCommon.rev .pcWrap .tri::before {
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ffffff transparent;
  }
  .topCommon.rev .pcWrap .tri::after {
    border-width: 0 20px 20px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  .topCommon.rev .image {
    right: auto;
    left: 0;
    width: 54.06779%;
  }
}
@media screen and (min-width: 751px) and (min-width: 1181px) {
  .topCommon.rev .image {
    left: 50%;
    width: 638px;
    margin-left: -590px;
  }
}
@media all and (min-width: 751px) {
  .topCommon.revFull {
    /* 1301- */
  }
  .topCommon.revFull .innerPC, .topCommon.revFull .innerBig {
    text-align: right;
  }
  .topCommon.revFull .pcWrap {
    max-width: 410px;
    display: inline-block;
    padding: 20px 0 41px 30px;
  }
  .topCommon.revFull .pcWrap .innerSP {
    width: 100%;
    padding: 0;
  }
  .topCommon.revFull .pcWrap .tri {
    right: auto;
    left: -20px;
  }
  .topCommon.revFull .pcWrap .tri::before {
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ffffff transparent;
  }
  .topCommon.revFull .pcWrap .tri::after {
    border-width: 0 20px 20px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  .topCommon.revFull .image {
    right: auto;
    left: 0;
    width: 54.06779%;
  }
}
@media all and (min-width: 751px) and (min-width: 1301px) {
  .topCommon.revFull .image {
    left: 50%;
    width: 920px;
    margin-left: -650px;
  }
}
@media all and (min-width: 1301px) {
  .topCommon:not(.rev) .image {
    right: 50%;
    width: 920px;
    margin-right: -650px;
  }
}

/*----------------------------------------------------
comHead
----------------------------------------------------*/
#comHead {
  position: relative;
  /* -340 */
  /* 751- */
  /* 1277- */
}
#comHead .pageTitle {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -50px;
  color: #FFFFFF;
  line-height: 1.1;
  text-align: left;
  z-index: 2;
}
#comHead .pageTitle.multi {
  margin-top: -75px;
}
#comHead .pageTitle .en {
  display: block;
  font-size: 60px;
  font-weight: 400;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
}
#comHead .pageTitle .jp {
  margin-top: 0.6em;
  display: block;
  font-size: 16px;
  font-weight: 500;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
}
#comHead .image picture {
  margin: 0 auto;
}
@media all and (max-width: 340px) {
  #comHead .pageTitle {
    margin-top: -44px;
  }
  #comHead .pageTitle.multi {
    margin-top: -65px;
  }
  #comHead .pageTitle .en {
    font-size: 48px;
  }
  #comHead .pageTitle .jp {
    font-size: 15px;
  }
}
@media all and (min-width: 751px) {
  #comHead .pageTitle {
    left: 40px;
    margin-top: -70px;
  }
  #comHead .pageTitle.multi {
    margin-top: -125px;
  }
  #comHead .pageTitle .en {
    font-size: 90px;
  }
  #comHead .pageTitle .jp {
    margin-top: 0.4em;
    font-size: 20px;
  }
}
@media all and (min-width: 1277px) {
  #comHead .pageTitle {
    left: 50%;
    margin-left: -590px;
    margin-top: -76px;
  }
  #comHead .pageTitle.multi {
    margin-top: -150px;
  }
  #comHead .pageTitle .en {
    font-size: 120px;
  }
  #comHead .pageTitle .jp {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  #comHead .image source, #comHead .image img {
    width: 100%;
    height: 524px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

@media screen and (min-width: 1600px) {
  #pageCompany #comHead .image source, #pageCompany #comHead .image img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  #pagePhilosophy #comHead .image source, #pagePhilosophy #comHead .image img {
    -o-object-position: center top;
       object-position: center top;
  }
}
/*----------------------------------------------------
pageNameDeco
----------------------------------------------------*/
main {
  display: block;
  position: relative;
}

#pageNameDeco {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  z-index: 2;
  /* 1097- */
  /* -750 */
}
@media all and (min-width: 1097px) {
  #pageNameDeco {
    width: 87px;
  }
}
@media all and (max-width: 750px) {
  #pageNameDeco {
    display: none;
  }
}

/*----------------------------------------------------
comTitle
----------------------------------------------------*/
.comTitle {
  text-align: center;
  /* 751- */
}
.comTitle .wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 386px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: url(../images/title_bg_sp.png) no-repeat center bottom;
  background-size: 100% 10px;
  padding-bottom: 16px;
}
.comTitle .wrap .en {
  margin-bottom: 1.2em;
  display: block;
  font-size: 10px;
}
@media all and (min-width: 751px) {
  .comTitle .wrap {
    font-size: 32px;
    letter-spacing: 0.05em;
    background-image: url(../images/title_bg_pc.png);
    background-size: 100% 14px;
    padding-bottom: 22px;
  }
  .comTitle .wrap .en {
    font-size: 12px;
  }
}

/*----------------------------------------------------
minTitle
----------------------------------------------------*/
.minTitle {
  text-align: left;
  background: url(../images/min_title_left.png) no-repeat left top;
  background-size: 17px 17px;
  padding-left: 40px;
  /* 751- */
}
.minTitle span {
  display: inline-block;
  padding-right: 40px;
  background: url(../images/min_title_right.png) no-repeat right top;
  background-size: 17px 17px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
}
@media all and (min-width: 751px) {
  .minTitle {
    padding-left: 45px;
  }
  .minTitle span {
    padding-right: 45px;
    background-size: 20px 20px;
    font-size: 15px;
    line-height: 20px;
  }
}

.minTitleCenter {
  text-align: center;
  /* 751- */
}
.minTitleCenter span {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  background: url(../images/min_title_right.png) no-repeat right top;
  background-size: 17px 17px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
}
.minTitleCenter span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../images/min_title_left.png) no-repeat left top;
  background-size: 17px 17px;
}
@media all and (min-width: 751px) {
  .minTitleCenter span {
    padding: 0 45px;
    background-size: 20px 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .minTitleCenter span::before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}

/*----------------------------------------------------
colTitle
----------------------------------------------------*/
.colTitle {
  text-align: ccenter;
  /* 751- */
}
.colTitle span {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  background: url(../images/col_title_right.png) no-repeat right top;
  background-size: 17px 17px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
}
.colTitle span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../images/col_title_left.png) no-repeat left top;
  background-size: 100% 100%;
}
@media all and (min-width: 751px) {
  .colTitle {
    background-size: 26px 26px;
  }
  .colTitle span {
    padding: 0 45px;
    background-size: 26px 26px;
    font-size: 26px;
    line-height: 26px;
  }
  .colTitle span::before {
    width: 26px;
    height: 26px;
  }
}

/*----------------------------------------------------
numTitle
----------------------------------------------------*/
.numTitle {
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  .numTitle {
    text-align: center;
    font-size: 19px;
    font-weight: 500;
  }
  .numTitle em {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 90px;
    font-size: 29px;
    line-height: 70px;
    font-weight: normal;
    text-align: center;
  }
  .numTitle em::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
    border: solid 1px #2D2D2D;
    border-radius: 100vh;
  }
}
@media all and (min-width: 751px) {
  .numTitle {
    text-align: left;
    font-size: 26px;
    line-height: 100px;
    font-weight: 500;
  }
  .numTitle em {
    position: relative;
    display: inline-block;
    width: 100px;
    margin-right: 40px;
    font-size: 44px;
    font-weight: normal;
    text-align: center;
  }
  .numTitle em::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: solid 1px #2D2D2D;
    border-radius: 100vh;
  }
}

/*----------------------------------------------------
relation
----------------------------------------------------*/
#relation {
  position: relative;
  /* 751- */
  padding-top: 55px;
  padding-bottom: 60px;
  /* 751- */
}
#relation::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/color_line_sp.png) no-repeat center top;
  background-size: 100% 100%;
}
@media all and (min-width: 751px) {
  #relation::before {
    height: 2px;
    background-image: url(../images/color_line_pc.png);
  }
}
#relation ul {
  margin-top: 20px;
}
#relation li {
  margin-top: 20px;
}
#relation li:first-child {
  margin-top: 0;
}
#relation a {
  position: relative;
  display: block;
  border: solid 1px #BEBEBE;
  border-radius: 5px;
  padding: 20px 20px 27px;
}
#relation a:hover {
  text-decoration: none;
}
#relation a::before, #relation a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 16px;
  right: 20px;
}
#relation a::before {
  width: 40px;
  height: 40px;
  border-radius: 100vh;
  background: #000000;
}
#relation a::after {
  width: 40px;
  height: 40px;
  background: url(../images/arrow_white.svg) no-repeat center center;
  background-size: 12px 13px;
}
#relation h3 {
  margin-top: 1.2em;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
}
@media all and (min-width: 751px) {
  #relation {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #relation ul {
    margin-top: 60px;
  }
  #relation a {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
  #relation a::before, #relation a::after {
    bottom: auto;
    top: 50%;
    right: 20px;
    margin-top: -25px;
  }
  #relation a::before {
    width: 50px;
    height: 50px;
  }
  #relation a::after {
    width: 50px;
    height: 50px;
    background-size: 15px 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #relation a:hover::after {
    right: 10px;
  }
  #relation .image {
    width: 38%;
    margin-right: 4%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #relation a:hover .image {
    opacity: 0.8;
  }
  #relation h3 {
    margin-top: 0;
    font-size: 20px;
  }
}