html {
  font-size: 62.5%;
}

body {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #333333;
	background-color: #fcfcfc;
	font-size: 1.4em;
	line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body * {
  box-sizing: inherit;
}

.cinple-blue {
  color: #231F77;
  font-size: 1.2em;
}

.pc-dsp {
  display: none;
}

.main-image{
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

.image-relative {
  margin: 0 auto;
  position: relative;
}

.image-main {
  width: 70%;
}

.image-absolute{
  position: absolute;
}

.image-lefttop {
  left: 5%;
  top: -2%;
  width: 15%;
}
.image-leftbottom {
  left: 4%;
  bottom: -5%;
  width: 22%;
}
.image-righttop {
  right: -1%;
  top: -5%;
  width: 25%;
}
.image-rightbottom {
  right: 5%;
  bottom: -10%;
  width: 20%;
}

.service-name{
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 100%;
}

.service-logo-image {
  width: 50%;
}

.service-text {
  position: absolute;
  color: #999;
  width: 100%;
  font-size: 1.5em;
  left: 50%;
  transform: translate(-50%, -10%);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

/* --------------------
- 説明箇所
-------------------- */

.sp-point-image {
  width: 50%;
  display: block;
  margin: 0 auto;
}

.description-heading-text {
  font-size: 2em;
  text-align: center;
}

.description-heading-text::before {
  content: ".";
  background-image: url(../image/kachi-b.png);
  display: inline-block;
  color: rgba(75, 75, 75, 0.2);
  width: 50px;
  height: 85%;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  transform: rotate(-15deg);
  z-index: 10;
}

.sp-box {
  margin: 10px 20px 20px;
}

.sp-box p {
  padding: 10px 0;
  font-size: 1.2em;
}

.sup-text {
  font-size: 0.8em;
}

.strong-text {
  font-size: 1.5em;
}

/* --------------------
- ボタン
--------------------*/

.btn-top {
  position: relative;
  margin: 50px auto;

}

.btn-bottom {
  position: relative;
  margin: 50px auto;
}

.btn,
a.btn,
button.btn {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #231F77;
  border-radius: 0.5rem;
}

a.btn-3d-flip {
  display: block;

  width: 200px;
  margin: 0 auto;
  padding: 0;

  -webkit-perspective: 600px;

  perspective: 600px;
}

a.btn-3d-flip:hover .btn-3d-flip-box {
  -webkit-transform: translateY(-50%) rotateX(90deg);
  transform: translateY(-50%) rotateX(90deg);
}

a.btn-3d-flip.btn-3d-flip2:hover .btn-3d-flip-box2 {
  -webkit-transform: translateX(-50%) rotateY(-90deg);
  transform: translateX(-50%) rotateY(-90deg);
}

.btn-3d-flip-box {
  position: relative;

  display: block;

  width: 100%;
  height: 100%;
  margin: auto;

  -webkit-transition: all 0.4s;

  transition: all 0.4s;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  text-decoration: none;
  text-transform: uppercase;

  color: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

.btn-3d-flip-box2 {
  position: relative;

  display: block;

  width: 100%;
  height: 100%;
  margin: auto;

  -webkit-transition: all 0.4s;

  transition: all 0.4s;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  text-decoration: none;
  text-transform: uppercase;

  color: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

.btn-3d-flip-box-face {
  display: block;
  position: relative;

  width: 100%;
  padding: 1.5em 0.5em;

  -webkit-transition: all 0.4s;

  transition: all 0.4s;

  color: #fff;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

.btn-3d-flip-box-face--front {
  background: #eb6100;
}

.btn-3d-flip-box-face--back {
  position: absolute;
  top: 100%;
  left: 0;

  -webkit-transform: translateY(-1px) rotateX(-90deg);

  transform: translateY(-1px) rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;

  background: #dc5b00;
}

.btn-3d-flip-box-face--front2 {
  color: #fff;
  border: 2px solid #231F77;
  background: #231F77;
  border-radius: 5px;
}

.btn-3d-flip-box-face--back2 {
  position: absolute;
  top: 0;
  left: 100%;

  -webkit-transform: translateX(-1px) rotateY(90deg);

  transform: translateX(-1px) rotateY(90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;

  color: #231F77;
  border: 2px solid #231F77;
  background: #fff;
  border-radius: 5px;

  
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

/* -----------------
- フッター
------------------*/

.footer{
  width: 100%;
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: 30px 0;
}

/*------------------------------------------
- PC対応
------------------------------------------*/
@media screen and (min-width: 1025px) {
  .pc-dsp {
    display: block;
  }

  .sp-dsp {
    display: none;
  }

  .main-image{
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }

  .image-relative {
    margin: 0 auto;
    position: relative;
  }

  .image-main {
    width: 70%;
  }

  .image-absolute{
    position: absolute;
  }

  .image-lefttop {
    left: 5%;
    top: -2%;
    width: 15%;
  }
  .image-leftbottom {
    left: 4%;
    bottom: -5%;
    width: 22%;
  }
  .image-righttop {
    right: -1%;
    top: -5%;
    width: 25%;
  }
  .image-rightbottom {
    right: 5%;
    bottom: -10%;
    width: 20%;
  }

  .service-name{
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 100%;
  }

  .service-logo-image {
    width: 300px;
  }

  .service-text {
    position: absolute;
    color: #999;
    font-size: 3em;
    left: 50%;
    transform: translate(-50%, -35%);
    -webkit-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
  }

/* --------------
- 説明箇所
---------------*/
.description {
  background: url(../image/4502426_m.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 50vh;
  margin: 0 auto;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: darken;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.description-heading {
  color: #fff;
  display: flex;
  text-align: right;
  justify-content: center;
}

.description-heading-image img {
  width: 30%;
}

.description-heading-text {
  font-size: 3em;
}

.description-heading-text::before {
  content: " ";
  background-image: url(../image/kachi.png);
  display: inline-block;
  width: 50px;
  height: 85%;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  transform: rotate(-15deg);
}

.css-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 2em;
  padding: 0 8em;
}

.point {
  margin: 30px 0;
}

.css-grid > .box {
  position: relative;
  margin: 1rem 0;
  min-width: 0;
  padding: 0.5em 1em;
  background-color: rgba(255,255,255,0.7);
  border-radius: 5px;
}
.box .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #fff;
  color: #333;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.box p {
  margin: 0; 
  padding: 0;
  font-size: 2em;
}

/* -----------------
- ボタン
------------------*/

.btn-top {
  position: relative;
  margin: 5em auto 2em;

}

.btn-bottom {
  position: relative;
  margin: 50px auto;
}

.btn,
a.btn,
button.btn {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #231F77;
  border-radius: 0.5rem;
}

a.btn-3d-flip {
  display: block;

  width: 200px;
  margin: 0 auto;
  padding: 0;

  -webkit-perspective: 600px;

  perspective: 600px;
}

a.btn-3d-flip:hover .btn-3d-flip-box {
  -webkit-transform: translateY(-50%) rotateX(90deg);
  transform: translateY(-50%) rotateX(90deg);
}

a.btn-3d-flip.btn-3d-flip2:hover .btn-3d-flip-box2 {
  -webkit-transform: translateX(-50%) rotateY(-90deg);
  transform: translateX(-50%) rotateY(-90deg);
}

.btn-3d-flip-box {
  position: relative;

  display: block;

  width: 100%;
  height: 100%;
  margin: auto;

  -webkit-transition: all 0.4s;

  transition: all 0.4s;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  text-decoration: none;
  text-transform: uppercase;

  color: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

.btn-3d-flip-box2 {
  position: relative;

  display: block;

  width: 100%;
  height: 100%;
  margin: auto;

  -webkit-transition: all 0.4s;

  transition: all 0.4s;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  text-decoration: none;
  text-transform: uppercase;

  color: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

.btn-3d-flip-box-face {
  display: block;
  position: relative;

  width: 120%;
  padding: 1.5em 0.5em;

  -webkit-transition: all 0.4s;

  transition: all 0.4s;

  color: #fff;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

.btn-3d-flip-box-face--front {
  background: #eb6100;
}

.btn-3d-flip-box-face--back {
  position: absolute;
  top: 100%;
  left: 0;

  -webkit-transform: translateY(40px) rotateX(-90deg);

  transform: translateY(40px) rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;

  background: #dc5b00;
}

.btn-3d-flip-box-face--front2 {
  color: #fff;
  border: 2px solid #231F77;
  background: #231F77;
  border-radius: 5px;
}

.btn-3d-flip-box-face--back2 {
  position: absolute;
  top: 0;
  left: 100%;

  -webkit-transform: translateX(40px) rotateY(90deg);

  transform: translateX(40px) rotateY(90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;

  color: #231F77;
  border: 2px solid #231F77;
  background: #fff;
  border-radius: 5px;

  
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
}