@charset "UTF-8";
/* color */
/* color */
/* color */
/* -------------------------- */
/* reset */
/* -------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

* {
  box-sizing: border-box;
}

/* -------------------------- */
/* all style */
/* -------------------------- */
html {
  font-size: 62.5%;
}

/*font-family: 'Noto Serif JP', serif; */
/*font-family: "M Plus 1p" */
/*font-family: "Hannari";  */
/*Sawarabi Mincho"; */
/*font-family: "Noto Sans JP",Noto Sans JP,"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Noto Sans JP", Noto Sans JP, "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 1.4em;
  line-height: 1.6;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

.gosic {
  font-family: "Noto Sans JP", Noto Sans JP, "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

a {
  text-decoration: none;
}
a.navbar-item:hover {
  background-color: unset;
  color: #85c8ec;
}

img {
  width: 100%;
}

button:hover,
a:hover {
  opacity: 0.8;
  color: unset;
}

/*vue 切り替え*/
@-webkit-keyframes cloak-in {
  0% {
    opacity: 0;
  }
}
@keyframes cloak-in {
  0% {
    opacity: 0;
  }
}
#head,
#company-content,
#top-content {
  -webkit-animation: cloak-in 1s;
  animation: cloak-in 1s;
}

[v-cloak] {
  opacity: 0;
}

/**************/
.contents {
  padding: 0 1.5rem;
}
@media screen and (min-width: 896px) {
  .contents {
    max-width: 1180px;
    margin: 0 auto;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}

.point-btn {
  padding: 0.5rem 0;
  width: 21rem;
  margin: 0 auto;
  border-radius: 3rem;
  background-color: #008cd6;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.6rem;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .point-btn {
    padding: 1rem 0;
    width: 25rem;
  }
}
.point-btn img {
  width: 15%;
  padding-right: 1rem;
}
@media screen and (min-width: 1024px) {
  .point-btn img {
    width: 20%;
  }
}
.point-btn p {
  width: 40%;
  color: #fff;
}
.point-btn p span {
  font-size: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .point-btn p span {
    font-size: 3rem;
  }
}

.blue {
  color: #008cd6;
}

.orange {
  color: #f15a24;
}

/*******************/
/*header
/*******************/
.header {
  background-size: 100%;
  width: 100%;
  position: fixed;
  z-index: 99;
}
@media screen and (min-width: 896px) {
  .header {
    position: relative;
  }
}
.header .navbar {
  background-color: unset;
  max-width: 118rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 896px) {
  .header .navbar {
    justify-content: space-between;
    margin: 0 auto;
  }
}
.header .navbar .navbar-brand {
  width: 25rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 896px) {
  .header .navbar .navbar-brand {
    padding: 3rem 0;
    width: 25rem;
  }
}
.header .navbar .navbar-brand .logo img {
  width: 12rem;
}
@media screen and (min-width: 896px) {
  .header .navbar .navbar-brand .logo img {
    max-height: 12rem;
    height: auto;
    width: auto;
  }
}
.header .navbar .pc-head {
  width: 50%;
  margin: 1rem;
}
.header .navbar .pc-head ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header .navbar .pc-head ul li {
  padding: 1rem 1rem 0.5rem;
  border-radius: 0.5rem;
}
.header .navbar .pc-head ul li .contacts {
  color: #222;
  text-align: center;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.header .navbar .pc-head ul li .contacts img {
  width: 5rem;
}
.header .navbar .pc-head ul li .contacts .tel-txt {
  text-align: center;
}
.header .navbar .pc-head ul li:first-child {
  width: 32rem;
}
.header .navbar .pc-head ul li:first-child .contacts {
  flex-direction: row;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.header .navbar .pc-head ul li:first-child .contacts img {
  max-height: 10rem;
}
.header .navbar .pc-head ul li:first-child .contacts .tel-txt {
  width: 28rem;
}
.header .navbar .pc-head ul li:first-child .contacts .tel-txt div {
  font-weight: bold;
  line-height: 1.3;
}
.header .navbar .pc-head ul li:first-child .contacts .tel-txt div:first-child {
  color: #f15a24;
}
.header .navbar .pc-head ul li:first-child .contacts .tel-txt div:nth-child(2) {
  transform: scaleX(1.2);
  color: #008cd6;
  font-size: 3rem;
}
.header .navbar .pc-head ul li:first-child .contacts .tel-txt div:nth-child(3) {
  font-size: 1.2rem;
}
.header .navbar .pc-head ul li:nth-child(2) {
  width: 15rem;
  height: 10rem;
  margin-right: 1.5rem;
  background-color: #00b900;
}
.header .navbar .pc-head ul li:nth-child(2) .contacts {
  color: #fff;
}
.header .navbar .pc-head ul li:nth-child(2) .contacts img {
  max-height: 4rem;
  width: auto;
}
.header .navbar .pc-head ul li:nth-child(3) {
  height: 10rem;
  width: 15rem;
  background-color: #f15a24;
}
.header .navbar .pc-head ul li:nth-child(3) .contacts {
  color: #fff;
}
.header .navbar .pc-head ul li:nth-child(3) .contacts img {
  width: 4rem;
  padding-bottom: 0.5rem;
  padding-top: 0.9rem;
}
.header .pc-menu {
  padding: 0.5rem 0;
  background-color: #00206d;
}
.header .pc-menu ul {
  max-width: 118rem;
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.header .pc-menu ul li {
}
.header .pc-menu ul li a {
  display: flex;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #fff;
  padding: 0 20px;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
}
.header .pc-menu ul li:last-child a {
  border-right: none;
}
.header .hamburger_btn {
  position: absolute;
  right: 0;
  display: flex;
  border-radius: 2px;
  width: 6rem;
  height: 6rem;
  justify-content: center;
  z-index: 50;
  cursor: pointer;
}
.header .hamburger_btn .line {
  position: absolute;
  top: 0;
  right: 13px;
  height: 4px;
  background-color: #008cd6;
  text-align: center;
}
.header .hamburger_btn .line_01 {
  top: 17px;
  width: 24px;
  transition: 0.4s ease;
}
.header .hamburger_btn .line_02 {
  top: 27px;
  width: 28px;
  transition: 0.4s ease;
}
.header .hamburger_btn .line_03 {
  top: 37px;
  width: 32px;
  transition: 0.4s ease;
}
.header .hamburger_btn .btn_line01 {
  transform: translateY(10px) rotate(-45deg);
  transition: 0.4s ease;
  width: 32px;
}
.header .hamburger_btn .btn_line02 {
  transition: 0.4s ease;
  opacity: 0;
}
.header .hamburger_btn .btn_line03 {
  transform: translateY(-10px) rotate(45deg);
  transition: 0.4s ease;
  width: 32px;
}
.header .open .line {
  background-color: #fff;
}
.header .menu_sp {
  background-color: #008cd6;
  border-radius: 4px;
  z-index: 30;
  padding-top: 7rem;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
}
.header .menu_sp ul {
  padding: 0;
}
.header .menu_sp ul li {
  list-style: none;
  line-height: 1;
  padding: 1rem 2rem;
  margin-bottom: 0.5rem;
}
.header .menu_sp ul li a {
  color: #fff;
  text-decoration: none;
  padding-left: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .menu_sp ul li .menu-list li a {
  padding-left: 0;
}

/* -------------------------- */
/* main_visual  */
/* -------------------------- */
#mainvisual {
  position: relative;
}
#mainvisual .mainvisual {
  text-align: center;
  padding-top: 6rem;
}
@media screen and (min-width: 896px) {
  #mainvisual .mainvisual {
    padding-top: unset;
    width: 80%;
    margin: 0 auto 2rem;
  }
}
#mainvisual .mainvisual h2 {
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2rem 0;
}
@media screen and (min-width: 896px) {
  #mainvisual .mainvisual h2 {
    font-size: 3rem;
    padding: 0 0 2rem;
  }
}
#mainvisual .mainvisual figure {
  width: 100%;
}
@media screen and (min-width: 896px) {
  #mainvisual .mainvisual figure {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
#mainvisual .mainvisual #point_a:before {
  display: block;
  height: 7rem;
  content: "";
}
@media screen and (min-width: 896px) {
  #mainvisual .mainvisual #point_a:before {
    margin-top: 0;
    margin-top: -7rem;
  }
}
#mainvisual .mainvisual-text {
  width: 100%;
  margin: -5rem auto 0;
  position: relative;
}
.mainvisual-back {
  background: #e6f5ff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-bottom: 1rem;
}
@media screen and (min-width: 896px) {
  #mainvisual .mainvisual-text {
    width: 90%;
    margin: -5rem auto 3rem;
  }
}
#mainvisual .mainvisual-text ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 896px) {
  #mainvisual .mainvisual-text ul {
    justify-content: space-between;
    padding: 0 1rem;
    flex-direction: row;
  }
}
#mainvisual .mainvisual-text ul li {
  width: 48%;
  margin: 0 0 3rem;
  text-align: center;
  box-shadow: 0 0 15px rgb(0 0 0 / 30%);
  min-height: 28.1rem;
  background: #fff;
}
@media screen and (min-width: 896px) {
  #mainvisual .mainvisual-text ul li {
    width: 48%;
    min-height: 29.5rem;
    width: 30%;
  }
}
#mainvisual .mainvisual-text ul li:first-child {
  margin-right: 1rem;
}
@media screen and (min-width: 896px) {
  #mainvisual .mainvisual-text ul li:first-child {
    margin-right: 0;
  }
}
#mainvisual .mainvisual-text ul li .title {
  width: 80%;
  border-radius: 0 0 1rem 1rem;
  margin: 0 auto;
  color: #008bd4;
  padding: 1rem 0 0;
  border-top: 6px solid #00206d;
}
@media screen and (min-width: 896px) {
  #mainvisual .mainvisual-text ul li .title {
    width: 70%;
    font-size: 1.6rem;
  }
}
#mainvisual .mainvisual-text ul li .title span {
  font-size: 2rem;
  padding-left: 0.5rem;
}
@media screen and (min-width: 896px) {
  #mainvisual .mainvisual-text ul li .title span {
    font-size: 2.5rem;
  }
}
#mainvisual .mainvisual-text ul li .title:nth-child(2) {
  margin-right: 0;
}
#mainvisual .mainvisual-text ul li figure {
  margin: 2rem auto 0;
  width: 10rem;
}
@media screen and (min-width: 896px) {
  #mainvisual .mainvisual-text ul li figure {
    width: 30%;
    height: 115px;
  }
}
#mainvisual .mainvisual-text ul li p {
  padding: 1rem;
}
@media screen and (min-width: 896px) {
  #mainvisual .mainvisual-text ul li p {
    font-size: 1.6rem;
    padding: 0 1.5rem 0;
    height: 100px;
  }
  #mainvisual .mainvisual-text ul li p:nth-of-type(1) {
    font-size: 2.4rem;
    font-weight: bold;
    height: 30px;
  }
}
#mainvisual .mainvisual-text ul li img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

#mainvisual .mainvisual-back figure {
  max-width: 1100px;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 896px) {
  #mainvisual .mainvisual-back figure {
    margin: 0 auto 5rem;
  }
}
/* -------------------------- */
/* point  */
/* -------------------------- */
#points {
  background-image: url(../images/common/sec01-bg01.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position-y: -260px;
}
#points .points {
  margin: 0 auto;
  padding: 3rem 0 0;
}
@media screen and (min-width: 896px) {
  #points .points {
    padding: 50px 0 0;
  }
}
#points .points .text-head {
  padding: 0.5rem 0 0;
  text-align: center;
  font-size: 2.5rem;
  color: #008bd4;
  border-top: 6px solid #00206d;
}
@media screen and (min-width: 896px) {
  #points .points .text-head {
    font-size: 2.5rem;
    padding: 0.5rem 0 0;
    width: 200px;
    margin: 0 auto;
  }
}
#points .points h2 {
  padding: 0.5rem 0 0;
  font-size: 2rem;
  display: flex;
  margin: 0 auto 2rem;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 896px) {
  #points .points h2 {
    font-size: 4rem;
  }
}
#points .points h2 img {
  height: 3rem;
  width: auto;
  padding: 0 1rem;
}
@media screen and (min-width: 896px) {
  #points .points h2 img {
    height: 5rem;
  }
}
#points .points h2 span {
  display: block;
}
#points .points figure {
  width: 70%;
  margin: 2rem auto 0;
}
@media screen and (min-width: 896px) {
  #points .points figure {
    width: 40%;
    margin: 3rem auto 0;
  }
}
#points .points figure .huhu {
  margin-bottom: -2rem;
}

/* -------------------------- */
/* contcts  */
/* -------------------------- */
#contacts .contacts,
#contacts2 .contacts {
  padding: 3rem 0 0;
  text-align: center;
}
#contacts .contacts h2,
#contacts2 .contacts h2 {
  font-size: 5rem;
  padding: 1rem 0 0;
  color: #00206d;
  font-weight: bold;
}
@media screen and (min-width: 896px) {
  #contacts .contacts h2,
  #contacts2 .contacts h2 {
    font-size: 4rem;
    padding: 3rem 0 0;
  }
}
#contacts .contacts-bg,
#contacts2 .contacts-bg {
  padding: 2rem 0;
}
@media screen and (min-width: 896px) {
  #contacts .contacts-bg,
  #contacts2 .contacts-bg {
    background-image: url(../images/common/sec01-bg02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0;
  }
}
#contacts .contacts-bg .img,
#contacts2 .contacts-bg .img {
  width: 90%;
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 896px) {
  #contacts .contacts-bg .img,
  #contacts2 .contacts-bg .img {
    width: 80%;
    flex-direction: row;
  }
}
#contacts .contacts-bg .img li,
#contacts2 .contacts-bg .img li {
  border: 1px solid #777;
  background: #fff;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 896px) {
  #contacts .contacts-bg .img li,
  #contacts2 .contacts-bg .img li {
    width: 40%;
    margin-bottom: unset;
  }
}
#contacts .contacts-bg .img li:first-child,
#contacts2 .contacts-bg .img li:first-child {
  position: relative;
  margin-bottom: 10rem;
}
@media screen and (min-width: 896px) {
  #contacts .contacts-bg .img li:first-child,
  #contacts2 .contacts-bg .img li:first-child {
    margin-right: 5rem;
    margin-bottom: 0;
  }
}
#contacts .contacts-bg .img li:first-child:after,
#contacts2 .contacts-bg .img li:first-child:after {
  position: absolute;
  content: "";
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4rem solid transparent;
  border-right: 4rem solid transparent;
  border-top: 3rem solid #00206d;
}
@media screen and (min-width: 896px) {
  #contacts .contacts-bg .img li:first-child:after,
  #contacts2 .contacts-bg .img li:first-child:after {
    right: -4rem;
    top: 50%;
    left: unset;
    bottom: unset;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-left: 3rem solid #00206d;
    border-top: 4rem solid transparent;
    border-bottom: 4rem solid transparent;
    border-right: unset;
  }
}
#contacts .contacts-bg .img li:nth-child(2),
#contacts2 .contacts-bg .img li:nth-child(2) {
  margin-right: 0;
}
#contacts .contacts-bg .img li .title,
#contacts2 .contacts-bg .img li .title {
  width: 20rem;
  margin: -2rem auto 2rem;
  padding: 1rem;
  font-size: 2rem;
  border-radius: 3rem;
  background-color: #00206d;
  color: #fff;
  text-align: center;
}
#contacts .contacts-bg .img li h3,
#contacts2 .contacts-bg .img li h3 {
  font-size: 2.6rem;
  color: #555;
}
#contacts .contacts-bg .img li figure,
#contacts2 .contacts-bg .img li figure {
  padding: 1rem 3rem 2rem 3rem;
}
#contacts .contacts-bg .img li p,
#contacts2 .contacts-bg .img li p {
  padding-bottom: 3rem;
}
@media screen and (min-width: 896px) {
  #contacts .contacts-bg .img li p,
  #contacts2 .contacts-bg .img li p {
    font-size: 2rem;
    margin-top: 0;
  }
}
#contacts .contacts-bg .contacts-sns,
#contacts2 .contacts-bg .contacts-sns {
  width: 90%;
  margin: 3rem auto;
}
@media screen and (min-width: 896px) {
  #contacts .contacts-bg .contacts-sns,
  #contacts2 .contacts-bg .contacts-sns {
    width: 60%;
  }
}
/* #contacts .contacts-bg .contacts-sns .text,
#contacts2 .contacts-bg .contacts-sns .text {
  position: relative;
  background-color: #fff;
  text-align: center;
  border-top: 2px solid #00206d;
  border-left: 2px solid #00206d;
  border-right: 2px solid #00206d;
  color: #00206d;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  margin: 2rem 0 4rem;
  padding: 1.5rem 0;
  position: relative;
} */
@media screen and (min-width: 896px) {
  /* #contacts .contacts-bg .contacts-sns .text,
  #contacts2 .contacts-bg .contacts-sns .text {
    padding: 2rem 0 0;
    font-size: 2.2rem;
    margin: 4rem 0 10rem;
  } */
}
/* #contacts .contacts-bg .contacts-sns .text:before,
#contacts2 .contacts-bg .contacts-sns .text:before {
  content: "";
  position: absolute;
  bottom: -17.5rem;
  z-index: 2;
  left: 15rem;
  margin-left: -15rem;
  border: 15rem solid transparent;
  border-top: 2.5rem solid #fff;
} */
@media screen and (min-width: 896px) {
  /* #contacts .contacts-bg .contacts-sns .text:before,
  #contacts2 .contacts-bg .contacts-sns .text:before {
    bottom: -39.5rem;
    left: 29.7rem;
    margin-left: -29rem;
    border: 34rem solid transparent;
    border-top: 5.5rem solid #fff;
  } */
}
/* #contacts .contacts-bg .contacts-sns .text:after,
#contacts2 .contacts-bg .contacts-sns .text:after {
  content: "";
  position: absolute;
  bottom: -17.65rem;
  left: 15rem;
  margin-left: -15rem;
  border: 15rem solid transparent;
  border-top: 2.5rem solid #00206d;
  z-index: 1;
} */
@media screen and (min-width: 896px) {
  #contacts .contacts-bg .contacts-sns .text:after,
  #contacts2 .contacts-bg .contacts-sns .text:after {
    bottom: -39.65rem;
    left: 29.7rem;
    margin-left: -29rem;
    border: 34rem solid transparent;
    border-top: 5.5rem solid #00206d;
  }
}
#contacts .contacts-bg .contacts-sns-box,
#contacts2 .contacts-bg .contacts-sns-box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding-top: 2rem;
}
@media screen and (min-width: 896px) {
  #contacts .contacts-bg .contacts-sns-box,
  #contacts2 .contacts-bg .contacts-sns-box {
    padding-top: 0;
  }
}
#contacts .contacts-bg .contacts-sns-box li,
#contacts2 .contacts-bg .contacts-sns-box li {
  margin-bottom: 2rem;
  border-radius: 1.5rem;
}
#contacts .contacts-bg .contacts-sns-box li a,
#contacts2 .contacts-bg .contacts-sns-box li a {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  padding: 1rem 0;
}
#contacts .contacts-bg .contacts-sns-box li a figure,
#contacts2 .contacts-bg .contacts-sns-box li a figure {
  width: 20%;
}
#contacts .contacts-bg .contacts-sns-box li a figure img,
#contacts2 .contacts-bg .contacts-sns-box li a figure img {
  width: 5rem;
  height: auto;
}
#contacts .contacts-bg .contacts-sns-box li a .tel-tex,
#contacts2 .contacts-bg .contacts-sns-box li a .tel-tex {
  width: 50%;
}
#contacts .contacts-bg .contacts-sns-box li:first-child,
#contacts2 .contacts-bg .contacts-sns-box li:first-child {
  width: 100%;
  background-color: #00b900;
}
#contacts .contacts-bg .contacts-sns-box li:first-child:after,
#contacts2 .contacts-bg .contacts-sns-box li:first-child:after {
  content: unset;
}
#contacts .contacts-bg .contacts-sns-box li:first-child .tel-txt,
#contacts2 .contacts-bg .contacts-sns-box li:first-child .tel-txt {
  font-size: 1.8rem;
}
@media screen and (min-width: 896px) {
  #contacts .contacts-bg .contacts-sns-box li:first-child .tel-txt,
  #contacts2 .contacts-bg .contacts-sns-box li:first-child .tel-txt {
    font-size: 2.5rem;
  }
}
#contacts .contacts-bg .contacts-sns-box li:nth-child(2),
#contacts2 .contacts-bg .contacts-sns-box li:nth-child(2) {
  background-color: #008cd6;
  width: 100%;
}
@media screen and (min-width: 896px) {
  #contacts .contacts-bg .contacts-sns-box li:nth-child(2),
  #contacts2 .contacts-bg .contacts-sns-box li:nth-child(2) {
    width: 48%;
    margin-right: 2rem;
    padding-right: 1.5rem;
  }
}
#contacts .contacts-bg .contacts-sns-box li:nth-child(2) a figure,
#contacts2 .contacts-bg .contacts-sns-box li:nth-child(2) a figure {
  width: 20%;
  padding-right: 1.5rem;
}
#contacts .contacts-bg .contacts-sns-box li:nth-child(2) a figure img,
#contacts2 .contacts-bg .contacts-sns-box li:nth-child(2) a figure img {
  max-height: 4rem;
}
@media screen and (min-width: 896px) {
  #contacts .contacts-bg .contacts-sns-box li:nth-child(2) a figure img,
  #contacts2 .contacts-bg .contacts-sns-box li:nth-child(2) a figure img {
    max-height: 6rem;
  }
}
#contacts .contacts-bg .contacts-sns-box li:nth-child(2) a .tel-txt,
#contacts2 .contacts-bg .contacts-sns-box li:nth-child(2) a .tel-txt {
  line-height: 1.3;
}
#contacts .contacts-bg .contacts-sns-box li:nth-child(2) a .tel-txt .telno,
#contacts2 .contacts-bg .contacts-sns-box li:nth-child(2) a .tel-txt .telno {
  font-size: 3rem;
}
#contacts .contacts-bg .contacts-sns-box li:nth-child(3),
#contacts2 .contacts-bg .contacts-sns-box li:nth-child(3) {
  background-color: #f15a24;
  width: 100%;
}
@media screen and (min-width: 896px) {
  #contacts .contacts-bg .contacts-sns-box li:nth-child(3),
  #contacts2 .contacts-bg .contacts-sns-box li:nth-child(3) {
    width: 48%;
  }
}
@media screen and (min-width: 896px) {
  #contacts .contacts-bg .contacts-sns-box li:nth-child(3) a,
  #contacts2 .contacts-bg .contacts-sns-box li:nth-child(3) a {
    padding-top: 1.5rem;
  }
}
#contacts .contacts-bg .contacts-sns-box li:nth-child(3) a figure,
#contacts2 .contacts-bg .contacts-sns-box li:nth-child(3) a figure {
  width: 20%;
  padding-right: 1.5rem;
}
#contacts .contacts-bg .contacts-sns-box li:nth-child(3) a figure img,
#contacts2 .contacts-bg .contacts-sns-box li:nth-child(3) a figure img {
  max-width: 6rem;
}
#contacts .contacts-bg .contacts-sns-box li:nth-child(3) a .tel-txt,
#contacts2 .contacts-bg .contacts-sns-box li:nth-child(3) a .tel-txt {
  font-size: 2rem;
}

/* -------------------------- */
/* twitter  */
/* -------------------------- */
#twitter {
}
#twitter .twitter {
  text-align: center;
  background-image: url("https://shiroari.issin-construction.co.jp/wp-content/themes/shiroari/images/common/point2-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0 1rem;
}
#twitter .twitter .point-btn {
  margin-top: 3rem;
}
@media screen and (min-width: 896px) {
  #twitter .twitter .point-btn {
    margin-top: 5rem;
  }
}
#twitter .twitter .point-btn p {
  width: 50%;
  padding-bottom: 0;
}
#twitter .twitter h2 {
  padding: 2rem 0 0;
  font-size: 2.5rem;
  display: flex;
  margin: 2rem auto;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  color: #f15a24;
  line-height: 1.2;
}
@media screen and (min-width: 896px) {
  #twitter .twitter h2 {
    margin: 5rem auto 2rem;
    padding: 0 0 3rem;
    font-size: 4rem;
  }
}
#twitter .twitter h2 img {
  height: 5rem;
  width: auto;
  padding: 0 1rem;
}
@media screen and (min-width: 896px) {
  #twitter .twitter h2 img {
    height: 10rem;
  }
}
#twitter .twitter h2 span {
  display: block;
}
#twitter .twitter .text-head {
  text-align: center;
  font-size: 2rem;
  padding-bottom: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 896px) {
  #twitter .twitter .text-head {
    font-size: 2.5rem;
  }
}
#twitter .twitter h3 {
  -webkit-text-decoration: underline wavy #fff;
  text-decoration: underline wavy #fff;
  background-color: #00206d;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
}
@media screen and (min-width: 896px) {
  #twitter .twitter h3 {
    font-size: 2.5rem;
  }
}
#twitter .twitter .feed {
  overflow: hidden;
  width: 90%;
  margin: 0 auto 3rem;
  height: 70vh;
  overflow-y: scroll;
  border: 5px solid #008cd6;
}
@media screen and (min-width: 896px) {
  #twitter .twitter .feed {
    width: 40%;
    margin: 0 auto 4rem;
    margin-bottom: 10rem;
  }
}
#twitter .twitter h3 {
  padding: 1rem 0;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  width: 40%;
  margin: 0 auto;
  font-size: 4rem;
}
#twitter .twitter ul {
  width: 90%;
  margin: 2rem auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
#twitter .twitter ul li {
  width: 50%;
  background-color: #cfeaf7;
  position: relative;
}
@media screen and (min-width: 896px) {
  #twitter .twitter ul li {
    width: 30%;
  }
}

/* -------------------------- */
/* voice  */
/* -------------------------- */
#voice .voice-head {
  text-align: center;
  width: 90%;
  margin: 3rem auto;
}
@media screen and (min-width: 896px) {
  #voice .voice-head {
    margin: 3rem auto;
    width: 55%;
  }
}
#voice .voice-head h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 896px) {
  #voice .voice-head h2 {
    padding-bottom: 5rem;
    font-size: 3rem;
  }
}
#voice .voice-head h2:before {
  display: block;
  margin-right: 2rem;
  content: "";
  width: 5rem;
  height: 0.5rem;
  border-bottom: 4px dotted #00206d;
}
@media screen and (min-width: 896px) {
  #voice .voice-head h2:before {
    width: 25rem;
  }
}
#voice .voice-head h2:after {
  display: block;
  margin-left: 2rem;
  content: "";
  width: 5rem;
  height: 0.5rem;
  border-bottom: 4px dotted #00206d;
}
@media screen and (min-width: 896px) {
  #voice .voice-head h2:after {
    width: 25rem;
  }
}
#voice .voice {
  padding-bottom: 3rem;
}
@media screen and (min-width: 896px) {
  #voice .voice {
    padding-bottom: 7rem;
  }
}
#voice .voice .carousel .carousel-items {
  height: 50rem;
}
#voice .voice .carousel .carousel-items .carousel-item {
  width: 30%;
}
#voice .voice-point {
  padding: 8rem 0 0;
  background-image: url("https://shiroari.issin-construction.co.jp/wp-content/themes/shiroari/images/common/point3-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
#voice .voice-point .point-btn {
  text-align: center;
}
#voice .voice-point-box {
  padding: 5rem 2rem 3rem;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #voice .voice-point-box {
    padding: 5rem 0;
  }
}
#voice .voice-point-box .title {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 896px) {
  #voice .voice-point-box .title {
    line-height: 2.5;
    font-size: 2.5rem;
  }
}
#voice .voice-point-box .title .big {
  font-size: 3rem;
}
@media screen and (min-width: 896px) {
  #voice .voice-point-box .title .big {
    font-size: 4rem;
  }
}
#voice .voice-point-box .text {
  margin: 2rem auto;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (min-width: 896px) {
  #voice .voice-point-box .text {
    width: 60%;
    font-size: 1.8rem;
  }
}
#voice .voice-point-box h2 {
  font-size: 2rem;
}
@media screen and (min-width: 896px) {
  #voice .voice-point-box h2 {
    font-size: 2.5rem;
  }
}

/* -------------------------- */
/* plan  */
/* -------------------------- */
#plan:before {
  display: block;
  height: 7rem;
  margin-top: -7rem;
  content: "";
}
#plan .plan {
  padding-top: 3rem;
  background-color: #e6f5ff;
}
@media screen and (min-width: 896px) {
  #plan .plan {
    padding-top: 100px;
  }
}
#plan .plan-box .head {
  border-radius: 2rem;
  width: 95%;
  max-width: 93%;
  margin: 2rem auto;
  padding: 2px;
  background: white;
  outline: 3px solid #028dd6;
  outline-offset: -7px;
  display: flex;
  flex-direction: row;
  align-self: center;
  justify-content: center;
  padding: 2rem 0;
}
@media screen and (min-width: 896px) {
  #plan .plan-box .head {
    border-radius: 5rem;
    width: 50%;
    max-width: 58%;
    margin: 5rem auto;
  }
}
#plan .plan-box .head-box {
  text-align: center;
  font-weight: bold;
}
#plan .plan-box .head-box p {
  font-size: 2.3rem;
  color: #008cd6;
}
@media screen and (min-width: 896px) {
  #plan .plan-box .head-box p {
    font-size: 4rem;
  }
}
#plan .plan-box .head-box h2 {
  font-size: 3rem;
  color: #f15a24;
  line-height: 1.2;
}
@media screen and (min-width: 896px) {
  #plan .plan-box .head-box h2 {
    font-size: 4rem;
  }
}
#plan .plan-box .head img {
  height: 6rem;
  width: auto;
  padding: 0 1rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box .head img {
    height: 10rem;
  }
}
#plan .plan-box h3 {
  text-align: center;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 896px) {
  #plan .plan-box h3 {
    margin: 5rem auto;
    font-size: 3rem;
  }
}
#plan .plan-box h3 span {
  color: #f7931e;
}
#plan .plan-box-items {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 3rem auto;
  align-items: center;
}
@media screen and (min-width: 896px) {
  #plan .plan-box-items {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
  }
}
#plan .plan-box-items li {
  width: 90%;
  margin-bottom: 2rem;
  text-align: center;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box-items li {
    margin-bottom: 3rem;
    width: 48%;
  }
}
#plan .plan-box-items li .imgbox .no {
  font-size: 2rem;
  color: #008cd6;
  padding: 0.5rem 0;
  background-color: #fff;
  border-radius: 1rem 1rem 0 0;
}
#plan .plan-box-items li .imgbox figure {
  width: 100%;
}
#plan .plan-box-items li .imgbox figure figcaption {
  text-align: center;
  padding: 1rem 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box-items li .imgbox figure figcaption {
    font-weight: 2rem;
  }
}
#plan .plan-box-items li .imgbox figure figcaption span {
  color: #f7931e;
}
#plan .plan-box-items li:nth-child(3) {
  width: 100%;
}
#plan .plan-box-items li .chuui {
  width: 95%;
  margin: 1rem auto 0;
  text-align: center;
  background-color: #fff;
  border: 2px solid red;
}
@media screen and (min-width: 896px) {
  #plan .plan-box-items li .chuui {
    margin: 3rem auto;
    width: 70%;
  }
}
#plan .plan-box-items li .chuui .no {
  margin: 0 auto;
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  background-color: red;
  width: 15rem;
  border-radius: 0 0 1rem 1rem;
}
#plan .plan-box-items li .chuui p {
  padding: 1rem 1.5rem 2rem;
  line-height: 2;
  font-size: 1.7rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box-items li .chuui p {
    padding: 1rem 0 2rem;
    font-size: 2rem;
  }
}
#plan .plan-box-items li .chuui p span {
  color: red;
}
#plan .plan-box-items li:nth-child(4) {
  margin: 3rem auto;
}
#plan .plan-box2 {
  position: relative;
  padding: 0 1rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2 {
    padding: unset;
  }
}
#plan .plan-box2 .waku {
  position: relative;
  border: 1px solid #fff;
  border-radius: 5rem;
  padding: 1.5rem 1.5rem 1rem;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2 .waku {
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    position: absolute;
    right: 15%;
    top: 0;
    margin: unset;
    width: 28rem;
  }
}
#plan .plan-box2 .waku:before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -15px;
  border: 14px solid transparent;
  border-top: 14px solid #008cd6;
  z-index: 2;
}
#plan .plan-box2 .waku:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  z-index: 1;
}
#plan .plan-box2 .waku h2 {
  text-align: center;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2 .waku h2 {
    margin: 0 auto 2rem;
  }
}
#plan .plan-box2-item {
  padding: 0;
}
#plan .plan-box2-item .eng {
  padding: 3rem 0 2rem;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .eng {
    padding: 3rem 0 2rem;
    font-size: 2.5rem;
  }
}
#plan .plan-box2-item h3 {
  padding: 1rem 0;
  text-align: center;
  margin: 0 auto 5rem;
  width: 20rem;
  background-color: #fff;
  border-radius: 3rem;
  color: #008cd6;
  font-size: 2rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item h3 {
    argin: 0 auto 5rem;
    font-size: 3rem;
    width: 30rem;
  }
}
#plan .plan-box2-item .detail {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  align-items: flex-start;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .detail {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#plan .plan-box2-item .detail li {
  width: 90%;
  margin: 0 0.5rem 3rem 0;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .detail li {
    margin: 0 0 3rem 0;
    width: 32%;
  }
  #plan .plan-box2-item .detail li:first-child {
    padding-bottom: 0.3rem;
  }
}
#plan .plan-box2-item .detail li .head-eng {
  color: #fff;
  padding: 0.5rem 0;
}
#plan .plan-box2-item .detail li h4 {
  font-size: 1.2rem;
  height: 5rem;
  padding-top: 1rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .detail li h4 {
    height: unset;
    font-size: 2.5rem;
    padding: 2rem 0;
  }
}
#plan .plan-box2-item .detail li .head-value {
  padding-bottom: 2rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .detail li .head-value {
    font-size: 1.4rem;
  }
}
#plan .plan-box2-item .detail li .head-value span {
  font-size: 1.5rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .detail li .head-value span {
    font-size: 3rem;
  }
}
#plan .plan-box2-item .detail li .value3 {
  font-size: 1.2rem;
  text-align: left;
  padding: 0 0.5rem 1rem;
  min-height: 8.7rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .detail li .value3 {
    min-height: unset;
    text-align: center;
    font-size: 1.8rem;
    padding: 0 0 1rem;
  }
}
#plan .plan-box2-item .detail li figure {
  width: 100%;
}
#plan .plan-box2-item .detail li .list {
  width: 100%;
  padding: 1.5rem 0.5rem 0.5rem;
  min-height: 23.8rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .detail li .list {
    padding: 1.5rem 2rem;
    min-height: unset;
  }
}
#plan .plan-box2-item .detail li .list li {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 1rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .detail li .list li {
    align-items: center;
  }
}
#plan .plan-box2-item .detail li .list li img {
  padding-top: 0.5rem;
  width: 1.5rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .detail li .list li img {
    padding-top: unset;
    width: 3rem;
  }
}
#plan .plan-box2-item .detail li .list li p {
  text-align: left;
  width: 100%;
  font-size: 1.2rem;
  color: #222;
  padding: 0 0 0.5rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .detail li .list li p {
    font-size: 1.4rem;
    padding: 0;
  }
}
#plan .plan-box2-item .detail li table {
  width: 80%;
  margin: 0 auto 4.5rem;
}
#plan .plan-box2-item .detail li table tr {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .detail li table tr {
    display: table-row;
  }
}
#plan .plan-box2-item .detail li table tr th,
#plan .plan-box2-item .detail li table tr td {
  border: 1px solid #666;
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  height: 2.5rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .detail li table tr th,
  #plan .plan-box2-item .detail li table tr td {
    width: 40%;
    font-size: 1.6rem;
    line-height: 4rem;
    height: 4rem;
  }
}
#plan .plan-box2-item .detail li table tr th span,
#plan .plan-box2-item .detail li table tr td span {
  font-size: 1.3rem;
}
#plan .plan-box2-item .detail li table tr th {
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .detail li table tr th {
    width: 40%;
  }
}
#plan .plan-box2-item .detail li .add {
  margin: -4rem 0 1.3rem;
  line-height: 1.1;
  font-size: 1.2rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .detail li .add {
    font-size: 1.4rem;
  }
}
#plan .plan-box2-item .detail li:first-child .head-eng,
#plan .plan-box2-item .detail li:first-child table th {
  background-color: #f7931e;
}
#plan .plan-box2-item .detail li:first-child h3,
#plan .plan-box2-item .detail li:first-child p {
  color: #f7931e;
}
#plan .plan-box2-item .detail li:nth-child(2) .head-eng,
#plan .plan-box2-item .detail li:nth-child(2) table th {
  background-color: #f15a24;
}
#plan .plan-box2-item .detail li:nth-child(2) h3,
#plan .plan-box2-item .detail li:nth-child(2) p {
  color: #f15a24;
}
#plan .plan-box2-item .detail li:nth-child(3) .head-eng,
#plan .plan-box2-item .detail li:nth-child(3) table th {
  background-color: #ed1c24;
}
#plan .plan-box2-item .detail li:nth-child(3) h3,
#plan .plan-box2-item .detail li:nth-child(3) p {
  color: #ed1c24;
}
#plan .plan-box2-item .detail li:nth-child(3) h3 span,
#plan .plan-box2-item .detail li:nth-child(3) p span {
  color: #222;
}
#plan .plan-box2-item .detail li:nth-child(4) .head-eng,
#plan .plan-box2-item .detail li:nth-child(4) table th {
  background-color: #000;
}
#plan .plan-box2-item .detail li:nth-child(4) h3,
#plan .plan-box2-item .detail li:nth-child(4) p {
  color: #000;
}
#plan .plan-box2-item .detail .detail1 {
  display: none;
}
#plan .plan-box2-item .detail .detail1 table {
  margin-top: 1rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .detail .detail1 table {
    margin-top: unset;
  }
}
#plan .plan-box2-item .detail .detail3 h4 {
  font-size: 1.2rem;
  line-height: 1.1;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .detail .detail3 h4 {
    line-height: unset;
    font-size: 2.5rem;
    padding: 2rem 0;
  }
}
#plan .plan-box2-item .plan-box2-item-btm {
  margin: 3rem auto 0;
  background-color: #fff;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .plan-box2-item-btm {
    width: 80%;
  }
}
#plan .plan-box2-item .plan-box2-item-btm .item-btm-h3 {
  background-color: #009245;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 0;
}
#plan .plan-box2-item .plan-box2-item-btm .btm-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem auto 0;
  padding: 0 1.5rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .plan-box2-item-btm .btm-box {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
#plan .plan-box2-item .plan-box2-item-btm .btm-box figure {
  padding: 2rem;
  width: 40%;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .plan-box2-item-btm .btm-box figure {
    width: 30%;
  }
}
#plan .plan-box2-item .plan-box2-item-btm .btm-box figure img {
  max-width: 10rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .plan-box2-item-btm .btm-box figure img {
    max-width: 15rem;
  }
}
#plan .plan-box2-item .plan-box2-item-btm .btm-box .btm-box-ul {
  width: 90%;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .plan-box2-item-btm .btm-box .btm-box-ul {
    width: 70%;
  }
}
#plan .plan-box2-item .plan-box2-item-btm .btm-box .btm-box-ul li {
  list-style-type: disc;
  text-align: left;
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 896px) {
  #plan .plan-box2-item .plan-box2-item-btm .btm-box .btm-box-ul li {
    width: 100%;
    line-height: 2.5;
  }
}
#plan #plan2:before {
  display: block;
  height: 7rem;
  margin-top: -7rem;
  content: "";
}
#plan .plan2 .syoujyou {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 3rem 0 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #plan .plan2 .syoujyou {
    padding: 3rem 0 5rem;
  }
}
#plan .plan2 .syoujyou .mark {
  margin: 0 auto 1rem;
  width: 4rem;
}
@media screen and (min-width: 896px) {
  #plan .plan2 .syoujyou .mark {
    margin: 5rem auto 1rem;
    width: 5rem;
  }
}
#plan .plan2 .syoujyou h2 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: 2px #00206d dotted;
  color: #00206d;
  margin-bottom: 3rem;
  padding-top: unset;
}
@media screen and (min-width: 896px) {
  #plan .plan2 .syoujyou h2 {
    width: 30%;
    font-size: 3rem;
    margin-bottom: 5rem;
    color: #00206d;
  }
}
#plan .plan2 .syoujyou ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: 2rem auto 0;
  justify-content: space-around;
}
@media screen and (min-width: 896px) {
  #plan .plan2 .syoujyou ul {
    justify-content: space-between;
    width: 80%;
    margin: 2rem auto;
    align-items: flex-end;
  }
}
#plan .plan2 .syoujyou ul li {
  width: 47%;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #plan .plan2 .syoujyou ul li {
    width: 30%;
  }
}
#plan .plan2 .syoujyou ul li h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  min-height: 5rem;
}
@media screen and (min-width: 896px) {
  #plan .plan2 .syoujyou ul li h3 {
    min-height: unset;
    padding-bottom: 1rem;
    font-size: 1.8rem;
  }
}
#plan .plan2 .syoujyou ul li figure {
  width: 100%;
}
#plan .plan-box3 {
  padding-top: 7rem;
  background-image: url(../images/common/kininaru-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 896px) {
  #plan .plan-box3 {
    padding-top: 10rem;
  }
}
#plan .plan-box3 .kininaru {
  padding: 3rem 0 0;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #plan .plan-box3 .kininaru {
    padding: 5rem 0;
  }
}
#plan .plan-box3 .kininaru h2 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  color: #00206d;
  border-bottom: 4px #00206d dotted;
  margin-bottom: 3rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box3 .kininaru h2 {
    width: 890px;
    font-size: 4rem;
    margin-bottom: 5rem;
  }
}
#plan .plan-box3 .kininaru ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: 2rem auto 0;
  justify-content: space-around;
}
@media screen and (min-width: 896px) {
  #plan .plan-box3 .kininaru ul {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
    margin: 2rem auto;
    align-items: flex-end;
  }
}
#plan .plan-box3 .kininaru ul li {
  width: 47%;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
}
#plan .plan-box3 .kininaru ul li h3 {
  width: 10rem;
  background-color: #00206d;
  padding: 0.5rem 0;
  border-radius: 3rem;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto -2rem;
  position: relative;
}
@media screen and (min-width: 896px) {
  #plan .plan-box3 .kininaru ul li h3 {
    margin: 0 auto -3rem;
    font-size: 2.5rem;
    padding: 1rem 0;
  }
}
#plan .plan-box3 .kininaru ul li .mushi {
  position: absolute;
  width: 5rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box3 .kininaru ul li .mushi {
    width: 12rem;
  }
}
#plan .plan-box3 .kininaru ul li figure {
  width: 100%;
}
#plan .plan-box3 .kininaru ul li figure figcaption {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  color: #333;
}
@media screen and (min-width: 896px) {
  #plan .plan-box3 .kininaru ul li figure figcaption {
    font-size: 1.8rem;
  }
}
#plan .plan-box3 .kininaru ul li:nth-child(2) .mushi,
#plan .plan-box3 .kininaru ul li:nth-child(3) .mushi {
  top: 0;
  right: -2rem;
}
#plan .plan-box4 {
  background: linear-gradient(to bottom, #def1fa, #aedbf2);
  padding-top: 7rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box4 {
    padding-top: 10rem;
  }
}
#plan .plan-box4 .houchi {
  padding: 3rem 0 0;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #plan .plan-box4 .houchi {
    padding: 5rem 0;
  }
}
#plan .plan-box4 .houchi h2 {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 2px #008cd6 dotted;
  margin-bottom: 3rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box4 .houchi h2 {
    width: 55%;
    font-size: 3rem;
    margin-bottom: 5rem;
  }
}
#plan .plan-box4 .houchi h2 span {
  color: #f15a24;
}
#plan .plan-box4 .houchi ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: 2rem auto 0;
  justify-content: space-around;
}
@media screen and (min-width: 896px) {
  #plan .plan-box4 .houchi ul {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: 2rem auto;
    align-items: flex-end;
  }
}
#plan .plan-box4 .houchi ul li {
  width: 47%;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #plan .plan-box4 .houchi ul li {
    width: 30%;
  }
}
#plan .plan-box4 .houchi ul li figure {
  width: 100%;
}
#plan .plan-box4 .houchi ul li figure figcaption {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  color: #333;
}
@media screen and (min-width: 896px) {
  #plan .plan-box4 .houchi ul li figure figcaption {
    font-size: 1.8rem;
  }
}
#plan .plan-box4 .sankaku-bg {
  position: absolute;
  width: 100%;
  height: 7rem;
  background: linear-gradient(to bottom left, #b0dbf3 50.2%, transparent 50.2%)
      top left/50.2% 100% no-repeat,
    linear-gradient(to bottom right, #b0dbf3 50.2%, transparent 50.2%) top
      right/50.2% 100% no-repeat;
}
#plan .plan-box5 {
  background-image: url("https://shiroari.issin-construction.co.jp/wp-content/themes/shiroari/images/common/kiken-bg.jpg");
  padding-top: 10rem;
}
#plan .plan-box5 .kiken {
  padding: 3rem 0;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #plan .plan-box5 .kiken {
    padding: 5rem 0;
  }
}
#plan .plan-box5 .kiken .mark {
  margin: 3rem auto;
  width: 15rem;
}
#plan .plan-box5 .kiken h2 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
@media screen and (min-width: 896px) {
  #plan .plan-box5 .kiken h2 {
    font-size: 3rem;
    margin-bottom: 5rem;
    width: 55%;
  }
}
#plan .plan-box5 .kiken h2 span {
  color: #f15a24;
  font-size: 4rem;
}
@media screen and (min-width: 896px) {
  #plan .plan-box5 .kiken h2 span {
    font-size: 5rem;
  }
}
#plan .plan-box5 .kiken .item {
  position: relative;
  margin: 5rem auto;
  width: 80%;
}
@media screen and (min-width: 896px) {
  #plan .plan-box5 .kiken .item {
    width: 60%;
  }
}
#plan .plan-box5 .kiken .item .ari1 {
  width: 5rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 896px) {
  #plan .plan-box5 .kiken .item .ari1 {
    width: 10rem;
  }
}
#plan .plan-box5 .kiken .item .ari2 {
  width: 5rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 896px) {
  #plan .plan-box5 .kiken .item .ari2 {
    width: 10rem;
  }
}

/* -------------------------- */
/* shirouto  */
/* -------------------------- */
#shirouto {
  padding-top: 3rem;
}
.shirouto-btm {
  padding-top: 2rem;
}
@media screen and (min-width: 896px) {
  #shirouto {
    padding: 5rem 0 0;
  }
}
#shirouto .shirouto {
  padding: 3rem 0;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #shirouto .shirouto {
    padding: 5rem 0 15rem;
  }
}
#shirouto .shirouto h2 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
  color: #00206d;
  border-bottom: 4px #00206d dotted;
}
@media screen and (min-width: 896px) {
  #shirouto .shirouto h2 {
    width: 100%;
    color: #00206d;
    font-size: 5rem;
    margin-bottom: 2rem;
  }
}
#shirouto .shirouto h2 span {
}
#shirouto .shirouto-img {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 2rem auto 0;
  justify-content: space-around;
}
@media screen and (min-width: 896px) {
  #shirouto .shirouto-img {
    justify-content: space-between;
    width: 80%;
    margin: 2rem auto 0;
    align-items: flex-end;
  }
}
#shirouto .shirouto-img figure {
  width: 100%;
}
#shirouto .shirouto ul {
  position: relative;
  display: flex;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  border: solid 2px #00206d;
  box-sizing: border-box;
  border-radius: 15px;
}
#shirouto .shirouto ul::before {
  content: "";
  position: absolute;
  bottom: -108px;
  left: 50%;
  margin-left: -64px;
  border: 64px solid transparent;
  border-top: 44px solid #fff;
  z-index: 2;
}
#shirouto .shirouto ul::after {
  content: "";
  position: absolute;
  bottom: -111px;
  left: 50%;
  margin-left: -65px;
  border: 65px solid transparent;
  border-top: 45px solid #00206d;
  z-index: 1;
}
@media screen and (min-width: 896px) {
  #shirouto .shirouto ul {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3rem;
    width: 80%;
    margin: 0 auto 5rem;
    align-items: flex-end;
  }
}
#shirouto .shirouto ul li {
  width: 48%;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #shirouto .shirouto ul li {
    width: 30%;
  }
}
#shirouto .shirouto ul li figure {
  width: 100%;
}
#shirouto .shirouto ul li p {
  font-size: 1.5rem;
  text-align: left;
  font-weight: bold;
  color: #333;
}
@media screen and (min-width: 896px) {
  #shirouto .shirouto ul li p {
    font-size: 1.8rem;
    text-align: center;
  }
}
#shirouto .shirouto .shirouto-btm-title {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 2rem;
}
@media screen and (min-width: 896px) {
  #shirouto .shirouto .shirouto-btm-title {
    font-size: 3rem;
  }
}
#shirouto .shirouto .shirouto-btm-title span {
  color: #008bd4;
  font-size: 4rem;
  line-height: 30px;
}

/* -------------------------- */
/* free  */
/* -------------------------- */
#free .free {
  padding: 0 0 3rem;
}
@media screen and (min-width: 896px) {
  #free .free {
    padding: 0 0 5rem;
  }
}
#free .free h2 {
  width: 95%;
  margin: 3rem auto 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #00206d;
  border-radius: 3rem;
  color: #fff;
  padding: 0.5rem 0;
}
@media screen and (min-width: 896px) {
  #free .free h2 {
    width: 50rem;
    font-size: 2.5rem;
    margin: 3.5rem auto 2rem;
  }
}
#free .free-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 896px) {
  #free .free-box {
    justify-content: space-between;
    padding: 3rem;
    flex-direction: row;
    width: 80%;
    margin: 0 auto 5rem;
    align-items: center;
  }
}
#free .free-box figure {
  width: 100%;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 896px) {
  #free .free-box figure {
    width: 40%;
  }
}
#free .free-box .boxfree {
  width: 100%;
}
@media screen and (min-width: 896px) {
  #free .free-box .boxfree {
    width: 60%;
    padding-left: 2rem;
  }
}
#free .free-box .boxfree-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 1rem;
}
#free .free-box .boxfree-box img {
  width: 3rem;
}
@media screen and (min-width: 896px) {
  #free .free-box .boxfree-box img {
    width: 5rem;
    padding-right: 2rem;
  }
}
#free .free-box .boxfree-box p {
  width: 100%;
  font-size: 1.7rem;
  font-weight: bold;
  color: #333;
}
@media screen and (min-width: 896px) {
  #free .free-box .boxfree-box p {
    font-size: 2rem;
  }
}
#free .free-box .boxfree-box p span {
  color: #f15a24;
}
#free .free-mark {
  width: 90%;
  margin: 0 auto 10rem;
  background: #fff;
}
@media screen and (min-width: 896px) {
  #free .free-mark {
    width: 75%;
    border: 2px solid #00206d;
    border-radius: 8px;
    padding: 25px 50px;
    text-align: center;
  }
  #free .free-mark img {
    width: 80%;
  }
}

/* -------------------------- */
/* case  */
/* -------------------------- */
#case {
  background-image: url(../images/common/kujo-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#case:before {
  display: block;
  height: 7rem;
  margin-top: -7rem;
  content: "";
}
#case .case {
  padding: 3rem 1rem;
}
@media screen and (min-width: 896px) {
  #case .case {
    padding: 5rem 0;
    width: 80%;
  }
}
#case .case h2 {
  width: 55%;
  margin: 0 auto;
  text-align: center;
  font-size: 2.5rem;
  color: #00206d;
  margin-bottom: 1rem;
}
@media screen and (min-width: 896px) {
  #case .case h2 {
    margin-bottom: 0;
    font-size: 5rem;
  }
}
#case .case-box {
  padding: 3rem 0;
}
@media screen and (min-width: 896px) {
  #case .case-box {
    padding: 5rem 0;
  }
}
#case .case-box li {
  background-color: #fff;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-radius: 1rem;
  border: 1px solid #00206d;
}
#case .case-box li .no {
  color: #fff;
  text-align: center;
  background-color: #00206d;
  padding: 0.5rem 0;
  border-radius: 1rem 1rem 0 0;
  font-size: 1.6rem;
}
#case .case-box li .head {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 896px) {
  #case .case-box li .head {
    justify-content: space-between;
    padding: 3rem;
    flex-direction: row;
    width: 80%;
    align-items: center;
  }
}
#case .case-box li .head figure {
  order: 1;
  width: 100%;
}
@media screen and (min-width: 896px) {
  #case .case-box li .head figure {
    order: 2;
    width: 50%;
  }
}
#case .case-box li .head .list {
  order: 2;
  width: 100%;
  margin: 1rem auto;
}
@media screen and (min-width: 896px) {
  #case .case-box li .head .list {
    width: 50%;
    order: 1;
  }
}
#case .case-box li .head .list-box {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
@media screen and (min-width: 896px) {
  #case .case-box li .head .list-box {
    align-items: center;
  }
}
#case .case-box li .head .list-box .item {
  font-weight: bold;
  font-size: 1.6rem;
  width: 60%;
}
@media screen and (min-width: 896px) {
  #case .case-box li .head .list-box .item {
    font-size: 1.8rem;
    width: 50%;
  }
}
#case .case-box li .head .list-box .item:first-child {
  text-align: center;
  background: #989898;
  color: #fff;
  padding: 0.5rem 0;
  width: 40%;
  margin: 0 1rem 1rem;
}
@media screen and (min-width: 896px) {
  #case .case-box li .head .list-box .item:first-child {
    width: 30%;
  }
}
#case .case-box li .head .list-box:last-child {
  position: relative;
}
#case .case-box li .head .list-box:last-child img {
  position: absolute;
  width: 12rem;
  top: -20%;
  left: 12%;
}
#case .case-box li .head .list-box:last-child .item:last-child {
  color: #ff0000;
}
#case .case-box li .texts {
  width: 100%;
  margin: 0 auto 1rem;
  padding: 0 3rem 2rem 3rem;
}
@media screen and (min-width: 896px) {
  #case .case-box li .texts {
    width: 80%;
    margin: 0 auto;
  }
}
#case .case-box li .texts h3 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #008cd6;
  border-bottom: 2px dotted #008cd6;
  margin-bottom: 1rem;
}
#case .case-box li .texts p {
  font-size: 1.6rem;
  line-height: 1.8;
}

/* -------------------------- */
/* flow  */
/* -------------------------- */
#flow {
  background-color: #e6f5ff;
}
#flow:before {
  display: block;
  height: 7rem;
  margin-top: -7rem;
  content: "";
}
#flow .flow {
  padding: 3rem 0;
}
@media screen and (min-width: 896px) {
  #flow .flow {
    padding: 5rem 0;
    width: 80%;
  }
}
#flow .flow h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #00206d;
}
@media screen and (min-width: 896px) {
  #flow .flow h2 {
    font-size: 5rem;
    margin-bottom: 5rem;
  }
}
#flow .flow-box {
  padding: 1rem 0 3rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
}
@media screen and (min-width: 896px) {
  #flow .flow-box {
    padding-bottom: 5rem;
  }
}
#flow .flow-box li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 47%;
  margin: 0 auto;
  padding: 1.5rem 0.5rem;
}
@media screen and (min-width: 896px) {
  #flow .flow-box li {
    width: 24%;
  }
}
#flow .flow-box li .no {
  padding-top: 1rem;
  position: relative;
  background-color: #00206d;
  color: #fff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: -4rem;
}
@media screen and (min-width: 896px) {
  #flow .flow-box li .no {
    padding-top: 2rem;
    width: 8rem;
    height: 8rem;
    font-size: 1.6rem;
  }
}
#flow .flow-box li .no span {
  font-size: 2rem;
}
@media screen and (min-width: 896px) {
  #flow .flow-box li .no span {
    font-size: 2.5rem;
  }
}
#flow .flow-box li figure {
  width: 100%;
}
#flow .flow-box li h3 {
  font-size: 1.8rem;
}
@media screen and (min-width: 896px) {
  #flow .flow-box li h3 {
    font-size: 2rem;
  }
}
#flow .flow-box li p {
  text-align: left;
}
@media screen and (min-width: 896px) {
  #flow .flow-box li p {
    font-size: 1.6rem;
  }
}

/*contactForm*/
#contactForm {
  background-color: #f1f1f1;
}
@media screen and (min-width: 896px) {
  #contactForm {
    padding: 0 0 5rem;
  }
}
#contactForm .contactForm {
  padding: 3rem 0;
}
@media screen and (min-width: 896px) {
  #contactForm .contactForm {
    padding: 5rem 0;
  }
}
#contactForm .contactForm-head {
  text-align: center;
  padding: 2rem 0;
}
@media screen and (min-width: 896px) {
  #contactForm .contactForm-head {
    padding: 2rem 0 5rem;
  }
}
#contactForm .contactForm-head h2 {
  border-bottom: 2px dotted #00206d;
  font-size: 2.5rem;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 896px) {
  #contactForm .contactForm-head h2 {
    width: 30%;
    font-size: 3rem;
  }
}
#contactForm .contactForm ul {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.5rem 2rem;
}
@media screen and (min-width: 896px) {
  #contactForm .contactForm ul {
    width: 70%;
    margin: 0 auto;
    padding: 2rem 0;
    flex-direction: row;
  }
}
#contactForm .contactForm ul li {
  font-size: 1.8rem;
}
@media screen and (min-width: 896px) {
  #contactForm .contactForm ul li {
    line-height: 2;
  }
}
#contactForm .contactForm ul li input,
#contactForm .contactForm ul li textarea {
  border-radius: 5px;
  border: 1rem solid #fff;
  background-color: #fff;
  line-height: 1.5;
  width: 100%;
}
#contactForm .contactForm ul li:first-child {
  font-weight: bold;
  padding-bottom: 1rem;
}
@media screen and (min-width: 896px) {
  #contactForm .contactForm ul li:first-child {
    padding-bottom: 0;
    width: 30%;
  }
}
#contactForm .contactForm ul li:first-child span {
  border-radius: 5px;
  font-size: 1.4rem;
  color: red;
}
#contactForm .contactForm ul li:first-child span::before {
  content: "※";
}
#contactForm .contactForm ul li:nth-child(2) {
  width: 60%;
}
#contactForm .contactForm p {
  text-align: center;
  padding: 0 0 2rem;
}
@media screen and (min-width: 896px) {
  #contactForm .contactForm p {
    padding: 2rem 0;
  }
}
#contactForm .contactForm p .submit-button {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #008cd6;
  border-radius: 5px;
  padding: 1rem 4rem;
  border: none;
}
@media screen and (min-width: 896px) {
  #contactForm .contactForm p .submit-button {
    padding: 1.5rem 5rem;
  }
}
#contactForm .contactForm h3 {
  font-size: 2rem;
  text-align: center;
}
#contactForm .contactForm p {
  display: flex;
  flex-direction: row;
  width: 35%;
  margin: 0 auto;
  justify-content: space-between;
}
#contactForm .contactForm p .submit-button {
  width: 90%;
}
#contactForm .contactForm p a {
  display: block;
  padding: 1rem;
  border: 1px solid #008cd6;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 5px;
  width: 10rem;
  margin: 0 auto;
  text-align: center;
}
#contactForm .contact-thanks p {
  text-align: left;
}

/*サンクスページ*/
@media screen and (min-width: 896px) {
  #thanks {
    padding: 0 0 5rem;
  }
}
#thanks .thanks {
  padding: 3rem 0;
}
@media screen and (min-width: 896px) {
  #thanks .thanks {
    padding: 5rem 0;
  }
}
#thanks .thanks-head {
  text-align: center;
  padding: 2rem 0;
}
@media screen and (min-width: 896px) {
  #thanks .thanks-head {
    padding: 2rem 0;
  }
}
#thanks .thanks-head p {
  font-weight: bold;
  color: #008cd6;
}
#thanks .thanks-head h2 {
  border-bottom: 1px solid #eee;
  font-size: 2.5rem;
  line-height: 2;
}
@media screen and (min-width: 896px) {
  #thanks .thanks-head h2 {
    font-size: 4rem;
    line-height: 3;
  }
}
#thanks .thanks-head h2:after {
  content: "";
  display: block;
  margin: 0px auto 0px;
  width: 7rem;
  height: 2.5px;
  background-color: #008cd6;
}
#thanks .thanks-box {
  padding: 3rem 0;
}
@media screen and (min-width: 896px) {
  #thanks .thanks-box {
    padding: 5rem 0;
  }
}
#thanks .thanks-box p {
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
#thanks .thanks-box p a {
  font-size: 2rem;
  padding-top: 3rem;
}

/*company*/
#company {
  background-color: #00206d;
  color: #fff;
}
#company .company {
  padding: 3rem 0 0;
}
@media screen and (min-width: 896px) {
  #company .company {
    padding: 5rem 0;
  }
}
#company .company h2 {
  text-align: center;
  width: 150px;
  margin: 0 auto;
  border-bottom: 2px dotted #fff;
  font-size: 2.5rem;
}
@media screen and (min-width: 896px) {
  #company .company h2 {
    width: 20rem;
    font-size: 3.5rem;
  }
}
#company .company-box {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 896px) {
  #company .company-box {
    padding: 5rem 0;
  }
}
#company .company-box dl {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 0 1.5rem 2rem;
  margin: 0 auto 2rem;
  line-height: 2;
}
@media screen and (min-width: 896px) {
  #company .company-box dl {
    padding: 0;
    text-align: left;
    /* width: 48%; */
    width: 62%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#company .company-box dl:nth-child(2) dt {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 896px) {
  #company .company-box dl:nth-child(2) dt {
    padding-bottom: 0;
  }
}
#company .company-box dl dt {
  font-weight: bold;
}
@media screen and (min-width: 896px) {
  #company .company-box dl dt {
    /* width: 25%; */
    width: 32%;
    padding-right: 1rem;
  }
}
#company .company-box dl dd {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 896px) {
  #company .company-box dl dd {
    padding-bottom: 0;
    width: 68%;
  }
}
#company .company-box dl dd span {
  font-weight: bold;
}

/*アクセス*/
#access {
  padding: 3rem 0 0;
  background-color: #00206d;
  color: #fff;
}
@media screen and (min-width: 896px) {
  #access {
    padding: 5rem 0 0;
  }
}
#access h2 {
  font-size: 3rem;
  color: #fff;
  width: 130px;
  margin: 0 auto;
  border-bottom: 2px dotted #fff;
  margin-bottom: 2rem;
}
@media screen and (min-width: 896px) {
  #access h2 {
    text-align: center;
    width: 150px;
    font-size: 5rem;
    margin-bottom: 5rem;
  }
}
#access .map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 896px) {
  #access .map iframe {
    height: 400px;
  }
}

.sp_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
@media screen and (min-width: 896px) {
  .sp_footer {
    display: none;
  }
}
.sp_footer .sp_footer_btn {
  display: flex;
}
.sp_footer .sp_footer_btn_item {
  width: 50%;
  height: 60px;
  text-align: center;
  line-height: 5.5rem;
}
.sp_footer .sp_footer_btn_item:first-child {
  background-color: #008cd6;
}
.sp_footer .sp_footer_btn_item:first-child a {
  color: #fff;
}
.sp_footer .sp_footer_btn_item:first-child a i {
  font-size: 2rem;
}
.sp_footer .sp_footer_btn_item:first-child a span {
  margin-left: 1rem;
  font-size: 2rem;
}
.sp_footer .sp_footer_btn_item:nth-child(2) {
  background-color: #f15a24;
}
.sp_footer .sp_footer_btn_item:nth-child(2) a {
  color: #fff;
}
.sp_footer .sp_footer_btn_item:nth-child(2) i {
  font-size: 2rem;
}
.sp_footer .sp_footer_btn_item:nth-child(2) span {
  margin-left: 1rem;
  font-size: 1.8rem;
}

#footer {
  margin-top: -2.5rem;
  text-align: center;
  background-color: #00206d;
  width: 100%;
}
@media screen and (min-width: 896px) {
  #footer {
    padding: 3rem 0 2rem;
  }
}
#footer .footer {
  position: relative;
  background-color: #00206d;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem auto;
}
@media screen and (min-width: 896px) {
  #footer .footer {
    margin: 0 auto;
  }
}
#footer .footer ul {
  display: none;
}
@media screen and (min-width: 896px) {
  #footer .footer ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 896px) {
  #footer .footer ul li {
    line-height: 1;
  }
}
#footer .footer ul li a {
  color: #fff;
  font-weight: 500;
}
#footer .footer ul li a:hover {
  opacity: 0.8;
  color: unset;
  background-color: transparent;
}
#footer .footer ul li a .icon {
  color: #fff;
  margin: 0 1rem;
  padding-right: 2rem;
}
@media screen and (min-width: 896px) {
  #footer .footer ul li a .icon {
    border-right: 2px solid #fff;
  }
}
#footer .footer-logo {
  color: #fff;
  width: 30%;
  padding: 2rem 0;
}
@media screen and (min-width: 896px) {
  #footer .footer-logo {
    padding: 2rem 0;
    width: 15rem;
  }
}
#footer .footer-text {
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}
#footer .footer-copyright {
  padding: 0 0 8rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (min-width: 896px) {
  #footer .footer-copyright {
    padding: 2rem 0 0;
  }
}

/*********************/
.fadey-enter {
  transform: translateY(30px);
  opacity: 0;
}

.fadey-enter-active {
  transition: opacity 1s ease-in, transform 2s ease-in;
}

.fadey-leave-active {
  transition: all 2s cubic-bezier(1, 0.5, 0.8, 1);
}

.fadey-leave-to {
  opacity: 0;
  transform: scale(0.97);
}

.fader-enter {
  transform: translateX(30px);
  opacity: 0;
}

.fader-enter-active {
  transition: opacity 1s ease-in, transform 2s ease-in;
}

.fader-leave-active {
  transition: all 2s cubic-bezier(1, 0.5, 0.8, 1);
}

.fader-leave-to {
  opacity: 0;
  transform: scale(0.97);
}

.fadel-enter {
  transform: translateX(-30px);
  opacity: 0;
}

.fadel-enter-active {
  transition: opacity 1s ease-in, transform 2s ease-in;
}

.fadel-leave-active {
  transition: all 2s cubic-bezier(1, 0.5, 0.8, 1);
}

.fadel-leave-to {
  opacity: 0;
  transform: scale(0.97);
}

/*# sourceMappingURL=common-style.css.map */ /*# sourceMappingURL=common-style.css.map */

/* 追加CSS */
/*==================================================
スライダーのためのcss
===================================*/
.sp {
  display: none;
}
.slider {
  position: relative;
  z-index: 0;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 80vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
/*　背景画像設定　*/

.slider-item01 {
  background: url(../images/common/MV2-01.jpg);
}

.slider-item02 {
  background: url(../images/common/MV2-02.jpg);
}

.slider-item03 {
  background: url(../images/common/MV2-03.jpg);
}

.slider-item04 {
  background: url(../images/common/MV2-04.jpg);
}

.slider-item05 {
  padding-top: 50px;
  background: url(../images/common/MV-sp0.jpg);
}

.slider-item06 {
  padding-top: 50px;
  background: url(../images/common/MV-sp2.jpg);
}
.slider-item07 {
  padding-top: 50px;
  background: url(../images/common/MV-sp3.jpg);
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 80vh; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc; /*矢印の色*/
  border-right: 2px solid #ccc; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}
.points img:nth-of-type(1) {
  width: 130px;
  display: block;
  margin: 0 auto;
}
.points .text-foot {
  margin-top: 4rem;
  font-size: 5rem;
  text-align: center;
  color: #00206d;
  font-weight: bold;
}
.points img:nth-of-type(2) {
  margin-top: 4rem;
}
.section-title {
  padding: 100px 0 0;
}
.pro-content-top {
  position: relative;
}
#pro .section-title {
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 140px;
}
.pro-back-img {
  vertical-align: top;
}
.section-title .text-head {
  color: #008bd4;
  border-top: 6px solid #00206d;
  font-size: 2.5rem;
  padding: 0.5rem 0 0;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.section-title h2 {
  margin: 0 auto 2rem;
  text-align: center;
  font-weight: bold;
  padding: 0.5rem 0 0;
  font-size: 4rem;
}
.section-title img {
  width: 130px;
  display: block;
  margin: 0 auto;
}
.section-title .text-foot {
  margin-top: 4rem;
  font-size: 5rem;
  text-align: center;
}
/* contact */
.contacts-box {
  position: relative;
}
.contacts-box img {
  width: 80%;
  margin-bottom: 20px;
}
.contacts p {
  font-size: 3rem;
  margin-top: 3rem;
}
.contacts .text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
  color: rgb(0, 32, 109);
}
/* termredar */
#termradar {
  position: relative;
}
.termradar {
  width: 1180px;
  margin: 0 auto;
  position: absolute;
}
.termradar-back-img {
  position: absolute;
  top: 0;
  z-index: -1;
}
.termradar .section-title {
}
.termradar .text-foot {
  color: #00206d;
  font-weight: bold;
}
.termradar-content {
  margin-top: 5rem;
}
.termradar-content-title p {
  font-size: 3rem;
  text-align: center;
  background: #00206d;
  color: #fff;
  border-radius: 100px;
  width: 50%;
  margin: 0 auto;
  position: relative;
}
.termradar-content-back {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #f1f1f1;
}
.termradar-content--box {
  display: flex;
  justify-content: space-between;
  margin: -2rem auto 0;
  padding: 7rem 0;
  width: 1180px;
}
.termradar-content--box img {
  width: 480px;
  height: 280px;
}
.termradar-content-txt {
  width: 620px;
}
.termradar-txt-title {
  border-left: 8px solid #00206d;
  padding-left: 20px;
  margin-bottom: 2rem;
}
.termradar-txt-title p {
  font-size: 8rem;
  color: #91c8e5;
  line-height: 50px;
  margin-bottom: 18px;
}
.termradar-txt-title h3 {
  font-size: 4rem;
  color: #00206d;
}
.termradar-content-txt p:nth-child(2) {
  font-size: 2.3rem;
}
.termradar-foot {
  width: 1180px;
  border: 2px solid #eee;
  border-radius: 30px;
  padding: 25px 0;
  margin: -40px auto 60px;
  background: #fff;
}
.termradar-foot p {
  font-size: 3rem;
  padding: 25px 80px;
  font-weight: bold;
}
.termradar-foot p span {
  color: #008bd4;
}
/* pro */
#pro .section-title {
}
#pro .text-foot {
  color: #00206d;
  font-weight: bold;
}

#pro .text-foot span {
  font-size: 2.7rem;
  font-family: "Noto Sans JP", Noto Sans JP, "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #333;
  font-weight: normal;
}
.pro-img {
  display: flex;
}
.pro-img img {
  width: 33.3%;
}
.pro-foot {
  text-align: center;
  padding: 5rem 0;
  background: #e6f5ff;
}
.pro-foot p {
  font-size: 2.4rem;
}
.pro-foot span {
  color: #008bd4;
  font-weight: bold;
}
/* Specialist */
#specialist .section-title {
  padding-bottom: 15rem;
}
.section-title .text-foot {
  color: #00206d;
  font-weight: bold;
}

.section-title .text-foot2 {
  font-size: 2.7rem;
  font-family: "Noto Sans JP", Noto Sans JP, "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin-top: 2.5rem;
}
.specialist-img {
  position: relative;
  padding-bottom: 100px;
}
.specialist-img img:nth-of-type(2) {
  position: absolute;
  top: 14%;
  left: 4%;
  width: 29%;
  box-shadow: 0 0 15px rgb(0 0 0 / 80%);
}
/* free */
#free {
  background-image: url(../images/common/sec05-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.free-foot {
}
.free-foot-title {
  text-align: center;
}
.free-foot-title span {
  font-size: 3rem;
  color: #008bd4;
}
.free-foot-title h3 {
  font-size: 5rem;
  font-weight: bold;
  color: #00206d;
}
.free-foot-title p {
  font-size: 3rem;
  font-weight: bold;
}
.free-foot ul {
  margin: 2rem 0 4rem;
  display: flex;
  justify-content: space-between;
}
.free-foot ul li {
  width: 32%;
  text-align: center;
}
.foot-step {
  background: #00206d;
  color: #fff;
  font-size: 3rem;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.free-foot ul li img {
}
.free-foot ul li p {
  font-size: 2rem;
}
.free-foot ul li p span {
  color: #f05a24;
}
.free-foot-box {
  width: 910px;
  margin: 6rem auto;
  border: 5px solid #ff0000;
  text-align: center;
  padding-bottom: 30px;
  background: #fff;
}
.free-foot-box span:nth-child(1) {
  font-size: 4rem;
  background: #ff0000;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #fff;
  padding: 5px 30px;
}
.free-foot-box p {
  font-size: 2.7rem;
  font-weight: bold;
}
.free-foot-box p span {
  color: #ff0000;
}
/* twitter */
#twitter .section-title {
  margin-bottom: 4rem;
}
.twitter iframe {
}
/* voice */
.voice .slick-slide {
  margin: 0 20px 30px;
  border: 2px solid #eee;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.voice .slick-slide img {
  padding: 30px 40px;
}
.voice .autoplay span {
  text-align: center;
  display: block;
  background: #00206d;
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 2rem;
  padding: 1rem 0;
}
.voice-box p {
  height: 290px;
  padding: 0 20px 15px;
  font-size: 1.6rem;
}
/* plan */
.plan1 {
  width: 1180px;
  margin: 0 auto;
  padding: 0 0 90px;
}
.plan1-title {
  text-align: center;
}
.plan1-title p {
  font-size: 2rem;
  border-top: 6px solid #00206d;
  padding-top: 10px;
  width: 20%;
  margin: 0 auto;
  color: #008cd6;
}
.plan1-title h2 {
  font-size: 3rem;
  font-weight: bold;
}
.plan1-content {
  margin-top: 5rem;
  margin-bottom: 4rem;
  text-align: center;
  background: #fff;
  padding-bottom: 4rem;
  border: 1px solid #555;
}
.plan1-content h3 {
  font-size: 5rem;
  font-weight: bold;
  background: #008cd6;
  color: #fff;
}
.plan1-subtitle {
  font-size: 3rem;
  padding: 2rem 0;
}
.plan1-box {
  display: flex;
  justify-content: space-around;
}
.plan1-left {
  width: 40%;
}
.plan1-left img {
  margin-bottom: 2rem;
}
.plan1-left table {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #555;
  border-left: 1px solid #555;
}
.plan1-left table tr {
}
.plan1-left table tr td {
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 0;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
}
.plan1-left table tr td:nth-child(1) {
  background: #e5f3fb;
  width: 60%;
}
.plan1-left table tr td:nth-child(2) {
  width: 40%;
}
.plan1-right {
  width: 50%;
}
.plan-right-top {
  border: 2px solid #00206d;
  color: #00206d;
  border-radius: 10px;
  padding: 4rem 0;
  margin-bottom: 3.4rem;
}
.plan-right-top p {
  font-size: 5rem;
}
.plan-right-top p:nth-child(2) {
  font-size: 13rem;
  line-height: 90px;
}
.plan-right-top p span {
  font-size: 6rem;
}
.plan-right-foot {
  text-align: left;
}
.plan-right-foot p {
  font-size: 2.4rem;
}
.plan-right-foot p:nth-child(2) {
  margin: 2rem 0;
}
.plan-right-foot p::before {
  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 30px; /*画像の幅*/
  height: 30px; /*画像の高さ*/
  background-image: url(../images/common/plan-icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1.5rem;
}
.plan2-content {
  text-align: center;
  background: #fff;
  border: 1px solid #555;
}
.plan2-content h3 {
  font-size: 3rem;
  background: #00206d;
  color: #fff;
  padding: 10px 0;
}
.plan2-content .plan2-subtitle {
  font-size: 3rem;
  padding: 10px;
}
.plan2-box {
  display: flex;
  justify-content: space-between;
  padding: 0 30px 30px;
}
.plan2-box img {
  width: 30%;
}
.plan2-center {
  border: 2px solid #00206d;
  color: #00206d;
  border-radius: 10px;
  padding: 35px 20px;
}
.plan2-center p {
  font-size: 3.5rem;
}
.plan2-center p:nth-child(2) {
  font-size: 5rem;
  line-height: 60px;
}
.plan2-center p span {
  font-size: 9rem;
}
.plan-right {
  width: 35%;
}
.plan-right table {
  width: 100%;
  border-bottom: 1px solid #555;
  border-left: 1px solid #555;
  margin-bottom: 3rem;
}
.plan-right table tr {
}
.plan-right table tr td {
  padding: 3px 0;
  font-size: 2rem;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
}
.plan-right table tr td:nth-child(1) {
  width: 60%;
  background: #e5e8f0;
}
.plan-right table tr td:nth-child(2) {
  width: 40%;
}
.plan-right p {
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.plan-right p::before {
  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 30px; /*画像の幅*/
  height: 30px; /*画像の高さ*/
  background-image: url(../images/common/plan-icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1rem;
}
.plan1-foot {
  margin-top: 5rem;
  padding-left: 3rem;
}
.plan1-foot span {
  font-size: 3rem;
  background: #00206d;
  color: #fff;
  padding: 0 10px;
  border-radius: 50px;
}
.plan1-foot p {
  font-size: 3rem;
}
.plan3-foot {
  width: 1180px;
  margin: 0 auto;
  padding: 20px 40px;
  background: #fff;
  text-align: center;
  border: 2px solid #00206d;
  border-radius: 10px;
}
.plan3-foot h2 {
  font-size: 4.4rem;
  border-bottom: 4px dotted #00206d;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
.plan3-foot h2 span {
  color: #f05a24;
}
.plan3-foot ul {
  display: flex;
  justify-content: space-between;
}
.plan3-foot ul li {
}
.plan3-foot ul li img {
}
.plan3-foot ul li p {
  font-size: 3rem;
}
.plan3-danger {
  width: 1180px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 7rem;
}
.plan3-danger img:nth-child(1) {
  width: 15rem;
  margin: 4rem 0;
}
.plan3-danger h3 {
  font-size: 4.6rem;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.plan3-danger h3 span {
  font-size: 7rem;
  color: #f05a24;
}
.plan3-danger img:nth-of-type(2) {
  width: 80%;
}
/* contact */
#contacts2 .contacts h2 {
  color: #333;
  font-size: 3.3rem;
}
.field-label {
  margin-right: 0;
}

@media screen and (max-width: 869px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .header .navbar {
    padding-top: 1rem;
  }
  .header-logo {
    width: 40%;
    display: block;
    margin: 0 auto;
  }
  .mv-img {
    position: absolute;
    width: 85%;
    left: 0;
    z-index: 1;
  }
  .slider {
    height: 49vh;
  }
  .slider-item {
    height: 54vh;
  }
  .slider-item {
    background-size: contain;
  }
  #mainvisual .mainvisual {
    padding-top: 2.5rem;
  }

  #mainvisual .mainvisual-text ul {
    justify-content: space-between;
  }
  #mainvisual .mainvisual-text ul li {
    min-height: 190px;
  }
  #mainvisual .mainvisual-text ul li figure {
    margin: 0 auto;
  }
  #mainvisual .mainvisual-text ul li .title {
    font-size: 10px;
    padding: 5px 0;
  }
  #mainvisual .mainvisual-text ul li img {
    height: 60px;
  }
  #mainvisual .mainvisual-text ul li p {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 1rem;
  }
  #mainvisual .mainvisual-text ul li p:nth-of-type(2) {
    font-size: 10px;
  }
  /* points */
  #points {
    background-size: cover;
    background-position-y: -60px;
  }
  #points .points {
    padding: 3rem 0;
  }
  #points .points .text-head {
    width: 170px;
    margin: 0 auto;
  }
  #points .points .text-head {
    font-size: 14px;
  }
  #points .points h2 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .points img:nth-of-type(1) {
    width: 90px;
  }
  .points .text-foot {
    font-size: 2.5rem;
  }
  #points img:nth-of-type(2) {
    width: 80%;
    display: block;
    margin: 30px auto 0;
  }
  /* contact */
  .section-title {
    padding: 50px 0 0;
  }
  .section-title .text-head {
    width: 170px;
    margin: 0 auto;
    font-size: 14px;
  }
  .section-title img {
    width: 60px;
  }
  #contacts .contacts h2,
  #contacts2 .contacts h2 {
    font-size: 3rem;
  }
  #contacts .contacts-bg .img li h3,
  #contacts2 .contacts-bg .img li h3 {
    font-size: 2rem;
  }
  #contacts .contacts-bg .img li p,
  #contacts2 .contacts-bg .img li p {
    margin-top: 0;
  }
  #contacts .contacts-bg .contacts-sns .text,
  #contacts2 .contacts-bg .contacts-sns .text {
    width: 100%;
    margin: 0 auto 3rem;
  }
  /* #contacts .contacts-bg .contacts-sns .text:before, #contacts2 .contacts-bg .contacts-sns .text:before {
    bottom: -18.7rem;
    z-index: 2;
    left: 14.9rem;
    margin-left: -15rem;
    border: 16.4rem solid transparent;
    border-top: 2.5rem solid #fff;
  }
  #contacts .contacts-bg .contacts-sns .text:after, #contacts2 .contacts-bg .contacts-sns .text:after {
    bottom: -18.9rem;
    left: 14.9rem;
    margin-left: -15rem;
    border: 16.4rem solid transparent;
    border-top: 2.5rem solid #00206d;
  } */
  .contacts-box img {
    width: 100%;
  }
  .contacts .text {
    top: 30%;
    font-size: 1.4rem;
  }
  .contacts p {
    font-size: 1.3rem;
  }
  #contactForm .contactForm p .submit-button {
    padding: 1rem;
    border: none;
  }
  #contacts .contacts-bg .contacts-sns-box li a,
  #contacts2 .contacts-bg .contacts-sns-box li a {
    justify-content: space-around;
  }
  #contacts .contacts-bg .contacts-sns-box li:nth-child(3) a .tel-txt,
  #contacts2 .contacts-bg .contacts-sns-box li:nth-child(3) a .tel-txt {
    width: 70%;
  }
  #contacts .contacts-bg .contacts-sns-box li:nth-child(2) a figure img,
  #contacts2 .contacts-bg .contacts-sns-box li:nth-child(2) a figure img {
    width: 4rem;
  }
  #contacts .contacts-bg .contacts-sns-box li:nth-child(2) a figure img,
  #contacts2 .contacts-bg .contacts-sns-box li:nth-child(2) a figure img {
    position: relative;
    margin-left: 10px;
  }
  #contacts .contacts-bg .contacts-sns-box li,
  #contacts2 .contacts-bg .contacts-sns-box li {
    padding: 0 1.5rem;
  }
  /* termradar */
  .section-title h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .section-title .text-foot {
    font-size: 2.7rem;
  }
  .termradar-content-title p {
    width: 85%;
    font-size: 1.8rem;
  }
  .termradar-content--box {
    width: 100%;
    flex-flow: column-reverse;
    padding: 5px 0 0;
  }
  .termradar-content--box2 {
    flex-flow: column;
    padding: 20px 0 0;
  }
  .termradar-txt-title {
    margin: 30px 0;
  }
  .termradar-txt-title p {
    font-size: 5rem;
  }
  .termradar-txt-title h3 {
    font-size: 2.5rem;
  }
  .termradar-content-txt {
    width: 90%;
    margin: 0 auto;
  }
  .termradar-content-txt p:nth-child(2) {
    font-size: 1.5rem;
    padding-bottom: 30px;
  }
  .termradar-foot-txt {
    padding-bottom: 100px !important;
  }
  .termradar-foot {
    width: 90%;
    margin: -80px auto 30px;
  }
  .termradar-foot p {
    font-size: 1.4rem;
    padding: 5px 15px;
  }
  /* pro */
  #pro .section-title {
    top: 20%;
    width: 100%;
  }
  .section-title .text-foot {
    margin-top: 2rem;
  }
  #pro .text-foot span {
    font-size: 1.4rem;
    line-height: 20px;
    display: block;
  }
  .pro-foot p {
    font-size: 1.5rem;
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .section-title .text-foot2 {
    font-size: 1.4rem;
  }
  .specialist-img img:nth-of-type(2) {
    top: -5%;
    left: 5%;
    width: 50%;
  }

  #mainvisual .mainvisual-text {
    width: 100%;
  }
  #plan .plan-box3 .kininaru ul li:nth-child(2) .mushi,
  #plan .plan-box3 .kininaru ul li:nth-child(3) .mushi {
    right: 0;
  }
  /* specialist */
  #specialist .section-title {
    padding-bottom: 7rem;
  }
  .specialist-img {
    padding-bottom: 60px;
  }
  /* free */
  #free .free h2 {
    margin: 3rem auto;
  }
  .free-foot-title span {
    font-size: 2rem;
  }
  .free-foot-title h3 {
    font-size: 3rem;
  }
  .free-foot-title p {
    font-size: 1.6rem;
  }
  .free-foot ul {
    display: block;
    margin: 5rem 0 3rem;
  }
  .free-foot ul li {
    width: 90%;
    margin: 0 auto 20px;
  }
  .free-step-box {
    display: flex;
  }
  .foot-step {
    font-size: 2rem;
    padding: 5px 0;
  }
  .free-foot ul li img {
    width: 40%;
  }
  .free-foot ul li p {
    display: inline-block;
    background: #fff;
    width: 60%;
    font-size: 1.4rem;
    text-align: left;
    padding: 10px 15px;
  }
  #free .free-mark {
    border: 1px solid #00206d;
    border-radius: 10px;
    padding: 10px 35px;
    margin: 0 auto 4rem;
  }
  .free-foot-box {
    width: 90%;
    padding-bottom: 20px;
    border: 4px solid #ff0000;
  }
  .free-foot-box span:nth-child(1) {
    font-size: 1.4rem;
    padding: 5px 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .free-foot-box p {
    padding-top: 10px;
    font-size: 1.2rem;
  }
  /* twitter */
  #twitter .twitter {
    background-size: contain;
    padding: 10rem 0 1rem;
  }
  #twitter .twitter h3 {
    width: 90%;
    font-size: 2.5rem;
  }
  #twitter .twitter .feed {
    height: 50vh;
  }
  .voice-box p {
    height: 24rem;
  }
  /* pran */
  .plan1 {
    width: 100%;
    padding: 0 0 35px;
  }
  .plan1-content {
    width: 90%;
    margin: 2rem auto;
    padding-bottom: 2rem;
  }
  .plan1-content h3 {
    font-size: 3rem;
  }
  .plan1-subtitle {
    font-size: 1.7rem;
  }
  .plan1-box {
    display: block;
  }
  .plan1-left,
  .plan1-right {
    width: 100%;
  }
  .plan1-left table {
    width: 90%;
    margin: 10px auto;
  }
  .plan1-left table tr td {
    font-size: 1.7rem;
  }
  .plan-right-top {
    width: 90%;
    margin: 20px auto;
    padding: 1rem 0;
  }
  .plan-right-top p {
    font-size: 2.5rem;
  }
  .plan-right-top p:nth-child(2) {
    font-size: 5rem;
    line-height: 40px;
  }
  .plan-right-top p span {
    font-size: 3rem;
  }
  .plan-right-foot p,
  .plan-right-foot p:nth-child(2) {
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto;
  }
  .plan-right-foot p::before {
    width: 20px;
    height: 20px;
  }
  .plan2-content {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 2rem;
  }
  .plan2-content .plan2-subtitle {
    font-size: 1.7rem;
  }
  .plan2-box {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .plan2-box img {
    width: 40%;
    margin: 0px 5px -5px 0;
  }
  .plan2-center p span {
    font-size: 4rem;
  }
  .plan2-center p:nth-child(2) {
    font-size: 3rem;
    line-height: 40px;
  }
  .plan2-center {
    width: 57%;
    display: inline-block;
    padding: 0;
  }
  .plan2-center p {
    font-size: 1.7rem;
  }
  .plan-right {
    width: 100%;
    margin-top: 20px;
  }
  .plan-right table {
    margin-bottom: 2rem;
  }
  .plan-right table tr td {
    font-size: 1.7rem;
    padding: 5px 0;
  }
  .plan-right p {
    font-size: 1.4rem;
    margin: 0 0 0 15%;
  }
  .plan-right p::before {
    width: 20px;
    height: 20px;
  }
  #case .case {
    padding: 0 1rem;
  }
  #case .case h2 {
    font-size: 4.5rem;
  }
  #case .case-box li {
    padding-bottom: 0;
  }
  #case .case-box li .head .list-box:last-child img {
    width: 10rem;
    left: 7%;
  }
  .plan1-foot {
    padding: 0;
    width: 90%;
    margin: 30px auto 0;
    text-align: center;
  }
  .plan1-foot span {
    font-size: 2.3rem;
  }
  .plan1-foot p {
    font-size: 1.7rem;
    text-align: left;
    margin-top: 10px;
  }
  .plan3-danger {
    width: 100%;
    padding-bottom: 3rem;
  }
  #plan .plan-box3 {
    padding-top: 0;
  }
  #plan .plan-box3 .kininaru h2 {
    font-size: 1.6rem;
    border-bottom: 2px #00206d dotted;
  }
  .plan3-foot {
    width: 90%;
    margin: 0 auto;
    padding: 20px 20px 0;
  }
  .plan3-foot h2 {
    font-size: 1.7rem;
    border-bottom: 2px dotted #00206d;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .plan3-foot ul {
    display: block;
    text-align: center;
  }
  .plan3-foot ul li {
    width: 48%;
    margin: 0 0 20px;
    display: inline-block;
  }
  .plan3-foot ul li p {
    font-size: 1.7rem;
  }
  .plan3-danger img:nth-child(1) {
    width: 10rem;
  }
  .plan3-danger h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .plan3-danger h3 span {
    font-size: 2.3rem;
  }
  #shirouto {
    padding-top: 0;
  }
  #shirouto .shirouto {
    padding: 3rem 0 8rem;
  }
  #shirouto .shirouto h2 {
    width: 90%;
    font-size: 2rem;
    border-bottom: 2px #00206d dotted;
  }
  #shirouto .shirouto ul {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 0px 0;
    border-radius: 4px;
  }
  #shirouto .shirouto ul li {
    display: inline-block;
    width: 45%;
    margin: 0 5px;
  }
  #shirouto .shirouto ul li p {
    font-size: 1rem;
    height: 40px;
  }
  #shirouto .shirouto ul::after {
    bottom: -50px;
    left: 60%;
    margin-left: -65px;
    border: 25px solid transparent;
    border-top: 25px solid #00206d;
  }
  #shirouto .shirouto ul::before {
    bottom: -50px;
    left: 59%;
    margin-left: -64px;
    border: 27px solid transparent;
    border-top: 27px solid #fff;
  }
  #shirouto .shirouto .shirouto-btm-title {
    margin-top: 30px;
  }
  #shirouto .shirouto .shirouto-btm-title span {
    font-size: 2rem;
  }
  /* flow */
  #flow .flow {
    padding: 3rem 0 0;
  }
  #flow:before {
    display: none;
  }
  #flow .flow h2 {
    margin-bottom: 0;
  }
  #flow .flow-box li h3 {
    font-size: 1.6rem;
  }
  #contacts2 .contacts h2 {
    font-size: 1.4rem;
  }
  #contactForm .contactForm ul li:nth-child(2) {
    width: 100%;
  }
  #contactForm .contactForm p {
    width: 70%;
    justify-content: center;
  }
  .naiyo_txt textarea {
    height: 240px;
  }
  /* footer */
  #footer .footer {
    padding-bottom: 7rem;
  }
  #company .company-box dl {
    display: block;
    font-size: 1.5rem;
    text-align: left;
  }
  #company .company-box dl dt {
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
  #company .company-box dl dd {
    vertical-align: top;
    width: 69%;
    display: inline-block;
    padding-bottom: 0;
  }
  #access h2 {
    text-align: center;
  }
}
