@charset "UTF-8";
/*
Theme Name: Theme of SOPHOLA
Description: Theme of SOPHOLA
Author: SOPHOLA inc.
*/
/* RESET */
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, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

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

body {
  line-height: 1;
}

ol, ul {
  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;
}

*:focus {
  outline: 0;
}

/* padding,border内側設定 */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 */
article, aside, figure, figcaption, footer, header, nav, section {
  display: block;
}

/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/
html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: none;
}

.alignleft {
  float: left;
  margin: 0 2% 2% 0;
}

.alignright {
  float: right;
  margin: 0 0 2% 2%;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 2% auto 2%;
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

/* clearfix for ie7 */
.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

body {
  color: #333;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  line-height: calc(32 / 15);
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, YuGothic-M, YuGothic, Meiryo, sans-serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wow {
  visibility: hidden;
}

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

a {
  text-decoration: none;
  color: #333;
}

/*------------------------------------------------------------
	COMMON
------------------------------------------------------------*/
#wrap {
  width: 100%;
  min-width: 1050px;
  height: auto;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}

#main-contents {
  padding: 0;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 640px) {
  #wrap {
    min-width: 320px;
  }
}

/*------------------------------------------------------------
	HEADER
------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 10px;
}

#header-wrap {
  width: 100%;
  min-width: 1050px;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  z-index: 999;
  -webkit-transition: height .4s, background-color .4s;
  transition: height .4s, background-color .4s;
}

.moved #header-wrap {
  background-color: white;
  height: 70px;
}

#header .header-logo {
  display: inline-block;
  visibility: visible;
  width: 172px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.moved #header .header-logo {
  width: 120px;
}

#header .header-logo a {
  display: block;
}

.opened #header .header-logo {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s ease .2s;
  transition: .2s ease .2s;
}

#header .header-logo img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  #header-wrap {
    height: 60px;
    min-width: 320px;
  }
  .moved #header-wrap {
    height: 50px;
    border-bottom: 1px solid #eee;
  }
  #header .header-logo {
    width: 108px;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .moved #header .header-logo {
    width: 90px;
  }
}

/*==== menu ====*/
.menu {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.menu-wrap > ul {
  letter-spacing: -.5em;
  float: left;
}

.menu-wrap > ul > li {
  display: inline-block;
  text-align: center;
  position: relative;
  margin-left: 40px;
  letter-spacing: normal;
}

.menu-wrap > ul > li.sp {
  display: none;
}

.menu-wrap > ul > li > a {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  opacity: 1;
  line-height: 2;
  color: #fff;
  display: inline-block;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menu-wrap > ul > li {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: normal;
  color: #fff;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.moved .menu-wrap > ul > li > a,
.moved .menu-wrap > ul > li {
  color: #000;
}

.menu-wrap > .bogo-language-switcher {
  position: relative;
  margin-left: 40px;
}

.menu-wrap > .bogo-language-switcher .current {
  display: none;
}

.menu-wrap > .bogo-language-switcher::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.moved .menu-wrap > .bogo-language-switcher::before {
  background-color: #000;
}

.menu .bogo-language-switcher .ja,
.menu .bogo-language-switcher .en-US {
  background: none;
}

.menu .bogo-language-switcher .bogoflags {
  display: none;
}

.menu ul.bogo-language-switcher li {
  padding-left: 0;
}
.menu .bogo-language-switcher a {
	color: #fff;
}
.moved .menu .bogo-language-switcher a {
	color: #000;
}


.overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.opened .overlay {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 5;
    max-height: 100vh;
    overflow-y: scroll;
    opacity: 0;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform .4s ease-in 0s, opacity .15s ease-in 0s;
    -webkit-transition: opacity .15s ease-in 0s, -webkit-transform .4s ease-in 0s;
    transition: opacity .15s ease-in 0s, -webkit-transform .4s ease-in 0s;
    transition: transform .4s ease-in 0s, opacity .15s ease-in 0s;
    transition: transform .4s ease-in 0s, opacity .15s ease-in 0s, -webkit-transform .4s ease-in 0s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .opened .menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s ease-out .1s, opacity .2s ease-out .3s;
    -webkit-transition: opacity .2s ease-out .3s, -webkit-transform .4s ease-out .1s;
    transition: opacity .2s ease-out .3s, -webkit-transform .4s ease-out .1s;
    transition: transform .4s ease-out .1s, opacity .2s ease-out .3s;
    transition: transform .4s ease-out .1s, opacity .2s ease-out .3s, -webkit-transform .4s ease-out .1s;
  }
  .menu-wrap {
    min-height: 100vh;
    height: auto;
    position: relative;
  }
  .menu-wrap > ul {
    float: none;
  }
  .menu-wrap > ul.main-nav {
    width: 100%;
    margin: auto;
    padding-top: 70px;
  }
  .menu-wrap > ul > li {
    display: block;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .menu-wrap > ul > li.sp {
    display: block;
  }
  .menu-wrap > ul > li {
    font-size: 18px;
  }
  .menu-wrap > ul > li > a {
    font-size: 18px;
    line-height: 1.5;
  }
  .moved .menu-wrap > ul > li > a {
    color: #fff;
  }
  .menu-wrap > .bogo-language-switcher {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .menu-wrap > .bogo-language-switcher::before {
    width: 20px;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .moved .menu-wrap > .bogo-language-switcher::before {
    background-color: #fff;
  }
.moved .menu .bogo-language-switcher a {
		color: #fff;
	}
}

/*==== menu button ====*/
.menu-trigger {
  width: 20px;
  height: 10px;
  top: 50%;
  right: 20px;
  display: none;
  position: absolute;
  z-index: 2000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-trigger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.moved .menu-trigger span {
  background-color: #000;
}

.opened .menu-trigger span {
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1),
.menu-trigger span:nth-of-type(3) {
  -webkit-transition: opacity .2s ease 0s, top .2s ease .3s, -webkit-transform .2s ease 0s;
  transition: opacity .2s ease 0s, top .2s ease .3s, -webkit-transform .2s ease 0s;
  transition: opacity .2s ease 0s, top .2s ease .3s, transform .2s ease 0s;
  transition: opacity .2s ease 0s, top .2s ease .3s, transform .2s ease 0s, -webkit-transform .2s ease 0s;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  display: none;
}

.menu-trigger span:nth-of-type(3) {
  top: 8px;
}

.opened .menu-trigger span:nth-of-type(1),
.opened .menu-trigger span:nth-of-type(3) {
  -webkit-transition: opacity .2s ease 0s, top .2s ease 0s, -webkit-transform .2s ease .3s;
  transition: opacity .2s ease 0s, top .2s ease 0s, -webkit-transform .2s ease .3s;
  transition: opacity .2s ease 0s, top .2s ease 0s, transform .2s ease .3s;
  transition: opacity .2s ease 0s, top .2s ease 0s, transform .2s ease .3s, -webkit-transform .2s ease .3s;
}

.opened .menu-trigger span:nth-of-type(1) {
  top: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.opened .menu-trigger span:nth-of-type(3) {
  top: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu .current {
  display: none;
}

@media screen and (max-width: 640px) {
  .menu-trigger {
    display: block;
  }
}

/*------------------------------------------------------------
	FOOTER
------------------------------------------------------------*/
#footer {
  width: 100%;
  position: relative;
}

#footer .footer-logo {
  background-color: #d6d6d6;
  padding: 15px;
}

#footer .footer-logo a {
  display: inline-block;
  width: 150px;
  -webkit-transition: .3s;
  transition: .3s;
}

#footer .footer-logo a:hover {
  opacity: .7;
}
#footer .footer-logo:after {
    content: '';
    display: block;
    clear: both;
}
.footer-ad{
    float: right;
}
#footer .footer-logo a.google-ad{
    width: 60px;
    margin-right: 14px;
}
#footer .footer-logo a.google-ad img{
    max-width: auto;
    vertical-align: middle;
} 
#footer .footer-logo .amazon-ad-img{
    height: 32px;
    max-width: auto;
    vertical-align: middle;
}
#footer .footer-nav {
  background-color: #000;
  padding: 30px 20px;
  color: #fff;
  position: relative;
}

#footer .footer-nav .left ul {
  letter-spacing: -.5em;
}

#footer .footer-nav .left ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-left: 2em;
}

#footer .footer-nav .left ul li:first-child {
  margin-left: 0;
}

#footer .footer-nav .left ul li a {
  color: #fff;
}

#footer .footer-nav .left .copyright {
  font-size: 10px;
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

#footer .footer-nav .right {
  position: absolute;
  line-height: 1;
  letter-spacing: -.5em;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer .footer-nav .right li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  line-height: 1;
  font-size: 18px;
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid #fff;
}

#footer .footer-nav .right li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

#footer .footer-nav .right li a {
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #footer .footer-logo {
    text-align: inherit;;
    padding: 12px;
  }
  #footer .footer-logo a {
    width: 100px;
  }
  #footer .footer-logo a.google-ad{
    width: 45px;
    height: 45px;
    margin-right: 7px;
    }
    #footer .footer-logo .amazon-ad-img {
    height: 22px;
    }
  #footer .footer-nav {
    padding: 50px 20px 20px;
  }
  #footer .footer-nav .left {
    text-align: center;
  }
  #footer .footer-nav .left ul {
    display: none;
  }
  #footer .footer-nav .right {
    top: 25px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

/*------------------------------------------------------------
	Slide
------------------------------------------------------------*/
#slides .section-wrap {
  width: 100vw;
  min-width: 1050px;
  height: 100vh;
  min-height: 50vw;
  position: relative;
  overflow: hidden;
}

#slides #video-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}

#slides #video-wrap iframe {
  height: calc(100vh + 60px);
  width: calc((100vh + 60px) * 1920 / 1080);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
}

@media screen and (min-aspect-ratio: 1920 / 1080) {
  #slides #video-wrap iframe {
    width: calc((100vw * 1080 / 1920 + 60px) * 1920 / 1080);
    height: calc(100vw * 1080 / 1920 + 60px);
  }
}

#slides .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 105%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.25);
}

#slides #slide-pc {
  display: block;
}

#slides #slide-sp {
  display: none;
}

#slides .kv-txt {
  position: absolute;
  bottom: 200px;
  left: 140px;
  color: #fff;
  z-index: 10;
  opacity: 0;
}

#slides .kv-txt h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: calc(70 / 60);
}

#slides .kv-txt h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: calc(26 / 16);
  letter-spacing: .03em;
  margin: calc(26em / 16) 0;
}

#slides .kv-txt h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: calc(36 / 16);
  letter-spacing: .05em;
}

#slides .slide-pc {
  margin-bottom: 0;
}

#slides .slick-slide {
  width: 100vw;
  height: 100vh;
  background: #000 center center/cover no-repeat;
}

#slides .slick-dots {
  width: 12px;
  height: auto;
  bottom: auto;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#slides .slick-dots li button:before {
  display: none;
}

#slides .slick-dots li button {
  content: '';
  width: 6px;
  height: 6px;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}

#slides .slick-dots li:hover button {
  opacity: .6;
}

#slides .slick-dots li.slick-active button {
  background-color: #f00;
}

#slides .slick-dots li {
  text-align: right;
  width: auto;
  height: auto;
  margin: 0;
  padding: 3px;
  display: block;
}

@media screen and (max-width: 640px) {
  #slides .section-wrap {
    min-width: 320px;
  }
  #slides #slide-sp {
    display: block;
  }
  #slides #slide-pc {
    display: none;
  }
  #slides .slick-dots {
    opacity: 0;
    visibility: hidden;
  }
  #slides .kv-txt {
    left: 0;
    bottom: 0;
    padding: 20px;
  }
  #slides .kv-txt h2 {
    font-size: 22px;
    line-height: 1.2;
  }
  #slides .kv-txt h3 {
    font-size: 11px;
    line-height: calc(32 / 22);
  }
  #slides .kv-txt h4 {
    font-size: 12px;
    line-height: calc(40 / 24);
  }
  #slides .kv-txt br {
    display: none;
  }
  #slides .slide-wrap,
  #slides .slide-wrap div {
    height: 100%;
  }
}

/*------------------------------------------------------------
	TOP - Common
------------------------------------------------------------*/
.section-wrap .section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  letter-spacing: .03em;
  text-indent: .03em;
  margin-bottom: 30px;
}

.btn-red {
  text-align: center;
  padding-top: 50px;
}

.btn-red a {
  display: inline-block;
  min-width: 300px;
  border: 1px solid #f00;
  color: #f00;
  background-color: transparent;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
  padding: 1.3em 2em;
  border-radius: 2em;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-red a:hover {
  background-color: #f00;
  color: #fff;
  text-decoration: none;
}

.btn-red-inline {
  text-align: center;
  padding: 10px 0;
}

.btn-red-inline a {
  display: inline-block;
  min-width: 300px;
  border: 1px solid #f00;
  color: #f00;
  background-color: transparent;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
  padding: 1.3em 2em;
  border-radius: 2em;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-red-inline a:hover {
  background-color: #f00;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .section-wrap .section-title {
    font-size: 20px;
    margin-bottom: 1em;
  }
  .btn-red {
    padding-top: 20px;
  }
  .btn-red a {
    font-size: 16px;
    min-width: 0;
    width: 100%;
    padding: .8em 1em;
    border-radius: 1.5em;
  }
  .btn-red-inline {
    padding-top: 10px;
  }
  .btn-red-inline a {
    font-size: 16px;
    min-width: 0;
    width: 100%;
    padding: .8em 1em;
    border-radius: 1.5em;
  }
}

/*------------------------------------------------------------
	TOP - Missin, Vision & Values
------------------------------------------------------------*/
#mvv .section-wrap {
  padding: 90px calc(100vw * 50 / 1920) 100px;
}

#mvv .section-wrap .sp {
  display: none;
}

#mvv .mvv-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  margin-top: calc(-100% * 20 / 1820);
}

#mvv .mvv-list > li {
  width: calc(100% * 900 / 1820);
  background-color: #ddd;
  margin-top: calc(100% * 20 / 1820);
  text-align: center;
  padding: 0 calc(100% * 80 / 1820) calc(100% * 80 / 1820);
}

#mvv .mvv-list > li.mission {
  background: url(images/mvv-thumb-mission.jpg) center center/cover no-repeat;
}

#mvv .mvv-list > li.vision {
  background: url(images/mvv-thumb-vision.jpg) center center/cover no-repeat;
}

#mvv .mvv-list > li.values {
  width: 100%;
  background: url(images/mvv-thumb-values.jpg) center center/cover no-repeat;
}

#mvv .mvv-list > li:first-child {
  margin-right: calc(100% * 20 / 1820);
}

#mvv .mvv-list > li h3 {
  display: inline-block;
  background-color: #fff;
  width: 392px;
  border-bottom: 3px solid #f00;
  font-size: 13px;
  line-height: 1;
  padding: 3em 0;
  margin-top: -1px;
  letter-spacing: .03em;
  text-indent: .03em;
}

#mvv .mvv-list > li h3 span {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

#mvv .mvv-list > li.mission h4,
#mvv .mvv-list > li.vision h4 {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

#mvv .mvv-list > li.mission h4:before,
#mvv .mvv-list > li.vision h4:before {
  content: '';
  display: block;
  height: 22px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
}

#mvv .mvv-list > li p {
  color: #fff;
  font-size: 14px;
  line-height: calc(26 / 14);
  font-weight: bold;
  margin-top: 1em;
}

#mvv .v-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding-top: 50px;
  position: relative;
}

#mvv .v-list:before {
  content: '';
  display: block;
  height: 22px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
}

#mvv .v-list > li {
  width: 33.33%;
  padding: 0 5%;
  border-left: 1px solid #fff;
}

#mvv .v-list > li:first-child {
  border-left: none;
}

#mvv .v-list > li .num {
  display: inline-block;
  border-radius: 50%;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 2;
  text-align: center;
  width: 2em;
  color: #fff;
  background-color: #f00;
  font-weight: 700;
}

#mvv .v-list > li h4 {
  color: #fff;
  font-size: 34px;
  line-height: 1.4;
  font-weight: bold;
  margin: 10px 0 0;
}

.en-US #mvv .v-list > li h4 {
  font-size: 30px;
}

#mvv .v-list > li h4 span {
  display: block;
  font-size: 24px;
}

#mvv .v-list > li p {
  text-align: left;
}

@media screen and (max-width: 640px) {
  #mvv .section-wrap {
    padding: 25px 20px;
  }
  #mvv .section-wrap .sp {
    display: block;
  }
  #mvv .mvv-list {
    margin-top: -15px;
  }
  #mvv .mvv-list > li {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
    padding: 0 15px 15px;
  }
  #mvv .mvv-list > li .pc {
    display: none;
  }
  #mvv .mvv-list > li:first-child {
    margin-top: 15px;
    margin-right: 0;
  }
  #mvv .mvv-list > li h3 {
    width: 150px;
    font-size: 13px;
    font-weight: bold;
    padding: 1em 0;
  }
  #mvv .mvv-list > li h3 span {
    font-size: 16px;
    margin-bottom: .2em;
  }
  #mvv .mvv-list > li.mission h4, #mvv .mvv-list > li.vision h4 {
    font-size: 16px;
    line-height: calc(40 / 32);
    padding-top: 0;
  }
  #mvv .mvv-list > li.mission h4:before, #mvv .mvv-list > li.vision h4:before {
    display: none;
  }
  #mvv .mvv-list > li.values {
    background: url(images/mvv-thumb-values-sp.jpg) center center/cover no-repeat;
  }
  #mvv .mvv-list > li p {
    font-size: 12px;
    line-height: calc(36 / 24);
    font-weight: normal;
    text-align: left;
    padding: 0 10px 10px;
  }
  #mvv .v-list {
    padding-top: 0;
    margin-top: 0;
  }
  #mvv .v-list:before {
    display: none;
  }
  #mvv .v-list > li {
    border-left: none;
    width: 100%;
    margin-top: 15px;
    line-height: 1;
    padding: 0 10px;
  }
  #mvv .v-list > li .num {
    font-size: 10px;
  }
  #mvv .v-list > li h4 {
    font-size: 24px;
  }
  #mvv .v-list > li h4 span {
    font-size: 16px;
  }
}

/*------------------------------------------------------------
	TOP - Business
------------------------------------------------------------*/
#business .section-wrap {
  padding: 100px calc(100vw * 50 / 1920) 150px;
  background: url(images/top-business-bg.jpg) center bottom/cover no-repeat;
}

#business .section-wrap .sp {
  display: none;
}

#business .section-wrap .section-title {
  color: #fff;
  margin-bottom: 50px;
}

#business .section-wrap .content {
  max-width: 1000px;
  margin: auto;
}

#business .section-wrap .note {
  display: none;
  text-align: right;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  #business .section-wrap {
    padding: 25px 0;
  }
  #business .section-wrap .sp {
    display: block;
  }
  #business .section-wrap .section-title {
    margin-bottom: 20px;
  }
  #business .section-wrap .content {
    overflow-x: scroll;
    padding-bottom: 15px;
  }
  #business .section-wrap .content img {
    width: 714px;
    max-width: 714px;
    padding: 0 20px;
  }
  #business .section-wrap .note {
    display: block;
    padding: 0 20px;
  }
}

/*------------------------------------------------------------
	TOP - Services
------------------------------------------------------------*/
#services .section-wrap {
  padding: 90px calc(100vw * 50 / 1920) 100px;
  text-align: center;
}

#services .section-wrap .sp {
  display: none;
}

#services .section-title {
  margin-bottom: 15px;
}

#services .section-description {
  font-size: 14px;
  line-height: calc(26 / 14);
  font-weight: bold;
  margin-bottom: 30px;
}

#services .service-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  margin-top: calc(-100% * 20 / 1820);
}

#services .service-list > li {
  width: calc(100% * 900 / 1820);
  height: 300px;
  position: relative;
  background-color: #ddd;
  margin-top: calc(100% * 20 / 1820);
  text-align: center;
  padding: 0;
}

#services .service-list > li:nth-child(odd) {
  margin-right: calc(100% * 20 / 1820);
}

#services .service-list > li:nth-child(1) {
  background: url(images/top-service-thumb-01.jpg) center center/cover no-repeat;
}

#services .service-list > li:nth-child(2) {
  background: url(images/top-service-thumb-02.jpg) center center/cover no-repeat;
}

#services .service-list > li:nth-child(3) {
  background: url(images/top-service-thumb-03.jpg) center center/cover no-repeat;
}

#services .service-list > li:nth-child(4) {
  background: url(images/top-service-thumb-04.jpg) center center/cover no-repeat;
}

#services .service-list > li h3 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 30px;
  width: 428px;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}

#services .service-list > li h3:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 30px;
  height: 3px;
  background-color: #f00;
}

#services .service-list > li h3 span {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

#services .service-list > li p {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 50px;
  width: 340px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: calc(26 / 14);
}

@media screen and (max-width: 640px) {
  #services .section-wrap {
    padding: 25px 20px;
  }
  #services .section-wrap .sp {
    display: block;
  }
  #services .section-description {
    text-align: left;
    font-size: 14px;
    line-height: calc(40 / 28);
    font-weight: normal;
    margin-bottom: 15px;
  }
  #services .service-list > li {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
    height: auto;
    text-align: left;
  }
  #services .service-list > li:nth-child(odd) {
    margin-right: 0;
    margin-top: 15px;
  }
  #services .service-list > li h3 {
    position: relative;
    display: inline-block;
    max-width: 300px;
    width: 90%;
    padding: 10px 10px 10px 0;
    font-size: 12px;
    line-height: 1.8;
  }
  #services .service-list > li h3:before {
    left: 0;
    width: 12px;
    height: 2px;
  }
  #services .service-list > li h3 span {
    font-size: 14px;
  }
  #services .service-list > li p {
    position: static;
    text-align: right;
    padding: 20px 10px;
    font-size: 12px;
    line-height: calc(36 / 24);
    width: 100%;
  }
}

/*------------------------------------------------------------
	TOP - Works
------------------------------------------------------------*/
#works .section-wrap {
  padding: 90px calc(100vw * 50 / 1920) 100px;
  text-align: center;
  background: url(images/top-grey-bg.png) center top/cover no-repeat;
}

#works .works-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: -20px auto 0;
  text-align: center;
}

#works .works-list li {
  margin-top: 20px;
  width: 320px;
  margin-right: 20px;
  background-color: #313131;
  position: relative;
}

#works .works-list li:nth-child(3n) {
  margin-right: 0;
}

#works .works-list li a {
  display: block;
}

#works .works-list li a .thumb {
  display: block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#works .works-list li a .thumb img {
  width: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

#works .works-list li a:hover .thumb img {
  opacity: .7;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

#works .works-list li .text {
  color: #fff;
  text-align: left;
  padding: 30px 30px 90px;
}

#works .works-list li .text h3 {
  font-size: 17px;
  line-height: calc(25 / 17);
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#works .works-list li .text p {
  font-size: 14px;
  line-height: calc(26 / 14);
  font-weight: bold;
}

#works .works-list li .text .tag {
  font-size: 12px;
  margin-top: .5em;
}

#works .works-list li .text .btn-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 30px;
}

#works .works-list li .text .btn-detail a {
  display: block;
  width: 100%;
  line-height: 46px;
  border: 1px solid #fff;
  border-radius: 24px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

#works .works-list li .text .btn-detail a:hover {
  background-color: #fff;
  color: #313131;
}

@media screen and (max-width: 640px) {
  #works .section-wrap {
    padding: 25px 20px;
    background: url(images/top-grey-bg-sp.png) center top/1440px 2686px repeat;
  }
  #works .works-list {
    margin-top: -15px;
  }
  #works .works-list li {
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
  }
  #works .works-list li .text {
    padding: 30px 20px;
  }
  #works .works-list li .text h3 {
    font-size: 16px;
    line-height: calc(52 / 32);
    margin-bottom: 15px;
  }
  #works .works-list li .text p {
    line-height: calc(40 / 28);
  }
  #works .works-list li .text .tag {
    margin-top: 1em;
  }
  #works .works-list li .text .btn-detail {
    position: static;
    padding: 15px 0 0;
  }
}

/*------------------------------------------------------------
	TOP - Clients & Partners
------------------------------------------------------------*/
#cp .section-wrap {
  padding: 90px calc(100vw * 50 / 1920) 100px;
  text-align: center;
}

#cp .section-title {
  margin-bottom: 15px;
}

#cp .section-description {
  font-size: 14px;
  line-height: calc(26 / 14);
  font-weight: bold;
  margin-bottom: 30px;
}

#cp .clients-list {
  display: inline-block;
  width: calc(100% * 3 / 7);
}

#cp .clients-list li {
  display: inline-block;
  width: calc(100% / 3);
  position: relative;
}

#cp .clients-list li:before {
  content: '';
  display: block;
  background-color: #cdcdcd;
  width: 1px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  left: 0;
}

#cp .clients-list li:first-child:before {
  display: none;
}

#cp .clients-list h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 4;
  font-weight: 700;
  background-color: #dcdcdc;
}

#cp .partners-list {
  display: inline-block;
  width: calc(100% * 4 / 7);
}

#cp .partners-list li {
  display: inline-block;
  width: calc(100% / 4);
  position: relative;
}

#cp .partners-list li:before {
  content: '';
  display: block;
  background-color: #cdcdcd;
  width: 1px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  left: 0;
}

#cp .partners-list h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 4;
  font-weight: 700;
  background-color: #dcdcdc;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  #cp .section-wrap {
    padding: 25px 20px;
  }
  #cp .section-description {
    line-height: calc(40 / 28);
    text-align: left;
    font-weight: normal;
  }
  #cp .section-description .pc {
    display: none;
  }
  #cp .clients-list {
    width: 100%;
  }
  #cp .clients-list ul {
    background-color: #f5f5f5;
  }
  #cp .clients-list li {
    text-align: center;
  }
  #cp .partners-list {
    width: 100%;
  }
  #cp .partners-list ul {
    text-align: left;
    background-color: #f5f5f5;
  }
  #cp .partners-list li {
    width: 50%;
    text-align: center;
  }
  #cp .partners-list li:nth-child(odd):before {
    display: none;
  }
}

/*------------------------------------------------------------
	TOP - Blog
------------------------------------------------------------*/
#blog .section-wrap {
  padding: 90px calc(100vw * 50 / 1920) 100px;
  text-align: center;
  background: url(images/top-grey-bg.png) center top/cover no-repeat;
}

#blog .blog-list {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

#blog .blog-list li a {
  display: block;
  background-color: #fff;
  border-radius: 32px;
  padding: 1.5em 40px;
  font-size: 14px;
  position: relative;
  margin-top: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

#blog .blog-list li a:hover {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}

#blog .blog-list li a:before {
  content: '';
  display: block;
  width: 200px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 40px;
  background-color: #000;
  z-index: 1;
}

#blog .blog-list li a .date {
  float: left;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: calc(22 / 12);
  color: #000;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

#blog .blog-list li a .category {
  float: left;
  color: #f00;
  font-size: 13px;
  line-height: calc(22 / 13);
  font-weight: bold;
  background-color: #fff;
  padding: 0 1em;
  position: relative;
  z-index: 2;
}

#blog .blog-list li a h3 {
  margin-left: 210px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: calc(22 / 14);
}

@media screen and (max-width: 640px) {
  #blog .section-wrap {
    padding: 25px 20px;
    background: url(images/top-grey-bg-sp.png) center top/1440px 2686px repeat;
  }
  #blog .blog-list {
    margin-top: 0;
  }
  #blog .blog-list li {
    margin-top: 8px;
  }
  #blog .blog-list li a:before {
    display: none;
  }
  #blog .blog-list li a {
    border-radius: 15px;
    padding: 15px 20px;
    margin-top: 0;
  }
  #blog .blog-list li a h3 {
    clear: both;
    margin-left: 0;
    overflow: auto;
    white-space: normal;
    font-size: 14px;
    line-height: calc(40 / 28);
  }
  #blog .blog-list li a .date {
    font-size: 14px;
    line-height: calc(22 / 14);
  }
}

/*------------------------------------------------------------
	TOP - Contact
------------------------------------------------------------*/
#contact .section-wrap {
  padding: 60px calc(100vw * 50 / 1920);
  text-align: center;
}

#contact .btn-red-L {
  text-align: center;
  padding: 80px;
  background-color: #eee;
}

#contact .btn-red-L a {
  display: inline-block;
  min-width: 500px;
  border: 1px solid #f00;
  color: #fff;
  background-color: #f00;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding: 1em 2em;
  border-radius: 2em;
  -webkit-transition: .3s;
  transition: .3s;
}

#contact .btn-red-L a:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(255, 0, 0, 0.75);
          box-shadow: 0 0 20px 0 rgba(255, 0, 0, 0.75);
}

@media screen and (max-width: 640px) {
  #contact .section-wrap {
    padding: 25px 20px;
  }
  #contact .btn-red-L {
    padding: 20px;
  }
  #contact .btn-red-L a {
    min-width: 0;
    width: 100%;
  }
  #contact .btn-red-L a {
    font-size: 16px;
    padding: 1em 0;
  }
}

/*------------------------------------------------------------
	PAGE - Common - main visual
------------------------------------------------------------*/
#mv .section-wrap {
  width: 100%;
  border-bottom: 1px solid #eee;
}

#mv .mv-wrap {
  position: relative;
}

#mv .mv-title-wrap {
  padding: 85px 180px 85px 180px;
  min-width: 612px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 200px;
  z-index: 2;
}

#mv .mv-title {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1;
}

#mv .mv-title span {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .03em;
  display: block;
  position: relative;
  margin-top: 14px;
  line-height: 1;
  padding-left: 65px;
}

#mv .mv-title span:after, #mv .mv-title span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
}

#mv .mv-title span:after {
  width: 55px;
  background-color: #000;
  z-index: 1;
}

#mv .mv-title span:before {
  width: 10px;
  background-color: #f00;
  z-index: 2;
}

#mv .mv-img-wrap {
  background: #000 center center/cover no-repeat;
  margin-left: 300px;
  min-height: 650px;
  height: auto;
  position: relative;
}

#mv .mv-img-wrap.single {
  background-position: center center, center center;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

#mv .mv-description {
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 470px 55px 20px;
  min-height: 650px;
}

#mv .mv-description h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: calc(40 / 20);
  letter-spacing: .03em;
  width: 100%;
  display: block;
}

#mv .mv-description h3 {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: calc(40 / 14);
  font-weight: 600;
  letter-spacing: .03em;
  width: 100%;
}

#mv .breadcrumb {
  padding: 20px 0 20px 300px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .03em;
  color: #000;
}

#mv .breadcrumb a {
  color: #000;
}

#mv .breadcrumb a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  #mv .mv-title-wrap {
    padding: 30px 30px 30px 20px;
    min-width: 50%;
    top: 167px;
  }
  #mv .mv-title span {
    font-size: 11px;
    padding-left: 24px;
    margin-top: 1em;
  }
  #mv .mv-title span:before {
    width: 4px;
  }
  #mv .mv-title span:after {
    width: 18px;
  }
  #mv .mv-title span:after, #mv .mv-title span:before {
    height: 1px;
  }
  #mv .mv-title {
    font-size: 17px;
  }
  #mv .mv-img-wrap {
    min-height: 0;
    margin-left: 0;
  }
  #mv .mv-description {
    padding: 287px 20px 20px;
    min-height: 410px;
  }
  #mv .mv-description h3 {
    font-size: 11px;
    line-height: calc(27 / 22);
    margin-bottom: 1em;
  }
  #mv .mv-description h2 {
    font-size: 12px;
    line-height: calc(42 / 24);
  }
  #mv .mv-description h2 br {
    display: none;
  }
  #mv .breadcrumb {
    padding: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/*------------------------------------------------------------
	PAGE - Common - content
------------------------------------------------------------*/
#content {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 70px 0;
}

#content hr {
  border: none;
  border-top: 6px solid #eee;
  margin: 50px 0;
}

#content .sp {
  display: none;
}

#content .flex-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
  text-align: center;
}

#content .flex-list > li {
  width: 312px;
  margin-right: 32px;
  margin-top: 32px;
  border: 1px solid #d2d2d2;
  border-top: 3px solid #f00;
  background-color: #000;
  position: relative;
}

#content .flex-list > li:nth-child(3n),
#content .flex-list > li:last-child {
  margin-right: 0;
}

#content .flex-list > li .thumb {
  background-color: #fff;
}

#content .flex-list > li .thumb img {
  width: 100%;
  vertical-align: top;
}

#content .flex-list > li .txt {
  text-align: left;
  padding: 30px 30px 200px;
  color: #fff;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .04em;
}

#content .flex-list > li .txt h4 {
  font-size: 20px;
  line-height: calc(28 / 20);
  font-weight: bold;
  text-align: center;
  letter-spacing: .04em;
  text-indent: .04em;
  margin-bottom: 1em;
}

#content .flex-list > li .txt .example {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
}

#content .flex-list > li .txt .example:before {
  content: 'Example';
  font-size: 12px;
  line-height: 2;
  border-radius: 1em;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .04em;
  text-indent: .04em;
  text-align: center;
  width: 130px;
  display: block;
  position: absolute;
  top: 30px;
  margin-top: -1em;
  left: 50%;
  background-color: #fff;
  color: #000;
  margin-left: -65px;
}

#content .flex-list > li .txt .example ul {
  height: 160px;
  background-color: #434343;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  padding: 30px 20px 20px;
}

#content .flex-list > li .txt .example ul li {
  font-size: 15px;
  line-height: calc(26 / 15);
  font-weight: bold;
  letter-spacing: .04em;
  text-indent: .04em;
}

#content .works-cat {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .03em;
  margin-bottom: .1em;
}

#content h1,
.content h1 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.2;
  padding-bottom: 1em;
  margin-bottom: 2em;
  position: relative;
}

#content h1:after, #content h1:before,
.content h1:after, .content h1:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
}

#content h1:after,
.content h1:after {
  width: 36px;
  background-color: #000;
  z-index: 1;
}

#content h1:before,
.content h1:before {
  width: 8px;
  background-color: #f00;
  z-index: 2;
}

.single #content a,
.single #content a {
  text-decoration: underline;
}

#content h2,
.content h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.2em;
  padding-bottom: .8em;
  position: relative;
}

#content h2 span,
.content h2 span {
  display: block;
  font-size: 10px;
  margin-bottom: .5em;
}

#content h2:after, #content h2:before,
.content h2:after, #content h2:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#content h2:after,
.content h2:after {
  width: 36px;
  background-color: #000;
  z-index: 1;
}

#content h2:before,
.content h2:before {
  width: 8px;
  background-color: #f00;
  z-index: 2;
}

#content h3,
.content h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: calc(32 / 20);
  margin-bottom: 1em;
}

#content p,
.content p {
  margin: 0 0 calc(32em / 15);
  padding: 0;
}
#content strong,
.content strong,
#content b,
.content b {
	font-weight: 700;
}
.single #content .question {
  font-size: 18px;
  font-weight: bold;
  line-height: calc(32 / 18);
  letter-spacing: .04em;
  position: relative;
  padding-left: 3em;
  padding-top: 4px;
  display: block;
  margin-top: 50px;
}

.single #content .question:before {
  content: 'Q';
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  background-color: #000;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5em;
  line-height: 2.5;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  #content {
    padding: 40px 20px;
  }
  #content hr {
    border-top: 3px solid #eee;
    margin: 40px 0;
  }
  #content .sp {
    display: block;
  }
  #content h1,
  .content h1 {
    font-size: 22px;
    padding-bottom: 1em;
  }
  #content h1:before,
  .content h1:before {
    width: 5px;
    height: 3px;
  }
  #content h1:after,
  .content h1:after {
    width: 25px;
    height: 3px;
  }
  #content h2,
  .content h2 {
    font-size: 18px;
  }
  #content h2:before,
  .content h2:before {
    width: 4px;
  }
  #content h2:after,
  .content h2:after {
    width: 20px;
  }
  #content h3,
  .content h3 {
    font-size: 16px;
  }
  #content .flex-list > li {
    margin: 15px 0 0;
    width: 100%;
  }
  #content .flex-list > li .txt h4 {
    font-size: 18px;
  }
  #service-1 .service-1-1-list > li .txt {
    padding: 20px;
  }
  #content .flex-list > li .txt .example {
    position: relative;
    padding: 0;
  }
  #content .flex-list > li .txt .example:before {
    top: 0;
  }
  .single #content .question {
    font-size: 16px;
    padding: 0;
    padding-left: 2.5em;
    margin-top: 2em;
  }
  .single #content .question:before {
    font-size: 13px;
  }
}

/*------------------------------------------------------------
	PAGE - Common - pagenavi
------------------------------------------------------------*/
.section-wrap .wp-pagenavi {
  margin-top: 50px;
  background: #f3f3f3;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  padding: 1.2em 0;
  border-bottom: 1px solid #f00;
}

.section-wrap .wp-pagenavi a, .pagenavi .wp-pagenavi span {
  border: none;
  padding: 0 .6em;
  margin: 0;
}

.section-wrap .wp-pagenavi a:hover, .pagenavi .wp-pagenavi span.current {
  font-weight: 400;
  color: #f00;
}

/*------------------------------------------------------------
	PAGE - About us
------------------------------------------------------------*/
#about-mvv .section-wrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 70px 0;
}

#about-mvv .heading {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.2;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

#about-mvv .heading:after, #about-mvv .heading:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
}

#about-mvv .heading:after {
  width: 36px;
  background-color: #000;
  z-index: 1;
}

#about-mvv .heading:before {
  width: 8px;
  background-color: #f00;
  z-index: 2;
}

#about-mvv .mvv-list li {
  margin-top: 70px;
}

#about-mvv .mvv-list li:first-child {
  margin-top: 0;
}

#about-mvv .mvv-list li:after {
  content: '';
  display: block;
  clear: both;
}

#about-mvv .mvv-list .text h2 {
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: .03em;
}

#about-mvv .mvv-list .text h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: calc(35 / 22);
  letter-spacing: .03em;
  margin: 1em 0;
}

#about-mvv .mvv-list .text h3 span {
  display: inline-block;
  background-color: #f00;
  color: #fff;
  padding: 0 .5em;
  margin-top: .1em;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

#about-mvv .mvv-list .text h4 {
  font-size: 15px;
  line-height: calc(32 / 15);
  font-weight: bold;
  letter-spacing: .04em;
  margin-bottom: 1em;
}

#about-mvv .mvv-list .text p {
  font-size: 15px;
  line-height: calc(32 / 15);
  font-weight: normal;
  letter-spacing: .04em;
}

#about-mvv .mvv-list .sp {
  display: none;
}

#about-mvv .mvv-list .mission .thumb {
  width: 615px;
  float: right;
}

#about-mvv .mvv-list .mission .text {
  width: 500px;
  padding: 30px 60px 0 0;
  background-color: #fff;
  float: left;
  margin-top: -420px;
}

#about-mvv .mvv-list .vision .thumb {
  width: 755px;
  float: left;
}

#about-mvv .mvv-list .vision .text {
  width: 500px;
  padding: 30px 0 0 60px;
  background-color: #fff;
  float: right;
  margin-top: -470px;
}

#about-mvv .mvv-list .vision .text h2 {
  text-align: right;
}

#about-mvv .mvv-list .vision .text h3 {
  text-align: right;
}

#about-mvv .mvv-list .values .thumb {
  width: 615px;
  float: right;
}

#about-mvv .mvv-list .values .text {
  width: 500px;
  padding: 30px 60px 0 0;
  background-color: #fff;
  float: left;
  margin-top: -570px;
}

#about-mvv .mvv-list .values .text h2 {
  margin-bottom: 20px;
}

#about-mvv .mvv-list .values .text h3 {
  margin: .5em 0;
}

#about-mvv .mvv-list .values .text h4 {
  margin-bottom: .5em;
  font-size: 13px;
  line-height: 2;
}

#about-mvv .mvv-list .values .text p {
  margin-top: 20px;
}

#about-mvv .mvv-list .values .text p strong {
  font-weight: bold;
}

#about-prof .section-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fbfbfb;
}

#about-prof .section-wrap .sp {
  display: none;
}

#about-prof .section-wrap > div {
  width: 50%;
}

#about-prof .section-wrap .prof-img {
  background: #fbfbfb center top/cover;
}

#about-prof .section-wrap .prof-txt {
  background-color: #000;
  padding: 70px;
  color: #fff;
}

#about-prof .section-wrap .prof-txt h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.2;
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
  position: relative;
}

#about-prof .section-wrap .prof-txt h2:after, #about-prof .section-wrap .prof-txt h2:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
}

#about-prof .section-wrap .prof-txt h2:after {
  width: 36px;
  background-color: #fff;
  z-index: 1;
}

#about-prof .section-wrap .prof-txt h2:before {
  width: 8px;
  background-color: #f00;
  z-index: 2;
}

#about-prof .section-wrap .prof-txt h3 {
  line-height: 1;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: .03em;
  margin-bottom: 30px;
}

#about-prof .section-wrap .prof-txt h3 .title {
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .03em;
  display: block;
  margin-bottom: 10px;
}

#about-prof .section-wrap .prof-txt h3 .rubi {
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: .03em;
  display: block;
  margin-bottom: 10px;
}

#about-prof .section-wrap .prof-txt h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: calc(45 / 28);
  letter-spacing: .03em;
  margin: 1em 0;
}

#about-prof .section-wrap .prof-txt h4 span {
  display: inline-block;
  background-color: #f00;
  color: #fff;
  padding: 0 .5em;
  margin-top: .1em;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

#about-prof .section-wrap .prof-txt h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: .5em;
}

#about-prof .section-wrap .prof-txt p {
  font-size: 15px;
  font-weight: normal;
  line-height: calc(32 / 15);
}

#about-prof .section-wrap .prof-txt .history {
  border-left: 3px solid #fff;
  padding-left: 30px;
  margin-top: 30px;
}

#about-prof .section-wrap .prof-txt h3.history-heading {
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .04em;
  margin-bottom: 1.2em;
}

#about-prof .section-wrap .prof-txt .history dl {
  font-size: 13px;
  letter-spacing: .04em;
}

#about-prof .section-wrap .prof-txt .history dt {
  font-weight: bold;
  margin-top: .6em;
}

#about-prof .section-wrap .prof-txt .history dd {
  font-weight: normal;
}

#about-company .section-wrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 70px 0;
}

#about-company .heading {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.2;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
  font-weight: bold;
}

#about-company .heading:after, #about-company .heading:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
}

#about-company .heading:after {
  width: 36px;
  background-color: #000;
  z-index: 1;
}

#about-company .heading:before {
  width: 8px;
  background-color: #f00;
  z-index: 2;
}

#about-company .company {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

#about-company .company dt {
  width: 340px;
  display: inline-block;
  background-color: #e8e8e8;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: calc(32 / 15);
  letter-spacing: .04em;
  padding: 1em 30px .5em;
}

#about-company .company dd {
  width: 660px;
  display: inline-block;
  background-color: #f3f3f3;
  border-bottom: 1px solid #fff;
  font-weight: normal;
  font-size: 13px;
  line-height: calc(32 / 15);
  letter-spacing: .04em;
  padding: 1em 30px .5em;
}

#about-company .company dd p {
  margin-bottom: .5em;
}

#about-company .company dd p a {
  text-decoration: underline;
}

#about-company .company dd strong {
  font-weight: bold;
}

#about-recruit {
  background-color: #f3f3f3;
}

#about-recruit .section-wrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 70px 0;
}

#about-recruit .heading {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.2;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
  font-weight: bold;
}

#about-recruit .heading:after, #about-recruit .heading:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
}

#about-recruit .heading:after {
  width: 36px;
  background-color: #000;
  z-index: 1;
}

#about-recruit .heading:before {
  width: 8px;
  background-color: #f00;
  z-index: 2;
}

#about-recruit .section-wrap p {
  font-size: 15px;
  font-weight: bold;
  line-height: calc(32 / 15);
  letter-spacing: .03em;
}

@media screen and (max-width: 640px) {
  #about-mvv .section-wrap {
    padding: 20px;
    padding-bottom: 0;
  }
  #about-mvv .heading {
    font-size: 22px;
    padding-bottom: .5em;
  }
  #about-mvv .heading:after, #about-mvv .heading:before {
    height: 3px;
  }
  #about-mvv .heading:before {
    width: 5px;
  }
  #about-mvv .heading:after {
    width: 25px;
  }
  #about-mvv .mvv-list .pc {
    display: none;
  }
  #about-mvv .mvv-list .sp {
    display: block;
  }
  #about-mvv .mvv-list li {
    margin-top: 30px;
  }
  #about-mvv .mvv-list .text h2 {
    font-size: 23px;
  }
  #about-mvv .mvv-list .text h3 {
    font-size: 21px;
    margin: .5em 0;
  }
  #about-mvv .mvv-list .text h4,
  #about-mvv .mvv-list .text p {
    line-height: calc(56 / 30);
    margin-bottom: .5em;
  }
  #about-mvv .mvv-list .text h4 br {
    display: none;
  }
  #about-mvv .mvv-list .mission .text,
  #about-mvv .mvv-list .vision .text,
  #about-mvv .mvv-list .values .text {
    width: 100%;
    margin-top: 0;
    padding: 0 0 20px;
    text-align: left;
  }
  #about-mvv .mvv-list .mission .thumb,
  #about-mvv .mvv-list .vision .thumb,
  #about-mvv .mvv-list .values .thumb {
    float: none;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  #about-mvv .mvv-list .vision .text h2,
  #about-mvv .mvv-list .vision .text h3 {
    text-align: left;
  }
  #about-mvv .mvv-list .values .text h2 {
    margin-bottom: .5em;
  }
  #about-mvv .mvv-list .values .text h4 {
    font-size: 15px;
    line-height: calc(56 / 30);
  }
  #about-prof .section-wrap .sp {
    display: block;
  }
  #about-prof .section-wrap .pc {
    display: none;
  }
  #about-prof .section-wrap > div {
    width: 100%;
  }
  #about-prof .section-wrap .prof-txt {
    padding: 40px 20px;
  }
  #about-prof .section-wrap .prof-txt h2 {
    font-size: 22px;
    padding-bottom: .6em;
  }
  #about-prof .section-wrap .prof-txt h2:after, #about-prof .section-wrap .prof-txt h2:before {
    height: 3px;
  }
  #about-prof .section-wrap .prof-txt h2:before {
    width: 5px;
  }
  #about-prof .section-wrap .prof-txt h2:after {
    width: 25px;
  }
  #about-prof .section-wrap .prof-txt h3 .title {
    font-size: 14px;
  }
  #about-prof .section-wrap .prof-txt h3 .rubi {
    font-size: 12px;
  }
  #about-prof .section-wrap .prof-txt h3 {
    font-size: 20px;
  }
  #about-prof .section-wrap .prof-txt h4 {
    font-size: 21px;
  }
  #about-prof .section-wrap .prof-txt p {
    line-height: calc(56 / 30);
  }
  #about-prof .section-wrap .prof-txt .history {
    border-left: 2px solid #fff;
    margin-top: 20px;
    padding-left: 20px;
  }
  #about-prof .section-wrap .prof-txt h3.history-heading {
    font-size: 18px;
    margin-bottom: .5em;
  }
  #about-prof .section-wrap .prof-txt .history dl {
    font-size: 14px;
    line-height: 1.8;
  }
  #about-prof .section-wrap .prof-txt .history dt {
    margin-top: 1em;
  }
  #about-company .section-wrap {
    padding: 40px 20px;
  }
  #about-company .heading {
    font-size: 22px;
    padding-bottom: .5em;
  }
  #about-company .heading:after, #about-company .heading:before {
    height: 3px;
  }
  #about-company .heading:before {
    width: 5px;
  }
  #about-company .heading:after {
    width: 25px;
  }
  #about-company .company dt {
    border-bottom: none;
  }
  #about-company .company dt,
  #about-company .company dd {
    width: 100%;
    padding: .3em 1.2em .3em;
  }
  #about-recruit .section-wrap {
    padding: 40px 20px;
  }
  #about-recruit .section-wrap .pc {
    display: none;
  }
  #about-recruit .heading {
    font-size: 22px;
    padding-bottom: .5em;
  }
  #about-recruit .heading:after, #about-recruit .heading:before {
    height: 3px;
  }
  #about-recruit .heading:before {
    width: 5px;
  }
  #about-recruit .heading:after {
    width: 25px;
  }
  #about-recruit .section-wrap p {
    line-height: calc(55 / 30);
  }
}

/*------------------------------------------------------------
	PAGE - Careers
------------------------------------------------------------*/
[id^="careers-"] .sp {
  display: none;
}

#careers-01 .section-wrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 70px 0;
}

#careers-01 .section-wrap:after {
  content: '';
  display: block;
  clear: both;
}

#careers-01 .thumb {
  width: 750px;
  float: right;
}

#careers-01 .txt {
  display: block;
  background-color: #fff;
  width: 420px;
  float: left;
  padding: 30px 40px 0 0;
  margin-top: -330px;
}

#careers-01 .txt h2 {
  font-weight: bold;
  font-size: 47px;
  letter-spacing: .03em;
  line-height: 1.2;
  margin-bottom: 20px;
}

#careers-01 .txt h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: calc(38 / 20);
  letter-spacing: .03em;
  margin-bottom: 1em;
}

#careers-01 .txt h3 span {
  display: inline-block;
  background-color: #f00;
  color: #fff;
  padding: 0 .5em;
  margin-top: .1em;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

#careers-01 .txt p {
  font-size: 15px;
  font-weight: normal;
  line-height: calc(32 / 15);
  letter-spacing: .03em;
}

#careers-02 .section-wrap {
  width: 100%;
  margin: auto;
  padding: 120px calc(100vw * 50 / 1920);
  background: url(images/careers-sec2-bg.jpg) center top/cover;
  color: #fff;
  text-align: center;
}

#careers-02 h2 {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: .03em;
  text-indent: .03em;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

#careers-02 h2::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 36px;
  margin-left: -18px;
  z-index: 1;
  background-color: #fff;
}

#careers-02 h2::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 8px;
  margin-left: -18px;
  z-index: 2;
  background-color: #f00;
}

#careers-02 h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: calc(70 / 56);
  letter-spacing: .03em;
  text-indent: .03em;
}

#careers-02 p {
  font-size: 20px;
  line-height: calc(50 / 20);
  font-weight: bold;
  letter-spacing: .03em;
  text-indent: .03em;
  margin: 1em 0 2em;
}

#careers-02 .btn-detail {
  text-align: center;
}

#careers-02 .btn-detail a {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #fff;
  font-size: 15px;
  line-height: calc(56 / 15);
  color: #fff;
  font-weight: bold;
  width: 300px;
  border-radius: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

#careers-02 .btn-detail a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
}

#careers-03 .section-wrap {
  width: 100%;
  margin: auto;
  padding: 70px calc(100vw * 50 / 1920);
  text-align: center;
}

#careers-03 h2 {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: .03em;
  text-indent: .03em;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

#careers-03 h2::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 36px;
  margin-left: -18px;
  z-index: 1;
  background-color: #000;
}

#careers-03 h2::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 8px;
  margin-left: -18px;
  z-index: 2;
  background-color: #f00;
}

#careers-03 h3 {
  font-size: 34px;
  font-weight: bold;
  line-height: calc(60 / 34);
  letter-spacing: .03em;
  text-indent: .03em;
  margin-bottom: .5em;
}

#careers-03 h3 span {
  font-style: italic;
}

#careers-03 p {
  font-size: 15px;
  font-weight: normal;
  line-height: calc(32 / 15);
  letter-spacing: .03em;
  text-indent: .03em;
}

#careers-03 ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto 30px;
  text-align: center;
}

#careers-03 ul li {
  width: 312px;
  margin-right: 32px;
  margin-top: 32px;
  border: 1px solid #d2d2d2;
  border-top: 3px solid #f00;
  background-color: #000;
}

#careers-03 ul li:nth-child(3n),
#careers-03 ul li:last-child {
  margin-right: 0;
}

#careers-03 ul li .thumb {
  background-color: #fff;
}

#careers-03 ul li .thumb img {
  width: 100%;
  vertical-align: top;
}

#careers-03 ul li .txt {
  border-top: 1px solid #d2d2d2;
  text-align: left;
  padding: 20px 30px;
  color: #fff;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .04em;
}

#careers-04 .section-wrap {
  width: 100%;
  margin: auto;
  padding: 120px calc(100vw * 50 / 1920);
  background: url(images/careers-sec4-bg.jpg) center top/cover;
  color: #fff;
  text-align: center;
}

#careers-04 h2 {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: .03em;
  text-indent: .03em;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

#careers-04 h2::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 36px;
  margin-left: -18px;
  z-index: 1;
  background-color: #fff;
}

#careers-04 h2::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 8px;
  margin-left: -18px;
  z-index: 2;
  background-color: #f00;
}

#careers-04 h3 {
  font-size: 20px;
  line-height: calc(50 / 20);
  font-weight: bold;
  letter-spacing: .03em;
  text-indent: .03em;
  margin: 1em 0 2em;
}

#careers-04 .careers-sec4-list-1 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

#careers-04 .careers-sec4-list-1 li {
  vertical-align: middle;
  width: 320px;
  margin-right: 20px;
  min-height: 140px;
  border: 4px solid #fff;
  border-radius: 8px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#careers-04 .careers-sec4-list-1 li p {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.6;
}

#careers-04 .careers-sec4-list-1 li p span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-top: .5em;
  line-height: calc(24 / 15);
}

#careers-04 .careers-sec4-list-1 li:nth-child(3n) {
  margin-right: 0;
}

#careers-04 h4 {
  font-size: 25px;
  font-weight: bold;
  margin: 2em 0 1em;
}

#careers-04 .careers-sec4-list-2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  border: 4px solid #fff;
  border-radius: 8px;
  margin: auto;
}

#careers-04 .careers-sec4-list-2 li {
  width: calc(100% / 7);
  border-left: 1px solid #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 140px;
}

.en-US #careers-04 .careers-sec4-list-2 li {
  width: 25%;
}

#careers-04 .careers-sec4-list-2 li:first-child {
  border-left: none;
}

#careers-04 .careers-sec4-list-2 li p {
  font-size: 15px;
  font-weight: bold;
  line-height: calc(23 / 15);
}

#careers-05 .section-wrap {
  max-width: 1820px;
  width: 100%;
  margin: auto;
  padding: 70px calc(100vw * 50 / 1920);
  text-align: center;
}

#careers-05 h2 {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: .03em;
  text-indent: .03em;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

#careers-05 h2::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 36px;
  margin-left: -18px;
  z-index: 1;
  background-color: #000;
}

#careers-05 h2::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 8px;
  margin-left: -18px;
  z-index: 2;
  background-color: #f00;
}

#careers-05 h3 {
  font-size: 26px;
  line-height: calc(48 / 26);
  font-weight: bold;
  margin-bottom: 2em;
}

#careers-05 .theme-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

#careers-05 .theme-list li {
  width: calc(100% / 3);
  color: #fff;
  text-align: left;
  position: relative;
  padding-top: calc(100% / 3);
  border-left: 1px solid #fff;
}

#careers-05 .theme-list li:nth-child(1) {
  border-left: none;
  background: #646464 url(images/careers-theme-01.jpg) center center/cover;
}

#careers-05 .theme-list li:nth-child(2) {
  background: #646464 url(images/careers-theme-02.jpg) center center/cover;
}

#careers-05 .theme-list li:nth-child(3) {
  background: #646464 url(images/careers-theme-03.jpg) center center/cover;
}

#careers-05 .theme-list li span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 98%;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .03em;
  padding-left: 18%;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

#careers-05 .theme-list li span:before {
  content: '';
  display: block;
  height: 1px;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
}

#careers-05 .theme-list li h4 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: .03em;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 8%;
  left: 10%;
  white-space: nowrap;
}

.en-US #careers-05 .theme-list li h4 {
  -webkit-writing-mode: lr-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
  font-size: 50px;
}

#careers-05 .theme-list li p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10%;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: calc(26 / 15);
}

#careers-info {
  padding-top: 70px;
  margin-top: -70px;
}

#careers-info .section-wrap {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 70px 0;
  text-align: left;
}

#careers-info h2 {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: .03em;
  text-indent: .03em;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 2em;
  text-align: center;
}

#careers-info h2::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 36px;
  margin-left: -18px;
  z-index: 1;
  background-color: #000;
}

#careers-info h2::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 8px;
  margin-left: -18px;
  z-index: 2;
  background-color: #f00;
}

#careers-info h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .03em;
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
}

#careers-info h3:after, #careers-info h3:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#careers-info h3:after {
  width: 36px;
  background-color: #000;
  z-index: 1;
}

#careers-info h3:before {
  width: 8px;
  background-color: #f00;
  z-index: 2;
}

#careers-info p {
  font-size: 15px;
  font-weight: normal;
  line-height: calc(28 / 15);
  letter-spacing: .03em;
  margin-bottom: 2em;
}

#careers-info dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

#careers-info dt {
  width: 340px;
  display: inline-block;
  background-color: #e8e8e8;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: calc(32 / 15);
  letter-spacing: .04em;
  padding: 1em 30px .5em;
}

#careers-info dd {
  width: 660px;
  display: inline-block;
  background-color: #f3f3f3;
  border-bottom: 1px solid #fff;
  font-weight: normal;
  font-size: 15px;
  line-height: calc(32 / 15);
  letter-spacing: .04em;
  padding: 1em 30px 1em;
}

@media screen and (max-width: 640px) {
  [id^="careers-"] .sp {
    display: block;
  }
  [id^="careers-"] .pc {
    display: none;
  }
  #careers-01 .section-wrap {
    padding: 40px 20px 0;
  }
  #careers-01 .txt {
    padding: 0;
    margin-top: 0;
    width: 100%;
  }
  #careers-01 .txt h2 {
    font-size: 30px;
    margin-bottom: .5em;
  }
  #careers-01 .thumb {
    float: none;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  #careers-01 .txt p {
    margin-bottom: 1em;
  }
  #careers-01 .txt p br {
    display: none;
  }
  #careers-02 .section-wrap {
    padding: 40px 20px;
    background: url(images/slide-sp-02.jpg) center top/cover;
  }
  #careers-02 h2 {
    font-size: 22px;
  }
  #careers-02 h2::before {
    width: 24px;
    margin-left: -12px;
    height: 3px;
  }
  #careers-02 h2::after {
    width: 5px;
    margin-left: -12px;
    height: 3px;
  }
  #careers-02 h3 {
    font-size: 32px;
  }
  #careers-02 p {
    font-size: 16px;
    line-height: 2;
    text-align: left;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
  }
  #careers-02 p br {
    display: none;
  }
  #careers-03 .section-wrap {
    padding: 40px 20px;
  }
  #careers-03 h2 {
    font-size: 22px;
  }
  #careers-03 h2::before {
    width: 24px;
    margin-left: -12px;
    height: 3px;
  }
  #careers-03 h2::after {
    width: 5px;
    margin-left: -12px;
    height: 3px;
  }
  #careers-03 h3 {
    font-size: 22px;
  }
  #careers-03 p {
    text-align: left;
  }
  #careers-03 ul {
    width: 100%;
  }
  #careers-03 ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  #careers-04 .section-wrap {
    padding: 40px 20px;
  }
  #careers-04 h2 {
    font-size: 22px;
  }
  #careers-04 h2::before {
    width: 24px;
    margin-left: -12px;
    height: 3px;
  }
  #careers-04 h2::after {
    width: 5px;
    margin-left: -12px;
    height: 3px;
  }
  #careers-04 h3 {
    font-size: 20px;
    line-height: 2;
  }
  #careers-04 h4 {
    font-size: 18px;
  }
  #careers-04 .careers-sec4-list-1 li {
    width: 49%;
    margin: 0;
    border-width: 3px;
    min-height: 100px;
  }
  #careers-04 .careers-sec4-list-1 li:first-child {
    margin-right: 2%;
  }
  #careers-04 .careers-sec4-list-1 li:last-child {
    margin-top: 2%;
    width: 100%;
  }
  #careers-04 .careers-sec4-list-1 li p {
    font-size: 16px;
  }
  #careers-04 .careers-sec4-list-1 li p span {
    font-size: 13px;
  }
  #careers-04 .careers-sec4-list-1 li p span br {
    display: none;
  }
  #careers-04 .careers-sec4-list-2 li {
    width: 50%;
    border-top: 1px solid #fff;
    height: auto;
    min-height: 0;
    padding: 20px;
  }
  .en-US #careers-04 .careers-sec4-list-2 li {
    width: 50%;
  }
  #careers-04 .careers-sec4-list-2 li:first-child,
  #careers-04 .careers-sec4-list-2 li:nth-child(2) {
    border-top: none;
  }
  #careers-04 .careers-sec4-list-2 li:nth-child(odd) {
    border-left: none;
  }
  #careers-04 .careers-sec4-list-2 li:last-child {
    width: 100%;
  }
  .en-US #careers-04 .careers-sec4-list-2 li:last-child {
    width: 50%;
  }
  #careers-04 .careers-sec4-list-2 li p {
    font-size: 12px;
  }
  #careers-04 .careers-sec4-list-2 li p br {
    display: none;
  }
  #careers-05 .section-wrap {
    padding: 40px 20px;
  }
  #careers-05 h2 {
    font-size: 22px;
  }
  #careers-05 h2::before {
    width: 24px;
    margin-left: -12px;
    height: 3px;
  }
  #careers-05 h2::after {
    width: 5px;
    margin-left: -12px;
    height: 3px;
  }
  #careers-05 h3 {
    font-size: 20px;
    line-height: 2;
  }
  #careers-05 .theme-list li {
    width: 100%;
    padding-top: 100%;
    border-left: none;
    border-top: 1px solid #fff;
  }
  #careers-05 .theme-list li h4 {
    -webkit-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
    font-size: 48px;
    top: 20px;
    left: 20px;
  }
  #careers-05 .theme-list li span {
    padding-left: 50px;
  }
  #careers-05 .theme-list li span:before {
    width: 40px;
  }
  #careers-05 .theme-list li p {
    padding: 20px;
  }
  #careers-info {
    padding-top: 50px;
    margin-top: -50px;
  }
  #careers-info .section-wrap {
    padding: 40px 20px;
  }
  #careers-info h2 {
    font-size: 22px;
  }
  #careers-info h2::before {
    width: 24px;
    margin-left: -12px;
    height: 3px;
  }
  #careers-info h2::after {
    width: 5px;
    margin-left: -12px;
    height: 3px;
  }
  #careers-info h3 {
    font-size: 18px;
  }
  #careers-info dt {
    width: 100%;
    padding: 10px 20px;
    border-bottom: none;
  }
  #careers-info dd {
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
  }
}

/*------------------------------------------------------------
	PAGE - Services
------------------------------------------------------------*/
#service-nav .section-wrap {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 70px 0 0;
  text-align: left;
}

#service-nav .heading {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.2;
  padding-bottom: 1em;
  margin-bottom: 2em;
  position: relative;
}

#service-nav .heading:after, #service-nav .heading:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
}

#service-nav .heading:after {
  width: 36px;
  background-color: #000;
  z-index: 1;
}

#service-nav .heading:before {
  width: 8px;
  background-color: #f00;
  z-index: 2;
}

#service-nav .service-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

#service-nav .service-list li {
  width: 490px;
  margin-left: 20px;
}

#service-nav .service-list li:first-child {
  margin-left: 0;
}

#service-nav .service-list li h3 {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1;
  text-align: left;
  padding: 21px;
  padding-right: 4.5em;
  position: relative;
  overflow: hidden;
}

.en-US #service-nav .service-list li h3 {
  line-height: calc(24 / 18);
  padding: calc(16em / 18) 4.5em calc(16em / 18) calc(21em / 18);
}

#service-nav .service-list li h3 > span {
  display: block;
  font-size: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1;
  margin-bottom: 1em;
}

#service-nav .service-list li h3 a {
  width: 4.5em;
  height: 4.5em;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f00;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

#service-nav .service-list li h3 a:hover {
  opacity: .6;
}

#service-nav .service-list li h3 a span {
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 50%;
  right: 1.5em;
  margin-top: -.75em;
  text-align: center;
  color: #000;
}

#service-nav .service-list li h3 a span i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 80%;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#service-1 .service-1-img {
  background-color: #f3f3f3;
  padding: 30px 40px;
  margin-bottom: 50px;
}

#service-1 .service-1-1-list > li .txt {
  padding: 30px 30px 200px;
}

#service-1 .service-1-1-list > li .txt .example ul {
  height: 160px;
}

#service-1 .service-1-2-list > li .txt {
  padding: 30px 30px 170px;
}

#service-1 .service-1-2-list > li .txt .example ul {
  height: 130px;
}

#service-1 .service-1-3-list > li {
  margin-right: 0;
  width: 100%;
}

#service-1 .service-1-3-list > li .thumb {
  text-align: center;
}

#service-1 .service-1-3-list > li .thumb img {
  max-width: 312px;
}

#service-1 .service-1-3-list > li .txt {
  padding: 30px 30px 170px;
}

#service-1 .service-1-3-list > li .txt .example ul {
  height: 130px;
}

#service-1 .service-1-4-list > li {
  margin-right: 0;
  width: 100%;
}

#service-1 .service-1-4-list > li .thumb {
  text-align: center;
}

#service-1 .service-1-4-list > li .thumb img {
  max-width: 312px;
}

#service-1 .service-1-4-list > li .txt {
  padding: 30px 30px 200px;
}

#service-1 .service-1-4-list > li .txt .example ul {
  height: 160px;
}

#service-1 .btn-wrap {
  border: 6px solid #eee;
  padding: 40px;
  text-align: center;
  margin-top: 50px;
}

#service-1 .btn-wrap p {
  font-size: 18px;
  line-height: calc(30 / 18);
  font-weight: bold;
  letter-spacing: .04em;
  text-indent: .04em;
}

#service-1 .btn-wrap ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 820px;
  margin: auto;
}

#service-1 .btn-wrap ul li {
  width: 400px;
}

#service-1 .btn-wrap ul li:first-child {
  margin-right: 20px;
}

#service-1 .btn-wrap .btn-red {
  padding: 0;
}

#service-1 .btn-wrap .btn-red a {
  width: 100%;
}

#service-2 .service-2-1-list {
  margin-bottom: 70px;
}

#service-2 .service-2-1-list > li .txt {
  padding: 30px 30px 220px;
}

.en-US #service-2 .service-2-1-list > li .txt {
  padding-bottom: 10px;
}

#service-2 .service-2-1-list > li .txt .example ul {
  height: 180px;
  text-align: left;
}

#service-2 .service-2-1-list > li ol > li {
  font-weight: bold;
}

#service-2 .service-2-1-list > li ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}

.en-US #service-2 .service-2-1-list > li p {
  margin-bottom: .5em;
}

.en-US #service-2 .service-2-1-list > li ol {
  margin-bottom: 1em;
}

#service-2 .service-2-2-list > li {
  width: 489px;
  margin-right: 22px;
}

#service-2 .service-2-2-list > li:nth-child(2) {
  margin-right: 0;
}

#service-2 .service-2-2-list > li .txt {
  padding: 30px 30px 30px;
}

#service-1 .btn-red,
#service-2 .btn-red {
  padding-top: 10px;
}

#service-1 {
  padding-top: 70px;
  margin-top: -70px;
}

#service-2 {
  border-top: 70px solid #fff;
  margin-top: -70px;
  background-color: #f3f3f3;
}

@media screen and (max-width: 640px) {
  #service-nav .section-wrap {
    padding: 40px 20px 0;
  }
  #service-nav .heading {
    font-size: 22px;
    padding-bottom: .5em;
    margin-bottom: 1em;
  }
  #service-nav .heading:after {
    height: 3px;
    width: 25px;
  }
  #service-nav .heading:before {
    height: 3px;
    width: 5px;
  }
  #service-nav .service-list li {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  #service-nav .service-list li:first-child {
    margin-top: 0;
  }
  #service-nav .service-list li h3 {
    font-size: 14px;
    padding: 1em;
    padding-right: 4.5em;
  }
  #service-nav .service-list li h3 > span {
    margin-bottom: .5em;
  }
  #service-nav .service-list li h3 a {
    height: 100%;
  }
  #service-1 .service-1-img {
    padding: 0 0 15px;
  }
  #service-1 .service-1-img-wrap {
    overflow: scroll;
    padding: 20px 20px 15px;
  }
  #service-1 .service-1-img-wrap img {
    width: 800px;
    max-width: 800px;
  }
  #service-1 .section-wrap .note {
    text-align: right;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    padding: 0 20px;
  }
  #service-1 .service-1-1-list > li .txt,
  #service-1 .service-1-2-list > li .txt,
  #service-1 .service-1-3-list > li .txt,
  #service-1 .service-1-4-list > li .txt,
  #service-2 .service-2-1-list > li .txt,
  #service-2 .service-2-2-list > li .txt {
    padding: 20px;
  }
  #service-1 .service-1-1-list > li .txt .example ul,
  #service-1 .service-1-2-list > li .txt .example ul,
  #service-2 .service-2-1-list > li .txt .example ul {
    height: auto;
  }
  #service-1 .service-1-4-list > li .txt .example ul {
    height: auto;
  }
  #service-1 .btn-wrap {
    padding: 20px;
    border-width: 3px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  #service-1 .btn-wrap ul {
    width: 100%;
  }
  #service-1 .btn-wrap ul li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #service-1 .btn-wrap p {
    font-size: 16px;
    margin-bottom: .5em;
  }
  #service-1 {
    padding-top: 50px;
    margin-top: -50px;
  }
  #service-2 {
    border-top: 50px solid #fff;
    margin-top: -50px;
  }
  #service-2 .service-2-2-list > li {
    margin: 15px 0 0;
  }
  #service-2 .service-2-2-list > li p {
    margin-bottom: 0;
  }
}

/*------------------------------------------------------------
	PAGE - Detail
------------------------------------------------------------*/
.page-detail #content .kv {
  padding-top: 50px;
  margin-bottom: 50px;
}

.page-detail #content .kv:after {
  content: '';
  display: block;
  clear: both;
}

.page-detail #content .kv .kv-img {
  float: left;
  width: 790px;
}

.page-detail #content .kv .kv-txt {
  float: right;
  background-color: #fff;
  padding: 30px 0 0 60px;
  min-height: 235px;
  margin-top: -230px;
}

.page-detail #content .kv .kv-txt h2 {
  margin-bottom: 0;
  white-space: nowrap;
}

.page-detail #content .kv .kv-txt h2:before,
.page-detail #content .kv .kv-txt h2:after {
  display: none;
}

.page-detail #content .kv .kv-txt ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

.page-detail #content .kv .kv-txt li {
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: .04em;
}

.page-detail #content .challenge-list {
  padding: 40px;
  padding-top: 15px;
  background-color: #eee;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}

.page-detail #content .challenge-list li {
  width: 290px;
  margin-top: 25px;
  margin-right: 25px;
  background-color: #fff;
  border-top: 4px solid #f00;
}

.page-detail #content .challenge-list li:nth-child(3n),
.page-detail #content .challenge-list li:last-child {
  margin-right: 0;
}

.page-detail #content .challenge-list li .thumb img {
  width: 100%;
  vertical-align: top;
}

.page-detail #content .challenge-list li .txt {
  padding: 30px;
}

.page-detail #content .challenge-list li .txt h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: calc(32 / 20);
  text-indent: .04em;
  letter-spacing: .04em;
  position: relative;
  padding-bottom: .5em;
  margin-bottom: 1em;
}

.page-detail #content .challenge-list li .txt h4:after {
  content: '';
  display: block;
  background-color: #000;
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}

.page-detail #content .challenge-list li .txt h4 span {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0;
  text-indent: 0;
  margin: .2em 0;
}

.page-detail #content .challenge-list li .txt p {
  font-size: 15px;
  line-height: calc(28 / 15);
  letter-spacing: .04em;
  text-align: left;
  margin-bottom: 0;
}

.page-detail #content .flow-list {
  padding: 40px;
  background-color: #eee;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
  text-align: left;
}

.page-detail #content .flow-list li {
  background-color: #000;
  color: #fff;
  position: relative;
  padding: 40px 25px 20px;
  width: 150px;
  margin-right: 4px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-detail #content .flow-list li:last-child {
  margin-right: 0;
}

.page-detail #content .flow-list li span {
  position: absolute;
  top: 25px;
  left: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
}

.page-detail #content .flow-list li i {
  text-align: center;
  width: 30px;
  line-height: 30px;
  background-color: #fff;
  color: #f00;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: -17px;
  z-index: 10;
}

.page-detail #content .flow-list li:last-child i {
  display: none;
}

.page-detail #content .flow-list li p {
  font-size: 15px;
  font-weight: bold;
  line-height: calc(22 / 15);
  margin-bottom: 0;
  letter-spacing: 0;
  white-space: nowrap;
}

.page-detail #content .example-list {
  width: 100%;
  padding: 40px;
  background-color: #eee;
  margin-bottom: 50px;
}

.page-detail #content .example-list li {
  width: 100%;
  border-top: 4px solid #f00;
  margin-top: 15px;
  background-color: #fff;
}

.page-detail #content .example-list li:first-child {
  margin-top: 0;
}

.page-detail #content .example-list li:after {
  content: '';
  display: block;
  clear: both;
}

.page-detail #content .example-list li .thumb {
  float: left;
  width: 290px;
}

.page-detail #content .example-list li .thumb img {
  width: 100%;
}

.page-detail #content .example-list li .txt {
  margin-left: 330px;
  padding: 25px;
  padding-left: 0;
}

.page-detail #content .example-list li .txt h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: calc(28 / 15);
  letter-spacing: .04em;
}

.page-detail #content .example-list li .txt p {
  color: #f00;
  font-size: 15px;
  font-weight: bold;
  line-height: calc(28 / 15);
  letter-spacing: .04em;
  padding-left: 2em;
  position: relative;
  margin-bottom: 0;
}

.page-detail #content .example-list li .txt p:before {
  content: '\00BB \00BB';
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}

.page-detail #content .price {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

.page-detail #content .price dt {
  width: 235px;
  background-color: #e8e8e8;
  padding: 10px 20px;
  font-size: 15px;
  letter-spacing: .04em;
  font-weight: bold;
}

.page-detail #content .price dd {
  width: 265px;
  background-color: #f3f3f3;
  padding: 10px 20px;
  font-size: 15px;
  letter-spacing: .04em;
}

.page-detail #content h4 {
  font-size: 15px;
  font-weight: bold;
}

.page-detail #content .example {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

.page-detail #content .example dt {
  width: 315px;
  background-color: #e8e8e8;
  padding: 10px 20px;
  font-size: 15px;
  letter-spacing: .04em;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.page-detail #content .example dd {
  width: 685px;
  background-color: #f3f3f3;
  padding: 10px 20px;
  font-size: 15px;
  letter-spacing: .04em;
  border-bottom: 1px solid #fff;
  text-align: right;
}

.page-detail #detail-0 .section-wrap {
  padding-bottom: 0;
}

.page-detail #detail-0 .section-wrap h1 {
  margin-bottom: 0;
}

#detail-1,
#detail-2,
#detail-3,
#detail-4,
#detail-5 {
  padding-top: 70px;
  margin-top: -70px;
}

@media screen and (max-width: 640px) {
  .page-detail #content .kv {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-top: 0;
    margin-bottom: 40px;
    position: relative;
  }
  .page-detail #content .kv .kv-img {
    float: none;
    width: 100%;
  }
  .page-detail #content .kv .kv-txt {
    padding: 20px 20px 0 30px;
    margin-top: 0;
    min-height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  .page-detail #content .kv .kv-txt h2 {
    font-size: 16px;
  }
  .page-detail #content .kv .kv-txt ul {
    font-size: 13px;
  }
  .page-detail #content .kv .kv-txt li {
    font-size: 13px;
  }
  .page-detail #content .challenge-list {
    padding: 20px;
  }
  .page-detail #content .challenge-list li {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  .page-detail #content .challenge-list li:first-child {
    margin-top: 0;
  }
  .page-detail #content .challenge-list li .txt {
    padding: 20px;
  }
  .page-detail #content .flow-list {
    padding: 20px;
  }
  .page-detail #content .flow-list li {
    width: 100%;
    margin-right: 0;
    margin-top: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
  }
  .page-detail #content .flow-list li:first-child {
    margin-top: 0;
  }
  .page-detail #content .flow-list li span {
    font-size: 13px;
    position: static;
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: .5em;
  }
  .page-detail #content .flow-list li p {
    text-align: center;
    width: 100%;
  }
  .page-detail #content .flow-list li p br {
    display: none;
  }
  .page-detail #content .flow-list li i {
    top: auto;
    bottom: -12px;
    width: 20px;
    line-height: 20px;
    left: 50%;
    margin-left: -10px;
    margin-top: 0;
    font-size: 12px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .page-detail #content .example-list {
    padding: 20px;
  }
  .page-detail #content .example-list li .thumb {
    float: none;
    width: 100%;
  }
  .page-detail #content .example-list li .thumb img {
    width: 100%;
  }
  .page-detail #content .example-list li .txt {
    margin-left: 0;
    padding: 20px;
  }
  .page-detail #content .price dt {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 15px;
    width: 60%;
    border-bottom: 1px solid #fff;
  }
  .page-detail #content .price dd {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 15px;
    width: 40%;
    border-bottom: 1px solid #fff;
  }
  .page-detail #content .example dt {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    border-bottom: none;
  }
  .page-detail #content .example dd {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #fff;
  }
  #detail-1,
  #detail-2,
  #detail-3,
  #detail-4,
  #detail-5 {
    padding-top: 50px;
    margin-top: -50px;
  }
}

/*------------------------------------------------------------
	PAGE - Contact
------------------------------------------------------------*/
#content .wpcf7 p {
  margin-bottom: 0;
}

#content .wpcf7 dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

#content .wpcf7 dt {
  width: 235px;
  background-color: #e8e8e8;
  padding: 20px 30px;
  font-size: 15px;
  letter-spacing: .04em;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

#content .wpcf7 dt .rq {
  color: #f00;
  font-size: 90%;
  margin-left: .1em;
}

#content .wpcf7 dd {
  width: 765px;
  background-color: #f3f3f3;
  padding: 15px 30px;
  font-size: 15px;
  letter-spacing: .04em;
  border-bottom: 1px solid #fff;
}

#content .wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=email], .wpcf7 textarea {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 15px;
  border-radius: 20px;
}

#content .wpcf7 p.note {
  font-size: 12px;
  margin-top: .5em;
}

#content .wpcf7 p a {
  text-decoration: underline;
  font-weight: bold;
}

#content .wpcf7 .wpcf7-list-item {
  display: block;
  margin: 0;
}

#content .wpcf7 span.wpcf7-list-item label {
  position: relative;
}

#content .wpcf7 input[type=radio] {
  position: absolute;
  opacity: 0;
}

#content .wpcf7 input[type=radio] + span {
  position: relative;
  padding: 5px 10px 5px 40px;
  display: block;
  min-width: 100%;
  font-size: 14px;
}

#content .wpcf7 input[type=radio] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  height: 26px;
  width: 26px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  z-index: 1;
}

#content .wpcf7 input[type=radio] + span::after {
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -7px;
  height: 14px;
  width: 14px;
  background-color: #b5b5b5;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
}

#content .wpcf7 input[type=radio]:checked + span::after {
  background-color: #f00;
}

.wpcf7 .acceptance {
  text-align: center;
  width: 100%;
  display: block;
  padding: 20px 0 10px;
}

.wpcf7 input[type=checkbox] {
  display: none;
}

.wpcf7 input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-size: 15px;
  font-weight: bold;
  line-height: calc(24 / 15);
}

.wpcf7 input[type=checkbox] + span:after {
  content: '';
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 3px;
  border: 1px solid #b5b5b5;
  z-index: 1;
}

.wpcf7 input[type=checkbox] + span:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 0;
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 16px;
  color: #000;
  line-height: 1;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
}

.wpcf7 input[type=checkbox]:checked + span:before {
  opacity: 1;
}

.wpcf7 .submit {
  text-align: center;
}

.wpcf7 input[type=submit] {
  display: inline-block;
  width: 300px;
  border: 1px solid #f00;
  color: #f00;
  background-color: transparent;
  font-size: 15px;
  letter-spacing: .04em;
  text-indent: .04em;
  font-weight: bold;
  line-height: 2;
  padding: 1em 2em;
  margin-top: 20px;
  border-radius: 2em;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.wpcf7 input[type=submit]:hover {
  background-color: #f00;
  color: #fff;
}

.wpcf7 .wpcf7-mail-sent-ok {
  border: none;
  background-color: #e8e8e8;
}

.wpcf7 div.wpcf7-response-output {
  margin-top: 1em;
  line-height: 2;
  padding: 0.5em 1.5em;
  border-radius: 1.5em;
}

@media screen and (max-width: 640px) {
  #content .wpcf7 dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 20px;
  }
  #content .wpcf7 dd {
    width: 100%;
    border-bottom-width: 3px;
    padding: 15px 20px;
  }
  .wpcf7 input[type=submit] {
    width: 100%;
  }
}

/*------------------------------------------------------------
	WORKS - Archive
------------------------------------------------------------*/
#content .works-category {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
  text-align: center;
}

#content .works-category li {
  margin-top: 20px;
  width: 320px;
  margin-right: 20px;
  background-color: #000;
  position: relative;
  border: 1px solid #d2d2d2;
  border-top: 3px solid #f00;
}

#content .works-category li:nth-child(3n) {
  margin-right: 0;
}

#content .works-category li .thumb {
  display: block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #fff;
}

#content .works-category li .thumb img {
  width: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#content .works-category li .text {
  color: #fff;
  text-align: center;
  padding: 30px;
}

#content .works-category li .text h4 {
  font-size: 11px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 1em;
}

#content .works-category li .text h3 {
  position: relative;
  font-size: 20px;
  line-height: calc(26 / 20);
  letter-spacing: .04em;
  text-indent: .04em;
  height: calc(26em * 2 / 20);
}

#content .works-category li .text h3 span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#works-archive .section-wrap {
  padding: 40px calc(100vw * 50 / 1920) 50px;
  text-align: center;
  background: #f3f3f3;
}

#works-archive h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto 1.2em;
  padding-bottom: .5em;
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 1000px;
}

#works-archive h2 span {
  display: block;
  font-size: 10px;
}

#works-archive h2:after, #works-archive h2:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#works-archive h2:after {
  width: 36px;
  background-color: #000;
  z-index: 1;
}

#works-archive h2:before {
  width: 8px;
  background-color: #f00;
  z-index: 2;
}

#works-archive .works-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: -20px auto 0;
  text-align: center;
}

#works-archive .more {
  display: none;
}

#works-archive .more .works-list {
  margin-top: 0;
}

#works-archive .works-list li {
  margin-top: 20px;
  width: 320px;
  margin-right: 20px;
  background-color: #313131;
  position: relative;
}

#works-archive .works-list li:nth-child(3n) {
  margin-right: 0;
}

#works-archive .works-list li a {
  display: block;
}

#works-archive .works-list li a .thumb {
  display: block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#works-archive .works-list li a .thumb img {
  width: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

#works-archive .works-list li a:hover .thumb img {
  opacity: .7;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

#works-archive .works-list li .text {
  color: #fff;
  text-align: left;
  padding: 30px 30px 90px;
}

#works-archive .works-list li .text h3 {
  font-size: 17px;
  line-height: calc(25 / 17);
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#works-archive .works-list li .text p {
  font-size: 14px;
  line-height: calc(26 / 14);
  font-weight: bold;
}

#works-archive .works-list li .text .tag {
  font-size: 12px;
  margin-top: .5em;
}

#works-archive .works-list li .text .btn-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 30px;
}

#works-archive .works-list li .text .btn-detail a {
  display: block;
  width: 100%;
  line-height: 46px;
  border: 1px solid #fff;
  border-radius: 24px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

#works-archive .works-list li .text .btn-detail a:hover {
  background-color: #fff;
  color: #313131;
}

#works-archive .btn-more a:after {
  content: 'もっと見る';
}

#works-archive .btn-more.opened a:after {
  content: '最新の3件のみ表示';
}

#works-archive .btn-more.opened i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 640px) {
  #content .works-category li {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  #content .works-category li:first-child {
    margin-top: 0;
  }
  #content .works-category li .text {
    padding: 20px;
  }
  #content .works-category li .text h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  #works-archive .section-wrap {
    padding: 40px 20px;
  }
  #works-archive h2 {
    font-size: 22px;
  }
  #works-archive h2:before {
    width: 4px;
  }
  #works-archive h2:after {
    width: 20px;
  }
  #works-archive .works-list {
    margin-top: 0;
  }
  #works-archive .works-list li {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  #works-archive .works-list li:first-child {
    margin-top: 0;
  }
  #works-archive .works-list li .text {
    padding: 20px;
  }
  #works-archive .works-list li .text h3 {
    font-size: 15px;
    margin-bottom: 1em;
  }
  #works-archive .works-list li .text p {
    font-size: 13px;
  }
  #works-archive .works-list li .text .btn-detail {
    position: static;
    padding: 20px 0 0;
  }
}

/*------------------------------------------------------------
	BLOG - Archive
------------------------------------------------------------*/
#blog-archive .section-wrap {
  padding: 70px 0;
}

#blog-archive .blog_cat-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#blog-archive .blog_cat-list > li {
  width: 320px;
  margin-right: 20px;
  position: relative;
}

#blog-archive .blog_cat-list > li:nth-child(3n) {
  margin-right: 0;
}

#blog-archive .blog_cat-list > li h2 {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1;
  text-align: left;
  padding: 1.1em;
  padding-right: 3.2em;
  position: relative;
  overflow: hidden;
}

#blog-archive .blog_cat-list > li h2 span {
  position: relative;
  z-index: 5;
}

#blog-archive .blog_cat-list > li h2 a {
  width: 3.2em;
  height: 3.2em;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f00;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

#blog-archive .blog_cat-list > li h2 a:hover {
  opacity: .6;
}

#blog-archive .blog_cat-list > li h2 a span {
  width: 1.2em;
  height: 1.2em;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 50%;
  right: 1em;
  margin-top: -.6em;
  text-align: center;
  color: #000;
}

#blog-archive .blog_cat-list > li h2 a span i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 80%;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#blog-archive .blog-list > li .txt {
  text-align: left;
  padding: 20px 30px;
  background-color: #f3f3f3;
}

#blog-archive .blog-list > li .txt h3 {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: .04em;
  line-height: calc(32 / 17);
  margin-bottom: .5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#blog-archive .blog-list > li .txt p {
  font-weight: normal;
  font-size: 15px;
  line-height: calc(30 / 15);
  letter-spacing: .04em;
  max-height: 8em;
  overflow: hidden;
}

#blog-archive .blog-list > li a .txt h3,
#blog-archive .blog-list > li a .txt p {
  -webkit-transition: .3s;
  transition: .3s;
}

#blog-archive .blog-list > li a:hover .txt h3,
#blog-archive .blog-list > li a:hover .txt p {
  text-decoration: underline;
}

#blog-archive .blog-list > li {
  padding: 20px 20px 0;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}

#blog-archive .blog-list > li:after {
  content: '';
  display: block;
  clear: both;
}

#blog-archive .blog-list > li:first-child {
  padding: 0;
  border: none;
}

#blog-archive .blog-list > li:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}

#blog-archive .blog-list > li a .thumb {
  overflow: hidden;
}

#blog-archive .blog-list > li a .thumb img {
  vertical-align: top;
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

#blog-archive .blog-list > li a:hover .thumb img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

#blog-archive .blog-list > li a .thumb-small {
  width: 150px;
  float: left;
  -webkit-transition: .3s;
  transition: .3s;
}

#blog-archive .blog-list > li a:hover .thumb-small {
  opacity: .6;
}

#blog-archive .blog-list > li a > h3 {
  font-size: 13px;
  line-height: calc(23 / 13);
  letter-spacing: .04em;
  max-height: calc(23em * 4 / 13);
  overflow: hidden;
  margin-left: 170px;
  text-align: left;
}

#blog-archive .blog-list > li a:hover > h3 {
  opacity: .6;
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  #blog-archive .section-wrap {
    padding: 40px 20px;
  }
  #blog-archive .blog_cat-list {
    margin-top: -15px;
  }
  #blog-archive .blog_cat-list > li {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  #blog-archive .blog_cat-list > li h2 {
    font-size: 16px;
    padding: 1em;
  }
  #blog-archive .blog_cat-list > li h2 a {
    width: 3em;
    height: 3em;
  }
  #blog-archive .blog-list > li .txt {
    padding: 20px;
  }
  #blog-archive .blog-list > li .txt h3 {
    font-size: 16px;
    white-space: normal;
    line-height: 1.6;
    max-height: 3.2em;
  }
  #blog-archive .blog-list > li .txt p {
    line-height: 1.6;
    max-height: 4.8em;
  }
  #blog-archive .blog-list > li a .thumb-small {
    width: 140px;
  }
  #blog-archive .blog-list > li a > h3 {
    margin-left: 155px;
  }
}

/*------------------------------------------------------------
	BLOG CAT - Archive
------------------------------------------------------------*/
#blog_cat-archive .section-wrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 70px 0;
}

#blog_cat-archive .heading {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.2;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

#blog_cat-archive .heading:after, #blog_cat-archive .heading:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
}

#blog_cat-archive .heading:after {
  width: 36px;
  background-color: #000;
  z-index: 1;
}

#blog_cat-archive .heading:before {
  width: 8px;
  background-color: #f00;
  z-index: 2;
}

#blog_cat-archive .blog-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -20px;
}

#blog_cat-archive .blog-list li {
  width: 320px;
  margin-right: 20px;
  margin-top: 20px;
  background-color: #f3f3f3;
  position: relative;
}

#blog_cat-archive .blog-list li:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  z-index: 1;
}

#blog_cat-archive .blog-list li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #f00;
  z-index: 2;
}

#blog_cat-archive .blog-list li:nth-child(3n) {
  margin-right: 0;
}

#blog_cat-archive .blog-list li a .thumb img {
  width: 100%;
  vertical-align: top;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#blog_cat-archive .blog-list li a:hover .thumb img {
  opacity: .6;
}

#blog_cat-archive .blog-list li .txt {
  padding: 20px 30px;
}

#blog_cat-archive .blog-list li .txt h3 {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: .04em;
  line-height: calc(32 / 17);
  margin-bottom: .5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#blog_cat-archive .blog-list li .txt p {
  font-weight: normal;
  font-size: 13px;
  line-height: calc(26 / 13);
  letter-spacing: .04em;
  max-height: 8em;
  overflow: hidden;
}

#blog_cat-archive .blog-list li a .txt h3,
#blog_cat-archive .blog-list li a .txt p {
  -webkit-transition: .3s;
  transition: .3s;
}

#blog_cat-archive .blog-list li a:hover .txt h3,
#blog_cat-archive .blog-list li a:hover .txt p {
  text-decoration: underline;
}

#blog_cat-archive .blog-list li .txt p.date {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .04em;
  margin-top: 1em;
}

#blog_cat-archive .blog-list li .txt p.date span {
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  #blog_cat-archive .section-wrap {
    padding: 40px 20px;
  }
  #blog_cat-archive .heading {
    font-size: 22px;
    padding-bottom: .5em;
  }
  #blog_cat-archive .heading:before {
    height: 3px;
    width: 5px;
  }
  #blog_cat-archivev .heading:after {
    height: 3px;
    width: 25px;
  }
  #blog_cat-archive .blog-list li {
    margin-right: 0;
    margin-top: 15px;
    width: 49%;
  }
  #blog_cat-archive .blog-list li:nth-child(odd) {
    margin-right: 2%;
  }
  #blog_cat-archive .blog-list li .txt {
    padding: 10px;
  }
  #blog_cat-archive .blog-list li .txt h3 {
    font-size: 16px;
    white-space: normal;
    line-height: 1.6;
    max-height: 3.2em;
  }
  #blog_cat-archive .blog-list li .txt p {
    line-height: 1.6;
    max-height: 4.8em;
  }
}

/*------------------------------------------------------------
	News
------------------------------------------------------------*/
#news .section-wrap,
.news-content .section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 90px calc(100vw * 50 / 1920) 100px;
}

.news-content .content {
  width: 100%;
  max-width: 750px;
}
.btn-readmore {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.btn-readmore a {
	display: inline-block;
	min-width: 300px;
	border: 1px solid #f00;
	color: #f00;
	background-color: transparent;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4;
	padding: 1.3em 2em;
	border-radius: 2em;
	-webkit-transition: .3s;
	transition: .3s;
}
.btn-readmore a:hover {
	color: #fff;
	background-color: #f00;
}
#news .section-wrap .section-title {
	width: 100%;
}
.news-list {
  width: 100%;
  max-width: 750px;
}

.news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  padding: 2em 40px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.home .news-list li:first-child a {
	border-top: 1px solid #eee;
}

.news-list li a:hover {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}

.news-list li .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 250px;
}

.news-list li .head:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  width: 100%;
  min-width: 10px;
  height: 1px;
  margin: 0 10px 0 0;
  background-color: #000;
}

.news-list li .head-category {
  min-width: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.news-list li .head-category::after {
  min-width: auto;
  width: 10px;
}

.news-list li .date {
  display: block;
  width: 60px;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: calc(22 / 12);
  color: #000;
  background-color: #fff;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}

.news-list li .category {
  color: #f00;
  font-size: 13px;
  line-height: calc(22 / 13);
  font-weight: bold;
  background-color: #fff;
  margin: 0 1em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .news-list li .category {
  margin: 0 1.8em;
  }
  .btn-readmore {
	  margin-top: -30px;
  }
  .btn-readmore a {
    font-size: 16px;
    min-width: 0;
    width: 100%;
    padding: 0.8em 1em;
    border-radius: 1.5em;
  }
}

.news-list li .summary {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: left;
}

.news-list li h3 {
  line-height: calc(22 / 14);
  font-weight: bold;
}

.news-list li p {
  line-height: 1.2;
}

.sidebar {
  width: 250px;
  padding-left: 50px;
  text-align: left;
}

.sidebar-list {
  margin-bottom: 20px;
}

ul.sidebar-list-child {
  margin-left:10px;
}

.sidebar-list-wrap {
  border-bottom: 1px solid #eee;
}

.sidebar-title {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}

.sidebar li {
  font-size: 14px;
}

.sidebar a {
  display: block;
  padding: 0 5px;
  font-size: 14px;
}

.sidebar a:hover {
  text-decoration: underline;
}

.sidebar-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  cursor: pointer;
}

.sidebar-toggle:after {
  content: "";
  position: relative;
  top: -3px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #929292;
  border-bottom: 1px solid #929292;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar-toggle.is-active:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.sidebar-list-child {
  display: none;
}

@media screen and (max-width: 640px) {
  .news-content .section-wrap {
    display: block;
    padding: 25px 0;
  }
  #news .section-wrap {
    display: block;
    padding: 25px 20px;
  }
  .news-content .content {
    width: 100%;
    max-width: auto;
  }
  .news-list {
    width: 100%;
    max-width: auto;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .news-list li {
    margin-top: 8px;
  }
  .news-list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
    margin-top: 0;
  }
  .news-list li .head:after {
    display: none;
  }
  .news-list li .date {
    font-size: 14px;
    line-height: calc(22 / 14);
  }
  .news-list li .summary {
    width: 100%;
  }
  .news-list li h3 {
    clear: both;
    margin-left: 0;
    margin-bottom: 10px;
    overflow: auto;
    white-space: normal;
    font-size: 14px;
    line-height: calc(40 / 28);
  }
  .sidebar {
    width: 100%;
    padding-left: 0;
  }
  .sidebar-title {
    padding: 5px 0 8px;
  }
  .sidebar-toggle {
    padding: 5px 0;
  }
  .sidebar a {
    padding: 1px 0;
  }
}
/*# sourceMappingURL=style.css.map */