@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* CSS Document */
/* common
---------------------------------------*/
body {
  font-family: '游明朝','Yu Mincho','游明朝体','YuMincho',"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝","Sawarabi Mincho",'MS PMincho',serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1;
  line-height: normal;
  color: #222222;
}
body p {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

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

img {
  max-width: 100%;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:link {
  color: #222222;
  text-decoration: none;
}
a:hover, a:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
a:visited {
  color: #222222;
}

/* 共通
---------------------------------------*/
.eng {
  font-family: 'EB Garamond', serif;
}

.under {
  font-family: 'EB Garamond', serif;
  font-size: 40px;
  letter-spacing: 0.04em;
  position: relative;
  padding-bottom: 15px;
}
.under:after {
  content: '';
  background: #df3220;
  width: 112px;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .under {
    font-size: 30px;
    padding-bottom: 5px;
  }
}

.bigtxt {
  font-family: 'EB Garamond', serif;
  color: #549f97;
  letter-spacing: 0.1em;
  font-size: 50px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .bigtxt {
    font-size: 30px;
  }
}

.outline {
  width: 100%;
  max-width: 100%;
  padding: 0 50px;
}

.slanting {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  z-index: 1;
  margin-top: -6%;
}
.slanting:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 0 -10% 0;
  background: #f5f2eb;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}
.slanting .inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
  padding: 5px 15px 0;
  color: #df3220;
}
@media (max-width: 767px) {
  .slanting {
    padding: 50px 0;
  }
  .slanting .inner {
    padding: 5px 10px 0;
  }
}

.view_btn {
  display: block;
  width: 200px;
  height: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid #222222;
  font-family: 'EB Garamond', serif;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: #222222;
  line-height: 50px;
  overflow: hidden;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.view_btn:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.view_btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #fff;
}
.view_btn:hover:after {
  background-color: #333;
  width: 100%;
}
.view_btn:after {
  top: 0;
  left: 0;
  width: 0%;
  height: 54px;
}
@media all and (-ms-high-contrast: none) {
  .view_btn {
    height: 50px;
    line-height: 45px;
  }
}

/* header
---------------------------------------*/
#header, .nav_box {
  width: 100%;
  position: relative;
  z-index: 9;
}
#header .inner, .nav_box .inner {
  padding: 0 0 0 50px;
}
#header .logo, .nav_box .logo {
  float: left;
  padding: 10px 0 0;
}
#header .nav_menu, .nav_box .nav_menu {
  float: right;
}
#header .nav_menu li, .nav_box .nav_menu li {
  display: inline-block;
  position: relative;
}
#header .nav_menu li a, .nav_box .nav_menu li a {
  padding: 30px 25px;
  color: #222222;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 14px;
}
#header .nav_menu li a:hover, .nav_box .nav_menu li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #df3220;
}
#header .nav_menu li ul, .nav_box .nav_menu li ul {
  display: none;
  position: absolute;
  top: 80px;
}
#header .nav_menu li ul li, .nav_box .nav_menu li ul li {
  border: none;
}
#header .nav_menu li ul li a, .nav_box .nav_menu li ul li a {
  display: block;
  background: #eee;
  padding: 15px 10px;
  width: 143px;
}
#header .nav_menu li ul li a:hover, .nav_box .nav_menu li ul li a:hover {
  background: #999;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#header .nav_menu .last_nav, .nav_box .nav_menu .last_nav {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #df3220;
}
#header .nav_menu .last_nav:hover, .nav_box .nav_menu .last_nav:hover {
  background: #222222;
}
#header .nav_menu .last_nav a, .nav_box .nav_menu .last_nav a {
  padding: 31px 36px;
  color: #fff;
  display: block;
}
#header .nav_menu .last_nav a:hover, .nav_box .nav_menu .last_nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #fff;
}
@media (max-width: 870px) {
  #header, .nav_box {
    height: 60px;
    background: #fff;
    position: fixed;
    width: 100%;
  }
  #header .inner, .nav_box .inner {
    padding: 0;
  }
  #header .logo, .nav_box .logo {
    float: none;
    text-align: center;
    width: 100px;
    margin: 0 auto;
  }
  #header .nav_menu, .nav_box .nav_menu {
    display: none;
  }
}

/* スクロールすると出てくるヘッダー　scroll_nav
---------------------------------------*/
.scroll_nav {
  display: none;
}

.hd_fixed {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
}
@media (max-width: 870px) {
  .hd_fixed {
    display: none;
  }
}

/* spNav
---------------------------------------*/
.spNav {
  display: none;
}

@media (max-width: 870px) {
  .nav_menu {
    display: none;
  }

  .spNav {
    display: block;
  }
  .spNav a {
    color: #222222;
  }
  .spNav .navToggle {
    display: block;
    position: absolute;
    /* bodyに対しての絶対位置指定 */
    left: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 100;
    text-align: center;
  }
  .spNav .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 27px;
    border-bottom: solid 3px #df3220;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  .spNav .navToggle span:nth-child(1) {
    top: 13px;
    left: 11px;
  }
  .spNav .navToggle span:nth-child(2) {
    top: 23px;
    left: 11px;
  }
  .spNav .navToggle span:nth-child(3) {
    top: 33px;
    left: 11px;
  }

  .sp_cont {
    background: #df3220;
    position: absolute;
    right: 0;
    top: 0;
  }
  .sp_cont a {
    height: 60px;
    line-height: 60px;
    padding: 0 5px;
    color: #fff;
    display: block;
  }

  .active .navToggle span:nth-child(1) {
    top: 23px;
    left: 11px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 3px #fff;
  }
  .active .navToggle span:nth-child(2), .active .navToggle span:nth-child(3) {
    top: 23px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #fff;
  }

  .spNavul {
    text-align: center;
    background: #222222;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: block;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .active .spNavul {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    padding: 50px 10px 0;
    height: 100%;
    overflow-y: scroll;
  }
  .active .spNavul li {
    text-align: left;
  }
  .active .spNavul li a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 15px 0 15px 60px;
    display: block;
    background: url(../img/red_arrow.png) no-repeat 43px 18px;
    background-size: 7px auto;
    font-size: 15px;
  }
  .active .spNavul li li a {
    padding: 10px 0 10px 80px;
    font-size: 14px;
    margin-bottom: 5px;
    background: url(../img/grey_arrow.png) no-repeat 60px 14px;
    background-size: 5px auto;
    font-size: 14px;
    padding-left: 75px;
  }
}
/* mainv
---------------------------------------*/
.mainv {
  position: relative;
}
.mainv img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.mainv #scroll {
  line-height: 1;
  position: absolute;
  z-index: 100;
  right: 32px;
  bottom: 430px;
  visibility: visible;
  -webkit-transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  -o-transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}
.mainv #scroll:hover .wrap_in {
  width: 120px;
}
.mainv #scroll a {
  font-size: 15px;
  display: block;
  color: #df3220;
}
.mainv #scroll .wrap {
  position: relative;
  top: -.2em;
  left: 5px;
  display: inline-block;
  width: 60px;
  height: 1px;
}
.mainv #scroll .wrap_in {
  position: absolute;
  right: auto;
  left: 0;
  display: inline-block;
  width: 60px;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.48, 0.12, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0.48, 0.12, 1);
  transition: all 0.5s cubic-bezier(0, 0.48, 0.12, 1);
}
.mainv #scroll .wrap_in:before {
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background: #df3220;
}
.mainv #scroll .wrap_in:after {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 0;
  height: 0;
  content: '';
  border-width: 4px 0 0 8px;
  border-style: solid;
  border-color: transparent transparent transparent #df3220;
}
.mainv .fixed {
  visibility: hidden;
  opacity: 0;
}
.mainv .catch {
  text-align: center;
  margin-top: -4em;
  padding-bottom: 60px;
}
.mainv .catch .eng {
  letter-spacing: 0.04em;
  font-size: 90px;
}
.mainv .catch h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.6em;
  margin: 20px auto;
}
.mainv .catch p {
  letter-spacing: 0.02em;
  max-width: 600px;
  margin: 0 auto;
  line-height: 2.5em;
  text-align: center;
}
@media (max-width: 870px) {
  .mainv {
    padding-top: 60px;
  }
  .mainv .outline {
    padding: 0;
  }
  .mainv #scroll {
    display: none;
  }
  .mainv .catch {
    padding: 0 10px 40px;
    margin-top: -2em;
  }
  .mainv .catch .eng {
    font-size: 35px;
  }
  .mainv .catch h2 {
    font-size: 16px;
    line-height: 2em;
  }
  .mainv .catch p {
    font-size: 14px;
    line-height: 2em;
  }
}

/* service
---------------------------------------*/
#service {
  background: #df3220;
  text-align: center;
}
#service .inner {
  max-width: 880px;
  padding: 60px 0 100px;
  margin: 0 auto;
}
#service h2, #service p {
  color: #fff;
}
#service .eng {
  font-size: 60px;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
#service p {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 2.3em;
  text-align: center;
}
@media (max-width: 870px) {
  #service .inner {
    padding: 30px 10px;
    margin: 0 auto;
  }
  #service .eng {
    font-size: 35px;
    margin-bottom: 20px;
  }
  #service p {
    font-size: 14px;
    line-height: 2em;
  }
}

/* #management
---------------------------------------*/
#management {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmMzIyMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZGYzMjIwIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #df3220), color-stop(50%, #df3220), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(top, #df3220 0%, #df3220 50%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #df3220 0%, #df3220 50%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
  background: linear-gradient(to bottom, #df3220 0%, #df3220 50%, #ffffff 50%, #ffffff 51%, #ffffff 100%);
}
#management .toptxt {
  margin: 40px 0 20px;
  max-width: 890px;
  line-height: 2em;
}
#management .slanting {
  padding: 80px 0 200px;
}
@media (max-width: 767px) {
  #management .toptxt {
    margin: 20px 0 20px;
  }
  #management .slanting {
    padding: 50px 0 30px;
  }
  #management .slanting:before {
    width: 160%;
    height: 1830px;
    margin: 0 -20% 0;
  }
  #management .box_in {
    padding: 20px 25px 40px;
  }
}
@media (max-width: 375px) {
  #management .slanting:before {
    height: 1750px;
  }
}

/* web_con
---------------------------------------*/
#web_con .inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px 90px;
  overflow: hidden;
}
#web_con h2 {
  margin-bottom: 40px;
  color: #df3220;
}
#web_con .txt_box {
  max-width: 40%;
  float: left;
  margin-right: 40px;
}
#web_con .txt_box p {
  color: #df3220;
}
#web_con .banner_box {
  display: flex;
  flex-wrap: wrap;
}
#web_con .banner_box li {
  width: 50%;
  position: relative;
  margin-bottom: 10px;
}
#web_con .banner_box li:nth-child(odd) {
  padding-right: 5px;
}
#web_con .banner_box li:nth-child(even) {
  padding-left: 5px;
}
#web_con .banner_box a {
  display: block;
  position: relative;
  color: #fff;
}
#web_con .banner_box a img {
  vertical-align: top;
}
#web_con .banner_box a h3 {
  position: absolute;
  top: 48%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-left: 20px;
}
#web_con .banner_box a h3 .eng {
  font-size: 60px;
  letter-spacing: 0.04em;
  margin-right: 15px;
  color: #df3220;
  font-weight: normal;
  vertical-align: sub;
}
#web_con .banner_box a .more {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #df3220;
  padding: 3px 5px;
}
@media (max-width: 1199px) {
  #web_con .banner_box a h3 {
    font-size: 16px;
    padding-left: 10px;
  }
  #web_con .banner_box a h3 .eng {
    font-size: 40px;
    margin-right: 5px;
    color: #df3220;
  }
}
@media (max-width: 870px) {
  #web_con .inner {
    width: 100%;
    padding: 0 10px 40px;
  }
  #web_con h2 {
    margin-bottom: 20px;
  }
  #web_con .txt_box {
    max-width: 100%;
    float: none;
    margin-right: 0;
  }
  #web_con .txt_box p {
    margin-bottom: 20px;
  }
  #web_con .banner_box {
    display: block;
  }
  #web_con .banner_box li {
    width: 100%;
    margin-bottom: 10px;
  }
  #web_con .banner_box li:nth-child(odd) {
    padding-right: 0;
  }
  #web_con .banner_box li:nth-child(even) {
    padding-left: 0;
  }
  #web_con .banner_box a img {
    width: 100%;
  }
}

/* about
---------------------------------------*/
#about {
  background: url(../img/bg_about.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  color: #fff;
}
#about .inner {
  padding: 70px 15px;
}
#about h2, #about h3 {
  text-align: center;
}
#about h2 {
  font-size: 60px;
}
#about h3 {
  font-size: 18px;
  line-height: 2.2em;
  margin: 30px auto 40px;
}
#about p {
  text-align: left;
  max-width: 550px;
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.02em;
}
@media (max-width: 870px) {
  #about .inner {
    padding: 30px 10px 40px;
  }
  #about h2 {
    font-size: 35px;
  }
  #about h3 {
    font-size: 17px;
    line-height: 1.5em;
    margin: 20px auto;
  }
  #about p {
    margin: 0 auto 30px;
  }
}

/* footer
---------------------------------------*/
#footer {
  color: #fff;
  font-size: 16px;
  background: #222;
}
#footer .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 15px 80px;
  display: flex;
  flex-wrap: wrap;
}
#footer .ftlogo {
  width: 100%;
  display: block;
}
#footer .ftlogo a {
  display: inline-block;
  width: 142px;
}
#footer a {
  color: #fff;
}
#footer .post {
  width: 30%;
}
#footer .nav_ft {
  width: 14%;
}
#footer .nav_ft li {
  background: url(../img/grey_arrow.png) no-repeat 0 3px;
  background-size: 5px auto;
  font-size: 14px;
  padding-left: 17px;
  margin-bottom: 5px;
}
#footer .nav_ft .red {
  background: url(../img/red_arrow.png) no-repeat 0 3px;
  background-size: 7px auto;
  font-size: 15px;
}
#footer .nav_ft .red a {
  margin-bottom: 5px;
  display: block;
}
#footer .view_btn {
  margin: 0;
  background: #222;
  border: 1px solid #fff;
  color: #fff;
}
#footer .view_btn:hover {
  color: #222222;
}
#footer .view_btn:hover:after {
  left: 0;
  background: #fff;
}
#footer .copy {
  background: #000;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 5px;
}
#footer .copy a {
  color: #fff;
  display: inline-block;
}
#footer #pagetop {
  z-index: 999;
  position: fixed;
  right: 30px;
  bottom: 30px;
}
#footer #pagetop img {
  margin-bottom: 0;
}
@media (max-width: 870px) {
  #footer .inner {
    width: 100%;
    padding: 30px 10px;
    display: block;
    text-align: center;
  }
  #footer .nav_ft {
    display: none;
  }
  #footer .post {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #footer #pagetop {
    width: 40px;
    right: 5px;
    bottom: 30px;
  }
  #footer .view_btn {
    margin: 0 auto;
  }
}

/* sp
---------------------------------------*/
.sp_visible {
  display: none;
}

@media (max-width: 767px) {
  .sp_visible {
    display: block;
  }

  .sp_hidden {
    display: none;
  }
}
/* 下層ページ共通
---------------------------------------*/
.mainv #catch .eng {
  max-width: 100%;
  line-height: 1em;
}
.mainv #catch h1 {
  font-size: 22px;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: 7px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.mainv #catch h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 30px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #df3220;
}
@media (max-width: 870px) {
  .mainv #catch {
    margin-top: -1.5em;
  }
  .mainv #catch h1 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

#check {
  background: #df3220;
  text-align: center;
}
#check .inner {
  max-width: 520px;
  padding: 70px 0 60px;
  margin: 0 auto;
}
#check h2, #check li {
  color: #fff;
}
#check h2 {
  font-size: 22px;
  letter-spacing: 0.04em;
  padding-bottom: 15px;
  margin-bottom: 40px;
  position: relative;
}
#check h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#check li {
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 2.2em;
  text-align: left;
  background: url(../img/checked.png) no-repeat 0 3px;
  background-size: 25px auto;
  padding-left: 40px;
  margin-bottom: 20px;
}
@media (max-width: 870px) {
  #check .inner {
    padding: 30px 10px;
    margin: 0 auto;
  }
  #check h2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  #check li {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 10px;
  }
}

.four_clm {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 20px;
  max-width: 1400px;
}
.four_clm li {
  float: left;
  width: 25%;
  height: 342px;
  background: #fff;
  position: relative;
}
.four_clm .more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background: #df3220;
  padding: 10px 15px;
  line-height: 1em;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-family: 'EB Garamond', serif;
}
.four_clm .eng {
  z-index: 1;
  position: absolute;
  top: -.5em;
  left: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 60px;
  color: #df3220;
}
.four_clm a {
  cursor: pointer;
}
.four_clm a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.four_clm a:hover img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.four_clm .imgwrap {
  overflow: hidden;
  width: 100%;
}
.four_clm img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  transition-duration: 0.3s;
}
.four_clm .under {
  font-size: 18px;
  letter-spacing: 0.02em;
  padding-bottom: 10px;
  color: #222222;
  font-weight: bold;
  font-family: '游明朝','Yu Mincho','游明朝体','YuMincho',"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝","Sawarabi Mincho",'MS PMincho',serif;
}
.four_clm .box_in {
  padding: 30px 25px;
}
.four_clm .box_txt {
  font-size: 14px;
  margin-top: 20px;
  color: #222222;
}
@media (max-width: 870px) {
  .four_clm li {
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .four_clm {
    padding-top: 20px;
  }
  .four_clm li {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
  }
  .four_clm .eng {
    font-size: 40px;
  }
}

.our {
  background: #fff;
}
.our h2 {
  font-size: 60px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #222222;
  margin-bottom: 40px;
}
.our .inner {
  padding: 70px 0 0;
}
@media (max-width: 870px) {
  .our h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .our .inner {
    padding: 40px 0 0;
  }
}

.ttl_double {
  font-size: 60px;
  letter-spacing: 0.04em;
  font-family: 'EB Garamond', serif;
  text-align: center;
}
.ttl_double span {
  font-size: 18px;
  font-family: '游明朝','Yu Mincho','游明朝体','YuMincho',"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝","Sawarabi Mincho",'MS PMincho',serif;
  letter-spacing: 0.02em;
  display: block;
}
@media (max-width: 870px) {
  .ttl_double {
    font-size: 35px;
  }
  .ttl_double span {
    font-size: 14px;
  }
}

.price .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px 60px;
}
.price p {
  text-align: center;
  margin-top: 40px;
}
.price dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.price dl dt {
  background: #f5f5f5;
  padding: 20px 40px;
  font-size: 20px;
  letter-spacing: 0.02em;
  margin: 0 5px 5px 0;
  width: 28%;
  line-height: 1em;
  font-weight: bold;
}
.price dl dd {
  border: 1px solid #e9e8e8;
  padding: 20px 40px;
  font-size: 16px;
  margin: 0 0 5px 0;
  letter-spacing: 0.02em;
  width: 70%;
  line-height: 18px;
}
@media (max-width: 870px) {
  .price .inner {
    padding: 40px 10px;
  }
  .price p {
    margin-top: 20px;
  }
  .price dl {
    margin-top: 20px;
    display: block;
  }
  .price dl dt {
    padding: 15px;
    font-size: 18px;
    margin: 0 0 5px 0;
    width: 100%;
  }
  .price dl dd {
    padding: 15px;
    margin: 0 0 5px 0;
    width: 100%;
  }
}

.flow .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px 100px;
}
.flow ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-self: stretch;
  margin-top: 50px;
}
.flow li {
  width: 20%;
  text-align: center;
  padding: 20px;
  border: solid 1px #222222;
  border-right: 0;
  position: relative;
}
.flow li:last-child {
  border-right: solid 1px #222222;
}
.flow li .number {
  text-align: center;
  font-family: 'EB Garamond', serif;
  font-size: 35px;
  letter-spacing: 0.04em;
}
.flow li h3 {
  font-weight: bold;
}
.flow li .btm_txt {
  font-size: 14px;
}
.flow li img {
  margin: 10px auto;
  width: 71px;
}
.flow li .scroll {
  z-index: 2;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -4px;
  width: 40px;
  height: auto;
}
.flow li .scroll .wrap_in {
  display: block;
  position: relative;
  top: 4px;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.flow li .scroll .wrap_in:before {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 0;
  height: 0;
  content: '';
  border-width: 5px 0 0 8px;
  border-style: solid;
  border-color: transparent transparent transparent #222222;
}
@media (max-width: 870px) {
  .flow .inner {
    padding: 0 10px 40px;
  }
  .flow ul {
    display: block;
    margin-top: 20px;
  }
  .flow li {
    width: 100%;
    border-right: solid 1px #222222;
    border-bottom: 0;
  }
  .flow li:last-child {
    border-bottom: solid 1px #222222;
  }
  .flow li .scroll {
    left: 50%;
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    top: 100%;
  }
  .flow li .btm_txt {
    text-align: center;
  }
  .flow li img {
    margin: 0 auto;
  }
}
