@charset "UTF-8";
/* normalize */
/* normalize */
.mvSlideBox {
  position: relative;
  overflow: hidden;
  width: 60%;
  margin-right: -150px;
}

.mvSlideBox::before {
  animation-name: whiteFade;
  animation-duration: 500ms;
  animation-timing-function: linear;
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF;
}

.mvSlideBox span {
  position: absolute;
}

.mvSlideBox ul {
  position: relative;
  z-index: 1;
}

.mvSlideBox li {
  display: none;
}

.mvSlideBox li.active {
  display: block;
}

.mvSlideBox span {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 1205px) {
  .mvSlideBox {
    width: 55%;
  }
}
@media screen and (max-width: 886px) {
  .mvSlideBox {
    width: 100%;
    margin-right: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.c-btn a, .c-btn .a, .c-btn label {
  font-size: 1rem;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all 300ms ease-out 0s;
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #333333;
  background-color: #333333;
  min-width: 300px;
  min-height: 60px;
  padding: 10px;
}
.c-btn a span, .c-btn a input, .c-btn a button, .c-btn .a span, .c-btn .a input, .c-btn .a button, .c-btn label span, .c-btn label input, .c-btn label button {
  color: #FFFFFF;
  font-size: 1.5rem;
  border: 0 !important;
  background: none;
}
.c-btn a:hover, .c-btn .a:hover, .c-btn label:hover {
  opacity: 1;
  background-color: #FFFFFF;
}
.c-btn a:hover span, .c-btn a:hover input, .c-btn a:hover button, .c-btn .a:hover span, .c-btn .a:hover input, .c-btn .a:hover button, .c-btn label:hover span, .c-btn label:hover input, .c-btn label:hover button {
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-btn a, .c-btn .a, .c-btn label {
    line-height: 1.5;
  }
  .c-btn a > *:first-child, .c-btn .a > *:first-child, .c-btn label > *:first-child {
    margin-top: -0.25em;
  }
  .c-btn a > *:last-child, .c-btn .a > *:last-child, .c-btn label > *:last-child {
    margin-bottom: -0.25em;
  }
}
@media screen and (min-width: 768px) {
  .c-btn a, .c-btn .a, .c-btn label {
    line-height: 1.5;
  }
  .c-btn a > *:first-child, .c-btn .a > *:first-child, .c-btn label > *:first-child {
    margin-top: -0.25em;
  }
  .c-btn a > *:last-child, .c-btn .a > *:last-child, .c-btn label > *:last-child {
    margin-bottom: -0.25em;
  }
}

.c-ttl, .c-ttl .h {
  font-weight: 700;
}
.c-ttl .sm, .c-ttl .md, .c-ttl .lg, .c-ttl .en, .c-ttl .ja {
  display: block;
}
.c-ttl .sm span, .c-ttl .md span, .c-ttl .lg span, .c-ttl .en span, .c-ttl .ja span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-ttl, .c-ttl .h {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .c-ttl .sm, .c-ttl .md, .c-ttl .lg, .c-ttl .en, .c-ttl .ja {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .c-ttl .sm > *:first-child, .c-ttl .md > *:first-child, .c-ttl .lg > *:first-child, .c-ttl .en > *:first-child, .c-ttl .ja > *:first-child {
    margin-top: -0.25em;
  }
  .c-ttl .sm > *:last-child, .c-ttl .md > *:last-child, .c-ttl .lg > *:last-child, .c-ttl .en > *:last-child, .c-ttl .ja > *:last-child {
    margin-bottom: -0.25em;
  }
}
@media screen and (min-width: 768px) {
  .c-ttl, .c-ttl .h {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .c-ttl .sm, .c-ttl .md, .c-ttl .lg, .c-ttl .en, .c-ttl .ja {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .c-ttl .sm > *:first-child, .c-ttl .md > *:first-child, .c-ttl .lg > *:first-child, .c-ttl .en > *:first-child, .c-ttl .ja > *:first-child {
    margin-top: -0.25em;
  }
  .c-ttl .sm > *:last-child, .c-ttl .md > *:last-child, .c-ttl .lg > *:last-child, .c-ttl .en > *:last-child, .c-ttl .ja > *:last-child {
    margin-bottom: -0.25em;
  }
}

.c-txt {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .c-txt {
    font-size: 1.5rem;
    line-height: 1.8;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .c-txt > *:first-child {
    margin-top: -0.4em;
  }
  .c-txt > *:last-child {
    margin-bottom: -0.4em;
  }
  .c-txt > * + * {
    margin-top: 1.8em;
  }
}
@media screen and (min-width: 768px) {
  .c-txt {
    font-size: 1.5rem;
    line-height: 2;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .c-txt > *:first-child {
    margin-top: -0.5em;
  }
  .c-txt > *:last-child {
    margin-bottom: -0.5em;
  }
  .c-txt > * + * {
    margin-top: 2em;
  }
}

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, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  word-break: break-all;
  box-sizing: border-box;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

ul, ol {
  list-style-type: none;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Shippori Mincho", serif;
  color: #333333;
  background-color: transparent;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  font-feature-settings: normal;
  text-align: left;
}

a {
  text-decoration: underline;
  color: blue;
  transition: all 300ms ease-out 0s;
}
a:hover {
  opacity: 0.7;
}

.xs {
  font-size: .7em;
}

.s {
  font-size: .85em;
}

.l {
  font-size: 1.15em;
}

.xl {
  font-size: 1.3em;
}

.b {
  font-weight: 700;
}

.i {
  font-style: italic;
}

.normal {
  font-style: normal;
}

.maker {
  background: linear-gradient(transparent 40%, yellow 40%);
  padding-bottom: .25em;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
  transition: all 1s ease;
}
.maker.is-active {
  background-size: 100% 100%;
}

.ff__gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.ff__mincho {
  font-family: "Shippori Mincho", serif;
}

.ff__en {
  font-family: "Amiri Quran", serif;
}

.map iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .m {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
  }

  .m {
    font-size: 1.5rem;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}
.w {
  width: 100%;
  min-width: 0;
  background-color: transparent;
}
.w::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .w {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .w {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 374px) {
  .w {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.g {
  width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  /**
  		&.m-haln__left {
  			margin-left: 0;
  			margin-right: auto;
  		}
  		&.m-haln__right {
  			margin-left: auto;
  			margin-right: 0;
  		}
  **/
}
.g::after {
  content: "";
  display: block;
  clear: both;
}
.g.m-mxw__1160 {
  max-width: 1160px;
}
.g.m-mxw__960 {
  max-width: 960px;
}
.g.m-mxw__860 {
  max-width: 860px;
}
.g.m-mxw__820 {
  max-width: 820px;
}
.g.m-mxw__780 {
  max-width: 780px;
}
.g.m-mxw__700 {
  max-width: 700px;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}

.vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.ir {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.t-fnt.m-ttlMainEn {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: .1em;
  font-family: "Amiri Quran", serif;
}
.t-fnt.m-ttlMainEn.m-lower {
  font-size: 3.4rem;
}
.t-fnt.m-ttlMainJa {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .2em;
}
@media screen and (max-width: 767px) {
  .t-fnt.m-ttlMainEn {
    font-size: 3.2rem;
  }
  .t-fnt.m-ttlMainEn.m-lower {
    font-size: 2.8rem;
  }
  .t-fnt.m-ttlMainJa {
    font-size: 1.4rem;
  }
}
.t-fnt.m-fs__12 {
  font-size: 1.2rem;
}
.t-fnt.m-lh__10 {
  line-height: 1;
}
.t-fnt.m-lh__15 {
  line-height: 1.5;
}
.t-fnt.m-lh__25 {
  line-height: 2.5;
}
.t-fnt.m-fw__400 {
  font-weight: 400;
}
.t-fnt.m-fw__500 {
  font-weight: 500;
}
.t-fnt.m-fw__700 {
  font-weight: 700;
}
.t-fnt.m-ls__100 {
  letter-spacing: 0.1em;
}
.t-fnt.m-ls__200 {
  letter-spacing: 0.2em;
}
.t-fnt.m-ta__center {
  text-align: center;
}
.t-fnt.m-ta__left {
  text-align: left;
}
.t-fnt.m-ta__right {
  text-align: right;
}
.t-fnt.m-clr__wt {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .t-fnt.m-fs__sp_13 {
    font-size: 1.3rem;
  }
  .t-fnt.m-fs__sp_14 {
    font-size: 1.4rem;
  }
  .t-fnt.m-fs__sp_15 {
    font-size: 1.5rem;
  }
  .t-fnt.m-fs__sp_17 {
    font-size: 1.7rem;
  }
  .t-fnt.m-fs__sp_18 {
    font-size: 1.8rem;
  }
  .t-fnt.m-fs__sp_20 {
    font-size: 2rem;
  }
  .t-fnt.m-fs__sp_21 {
    font-size: 2.1rem;
  }
  .t-fnt.m-fs__sp_24 {
    font-size: 2.4rem;
  }
  .t-fnt.m-lh__sp_20 {
    line-height: 2;
  }
  .t-fnt.m-ta__sp_center {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .t-fnt.m-fs__pc_12 {
    font-size: 1.2rem;
  }
  .t-fnt.m-fs__pc_14 {
    font-size: 1.4rem;
  }
  .t-fnt.m-fs__pc_15 {
    font-size: 1.5rem;
  }
  .t-fnt.m-fs__pc_18 {
    font-size: 1.8rem;
  }
  .t-fnt.m-fs__pc_20 {
    font-size: 2rem;
  }
  .t-fnt.m-fs__pc_24 {
    font-size: 2.4rem;
  }
  .t-fnt.m-fs__pc_28 {
    font-size: 2.8rem;
  }
  .t-fnt.m-fs__pc_30 {
    font-size: 3rem;
  }
  .t-fnt.m-fs__pc_70 {
    font-size: 7rem;
  }
  .t-fnt.m-lh__pc_20 {
    line-height: 2;
  }
  .t-fnt.m-lh__pc_25 {
    line-height: 2.5;
  }
  .t-fnt.m-ta__pc_center {
    text-align: center;
  }
}

.t-bg.m-wt {
  background-color: #FFFFFF;
}
.t-bg.m-gy {
  background-color: #424242;
}
.t-bg.m-gy_thin {
  background-color: #F5F4F3;
}
.t-bg.m-asideContact {
  background-image: url(../img/common/bg_aside_contact.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .t-spc.m-mt__5l {
    margin-top: 50px;
  }
  .t-spc.m-mt__4l {
    margin-top: 50px;
  }
  .t-spc.m-mt__3l {
    margin-top: 40px;
  }
  .t-spc.m-mt__2l {
    margin-top: 40px;
  }
  .t-spc.m-mt__lg {
    margin-top: 40px;
  }
  .t-spc.m-mt__md {
    margin-top: 30px;
  }
  .t-spc.m-mt__sm {
    margin-top: 30px;
  }
  .t-spc.m-mt__2s {
    margin-top: 20px;
  }
  .t-spc.m-mt__3s {
    margin-top: 20px;
  }
  .t-spc.m-mt__4s {
    margin-top: 15px;
  }
  .t-spc.m-mt__5s {
    margin-top: 10px;
  }
  .t-spc.m-mt__l {
    margin-top: 34px;
  }
  .t-spc.m-mt__m {
    margin-top: 24px;
  }
  .t-spc.m-mb__5l {
    margin-bottom: 50px;
  }
  .t-spc.m-mb__4l {
    margin-bottom: 50px;
  }
  .t-spc.m-mb__3l {
    margin-bottom: 40px;
  }
  .t-spc.m-mb__2l {
    margin-bottom: 40px;
  }
  .t-spc.m-mb__lg {
    margin-bottom: 40px;
  }
  .t-spc.m-mb__md {
    margin-bottom: 30px;
  }
  .t-spc.m-mb__sm {
    margin-bottom: 30px;
  }
  .t-spc.m-mb__2s {
    margin-bottom: 20px;
  }
  .t-spc.m-mb__3s {
    margin-bottom: 20px;
  }
  .t-spc.m-mb__4s {
    margin-bottom: 15px;
  }
  .t-spc.m-mb__5s {
    margin-bottom: 10px;
  }
  .t-spc.m-mb__l {
    margin-bottom: 34px;
  }
  .t-spc.m-mb__m {
    margin-bottom: 24px;
  }
  .t-spc.m-pt__7l {
    padding-top: 60px;
  }
  .t-spc.m-pt__6l {
    padding-top: 60px;
  }
  .t-spc.m-pt__5l {
    padding-top: 50px;
  }
  .t-spc.m-pt__4l {
    padding-top: 50px;
  }
  .t-spc.m-pt__3l {
    padding-top: 40px;
  }
  .t-spc.m-pt__2l {
    padding-top: 40px;
  }
  .t-spc.m-pt__lg {
    padding-top: 40px;
  }
  .t-spc.m-pt__md {
    padding-top: 30px;
  }
  .t-spc.m-pt__sm {
    padding-top: 30px;
  }
  .t-spc.m-pt__2s {
    padding-top: 20px;
  }
  .t-spc.m-pt__3s {
    padding-top: 20px;
  }
  .t-spc.m-pt__4s {
    padding-top: 15px;
  }
  .t-spc.m-pt__5s {
    padding-top: 10px;
  }
  .t-spc.m-pt__l {
    padding-top: 34px;
  }
  .t-spc.m-pt__m {
    padding-top: 24px;
  }
  .t-spc.m-pb__7l {
    padding-bottom: 60px;
  }
  .t-spc.m-pb__6l {
    padding-bottom: 60px;
  }
  .t-spc.m-pb__5l {
    padding-bottom: 50px;
  }
  .t-spc.m-pb__4l {
    padding-bottom: 50px;
  }
  .t-spc.m-pb__3l {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__2l {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__lg {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__md {
    padding-bottom: 30px;
  }
  .t-spc.m-pb__sm {
    padding-bottom: 30px;
  }
  .t-spc.m-pb__2s {
    padding-bottom: 20px;
  }
  .t-spc.m-pb__3s {
    padding-bottom: 20px;
  }
  .t-spc.m-pb__4s {
    padding-bottom: 15px;
  }
  .t-spc.m-pb__5s {
    padding-bottom: 10px;
  }
  .t-spc.m-pb__l {
    padding-bottom: 34px;
  }
  .t-spc.m-pb__m {
    padding-bottom: 24px;
  }
  .t-spc.m-mt__sp_5l {
    margin-top: 50px;
  }
  .t-spc.m-mt__sp_4l {
    margin-top: 50px;
  }
  .t-spc.m-mt__sp_3l {
    margin-top: 40px;
  }
  .t-spc.m-mt__sp_2l {
    margin-top: 40px;
  }
  .t-spc.m-mt__sp_lg {
    margin-top: 40px;
  }
  .t-spc.m-mt__sp_md {
    margin-top: 30px;
  }
  .t-spc.m-mt__sp_sm {
    margin-top: 30px;
  }
  .t-spc.m-mt__sp_2s {
    margin-top: 20px;
  }
  .t-spc.m-mt__sp_3s {
    margin-top: 20px;
  }
  .t-spc.m-mt__sp_4s {
    margin-top: 15px;
  }
  .t-spc.m-mt__sp_5s {
    margin-top: 10px;
  }
  .t-spc.m-mt__sp_l {
    margin-top: 34px;
  }
  .t-spc.m-mt__sp_m {
    margin-top: 24px;
  }
  .t-spc.m-mb__sp_5l {
    margin-bottom: 50px;
  }
  .t-spc.m-mb__sp_4l {
    margin-bottom: 50px;
  }
  .t-spc.m-mb__sp_3l {
    margin-bottom: 40px;
  }
  .t-spc.m-mb__sp_2l {
    margin-bottom: 40px;
  }
  .t-spc.m-mb__sp_lg {
    margin-bottom: 40px;
  }
  .t-spc.m-mb__sp_md {
    margin-bottom: 30px;
  }
  .t-spc.m-mb__sp_sm {
    margin-bottom: 30px;
  }
  .t-spc.m-mb__sp_2s {
    margin-bottom: 20px;
  }
  .t-spc.m-mb__sp_3s {
    margin-bottom: 20px;
  }
  .t-spc.m-mb__sp_4s {
    margin-bottom: 15px;
  }
  .t-spc.m-mb__sp_5s {
    margin-bottom: 10px;
  }
  .t-spc.m-mb__sp_l {
    margin-bottom: 34px;
  }
  .t-spc.m-mb__sp_m {
    margin-bottom: 24px;
  }
  .t-spc.m-pt__sp_7l {
    padding-top: 60px;
  }
  .t-spc.m-pt__sp_6l {
    padding-top: 60px;
  }
  .t-spc.m-pt__sp_5l {
    padding-top: 50px;
  }
  .t-spc.m-pt__sp_4l {
    padding-top: 50px;
  }
  .t-spc.m-pt__sp_3l {
    padding-top: 40px;
  }
  .t-spc.m-pt__sp_2l {
    padding-top: 40px;
  }
  .t-spc.m-pt__sp_lg {
    padding-top: 40px;
  }
  .t-spc.m-pt__sp_md {
    padding-top: 30px;
  }
  .t-spc.m-pt__sp_sm {
    padding-top: 30px;
  }
  .t-spc.m-pt__sp_2s {
    padding-top: 20px;
  }
  .t-spc.m-pt__sp_3s {
    padding-top: 20px;
  }
  .t-spc.m-pt__sp_4s {
    padding-top: 15px;
  }
  .t-spc.m-pt__sp_5s {
    padding-top: 10px;
  }
  .t-spc.m-pt__sp_l {
    padding-top: 34px;
  }
  .t-spc.m-pt__sp_m {
    padding-top: 24px;
  }
  .t-spc.m-pb__sp_7l {
    padding-bottom: 60px;
  }
  .t-spc.m-pb__sp_6l {
    padding-bottom: 60px;
  }
  .t-spc.m-pb__sp_5l {
    padding-bottom: 50px;
  }
  .t-spc.m-pb__sp_4l {
    padding-bottom: 50px;
  }
  .t-spc.m-pb__sp_3l {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__sp_2l {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__sp_lg {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__sp_md {
    padding-bottom: 30px;
  }
  .t-spc.m-pb__sp_sm {
    padding-bottom: 30px;
  }
  .t-spc.m-pb__sp_2s {
    padding-bottom: 20px;
  }
  .t-spc.m-pb__sp_3s {
    padding-bottom: 20px;
  }
  .t-spc.m-pb__sp_4s {
    padding-bottom: 15px;
  }
  .t-spc.m-pb__sp_5s {
    padding-bottom: 10px;
  }
  .t-spc.m-pb__sp_l {
    padding-bottom: 34px;
  }
  .t-spc.m-pb__sp_m {
    padding-bottom: 24px;
  }
  .t-spc.m-pl__sp_2l {
    padding-left: 40px;
  }
  .t-spc.m-pl__sp_lg {
    padding-left: 30px;
  }
  .t-spc.m-pl__sp_md {
    padding-left: 20px;
  }
  .t-spc.m-pl__sp_sm {
    padding-left: 15px;
  }
  .t-spc.m-pr__sp_2l {
    padding-right: 40px;
  }
  .t-spc.m-pr__sp_lg {
    padding-right: 30px;
  }
  .t-spc.m-pr__sp_md {
    padding-right: 20px;
  }
  .t-spc.m-pr__sp_sm {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .t-spc.m-mt__5l {
    margin-top: 100px;
  }
  .t-spc.m-mt__4l {
    margin-top: 90px;
  }
  .t-spc.m-mt__3l {
    margin-top: 80px;
  }
  .t-spc.m-mt__2l {
    margin-top: 70px;
  }
  .t-spc.m-mt__lg {
    margin-top: 60px;
  }
  .t-spc.m-mt__md {
    margin-top: 50px;
  }
  .t-spc.m-mt__sm {
    margin-top: 40px;
  }
  .t-spc.m-mt__2s {
    margin-top: 30px;
  }
  .t-spc.m-mt__3s {
    margin-top: 20px;
  }
  .t-spc.m-mt__4s {
    margin-top: 15px;
  }
  .t-spc.m-mt__5s {
    margin-top: 10px;
  }
  .t-spc.m-mt__l {
    margin-top: 34px;
  }
  .t-spc.m-mt__m {
    margin-top: 24px;
  }
  .t-spc.m-mb__5l {
    margin-bottom: 100px;
  }
  .t-spc.m-mb__4l {
    margin-bottom: 90px;
  }
  .t-spc.m-mb__3l {
    margin-bottom: 80px;
  }
  .t-spc.m-mb__2l {
    margin-bottom: 70px;
  }
  .t-spc.m-mb__lg {
    margin-bottom: 60px;
  }
  .t-spc.m-mb__md {
    margin-bottom: 50px;
  }
  .t-spc.m-mb__sm {
    margin-bottom: 40px;
  }
  .t-spc.m-mb__2s {
    margin-bottom: 30px;
  }
  .t-spc.m-mb__3s {
    margin-bottom: 20px;
  }
  .t-spc.m-mb__4s {
    margin-bottom: 15px;
  }
  .t-spc.m-mb__5s {
    margin-bottom: 10px;
  }
  .t-spc.m-mb__l {
    margin-bottom: 34px;
  }
  .t-spc.m-mb__m {
    margin-bottom: 24px;
  }
  .t-spc.m-pt__7l {
    padding-top: 120px;
  }
  .t-spc.m-pt__6l {
    padding-top: 110px;
  }
  .t-spc.m-pt__5l {
    padding-top: 100px;
  }
  .t-spc.m-pt__4l {
    padding-top: 90px;
  }
  .t-spc.m-pt__3l {
    padding-top: 80px;
  }
  .t-spc.m-pt__2l {
    padding-top: 70px;
  }
  .t-spc.m-pt__lg {
    padding-top: 60px;
  }
  .t-spc.m-pt__md {
    padding-top: 50px;
  }
  .t-spc.m-pt__sm {
    padding-top: 40px;
  }
  .t-spc.m-pt__2s {
    padding-top: 30px;
  }
  .t-spc.m-pt__3s {
    padding-top: 20px;
  }
  .t-spc.m-pt__4s {
    padding-top: 15px;
  }
  .t-spc.m-pt__5s {
    padding-top: 10px;
  }
  .t-spc.m-pt__l {
    padding-top: 34px;
  }
  .t-spc.m-pt__m {
    padding-top: 24px;
  }
  .t-spc.m-pb__7l {
    padding-bottom: 120px;
  }
  .t-spc.m-pb__6l {
    padding-bottom: 110px;
  }
  .t-spc.m-pb__5l {
    padding-bottom: 100px;
  }
  .t-spc.m-pb__4l {
    padding-bottom: 90px;
  }
  .t-spc.m-pb__3l {
    padding-bottom: 80px;
  }
  .t-spc.m-pb__2l {
    padding-bottom: 70px;
  }
  .t-spc.m-pb__lg {
    padding-bottom: 60px;
  }
  .t-spc.m-pb__md {
    padding-bottom: 50px;
  }
  .t-spc.m-pb__sm {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__2s {
    padding-bottom: 30px;
  }
  .t-spc.m-pb__3s {
    padding-bottom: 20px;
  }
  .t-spc.m-pb__4s {
    padding-bottom: 15px;
  }
  .t-spc.m-pb__5s {
    padding-bottom: 10px;
  }
  .t-spc.m-pb__l {
    padding-bottom: 34px;
  }
  .t-spc.m-pb__m {
    padding-bottom: 24px;
  }
  .t-spc.m-mt__pc_5l {
    margin-top: 100px;
  }
  .t-spc.m-mt__pc_4l {
    margin-top: 90px;
  }
  .t-spc.m-mt__pc_3l {
    margin-top: 80px;
  }
  .t-spc.m-mt__pc_2l {
    margin-top: 70px;
  }
  .t-spc.m-mt__pc_lg {
    margin-top: 60px;
  }
  .t-spc.m-mt__pc_md {
    margin-top: 50px;
  }
  .t-spc.m-mt__pc_sm {
    margin-top: 40px;
  }
  .t-spc.m-mt__pc_2s {
    margin-top: 30px;
  }
  .t-spc.m-mt__pc_3s {
    margin-top: 20px;
  }
  .t-spc.m-mt__pc_4s {
    margin-top: 15px;
  }
  .t-spc.m-mt__pc_5s {
    margin-top: 10px;
  }
  .t-spc.m-mt__pc_l {
    margin-top: 34px;
  }
  .t-spc.m-mt__pc_m {
    margin-top: 24px;
  }
  .t-spc.m-mb__pc_5l {
    margin-bottom: 100px;
  }
  .t-spc.m-mb__pc_4l {
    margin-bottom: 90px;
  }
  .t-spc.m-mb__pc_3l {
    margin-bottom: 80px;
  }
  .t-spc.m-mb__pc_2l {
    margin-bottom: 70px;
  }
  .t-spc.m-mb__pc_lg {
    margin-bottom: 60px;
  }
  .t-spc.m-mb__pc_md {
    margin-bottom: 50px;
  }
  .t-spc.m-mb__pc_sm {
    margin-bottom: 40px;
  }
  .t-spc.m-mb__pc_2s {
    margin-bottom: 30px;
  }
  .t-spc.m-mb__pc_3s {
    margin-bottom: 20px;
  }
  .t-spc.m-mb__pc_4s {
    margin-bottom: 15px;
  }
  .t-spc.m-mb__pc_5s {
    margin-bottom: 10px;
  }
  .t-spc.m-mb__pc_l {
    margin-bottom: 34px;
  }
  .t-spc.m-mb__pc_m {
    margin-bottom: 24px;
  }
  .t-spc.m-pt__pc_7l {
    padding-top: 120px;
  }
  .t-spc.m-pt__pc_6l {
    padding-top: 110px;
  }
  .t-spc.m-pt__pc_5l {
    padding-top: 100px;
  }
  .t-spc.m-pt__pc_4l {
    padding-top: 90px;
  }
  .t-spc.m-pt__pc_3l {
    padding-top: 80px;
  }
  .t-spc.m-pt__pc_2l {
    padding-top: 70px;
  }
  .t-spc.m-pt__pc_lg {
    padding-top: 60px;
  }
  .t-spc.m-pt__pc_md {
    padding-top: 50px;
  }
  .t-spc.m-pt__pc_sm {
    padding-top: 40px;
  }
  .t-spc.m-pt__pc_2s {
    padding-top: 30px;
  }
  .t-spc.m-pt__pc_3s {
    padding-top: 20px;
  }
  .t-spc.m-pt__pc_4s {
    padding-top: 15px;
  }
  .t-spc.m-pt__pc_5s {
    padding-top: 10px;
  }
  .t-spc.m-pt__pc_l {
    padding-top: 34px;
  }
  .t-spc.m-pt__pc_m {
    padding-top: 24px;
  }
  .t-spc.m-pb__pc_7l {
    padding-bottom: 120px;
  }
  .t-spc.m-pb__pc_6l {
    padding-bottom: 110px;
  }
  .t-spc.m-pb__pc_5l {
    padding-bottom: 100px;
  }
  .t-spc.m-pb__pc_4l {
    padding-bottom: 90px;
  }
  .t-spc.m-pb__pc_3l {
    padding-bottom: 80px;
  }
  .t-spc.m-pb__pc_2l {
    padding-bottom: 70px;
  }
  .t-spc.m-pb__pc_lg {
    padding-bottom: 60px;
  }
  .t-spc.m-pb__pc_md {
    padding-bottom: 50px;
  }
  .t-spc.m-pb__pc_sm {
    padding-bottom: 40px;
  }
  .t-spc.m-pb__pc_2s {
    padding-bottom: 30px;
  }
  .t-spc.m-pb__pc_3s {
    padding-bottom: 20px;
  }
  .t-spc.m-pb__pc_4s {
    padding-bottom: 15px;
  }
  .t-spc.m-pb__pc_5s {
    padding-bottom: 10px;
  }
  .t-spc.m-pb__pc_l {
    padding-bottom: 34px;
  }
  .t-spc.m-pb__pc_m {
    padding-bottom: 24px;
  }
  .t-spc.m-pl__pc_2l {
    padding-left: 70px;
  }
  .t-spc.m-pl__pc_lg {
    padding-left: 60px;
  }
  .t-spc.m-pl__pc_md {
    padding-left: 50px;
  }
  .t-spc.m-pl__pc_sm {
    padding-left: 40px;
  }
  .t-spc.m-pr__pc_2l {
    padding-right: 70px;
  }
  .t-spc.m-pr__pc_lg {
    padding-right: 60px;
  }
  .t-spc.m-pr__pc_md {
    padding-right: 50px;
  }
  .t-spc.m-pr__pc_sm {
    padding-right: 40px;
  }
}

.t-grid.m-flex__wrap, .t-grid.m-flex__wrap_reverse, .t-grid.m-flex__column, .t-grid.m-flex__column_reverse, .t-grid.m-flex__row, .t-grid.m-flex__row_reverse {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
}
.t-grid.m-flex__wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t-grid.m-flex__wrap_reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.t-grid.m-flex__column {
  flex-direction: column;
  -ms-flex-direction: column;
}
.t-grid.m-flex__column_reverse {
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
}
.t-grid.m-flex__row {
  flex-direction: row;
  -ms-flex-direction: row;
}
.t-grid.m-flex__row_reverse {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.t-grid.m-flex__left {
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.t-grid.m-flex__center {
  -ms-flex-pack: center;
  justify-content: center;
}
.t-grid.m-flex__right {
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.t-grid.m-flex__between {
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.t-grid.m-flex__around {
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
.t-grid.m-flex__align_top {
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.t-grid.m-flex__align_middle {
  -ms-grid-row-align: center;
  align-items: center;
}
.t-grid.m-flex__align_bottom {
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
.t-grid.m-spc_lr__10 {
  margin-left: -5px;
  margin-right: -5px;
}
.t-grid.m-spc_lr__10 > * {
  padding-left: 5px;
  padding-right: 5px;
}
.t-grid.m-spc_b__10 {
  margin-bottom: -10px;
}
.t-grid.m-spc_b__10 > * {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .t-grid.m-flex__sp_wrap, .t-grid.m-flex__sp_wrap_reverse, .t-grid.m-flex__sp_column, .t-grid.m-flex__sp_column_reverse, .t-grid.m-flex__sp_row, .t-grid.m-flex__sp_row_reverse {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
  }
  .t-grid.m-flex__sp_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .t-grid.m-flex__sp_wrap_reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .t-grid.m-flex__sp_column {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .t-grid.m-flex__sp_column_reverse {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .t-grid.m-flex__sp_row {
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .t-grid.m-flex__sp_row_reverse {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .t-grid.m-flex__sp_left {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .t-grid.m-flex__sp_center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .t-grid.m-flex__sp_right {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .t-grid.m-flex__sp_between {
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .t-grid.m-flex__sp_around {
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
  .t-grid.m-flex__sp_align_top {
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .t-grid.m-flex__sp_align_middle {
    -ms-grid-row-align: center;
    align-items: center;
  }
  .t-grid.m-flex__sp_align_bottom {
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .t-grid.m-col__sp_1-1_w > * {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .t-grid.m-col__sp_1-1_w > * > * {
    height: 100%;
  }
  .t-grid.m-col__sp_1-2_w > * {
    flex: 0 1 50%;
    max-width: 50%;
  }
  .t-grid.m-col__sp_1-2_w > * > * {
    height: 100%;
  }
  .t-grid.m-spc_lr__sp_5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .t-grid.m-spc_lr__sp_5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .t-grid.m-spc_lr__sp_10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .t-grid.m-spc_lr__sp_10 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .t-grid.m-spc_b__sp_5 {
    margin-bottom: -5px;
  }
  .t-grid.m-spc_b__sp_5 > * {
    padding-bottom: 5px;
  }
  .t-grid.m-spc_b__sp_10 {
    margin-bottom: -10px;
  }
  .t-grid.m-spc_b__sp_10 > * {
    padding-bottom: 10px;
  }
  .t-grid.m-spc_b__sp_30 {
    margin-bottom: -30px;
  }
  .t-grid.m-spc_b__sp_30 > * {
    padding-bottom: 30px;
  }
  .t-grid.m-spc_b__sp_50 {
    margin-bottom: -50px;
  }
  .t-grid.m-spc_b__sp_50 > * {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .t-grid.m-flex__pc_wrap, .t-grid.m-flex__pc_wrap_reverse, .t-grid.m-flex__pc_column, .t-grid.m-flex__pc_column_reverse, .t-grid.m-flex__pc_row, .t-grid.m-flex__pc_row_reverse {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
  }
  .t-grid.m-flex__pc_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .t-grid.m-flex__pc_wrap_reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .t-grid.m-flex__pc_column {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .t-grid.m-flex__pc_column_reverse {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .t-grid.m-flex__pc_row {
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .t-grid.m-flex__pc_row_reverse {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .t-grid.m-flex__pc_left {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .t-grid.m-flex__pc_center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .t-grid.m-flex__pc_right {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .t-grid.m-flex__pc_between {
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .t-grid.m-flex__pc_around {
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
  .t-grid.m-flex__pc_align_top {
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .t-grid.m-flex__pc_align_middle {
    -ms-grid-row-align: center;
    align-items: center;
  }
  .t-grid.m-flex__pc_align_bottom {
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .t-grid.m-col__pc_1-2_w > * {
    flex: 0 1 50%;
    max-width: 50%;
  }
  .t-grid.m-col__pc_1-2_w > * > * {
    height: 100%;
  }
  .t-grid.m-col__pc_1-3_w > * {
    flex: 0 1 33.33333%;
    max-width: 33.33333%;
  }
  .t-grid.m-col__pc_1-3_w > * > * {
    height: 100%;
  }
  .t-grid.m-col__pc_1-4_w > * {
    flex: 0 1 25%;
    max-width: 25%;
  }
  .t-grid.m-col__pc_1-4_w > * > * {
    height: 100%;
  }
  .t-grid.m-col__pc_1-5_w > * {
    flex: 0 1 20%;
    max-width: 20%;
  }
  .t-grid.m-col__pc_1-5_w > * > * {
    height: 100%;
  }
  .t-grid .m-col__pc_1-1 {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .t-grid .m-col__pc_1-1 > * {
    position: relative;
    display: block;
    height: 100%;
  }
  .t-grid.m-spc_lr__pc_10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .t-grid.m-spc_lr__pc_10 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .t-grid.m-spc_lr__pc_20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .t-grid.m-spc_lr__pc_20 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .t-grid.m-spc_lr__pc_40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .t-grid.m-spc_lr__pc_40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .t-grid.m-spc_lr__pc_48 {
    margin-left: -24px;
    margin-right: -24px;
  }
  .t-grid.m-spc_lr__pc_48 > * {
    padding-left: 24px;
    padding-right: 24px;
  }
  .t-grid.m-spc_lr__pc_60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .t-grid.m-spc_lr__pc_60 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .t-grid.m-spc_b__pc_10 {
    margin-bottom: -10px;
  }
  .t-grid.m-spc_b__pc_10 > * {
    padding-bottom: 10px;
  }
  .t-grid.m-spc_b__pc_20 {
    margin-bottom: -20px;
  }
  .t-grid.m-spc_b__pc_20 > * {
    padding-bottom: 20px;
  }
  .t-grid.m-spc_b__pc_40 {
    margin-bottom: -40px;
  }
  .t-grid.m-spc_b__pc_40 > * {
    padding-bottom: 40px;
  }
  .t-grid.m-spc_b__pc_50 {
    margin-bottom: -50px;
  }
  .t-grid.m-spc_b__pc_50 > * {
    padding-bottom: 50px;
  }
  .t-grid.m-spc_b__pc_70 {
    margin-bottom: -70px;
  }
  .t-grid.m-spc_b__pc_70 > * {
    padding-bottom: 70px;
  }
}

.l-breadcrumb a {
  text-decoration: none;
  color: #333333;
}
.l-breadcrumb a:hover {
  text-decoration: underline;
}
.l-breadcrumb ul {
  letter-spacing: -.4em;
}
.l-breadcrumb li {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: normal;
}
.l-breadcrumb li::after {
  content: "›";
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
}
.l-breadcrumb li:last-child::after {
  display: none;
}

.l-footer_sns ul {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  margin-left: -7px;
  margin-right: -7px;
}
.l-footer_sns li {
  padding-left: 7px;
  padding-right: 7px;
}
.l-footer_sns li a {
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 999px;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.l-footer_sns li.ig a {
  background-image: url(../img/common/ico_footer_ig.svg);
}
.l-footer_sns li.fb a {
  background-image: url(../img/common/ico_footer_fb.svg);
}
@media screen and (max-width: 767px) {
  .l-footer_logo {
    text-align: center;
  }
  .l-footer_logo img {
    width: 160px;
  }
  .l-footer_sns ul {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.l-footerNav a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
}
.l-footerNav a:hover {
  text-decoration: underline;
}
.l-footerNav dt {
  font-family: "Amiri Quran", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .05em;
}
.l-footerNav dd {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.5;
  margin-top: 20px;
}
.l-footerNav dd ul ul li {
  position: relative;
  padding-left: 2em;
}
.l-footerNav dd ul ul li::before {
  content: "";
  display: block;
  width: .8em;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 1.25em;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .l-footerNav {
    display: none;
  }
  .l-footerNav a {
    padding: 10px 0;
  }
  .l-footerNav li {
    border-top: solid 1px #535353;
  }
  .l-footerNav_i {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-footerNav dd ul {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-footerNav_row {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin-left: -30px;
    margin-right: -30px;
  }
  .l-footerNav_row > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .l-footerNav .dl {
    flex: 0 1 20%;
  }
  .l-footerNav .dl dd > ul {
    width: 100%;
  }
  .l-footerNav .dl.m-col2 {
    flex: 0 1 40%;
  }
  .l-footerNav .dl.m-col2 dd > ul {
    width: 50%;
  }
  .l-footerNav dd {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}

.l-footerMain {
  border-top: solid 1px #6D6D6D;
}
.l-footerMain a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
}
.l-footerMain .name {
  font-size: 1.8rem;
  font-weight: 500;
}
.l-footerMain .address {
  font-weight: 500;
  color: #A8A8A8;
}
@media screen and (max-width: 767px) {
  .l-footerMain_row > * {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: solid 1px #6D6D6D;
    padding: 30px;
  }
  .l-footerMain .name {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footerMain_row {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .l-footerMain_row > * {
    width: 33.33333%;
    border-right: solid 1px #6D6D6D;
    padding: 70px 40px 70px;
  }
  .l-footerMain_row > *:first-child {
    border-left: solid 1px #6D6D6D;
  }
}

@media screen and (max-width: 1100px) {
  .l-gNav {
    display: none;
    background-color: #424242;
  }
  .l-gNav a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .1em;
    display: block;
    padding: 20px 15px;
  }
  .l-gNav ul {
    padding: 30px;
  }
  .l-gNav li + li {
    border-top: solid 1px #6D6D6D;
  }
  .l-gNav_btn {
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  .l-gNav_btn span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 20px;
    height: 1px;
    background-color: #000000;
    transition: all 300ms ease-out 0s;
  }
  .l-gNav_btn span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 4px));
  }
  .l-gNav_btn span:nth-child(2) {
    transform: translate(-50%, -50%);
  }
  .l-gNav_btn span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 4px));
  }
  .l-gNav_btn.is-open span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-gNav_btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .l-gNav_btn.is-open span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (min-width: 1101px) {
  .l-gNav > ul {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    margin-left: -15px;
    margin-right: -15px;
  }
  .l-gNav > ul > li {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 51px;
  }
  .l-gNav a {
    text-decoration: none;
    color: #333333;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: .1em;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
    position: relative;
  }
  .l-gNav a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #424242;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 300ms ease-out 0s;
  }
  .l-gNav a:hover {
    opacity: 1;
  }
  .l-gNav a:hover::after {
    width: 100%;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .l-gNav > ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .l-gNav > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1101px) and (min-width: 1201px) {
  .l-gNav a {
    font-size: 2rem;
  }
}

.l-header {
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1100px) {
  .l-header {
    padding: 5px 15px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 60px;
  }
  .l-header_i {
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .l-header_logo {
    max-width: 120px;
  }
  .l-header_logo img {
    display: block;
  }
  .l-header_gNav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: auto;
  }
  .l-header_gNav_btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 1101px) {
  .l-header {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
  }
  .l-header_i {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .l-header_logo {
    max-width: 150px;
  }
  .l-header_logo img {
    display: block;
  }
  .l-header_gNav_btn {
    display: none;
  }
}
@media screen and (min-width: 1101px) and (min-width: 1201px) {
  .l-header_logo {
    max-width: none;
  }
}

@media screen and (max-width: 1100px) {
  .l-main {
    padding-top: 110px;
  }
}
@media screen and (min-width: 1101px) {
  .l-main {
    padding-top: 124px;
  }
}

.l-wrapper {
  max-width: 100vw;
  overflow: hidden;
}

.p-blog ul, .p-blog ol {
  list-style-position: inside;
}
.p-blog ul {
  list-style-type: disc;
}
.p-blog ol {
  list-style-type: decimal;
}
.p-blog li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p-blog .nostyle {
  list-style-type: none;
}
.p-blog .nostyle li {
  padding-left: 0;
  text-indent: 0;
}
.p-blog a {
  color: #333333;
  text-decoration: underline;
}
.p-blog .aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.p-blog .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.p-blog .alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.p-blog .entry-content::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .p-blog {
    line-height: 1.8;
  }
  .p-blog > * + * {
    margin-top: 15px;
  }
  .p-blog > div {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-blog h2, .p-blog h3, .p-blog h4, .p-blog h5, .p-blog h6 {
    margin-top: 30px;
    line-height: 1.5;
  }
  .p-blog h1, .p-blog h2 {
    font-size: 2.4rem;
    font-weight: 400;
  }
  .p-blog h3 {
    font-size: 2.1rem;
    font-weight: 400;
  }
  .p-blog h4 {
    font-size: 1.9rem;
    font-weight: 400;
  }
  .p-blog h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .p-blog h6 {
    font-size: 1.5rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .p-blog {
    line-height: 2;
  }
  .p-blog > * + * {
    margin-top: 20px;
  }
  .p-blog > div {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .p-blog h2, .p-blog h3, .p-blog h4, .p-blog h5, .p-blog h6 {
    margin-top: 40px;
    line-height: 1.8;
  }
  .p-blog h1, .p-blog h2 {
    font-size: 2.8rem;
    font-weight: 400;
  }
  .p-blog h3 {
    font-size: 2.4rem;
    font-weight: 400;
  }
  .p-blog h4 {
    font-size: 2rem;
    font-weight: 400;
  }
  .p-blog h5 {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .p-blog h6 {
    font-size: 1.5rem;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .p-boxRow.m-reverse-sp {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-boxRow {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .p-boxRow.m-reverse {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .p-boxRow.m-middle {
    -ms-grid-row-align: center;
    align-items: center;
  }
  .p-boxRow.m-bottom {
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .p-boxRow > * {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .p-boxEsgTop {
    margin-left: -50px;
    margin-right: -50px;
  }
  .p-boxEsgTop > * {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.p-boxTabs_cnt {
  display: none;
}
.p-boxTabs_cnt.m-active {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-boxTabs_btns li {
    width: 50%;
    line-height: 1.3;
  }
  .p-boxTabs_btns li a {
    min-height: 60px;
    cursor: pointer;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-boxTabs_btns li {
    width: 320px;
  }
  .p-boxTabs_btns li a {
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .p-mv {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-mv {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .p-mv .catch {
    width: 40%;
  }
  .p-mv .catch > dl {
    max-width: 450px;
    margin-left: auto;
  }
  .p-mv .slider {
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .p-secAsideContact_row {
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .p-secAsideContact .ttlbox {
    width: auto;
  }
  .p-secAsideContact .cntbox {
    flex: 1;
    max-width: 800px;
  }
  .p-secAsideContact_cnt_row {
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}

.p-secFrontServiceSub.has-top {
  margin-top: 5em;
  position: relative;
}
.p-secFrontServiceSub.has-top::before {
  content: attr(data-ttl);
  display: block;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-align: center;
  position: absolute;
  top: -3em;
  left: 0;
}
.p-secFrontServiceSub_i {
  display: block;
  text-decoration: none;
  color: #333333;
  background-color: #FFFFFF;
  padding: 0 30px 40px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}
.p-secFrontServiceSub_i::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border: solid 1px #000000;
  border-radius: 999px;
  background-image: url(../img/common/ico_arrow_bk.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 4px;
  position: absolute;
  bottom: 45px;
  right: 35px;
  transition: all 300ms ease-out 0s;
}
.p-secFrontServiceSub_i:hover .imgbox img {
  transform: scale(1.1);
}
.p-secFrontServiceSub_i:hover::after {
  background-position: right 10px center;
}
.p-secFrontServiceSub_h .top {
  height: 0;
}
.p-secFrontServiceSub_h .top > * {
  transform: translate(0, -100%);
}
.p-secFrontServiceSub_h .imgbox {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 40px;
}
.p-secFrontServiceSub_h .imgbox .img {
  overflow: hidden;
}
.p-secFrontServiceSub_h .imgbox .img img {
  width: 100%;
  transition: all 300ms ease-out 0s;
}
.p-secFrontServiceSub_h .imgbox .txt {
  position: absolute;
  top: 36px;
  left: 65px;
  color: #FFFFFF;
}
.p-secFrontServiceSub_h .imgbox .txt .en {
  font-family: "Amiri Quran", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .1em;
}
.p-secFrontServiceSub_h .imgbox .txt .ja {
  font-size: 8rem;
  font-weight: 400;
}
.p-secFrontServiceSub_h .imgbox .txt .ja .s {
  font-size: 6rem;
}
.p-secFrontServiceSub_h .imgbox .txt .en + .ja {
  margin-top: 20px;
}
.p-secFrontServiceSub_h .h {
  font-size: 2.4rem;
  font-weight: 400;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.p-secFrontServiceSub_c {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-secFrontServiceSub.has-top {
    margin-top: 4em;
  }
  .p-secFrontServiceSub.has-top::before {
    font-size: 2rem;
    top: -2.5em;
  }
  .p-secFrontServiceSub_i::after {
    width: 45px;
    height: 45px;
    background-size: 20.8px 3.2px;
    bottom: 30px;
    right: 20px;
  }
  .p-secFrontServiceSub_h .imgbox .txt .en {
    font-size: 1.8rem;
  }
  .p-secFrontServiceSub_h .imgbox .txt .ja {
    font-size: 6rem;
  }
  .p-secFrontServiceSub_h .imgbox .txt .ja .s {
    font-size: 4.5rem;
  }
  .p-secFrontServiceSub_h .h {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-secFrontNews_row {
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .p-secFrontNews .ttlbox {
    width: auto;
    padding-right: 40px;
  }
  .p-secFrontNews .cntbox {
    flex: 1;
    max-width: 800px;
  }
}

.p-secFrontRecruit {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
}
.p-secFrontRecruit .slider-wrapper {
  margin-left: -30px;
  margin-right: -30px;
}

@media screen and (max-width: 767px) {
  .p-secServiceFeaturesSub + .p-secServiceFeaturesSub {
    margin-top: 50px;
  }
  .p-secServiceFeaturesSub_h {
    text-align: center;
  }
  .p-secServiceFeaturesSub_h + .p-secServiceFeaturesSub_c {
    margin-top: 2em;
  }
  .p-secServiceFeaturesSub .imgbox {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceFeaturesSub .txtbox {
    flex: 1;
    padding-left: 80px;
  }
  .p-secServiceFeaturesSub .imgbox {
    width: 100px;
    text-align: center;
  }
  .p-secServiceFeaturesSub .imgbox .img {
    display: inline-block;
  }
  .p-secServiceFeaturesSub + .p-secServiceFeaturesSub {
    margin-top: 80px;
  }
  .p-secServiceFeaturesSub_h + .p-secServiceFeaturesSub_c {
    margin-top: 2em;
  }
}

.p-secCreateTop > .imgs {
  margin-left: -30px;
  margin-right: -30px;
}
.p-secCreateTop > .imgs li {
  padding-left: .5px;
  padding-right: .5px;
}
.p-secCreateTop > .imgs img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}

.p-secCreateTopSub2_c ul {
  display: inline-block;
  text-align: left;
}

.p-secCreateServiceSub {
  padding-top: 70px;
  padding-bottom: 80px;
  border-bottom: solid 1px #DBDBDB;
}
.p-secCreateServiceSub .txtbox {
  flex: 1;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-secCreateServiceSub {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-secCreateServiceSub .imgbox {
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secCreateServiceSub .imgbox {
    padding-left: 60px;
    width: 46.45455%;
  }
}

.p-secCreateMaterialSub .txtbox {
  flex: 1;
  width: auto;
  padding-right: 55px;
}
.p-secCreateMaterialSub .imgbox {
  width: 31.08808%;
}
.p-secCreateMaterialSub .imgbox .img img {
  border-radius: 999px;
  overflow: hidden;
}
.p-secCreateMaterialSub_i {
  padding: 70px 60px;
}
.p-secCreateMaterialSub2_i {
  padding: 30px;
}
.p-secCreateMaterialSub + .p-secCreateMaterialSub {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-secCreateMaterialSub .txtbox {
    padding-right: 0;
  }
  .p-secCreateMaterialSub .imgbox {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .p-secCreateMaterialSub_i {
    padding: 30px;
  }
  .p-secCreateMaterialSub2_i {
    padding: 20px;
  }
}

.p-secRepairMeritSub + .p-secRepairMeritSub {
  margin-top: 35px;
}
.p-secRepairMeritSub_i > * {
  width: auto;
}
.p-secRepairMeritSub_h {
  width: 190px;
  height: 60px;
  border: solid 1px #000000;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}
.p-secRepairMeritSub_c {
  flex: 1;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .p-secRepairMeritSub_h {
    width: 100%;
    height: 40px;
  }
  .p-secRepairMeritSub_c {
    padding-left: 0;
    margin-top: 20px;
  }
}

.p-secAboutMessageSub_c .author {
  text-align: right;
}
.p-secAboutMessageSub_c .author .box {
  display: inline-block;
  text-align: left;
}

.p-secAboutMission .imgbox {
  margin-left: -30px;
  margin-right: -30px;
}
.p-secAboutMission .imgbox img {
  width: 100%;
  height: 611px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-secAboutMission .imgbox img {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .p-secEsgMainSub {
    padding: 20px;
  }
  .p-secEsgMainSub_h {
    margin-bottom: 20px;
  }
  .p-secEsgMainSub2_h {
    margin-bottom: 20px;
  }
  .p-secEsgMainSub2 + .p-secEsgMainSub2 {
    margin-top: 40px;
  }
  .p-secEsgMainSub .imgbox {
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-secEsgMainSub {
    padding: 70px 60px 100px;
  }
  .p-secEsgMainSub .txtbox {
    flex: 1;
    padding-right: 40px;
  }
  .p-secEsgMainSub .imgbox {
    width: 26.12705%;
  }
  .p-secEsgMainSub_h {
    margin-bottom: 30px;
  }
  .p-secEsgMainSub2_h {
    margin-bottom: 25px;
  }
  .p-secEsgMainSub2 + .p-secEsgMainSub2 {
    margin-top: 60px;
  }
}

.p-secEquipmentMainTool_i {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
}
.p-secEquipmentMainTool_h .lg {
  min-height: 3em;
}
.p-secEquipmentMainTool_c {
  margin-top: 1em;
}
.p-secEquipmentMainTool .imgbox {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-secEquipmentMainTool_h .lg {
    min-height: 0;
  }
  .p-secEquipmentMainTool_c {
    margin-top: 20px;
  }
  .p-secEquipmentMainTool .imgbox {
    margin-bottom: 30px;
  }
}

.p-secEnvironmentMainSub > .imgs {
  margin-left: -30px;
  margin-right: -30px;
}
.p-secEnvironmentMainSub > .imgs li {
  padding-left: .5px;
  padding-right: .5px;
}
.p-secEnvironmentMainSub > .imgs img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}

.p-secHasIcon_i {
  border: solid 1px #DBDBDB;
  padding: 40px 20px;
}
.p-secHasIcon_h {
  text-align: center;
}
.p-secHasIcon_h .ico {
  width: 136px;
  height: 136px;
  background-color: #3C3C3C;
  border-radius: 999px;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.p-secHasIcon_h .h {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: .1em;
  text-align: center;
}
.p-secHasIcon_h .h .s {
  font-size: 2rem;
}
.p-secHasIcon_c {
  margin-top: 30px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-secHasIcon_i {
    padding: 20px;
  }
  .p-secHasIcon_h .ico {
    width: 100px;
    height: 100px;
  }
  .p-secHasIcon_h .ico img {
    transform: scale(0.7);
  }
  .p-secHasIcon_h .h {
    font-size: 1.6rem;
  }
  .p-secHasIcon_h .h .s {
    font-size: 1.3rem;
  }
  .p-secHasIcon_c {
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .p-secRecruitMessageSub2 .txtbox, .p-secRecruitMessageSub2 .imgbox {
    min-height: 348px;
  }
  .p-secRecruitMessageSub2 .txtbox {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 50px;
    display: inline-flex;
    display: -ms-inline-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .p-secRecruitMessageSub2 .imgbox .img {
    height: 100%;
  }
  .p-secRecruitMessageSub2 .imgbox .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-secRecruitMessageSub2 .m-reverse .txtbox {
    padding-right: 0;
    padding-left: 50px;
  }
}

.c-icoCat {
  display: inline-block;
  background-color: #535353;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.3rem;
  min-width: 110px;
  padding: 2px 10px;
  text-align: center;
}

.c-icoTel::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 23px;
  margin-right: 5px;
  background-image: url(../img/common/ico_tel_wt.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-icoTel.m-bk::before {
  background-image: url(../img/common/ico_tel_bk.svg);
}
.c-icoTel.m-lg::before {
  width: 23px;
  height: 31px;
  transform: translate(0, 3px);
}

.c-icoMail::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 16px;
  background-image: url(../img/common/ico_mail_wt.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-icoEsg ul {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: row;
  -ms-flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.c-icoEsg li {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media screen and (max-width: 767px) {
  .c-icoEsg ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .c-icoEsg li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .c-icoEsg img {
    width: 60px;
  }
}

.c-btn a, .c-btn .a, .c-btn label {
  max-width: 260px;
  min-height: 70px;
  background-color: transparent;
  border-radius: 999px;
  position: relative;
}
.c-btn a::after, .c-btn .a::after, .c-btn label::after {
  content: "";
  display: block;
  width: 26px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  transition: all 300ms ease-out 0s;
  background-image: url(../img/common/ico_arrow_bk.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-btn a span, .c-btn a input, .c-btn a button, .c-btn .a span, .c-btn .a input, .c-btn .a button, .c-btn label span, .c-btn label input, .c-btn label button {
  color: #000000;
  font-size: 1.6rem;
  letter-spacing: .2em;
}
.c-btn a input, .c-btn .a input, .c-btn label input {
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
}
.c-btn a:hover, .c-btn .a:hover, .c-btn label:hover {
  background-color: #424242;
}
.c-btn a:hover::after, .c-btn .a:hover::after, .c-btn label:hover::after {
  right: 20px;
  background-image: url(../img/common/ico_arrow_wt.svg);
}
.c-btn a:hover span, .c-btn a:hover input, .c-btn a:hover button, .c-btn .a:hover span, .c-btn .a:hover input, .c-btn .a:hover button, .c-btn label:hover span, .c-btn label:hover input, .c-btn label:hover button {
  color: #FFFFFF;
}
.c-btn a .wpcf7-spinner, .c-btn .a .wpcf7-spinner, .c-btn label .wpcf7-spinner {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.c-btn.m-wt a, .c-btn.m-wt .a, .c-btn.m-wt label {
  border-color: #FFFFFF;
}
.c-btn.m-wt a::after, .c-btn.m-wt .a::after, .c-btn.m-wt label::after {
  background-image: url(../img/common/ico_arrow_wt.svg);
}
.c-btn.m-wt a span, .c-btn.m-wt a input, .c-btn.m-wt a button, .c-btn.m-wt .a span, .c-btn.m-wt .a input, .c-btn.m-wt .a button, .c-btn.m-wt label span, .c-btn.m-wt label input, .c-btn.m-wt label button {
  color: #FFFFFF;
}
.c-btn.m-wt a:hover, .c-btn.m-wt .a:hover, .c-btn.m-wt label:hover {
  background-color: #FFFFFF;
}
.c-btn.m-wt a:hover::after, .c-btn.m-wt .a:hover::after, .c-btn.m-wt label:hover::after {
  background-image: url(../img/common/ico_arrow_bk.svg);
}
.c-btn.m-wt a:hover span, .c-btn.m-wt a:hover input, .c-btn.m-wt a:hover button, .c-btn.m-wt .a:hover span, .c-btn.m-wt .a:hover input, .c-btn.m-wt .a:hover button, .c-btn.m-wt label:hover span, .c-btn.m-wt label:hover input, .c-btn.m-wt label:hover button {
  color: #333333;
}
.c-btn.m-noborder a, .c-btn.m-noborder .a, .c-btn.m-noborder label {
  min-width: 0;
  min-height: 0;
  padding: 0 70px 0 0;
  border-color: transparent;
}
.c-btn.m-noborder a::after, .c-btn.m-noborder .a::after, .c-btn.m-noborder label::after {
  right: 20px;
}
.c-btn.m-noborder a:hover, .c-btn.m-noborder .a:hover, .c-btn.m-noborder label:hover {
  opacity: 1;
  background-color: transparent;
}
.c-btn.m-noborder a:hover::after, .c-btn.m-noborder .a:hover::after, .c-btn.m-noborder label:hover::after {
  right: 10px;
  background-image: url(../img/common/ico_arrow_bk.svg);
}
.c-btn.m-noborder a:hover span, .c-btn.m-noborder a:hover input, .c-btn.m-noborder a:hover button, .c-btn.m-noborder .a:hover span, .c-btn.m-noborder .a:hover input, .c-btn.m-noborder .a:hover button, .c-btn.m-noborder label:hover span, .c-btn.m-noborder label:hover input, .c-btn.m-noborder label:hover button {
  color: #333333;
}
.c-btn.ff__en a span, .c-btn.ff__en a input, .c-btn.ff__en a button, .c-btn.ff__en .a span, .c-btn.ff__en .a input, .c-btn.ff__en .a button, .c-btn.ff__en label span, .c-btn.ff__en label input, .c-btn.ff__en label button {
  transform: translate(0, -0.3em);
}
.c-btn.m-noarrow a::after, .c-btn.m-noarrow .a::after, .c-btn.m-noarrow label::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-btn a, .c-btn .a, .c-btn label {
    min-height: 60px;
  }
}
.c-btn.m-ha__center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn.m-ha__sp_center {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .c-btn.m-ha__pc_center {
    text-align: center;
  }
  .c-btn.m-ha__pc_right {
    text-align: right;
  }
}

.c-ttlPageTitle .h {
  text-align: center;
}
.c-ttlPageTitle .h::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 22px;
  background-image: url(../img/common/ico_logo_ttl.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-ttlPageTitle .en {
  font-family: "Amiri Quran", serif;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: .1em;
}
.c-ttlPageTitle .ja {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .1em;
}
.c-ttlPageTitle .en + .ja {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .c-ttlPageTitle {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .c-ttlPageTitle {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.c-txt ul, .c-txt ol {
  list-style-position: inside;
}
.c-txt ul {
  list-style-type: disc;
}
.c-txt ol {
  list-style-type: decimal;
}
.c-txt li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-txt .nostyle {
  list-style-type: none;
}
.c-txt .nostyle li {
  padding-left: 0;
  text-indent: 0;
}
.c-txt a {
  color: #333333;
  text-decoration: underline;
}

.c-form select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 400px;
  height: 45px;
  border: solid 1px #DBDBDB;
  padding: 10px;
  box-sizing: border-box;
  background-color: transparent;
  color: #333333;
  font-size: 1.5rem;
}
.c-form input[type="text"],
.c-form input[type="email"],
.c-form input[type="tel"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 300px;
  height: 45px;
  border: solid 1px #DBDBDB;
  padding: 10px;
  box-sizing: border-box;
}
.c-form input[type="text"].lg,
.c-form input[type="email"].lg,
.c-form input[type="tel"].lg {
  max-width: 100%;
}
.c-form textarea {
  width: 100%;
  min-width: 100%;
  min-height: 150px;
  border: solid 1px #DBDBDB;
  padding: 10px;
  box-sizing: border-box;
}
.c-form input::placeholder, .c-form textarea::placeholder {
  color: #DBDBDB;
}
.c-form input[type="checkbox"] {
  margin-right: 14px;
}
.c-form .privacy {
  text-indent: -1em;
  margin-top: 50px;
  text-align: center;
}
.c-form .privacy .wpcf7-list-item-label {
  display: none;
}
.c-form .checkboxs {
  display: inline-block;
  text-align: left;
}
.c-form .checkboxs .wpcf7-list-item-label {
  display: none;
}
.c-form .checkboxs .wpcf7-not-valid-tip {
  display: inline;
  position: absolute;
  transform: translate(0, 100%);
}
.c-form .wpcf7-not-valid-tip {
  white-space: nowrap;
}
.c-form .top-tip .wpcf7-not-valid-tip {
  transform: translate(0, -200%);
}
.c-form .radios li .wpcf7-not-valid-tip {
  display: none;
}
.c-form .radios li:last-child .wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, 50%);
}
.c-form .file_w {
  vertical-align: top;
  margin-top: 0;
}
.c-form .file_w + .file_w {
  margin-top: 10px;
}
.c-form .file_w input[type="file"] {
  display: none;
}
.c-form .file_w .fileLabel {
  display: inline-block;
  height: 45px;
  width: 236px;
  padding: 0 1em;
  line-height: 2;
  border: 0;
  background-color: #DBDBDB;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-form .file_w .filename {
  display: none;
  margin-left: 10px;
}
.c-form .file_w .filename .name {
  display: inline-block;
  margin-left: .25em;
  font-size: .8em;
}
.c-form .file_w .filename .reset {
  display: none;
  margin-left: .25em;
  font-size: .8em;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
  border: solid 1px #333333;
  background-color: #333333;
  padding: 0 .3em 0 1.1em;
  vertical-align: baseline;
  border-radius: 4px;
}
.c-form .file_w .filename .reset::before, .c-form .file_w .filename .reset::after {
  content: "";
  width: .8em;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: .2em;
  margin-top: -.5px;
}
.c-form .file_w .filename .reset::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-form .file_w .filename .reset::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-form .file_w.is-changed .filename {
  display: block;
}
.c-form .file_w.is-changed .filename .reset {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-form input::placeholder, .c-form textarea::placeholder {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-form .other-input > * {
    margin-top: 10px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .c-form .other-input > * label {
    padding-right: 1em;
  }
  .c-form .other-input > * .wpcf7-form-control-wrap:last-child {
    flex: 1;
  }
}

.c-listNews li {
  border-bottom: solid 1px #DBDBDB;
}
.c-listNews li:first-child {
  border-top: solid 1px #DBDBDB;
}
.c-listNews .date {
  font-family: "Amiri Quran", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .1em;
  white-space: nowrap;
  padding-right: 50px;
}
.c-listNews .cat {
  white-space: nowrap;
  padding-right: 30px;
}
.c-listNews .ttl {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-listNews a {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-decoration: none;
    color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-listNews .date {
    font-size: 1.2rem;
  }
  .c-listNews .ttl {
    flex: 0 1 100%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-listNews a {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
    -ms-grid-row-align: center;
    align-items: center;
    text-decoration: none;
    color: #333333;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.c-listFlow .ico {
  width: 100%;
  aspect-ratio: 1;
  background-color: #3C3C3C;
  display: inline-flex;
  display: -ms-inline-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 999px;
  padding-top: 1.5em;
}
.c-listFlow .ico .num {
  display: block;
  height: 0;
  font-family: "Amiri Quran", serif;
  color: #FFFFFF;
  font-size: 1.8rem;
  letter-spacing: .1em;
  position: absolute;
  top: 1em;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-listFlow .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1em;
}
.c-listFlow .txt {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .c-listFlow li + li {
    margin-top: 40px;
  }
  .c-listFlow .inner {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .c-listFlow .inner .num {
    top: .3em;
  }
  .c-listFlow .inner .ico {
    width: 25cqw;
    aspect-ratio: 1;
    height: 25cqw;
  }
  .c-listFlow .inner .ico img {
    transform: scale(0.5);
  }
  .c-listFlow .inner .txtbox {
    width: 75cqw;
    padding-left: 20px;
  }
  .c-listFlow .ttl {
    margin-top: 0;
    text-align: left;
  }
  .c-listFlow .txt {
    margin-top: .5em;
  }
}

.c-listDetails li, .c-listDetails .dl {
  padding: 30px;
}
.c-listDetails li + li, .c-listDetails .dl + .dl {
  border-top: solid 1px #DBDBDB;
}
.c-listDetails dt {
  width: 45%;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.5;
}
.c-listDetails dd {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .c-listDetails li, .c-listDetails .dl {
    padding: 20px;
  }
  .c-listDetails dt {
    width: 100%;
    font-size: 1.8rem;
  }
  .c-listDetails dd {
    margin-top: 20px;
    width: 100%;
  }
}

.c-listFAQ .dl + .dl {
  margin-top: 30px;
}
.c-listFAQ dt, .c-listFAQ dd {
  padding: 20px 40px;
  position: relative;
}
.c-listFAQ dt .inner, .c-listFAQ dd .inner {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
}
.c-listFAQ dt .inner::before, .c-listFAQ dd .inner::before {
  content: "";
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background-color: #424242;
  color: #FFFFFF;
  border: solid 1px #424242;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Amiri Quran", serif;
  box-sizing: border-box;
  padding-bottom: 1rem;
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-listFAQ dt .inner .txt, .c-listFAQ dd .inner .txt {
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  padding-left: 24px;
  flex: 1;
}
.c-listFAQ dt {
  background-color: #F5F4F3;
  cursor: pointer;
}
.c-listFAQ dt .inner::before {
  content: "Q";
}
.c-listFAQ dt::before, .c-listFAQ dt::after {
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 40px;
  background-color: #424242;
  transition: all 300ms ease-out 0s;
}
.c-listFAQ dt::before {
  transform: rotate(90deg);
}
.c-listFAQ dt.is-open::before, .c-listFAQ dt.m-open::before {
  opacity: 0;
}
.c-listFAQ dd {
  display: none;
}
.c-listFAQ dd .inner::before {
  content: "A";
  background-color: #FFFFFF;
  color: #333333;
}
.c-listFAQ dd.m-open {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-listFAQ .dl + .dl {
    margin-top: 20px;
  }
  .c-listFAQ dt, .c-listFAQ dd {
    padding: 10px;
  }
  .c-listFAQ dt .inner::before, .c-listFAQ dd .inner::before {
    width: 45px;
    height: 45px;
    font-size: 2rem;
  }
  .c-listFAQ dt .inner .txt, .c-listFAQ dd .inner .txt {
    padding-left: 15px;
  }
  .c-listFAQ dt {
    padding-right: 30px;
  }
  .c-listFAQ dt::before, .c-listFAQ dt::after {
    right: 10px;
  }
}

.c-listPageNav a {
  display: block;
  width: 100%;
  min-height: 60px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1.8rem;
  text-decoration: none;
  border: solid 1px #535353;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.c-listPageNav li.is-active a, .c-listPageNav a:hover {
  opacity: 1;
  background-color: #535353;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .c-listPageNav a {
    font-size: 1.6rem;
    min-height: 50px;
  }
}

.c-listPaging {
  text-align: center;
}
.c-listPaging a, .c-listPaging span {
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 50px;
  border-radius: 999px;
  text-decoration: none;
  color: #333333;
  font-size: 1.8rem;
  margin-right: .4em;
}
.c-listPaging a:last-child, .c-listPaging span:last-child {
  margin-right: 0;
}
.c-listPaging .page, .c-listPaging .current {
  background-color: #DBDBDB;
}
.c-listPaging .page:hover, .c-listPaging .current:hover {
  opacity: 1;
  background-color: #000000;
  color: #FFFFFF;
}
.c-listPaging .current {
  background-color: #000000;
  color: #FFFFFF;
}
.c-listPaging .extend {
  width: auto;
  aspect-ratio: auto;
}
.c-listPaging .previouspostslink, .c-listPaging .nextpostslink {
  background-image: url(../img/common/ico_arrow_bk.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 4px;
  width: 20px;
  text-indent: 100px;
  white-space: nowrap;
  overflow: hidden;
}
.c-listPaging .previouspostslink {
  transform: scaleX(-1);
  margin-right: 20px;
}
.c-listPaging .nextpostslink {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-listPaging a, .c-listPaging span {
    margin-right: .1em;
    width: 45px;
  }
  .c-listPaging .previouspostslink {
    margin-right: 10px;
  }
  .c-listPaging .nextpostslink {
    margin-left: 10px;
  }
}

.c-listPrevNext .post-nav {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: row;
  -ms-flex-direction: row;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-listPrevNext .post-nav > * {
  padding: 0 20px;
}
.c-listPrevNext .post-nav__prev, .c-listPrevNext .post-nav__next {
  white-space: nowrap;
}
.c-listPrevNext .post-nav__prev a, .c-listPrevNext .post-nav__next a {
  color: #333333;
  font-size: 1.8rem;
  text-decoration: none;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: row;
  -ms-flex-direction: row;
  -ms-grid-row-align: center;
  align-items: center;
}
.c-listPrevNext .post-nav__prev a::before, .c-listPrevNext .post-nav__next a::after {
  content: "";
  display: block;
  width: 26px;
  height: 4px;
  margin-left: 20px;
  background-image: url(../img/common/ico_arrow_bk.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 300ms ease-out 0s;
}
.c-listPrevNext .post-nav__prev a::before {
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 20px;
}
.c-listPrevNext .post-nav__prev a:hover::before {
  transform: translate(-60%, 0) scaleX(-1);
}
.c-listPrevNext .post-nav__next a:hover::after {
  transform: translate(60%, 0);
}
@media screen and (max-width: 767px) {
  .c-listPrevNext .post-nav > * {
    padding: 0 7px;
  }
  .c-listPrevNext .post-nav__prev a, .c-listPrevNext .post-nav__next a {
    font-size: 1.3rem;
  }
  .c-listPrevNext .post-nav__prev a::before, .c-listPrevNext .post-nav__next a::after {
    width: 30px;
    height: 30px;
    background-size: 15px 7.5px;
    margin: 0 10px;
  }
  .c-listPrevNext .post-nav__next a::after {
    margin-left: 0;
  }
  .c-listPrevNext .post-nav__prev a::before {
    margin-right: 0;
  }
  .c-listPrevNext .btn a, .c-listPrevNext .btn .a {
    min-width: 160px;
    min-height: 60px;
  }
}

.c-listSurvey dt {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .1em;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-listSurvey dt.l {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: .2em;
}
.c-listSurvey dt::before {
  content: "Q.";
  display: inline-block;
  margin-right: .5em;
}
.c-listSurvey dt > * {
  display: inline-block;
}
.c-listSurvey dd {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-listSurvey dt {
    font-size: 1.8rem;
  }
  .c-listSurvey dt.l {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-listEquipment {
    line-height: 1.5;
  }
  .c-listEquipment li + li {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-tableOutline table, .c-tableOutline thead, .c-tableOutline tbody, .c-tableOutline tr, .c-tableOutline th, .c-tableOutline td {
    display: block;
  }
  .c-tableOutline tr {
    border-top: solid 1px #DBDBDB;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-tableOutline tr:last-child {
    border-bottom: solid 1px #DBDBDB;
  }
  .c-tableOutline th {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .c-tableOutline td {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c-tableOutline table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .c-tableOutline th, .c-tableOutline td {
    border-top: solid 1px #DBDBDB;
    border-bottom: solid 1px #DBDBDB;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.5rem;
    font-weight: 400;
  }
  .c-tableOutline th {
    width: 180px;
    padding-right: 15px;
  }
}

.c-tableForm .policy {
  height: 290px;
  overflow: auto;
  border: solid 1px #DBDBDB;
}
.c-tableForm .policy .inner {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .c-tableForm table, .c-tableForm thead, .c-tableForm tbody, .c-tableForm tr, .c-tableForm th, .c-tableForm td {
    display: block;
  }
  .c-tableForm tr {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 1px #DBDBDB;
  }
  .c-tableForm tr:last-child {
    border-bottom: solid 1px #DBDBDB;
  }
  .c-tableForm td {
    margin-top: 5px;
  }
  .c-tableForm .th > * {
    display: inline-block;
  }
  .c-tableForm .required {
    color: #FFFFFF;
    background-color: #E84747;
    font-size: 1.3rem;
    font-weight: 400;
    border-radius: 6px;
    padding: 2px 10px;
    margin-left: 10px;
  }
  .c-tableForm .radios {
    list-style-type: none;
  }
  .c-tableForm .policy .inner {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-tableForm th, .c-tableForm td {
    font-size: 1.5rem;
    font-weight: 400;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-tableForm th {
    width: 276px;
  }
  .c-tableForm th.content {
    vertical-align: top;
  }
  .c-tableForm td {
    padding-left: 40px;
  }
  .c-tableForm .th {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .c-tableForm .required {
    color: #FFFFFF;
    background-color: #E84747;
    font-size: 1.5rem;
    font-weight: 400;
    border-radius: 6px;
    padding: 2px 10px;
  }
  .c-tableForm .radios li {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-catchVerticle .ttl {
    font-size: 2.1rem;
  }
  .c-catchVerticle dd {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c-catchVerticle dl {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
  }
  .c-catchVerticle .ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: 15%;
    font-size: 3rem;
    font-weight: 400;
  }
}

.c-bgSlider {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  overflow: hidden;
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.c-bgSlider .slider {
  display: inline-flex;
  display: -ms-inline-flexbox;
  animation: scroll-left 40s infinite linear .5s both;
}
.c-bgSlider .slide {
  width: calc(100vw / 5);
  /* 3はスライドの枚数 */
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.c-bgSlider .slide img {
  width: 100%;
}
.c-bgSlider li:nth-child(2n+1) {
  padding-bottom: 70px;
}
.c-bgSlider li:nth-child(2n) {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .c-bgSlider {
    margin-left: -7px;
    margin-right: -7px;
  }
  .c-bgSlider .slide {
    width: calc(100vw / 2.5);
    padding-left: 7px;
    padding-right: 7px;
  }
  .c-bgSlider li:nth-child(2n+1) {
    padding-bottom: 40px;
  }
  .c-bgSlider li:nth-child(2n) {
    padding-top: 40px;
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.c-telmailbox {
  line-height: 1rem;
}
.c-telmailbox a {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
}
.c-telmailbox .telbox {
  border-right: solid 1px #FFFFFF;
  width: auto;
  padding-right: 50px;
}
.c-telmailbox .mailbox {
  width: auto;
  flex: 1;
  padding-left: 50px;
}
.c-telmailbox .tel {
  font-family: "Amiri Quran", serif;
  font-weight: 400;
}
.c-telmailbox .time {
  text-indent: 22px;
}
.c-telmailbox .mail {
  font-weight: 500;
}
.c-telmailbox .mail a {
  display: inline-block;
  padding-right: 90px;
  position: relative;
  white-space: nowrap;
}
.c-telmailbox .mail a::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border: solid 1px #FFFFFF;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-image: url(../img/common/ico_arrow_wt.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 4px;
  transition: all 300ms ease-out 0s;
}
.c-telmailbox .mail a:hover::after {
  background-position: right 10px center !important;
}
.c-telmailbox.m-contact {
  text-align: center;
}
.c-telmailbox.m-contact .telbox {
  display: inline-block;
  border-right: 0;
  padding-right: 0;
}
.c-telmailbox.m-contact .time {
  font-size: 1.5rem;
  margin-top: 25px;
}
.c-telmailbox.m-contact a {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .c-telmailbox {
    text-align: center;
  }
  .c-telmailbox .telbox {
    padding-right: 0;
    border-right: 0;
  }
  .c-telmailbox .mailbox {
    margin-top: 50px;
  }
  .c-telmailbox .tel {
    font-size: 4rem;
  }
  .c-telmailbox .time {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .c-telmailbox .mail {
    font-size: 2rem;
  }
  .c-telmailbox .mail a::after {
    width: 45px;
    height: 45px;
    background-size: 20.8px 3.2px;
    right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c-telmailbox .tel {
    font-size: 4rem;
  }
  .c-telmailbox .time {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .c-telmailbox .mail {
    font-size: 2rem;
  }
  .c-telmailbox.m-contact .tel {
    font-size: 4.3rem;
  }
}

/*
* slickSlider
* ----------------------------------
*/
.slickSlider {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.slickSlider.slick-initialized {
  opacity: 1;
}

.slickSlider img {
  object-fit: cover;
  width: 100%;
}

.equipmentSliderLi {
  width: 348px;
  height: 348px;
  margin: 0 1px;
}

.equipmentSliderLi img {
  width: 100%;
  height: 348px;
  object-fit: cover;
}

@media screen and (max-width: 886px) {
  .equipmentSliderLi {
    height: 230px;
  }

  .equipmentSliderLi img {
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .equipmentSliderLi {
    width: 150px;
    height: 150px;
  }

  .equipmentSliderLi img {
    height: 150px;
  }
}
