/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  color: #333;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
body {
  font-size: 1.3rem; /* 13px */
  line-height: 1.6;
  letter-spacing: 2px;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
div {
  position: relative;
}
fieldset, img {
  border: 0
}
ol, ul {
  list-style: none;
}
main {
  overflow: hidden;
}
/*link*/
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #F57F29;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  padding-top: 0px;
  transition: .3s;
}
img {
  border-style: none;
  z-index: 0;
  vertical-align: bottom;
  line-height: 1.0em;
  width: 100%;
  height: auto;
}
.en_font {
  font-family: montserrat, sans-serif;
  font-weight: 600;
}
.base_bg {
  padding: 3em 0;
}
.base_bg.pdgb1 {
  padding: 3em 0 1em;
}
.base_bg.orange {
  background: #FFF3E5
}
.base_bg.blue {
  background: #EAF1F4;
}
.experience.small.mgnb {
  margin: 3em auto;
}
.experience.small {
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #0071C1 20%, #0071C1 100%);
  width: 90%;
  margin: 3em auto 0;
  border-radius: 10px;
}
.experience {
  position: relative;
  background: linear-gradient(180deg, #FFF3E5 0%, #FFF3E5 20%, #0071C1 20%, #0071C1 100%);
  padding: 0 0 30px;
}
.experience picture {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 280px;
  margin: -100px auto 0;
}
.experience p {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0.5em auto 0;
}
.experience p span {
  display: inline-block;
}
.experience_btn {
  width: 280px;
  margin: auto;
}
.experience_btn li {
  margin: 1em auto 0;
}
.experience_btn li a {
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 1.5rem;
  padding: 18px 0 18px 20px;
  background: url("/img/common/mail_bg.webp") center / cover;
  color: #fff;
  font-weight: 700;
  transition: all .5s;
}
.experience_btn li:first-child a {
  background: url("/img/common/tel_bg.webp") center / cover;
}
.experience_btn li a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
  content: '\f0da';
  font-family: FontAwesome;
  font-weight: 400;
  color: #fff;
  font-size: 2.5rem;
  transition: all .5s;
}
.experience_btn li a:hover::before {
  right: 10px;
}
.experience_btn li a::after {
  position: absolute;
  top: 53%;
  left: 40px;
  transform: translate(0%, -50%);
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("/img/common/icon_mail.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.experience_btn li:first-child a::after {
  left: 40px;
  width: 41px;
  height: 23px;
  background-image: url("/img/common/freedial.webp");
}
/* pp */
.pagetitle {
  margin: 70px auto 0;
  padding: 2em 0;
  background: #FFF3E5;
  border-radius: 0 0 20px 20px;
}
.pagetitle h2 {
  color: #0071C1;
  font-size: 1.8rem;
}
.pagetitle div {
  color: #F57F29;
  font-family: montserrat, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}
.pp_top {
  width: 90%;
  margin: auto;
  text-align: left;
}
.pp_top span {
  display: block;
  font-weight: 700;
  margin: 0 auto 0.3em;
  font-size: 1.5rem;
}
.pp {
  width: 90%;
  margin: 3em auto 3em;
  text-align: left;
}
.pp div:first-child {
  margin: 0 auto 0.8em;
}
.pp div {
  padding: 0 0 0.5em;
  border-bottom: 1px solid #0071C1;
  margin: 2em auto 0.5em;
  font-weight: 700;
  font-size: 1.5rem;
  color: #0071C1;
}
.pp ul {
  margin: 1em auto 0;
}
.pp ul li {
  position: relative;
  padding: 3px 0 3px 15px;
}
.pp ul li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background: #0071C1;
}
.cookie {
  width: 90%;
  margin: auto;
  text-align: left;
}
.cookie li {
  position: relative;
  counter-increment: mycounter;
  padding: 3px 0 3px 20px;
}
.cookie li::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: counter(mycounter, decimal)".";
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  html {
    scroll-padding-top: 70px;
  }
  body {
    font-size: 1.5rem; /* 15px */
    line-height: 1.8;
  }
  .base_bg {
    padding: 5em 0;
  }
  .base_bg.pdgb1 {
    padding: 5em 0 2em;
  }
  .experience.small.mgnb {
    margin: 4em auto 5em;
  }
  .experience.small {
    background: url("/img/common/experience.webp") center / cover;
    width: 90%;
    max-width: 1200px;
    margin: 4em auto 0;
    border-radius: 15px;
  }
  .experience.small::before {
    border-radius: 15px;
  }
  .experience.small::after {
    right: calc(50% - 606px);
    width: 344px;
    height: 300px;
  }
  .experience {
    background: url("/img/common/experience.webp") center / cover;
    padding: 3em 0;
  }
  .experience::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #0071C1 20%, #0071C1 100%);
  }
  .experience::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: calc(50% - 730px);
    display: block;
    width: 458px;
    height: 400px;
    background-image: url("/img/common/experience_img.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .experience picture {
    max-width: 700px;
    margin: 0 auto;
  }
  .experience p {
    letter-spacing: 3px;
    font-size: 1.8rem;
    margin: 0.5em auto 0;
  }
  .experience_btn {
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 2em auto 0em;
    justify-content: space-between;
  }
  .experience_btn li {
    width: 280px;
    margin: auto;
  }
  .experience_btn li a {
    font-size: 1.6rem;
    padding: 15px 0 15px 20px;
  }
  .experience_btn li a::after {
    left: 35px;
  }
  .experience_btn li:first-child a::after {
    left: 37px;
  }
  /* pp */
  .pagetitle {
    padding: 3em 0 2.5em;
  }
  .pagetitle h2 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  .pagetitle div {
    font-size: 2rem;
  }
  .pp_top {
    max-width: 900px;
  }
  .pp_top span {
    letter-spacing: 2px;
    font-size: 2.3rem;
  }
  .pp {
    margin: 3em auto 4em;
    max-width: 900px;
  }
  .pp div {
    font-size: 1.8rem;
  }
  .pp ul li {
    padding: 2px 0 2px 18px;
  }
  .pp ul li::before {
    top: 13px;
    width: 10px;
    height: 10px;
  }
  .cookie {
    max-width: 900px;
  }
  .cookie li {
    padding: 5px 0 5px 25px;
  }
  .cookie li::before {
    top: 5px;
  }
}