@charset "UTF-8";
/* -------------- config -------------- */
.blue1 {
  color: #112a88;
}

.yellow {
  color: #ffbb45;
}

h2.h2 {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}
h2.h2 span {
  font-size: 3.4rem;
  line-height: 1;
  color: #112a88;
  font-feature-settings: "palt";
}

img {
  width: 100%;
}

/* -------------- body -------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  color: #474645;
  width: 100%;
  overflow-x: hidden;
}

/* -------------- header -------------- */
header {
  position: absolute;
  width: 100%;
  height: 72px;
  padding: 15px;
  top: 0;
  z-index: 7000;
  transition: all 0.3s;
}
header.scrolled {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
header.scrolled #headerWrap p #headerLogo {
  background: url(../svg/logo2.svg);
  background-size: 100%;
}
header.scrolled #headerWrap #hamburger #icon li {
  background: #474645;
}
header #headerWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
header #headerWrap #headerLogo {
  width: 145px;
  height: 46px;
}
header #headerWrap #header_nav {
  display: none;
}
header #headerWrap p #headerLogo {
  background: url(../svg/logo.svg);
  background-size: 100%;
  width: 145px;
  height: 46px;
  display: block;
}
header #headerWrap #hamburger {
  padding: 8px;
  cursor: pointer;
}
header #headerWrap #hamburger #icon {
  width: 24px;
  height: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
header #headerWrap #hamburger #icon li {
  width: 100%;
  height: 3px;
  background: #ffffff;
  transition: 0.5s;
}
header #headerWrap #hamburger #icon li:nth-of-type(2) {
  width: 67%;
}

.active header {
  position: fixed;
  top: 0;
  left: 0;
}
.active header.scrolled {
  background: none;
  box-shadow: none;
}
.active header.scrolled #headerWrap p #headerLogo {
  background: url(../svg/logo.svg);
  background-size: 100%;
}
.active header #headerWrap #hamburger #icon {
  height: 24px;
  position: relative;
}
.active header #headerWrap #hamburger #icon li {
  background: #ffffff;
  position: absolute;
  top: 50%;
}
.active header #headerWrap #hamburger #icon li.x1 {
  transform: rotate(45deg);
  transition: 0.5s;
}
.active header #headerWrap #hamburger #icon li.x2 {
  transform: rotate(-45deg);
  transition: 0.5s;
  width: 100%;
}
.active #menu {
  display: flex;
  transition: all 0.5s;
}

#menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 5000;
  background: #112a88;
  transition: 0.3s;
  opacity: 0.95;
  flex-direction: column;
  justify-content: center;
}
#menu #menuList {
  width: 230px;
  margin: 0 auto;
}
#menu #menuList li {
  margin-bottom: 30px;
  text-align: left;
}
#menu #menuList li a {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
}
#menu div {
  width: 100%;
  margin-top: auto;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
}
#menu div #sns {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#menu div #sns li {
  width: 24px;
  height: 24px;
  margin: 0 10px;
}
#menu div #sns li a {
  display: block;
}
#menu div #sns li a img {
  width: 100%;
  height: 100%;
}
#menu div small {
  font-size: 1.2rem;
  color: #ffffff;
  text-align: center;
  display: block;
}

/* -------------- main -------------- */
#container {
  position: relative;
  top: 0;
}
#hero {
  width: 100%;
  height: 300px;
}
#hero #heroSlide {
  height: 100%;
}
#hero #heroSlide .slick-list {
  width: 100%;
  height: 100%;
}
#hero #heroSlide .slick-list .slick-track {
  height: 100%;
}
#hero #heroSlide .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero #heroSlide .slick-dots {
  bottom: 0;
  display: flex;
  padding: 15px;
}
#hero #heroSlide .slick-dots li {
  width: 40px;
  height: 4px;
}
#hero #heroSlide .slick-dots li button {
  width: 40px;
  height: 4px;
  padding: 0;
  border-radius: 3px;
  background: white;
  opacity: 0.5;
  text-indent: -9999px;
}
#hero #heroSlide .slick-dots li.slick-active button {
  opacity: 1;
}
#hero #heroBox {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
}
#hero #heroBox h1 {
  text-align: center;
  color: #ffffff;
  font-size: 2.6rem;
  margin-top: 30px;
}
#hero #heroBox h1 b {
  font-size: 5rem;
  display: block;
}

#introduction {
  background: url(../img/lines.png);
  background-size: 890px 950px;
  background-position: center center;
  padding: 30px 0 15.1vw;
  position: relative;
  z-index: 1;
}
#introduction #introFirst p {
  font-size: 5.4rem;
  text-align: center;
  font-weight: 900;
}
#introduction #introFirst p.subtext {
  font-size: 2.8rem;
}
#introduction #introSecound {
  background: linear-gradient(0deg, rgb(11, 149, 215) 0%, rgb(0, 33, 119) 100%);
  -webkit-clip-path: polygon(0 0, 100% 15vw, 100% 100%, 0 calc(100% - 15vw));
          clip-path: polygon(0 0, 100% 15vw, 100% 100%, 0 calc(100% - 15vw));
  padding: 115px 0 60px;
}
#introduction #introSecound dl dt {
  font-size: 2.6rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
#introduction #introSecound dl dt::after {
  content: "";
  display: block;
  width: 40px;
  height: 16px;
  background: url(../svg/arrow.svg);
  background-size: 100%;
  margin: 5px auto;
}
#introduction #introSecound dl dd {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#introduction #introSecound dl dd::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background: url(../img/check.png);
  background-size: 100%;
}
#introduction figure#block {
  margin-top: -16.5vw;
  width: 100%;
  height: 215px;
  -webkit-clip-path: polygon(0% 0%, 100% 15vw, 100% 100%, 0 calc(100% - 15vw));
          clip-path: polygon(0% 0%, 100% 15vw, 100% 100%, 0 calc(100% - 15vw));
  background: url(../img/block.jpg) no-repeat;
  background-size: 1000px;
  background-position: right 0 top 0;
}

#appeal {
  margin: -121px 0 27px;
  padding: 85px 15px 80px;
  background: url(../img/lines.png) #f2f2f2;
  background-size: 890px 950px;
  background-position: center center;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 15vw), 50% 100%, 0 calc(100% - 15vw));
          clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 15vw), 50% 100%, 0 calc(100% - 15vw));
  position: relative;
}
#appeal #appealBox h2 {
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
}
#appeal #appealBox h2 p:nth-of-type(1) {
  font-size: 3.4rem;
}
#appeal #appealBox h2 p:nth-of-type(1) span {
  font-size: 2.4rem;
}
#appeal #appealBox h2 p:nth-of-type(2) span:nth-of-type(1) {
  font-size: 3.4rem;
  vertical-align: middle;
}
#appeal #appealBox h2 p:nth-of-type(2) span:nth-of-type(2) {
  font-size: 8.7rem;
  margin-left: -5px;
  vertical-align: middle;
}
#appeal #appealBox h2 p:nth-of-type(2) span:nth-of-type(3) {
  font-size: 6.4rem;
  margin-left: -5px;
  vertical-align: bottom;
}
#appeal #appealBox h2 p:nth-of-type(2) span:nth-of-type(4) {
  font-size: 2.4rem;
  margin-left: -5px;
  vertical-align: bottom;
}
#appeal #appealBox h2 p:nth-of-type(2) span:nth-of-type(5) {
  font-size: 3.4rem;
  margin-left: -5px;
  vertical-align: bottom;
}
#appeal #appealBox #appealList li {
  display: flex;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 28px;
}
#appeal #appealBox #appealList li:nth-of-type(1) .no p {
  background: #112a88;
}
#appeal #appealBox #appealList li:nth-of-type(2) .no p {
  background: #4260b1;
}
#appeal #appealBox #appealList li:nth-of-type(3) .no p {
  background: #7d94d6;
}
#appeal #appealBox #appealList li .no {
  margin-right: 10px;
}
#appeal #appealBox #appealList li .no p {
  color: #ffffff;
  font-size: 3.7rem;
  display: inline-block;
  padding: 3px 10px;
}
#appeal #appealBox #appealList li .no p span {
  font-size: 1.4rem;
  vertical-align: 2px;
}
#appeal #appealBox #appealList li .text {
  font-size: 2.4rem;
  margin-top: 0.5em;
  flex: 1;
}
#appeal #appealBox #appealList li .text p:nth-of-type(2) {
  float: right;
  margin-top: 7px;
}

.call {
  color: #ffffff;
  background: #112a88;
  max-width: 640px;
  margin: 0 auto;
  padding: 22px 15px;
}
.call .consultation {
  text-align: center;
  line-height: 1;
}
.call .consultation span {
  font-size: 3.2rem;
  font-weight: 900;
  display: inline-block;
  margin: 0 10px;
}
.call .consultation::before, .call .consultation::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 22px;
  background: url(../svg/img__phone.svg);
}
.call .callmenow {
  font-size: 1.4rem;
  font-weight: 100;
  text-align: center;
  margin-top: 5px;
  line-height: 1;
}
.call .callNumber {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.call .callNumber p a {
  font-size: 3.5rem;
  font-weight: 900;
  color: #ffffff;
}
.call .open {
  font-size: 1.4rem;
  text-align: center;
}
.call .open span:nth-of-type(1) {
  font-weight: 500;
}
.call .open span:nth-of-type(2) {
  font-weight: 100;
}
.call .open span:nth-of-type(3) {
  font-weight: 700;
}

#blur {
  filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.5));
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 15vw, 100% 100%, 0 100%);
          clip-path: polygon(0% 0%, 100% 15vw, 100% 100%, 0 100%);
  padding-bottom: 7vw;
}

#casestudy {
  margin-bottom: 40px;
}
#casestudy #detail {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
#casestudy #detail a {
  color: #ffffff;
  background: #112a88;
  font-size: 2.2rem;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
#casestudy #detail a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.6em;
  height: 0.6em;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  transform: rotate(45deg);
}

#inlineImage figure {
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 15vw, 100% 100%, 0 calc(100% - 15vw));
          clip-path: polygon(0 0, 100% 15vw, 100% 100%, 0 calc(100% - 15vw));
  background: url(../img/work01.jpg) no-repeat;
  background-size: cover;
}

#voice {
  background: url(../img/lines.png) #f2f2f2;
  background-size: 890px 950px;
  background-position: center center;
  margin: -60px 0 20px;
  padding-top: 80px;
  -webkit-clip-path: polygon(0 0, 100% 15vw, 100% 100%, 0 calc(100% - 15vw));
          clip-path: polygon(0 0, 100% 15vw, 100% 100%, 0 calc(100% - 15vw));
}
#voice ul {
  margin: 0 15px 40px;
  max-width: 640px;
}
#voice ul li {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 12px;
  text-indent: -17px;
  line-height: 1.7em;
}
#voice ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  vertical-align: 3px;
  margin-right: 5px;
}
#voice ul li:nth-of-type(1)::before {
  background: #112a88;
}
#voice ul li:nth-of-type(2)::before {
  background: #4260b1;
}
#voice ul li:nth-of-type(3)::before {
  background: #7d94d6;
}
#voice ul li .yellowBox {
  background: #ffbb45;
  color: #ffffff;
  font-weight: 700;
}

#roof {
  margin-bottom: 40px;
}
#roof ul {
  margin: 0 15px;
}
#roof ul li {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 12px;
  text-indent: -17px;
  line-height: 1.7em;
}
#roof ul li:not(:last-child) {
  margin-bottom: 20px;
}
#roof ul li span {
  font-size: 3.6rem;
  margin-left: 5px;
  font-weight: 900;
  position: relative;
}
#roof ul li span.brakeline {
  display: inline-block;
  margin-left: 3em;
}
#roof ul li span span {
  position: absolute;
  right: 0;
  top: -3px;
  font-size: 1.2rem;
  font-weight: 100;
}
#roof ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  vertical-align: 3px;
  margin-right: 5px;
}
#roof ul li:nth-of-type(1)::before {
  background: #112a88;
}
#roof ul li:nth-of-type(2)::before {
  background: #4260b1;
}
#roof ul li:nth-of-type(3)::before {
  background: #7d94d6;
}
#roof ul li .yellowBox {
  background: #ffbb45;
  color: #ffffff;
  font-weight: 700;
}
#roof small {
  font-size: 1.4rem;
  padding: 0 28px;
  margin-bottom: 25px;
  display: block;
}
#roof #scrollTable {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
}
#roof #scrollTable table {
  border-collapse: collapse;
}
#roof #scrollTable table tr th, #roof #scrollTable table tr td {
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
  padding: 1em 0.5em;
  border: solid 1px #474645;
}
#roof #scrollTable table#left {
  margin-left: 15px;
}
#roof #scrollTable table#left th {
  background: #d8d8d8;
}
#roof #scrollTable table#right {
  margin-right: 15px;
}
#roof #scrollTable table#right th, #roof #scrollTable table#right td {
  text-align: center;
  min-width: 70px;
  border-left: none;
}
#roof #scrollTable table#right th {
  background: #d8d8d8;
}
#roof #scrollTable table#right tr:nth-child(even) {
  background: #F8F8F8;
}
#roof #scrollTable #scroll {
  overflow-x: scroll;
  scrollbar-width: none;
  display: flex;
  -webkit-overflow-scrolling: touch;
}
#roof #scrollTable #scroll::-webkit-scrollbar {
  display: none;
}

#gutter {
  margin-bottom: 45px;
}
#gutter ul {
  margin: 0 15px;
}
#gutter ul li {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 12px;
  text-indent: -17px;
  line-height: 1.7em;
}
#gutter ul li:not(:last-child) {
  margin-bottom: 20px;
}
#gutter ul li span {
  font-size: 3.6rem;
  margin-left: 5px;
  font-weight: 900;
  position: relative;
}
#gutter ul li span.brakeline {
  display: inline-block;
  margin-left: 3em;
}
#gutter ul li span span {
  position: absolute;
  right: 0;
  top: -3px;
  font-size: 1.2rem;
  font-weight: 100;
}
#gutter ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  vertical-align: 3px;
  margin-right: 5px;
}
#gutter ul li:nth-of-type(1)::before {
  background: #112a88;
}
#gutter ul li:nth-of-type(2)::before {
  background: #4260b1;
}
#gutter ul li:nth-of-type(3)::before {
  background: #7d94d6;
}
#gutter ul li .yellowBox {
  background: #ffbb45;
  color: #ffffff;
  font-weight: 700;
}
#gutter small {
  font-size: 1.4rem;
  padding: 0 28px;
  margin-bottom: 25px;
  display: block;
}
#gutter #scroll {
  overflow: auto;
}
#gutter #scroll table {
  border-collapse: collapse;
  margin: 0 15px;
}
#gutter #scroll table tr {
  background: #f8f8f8;
}
#gutter #scroll table tr:nth-of-type(1) th:not(:first-child) {
  text-align: center;
}
#gutter #scroll table th, #gutter #scroll table td {
  border: solid 1px #474645;
  font-size: 1.4rem;
  white-space: nowrap;
  padding: 1em 0.5em;
}
#gutter #scroll table th {
  background: #d8d8d8;
  min-width: 70px;
}
#gutter #scroll table td {
  text-align: center;
}

#reasonable {
  padding: 0 15px;
  margin-bottom: 40px;
}
#reasonable p {
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.7em;
  margin-bottom: 30px;
}
#reasonable p span {
  display: inline-bloc;
}
#reasonable figure #graphSp {
  display: block;
}
#reasonable figure #graphPc {
  display: none;
}

#experience {
  position: relative;
  padding: 0 0 10px;
  z-index: 100;
}
#experience::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 15vw, 100% 100%, 0 calc(100% - 15vw));
          clip-path: polygon(0 0, 100% 15vw, 100% 100%, 0 calc(100% - 15vw));
  background: url(../img/lines.png) #f2f2f2;
  background-size: 890px 950px;
  background-position: center center;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}
#experience .headtext {
  font-size: 5.4rem;
  text-align: center;
  font-weight: 900;
}
#experience .subtext {
  font-size: 2.4rem;
  text-align: center;
}
#experience .call {
  margin: 15px;
}

#campaign {
  margin-top: -10px;
  padding: 85px 15px 80px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 15vw));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 15vw));
  background: linear-gradient(0deg, rgb(11, 149, 215) 0%, rgb(0, 33, 119) 100%);
  position: relative;
  z-index: 1;
}
#campaign h2 {
  font-size: 3.2rem;
  font-weight: 900;
  color: #112a88;
  text-align: center;
  position: relative;
  background: #ffffff;
  margin-bottom: 30px;
  padding: 5px 0;
}
#campaign h2::after {
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  border-color: transparent;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 50px;
  border-right-width: 50px;
  margin-left: -50px;
  border-top-color: #ffffff;
  top: 100%;
  left: 50%;
}
#campaign p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
#campaign p span {
  display: block;
  font-size: 3.4rem;
}
#campaign p span.limited {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
#campaign p span.bold {
  font-weight: 900;
  line-height: 1;
}
#campaign p:nth-of-type(1) {
  margin-bottom: 30px;
}
#campaign p:nth-of-type(2) span {
  font-size: 4.5rem;
}

#profile {
  background: url(../img/lines.png) #f2f2f2;
  background-size: 890px 950px;
  background-position: center center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 15vw));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 15vw));
  margin-top: -60px;
  padding: 80px 0 80px;
}
#profile p {
  font-size: 1.6rem;
  padding: 30px 15px 10px;
  line-height: 1.8em;
}
#profile b {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: right;
  display: block;
  padding: 0 15px;
}
#profile b span {
  font-size: 1.6rem;
  margin-right: 0.5em;
}

#faq {
  margin-top: -60px;
  padding: 90px 0 0;
}
#faq dl {
  padding: 0 15px;
}
#faq dl dt, #faq dl dd {
  display: flex;
  align-items: start;
}
#faq dl dt span, #faq dl dd span {
  font-size: 3.8rem;
  font-weight: 900;
  width: 1em;
}
#faq dl dt p, #faq dl dd p {
  font-size: 1.6rem;
  padding: 1.2em 0 0 1em;
  flex: 1;
}
#faq dl dt span {
  color: #112a88;
}
#faq dl dt p {
  font-weight: 300;
}
#faq dl dd {
  margin-bottom: 1.5em;
  padding-bottom: 2em;
}
#faq dl dd span {
  color: #FF6969;
}
#faq dl dd p {
  font-weight: 700;
}
#faq dl dd:not(:last-child) {
  border-bottom: solid 1px #909090;
}

#area {
  position: relative;
}
#area::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 15vw, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 15vw, 100% 100%, 0 100%);
  background: url(../img/lines.png) #f2f2f2;
  background-size: 890px 950px;
  background-position: center center;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: -1;
}
#area p {
  text-align: center;
}
#area p:nth-of-type(1) {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1;
}
#area p:nth-of-type(1) span {
  font-size: 4.1rem;
}
#area p:nth-of-type(2) {
  font-size: 1.6rem;
  font-weight: 700;
}
#area p:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 40px;
  height: 16px;
  background: url(../svg/arrow.svg);
  background-size: 100%;
  margin: 20px auto;
}
#area ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0 15px;
}
#area ul li {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.8rem;
}
#area ul li:not(:last-child)::after {
  content: "、";
}
#area #creditcard {
  margin: 0 15px;
  position: relative;
  z-index: 100;
}
#area #work {
  margin-top: -15vw;
  position: relative;
}
#area #work figure {
  width: 100%;
  height: 215px;
  -webkit-clip-path: polygon(0 0, 100% 15vw, 100% 100%, 0 calc(100% - 15vw));
          clip-path: polygon(0 0, 100% 15vw, 100% 100%, 0 calc(100% - 15vw));
  background: url(../img/work02.jpg) no-repeat;
  background-size: cover;
}

#contact {
  background: #f2f2f2;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 15vw));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 15vw));
  padding: 20px 15px 80px;
}
#contact h2 {
  font-size: 3.4rem;
  font-weight: 900;
  color: #112a88;
  text-align: center;
}

#company {
  background: url(../img/lines.png);
  background-size: 890px 950px;
  background-position: center center;
  margin-top: -15vw;
  padding: 15vw 0 80px;
}
#company figure {
  width: 165px;
  margin: 30px auto;
}
#company address {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2em;
}
#company ul {
  font-size: 1.6rem;
}
#company ul li p:nth-of-type(1) {
  font-weight: 900;
}
#company ul#companystatus {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
#company ul#companystatus li {
  display: flex;
  flex-wrap: nowrap;
  margin-right: 1em;
}
#company ul#Industry li p {
  text-align: center;
}
#company ul#Industry li ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 30px;
}
#company ul#Industry li ul li:not(:last-child)::after {
  content: "、";
}

#fixedNav {
  width: 100%;
  position: fixed;
  top: auto;
  bottom: 0;
  z-index: 1000;
}
#fixedNav ul {
  display: flex;
}
#fixedNav ul li {
  flex: 1;
}
#fixedNav ul li:nth-of-type(1) {
  background: #3B54B1;
}
#fixedNav ul li:nth-of-type(2) {
  background: #768AD8;
}
#fixedNav ul li:nth-of-type(3) {
  background: #18AF2F;
}
#fixedNav ul li a {
  color: #ffffff;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fixedNav ul li a figure {
  width: 20px;
  margin-right: 5px;
}
#fixedNav ul li a p {
  display: block;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1;
}
#fixedNav ul li .mobile {
  display: block;
}
#fixedNav ul li .pc {
  display: none;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: 60px;
  background: #112a88;
  border-radius: 50%;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
  z-index: 3000;
}
#page_top a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#page_top a img {
  width: 20px;
}

#thanks {
  text-align: center;
  background: url(../img/lines.png);
  background-position: center center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#thanks h2 {
  margin-bottom: 2em;
  font-size: 2.4rem;
}
#thanks #message {
  font-size: 1.6rem;
}
#thanks #returnTop {
  margin: 30px auto;
  max-width: 180px;
}
#thanks #returnTop a {
  color: white;
  background: #112a88;
  margin-top: 50px;
  padding: 0.5em 2em;
  border-radius: 5px;
}

/* ==============================

.siko_jirei

============================== */
.casestudy_jirei .casestudy_jirei_h2 {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
}

.casestudy_jirei_items {
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (min-width: 758px) {
  .casestudy_jirei_items {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 90%;
    max-width: 748px;
    margin: 0 auto;
  }
  .casestudy_jirei_item {
    width: 700px;
    margin-top: 3em;
  }
}
.casestudy_jirei_item {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media screen and (min-width: 758px) {
  .casestudy_jirei_item {
    width: 350px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.casestudy_jirei_item .jirei_picture {
  width: 93%;
  margin: 0 auto;
}

.casestudy_jirei_item .jirei_comment {
  color: #000000;
  margin: 10px auto;
  padding: 0 23px;
  font-size: 16px;
  font-weight: bold;
}

.casestudy_jirei_item .jirei_comment_a {
  text-align: center;
  margin-top: 26px;
}

.casestudy_jirei_item a {
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 15px;
  font-size: 20px;
  font-weight: bold;
  background-color: #112a88;
}

@media screen and (min-width: 768px) {
  .casestudy_jirei_item a {
    font-size: 20px;
    padding: 12px 15px;
  }
}/*# sourceMappingURL=style.css.map */