@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@600;700&display=swap');

/* common
---------------------------------------------------------------------------- */
#online_demo {
  --orf: 18px;
  font-size: 18px;
}
#online_demo {
  font-family: 'Noto Sans JP',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
#online_demo .o_en {
  font-family: 'Quicksand', sans-serif;
}
#online_demo img{
  display: block;
}
@media screen and (max-width: 768px){
  #online_demo {
    --orf: 14px;
  }
}

/* mainvisual
---------------------------------------------------------------------------- */
.o_mv_wrapper {
  position: relative;
  margin: 0;
}
.o_mv_title {
  position: absolute;
  top: 52%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 1;
}
.o_mv_title dt h2 span{
  display: inline-block;
  width: 70px;
  height: 70px;
  font-size: calc(2.2 * var(--orf));
  line-height: 70px;
  text-align: center;
  color: #FF7C09;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 124, 9, 0.15);
  margin: 0 5px 5px 0;
}
.o_mv_title dd{
  display: inline-block;
  font-size: calc(1 * var(--orf));
  line-height: calc(1 * var(--orf));
  text-align: center;
  color: #fff;
  background: #FF7C09;
  box-shadow: 0 0 10px rgba(255, 124, 9, 0.15);
  padding: 7px 10px;
  box-sizing: border-box;
}
.o_mv_wrapper figure {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}
.o_mv_wrapper figure::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 124, 9, 0.15);
  top: 0;
  left: 0;
  z-index: 0;
}
.o_mv_wrapper figure img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 768px){
  .o_mv_title dt h2 span{
    width: 50px;
    height: 50px;
    font-size: calc(2.2 * var(--orf));
    line-height: 50px;
  }
  .o_mv_wrapper figure img {
    height: 320px;
  }
}
@media screen and (max-width: 500px){
  .o_mv_title {
    left: 15px;
  }
  .o_mv_title dt h2 span{
    width: 40px;
    height: 40px;
    font-size: calc(1.8 * var(--orf));
    line-height: 40px;
  }
  .o_mv_wrapper figure img {
    height: 250px;
  }
}


/* contents
---------------------------------------------------------------------------- */
.o_contents_wrapper {
  width: 100%;
  background: #FFF8F2;
}
.o_contents_inner {
  width: 94%;
  background: #fff;
  box-shadow: 0 5px 10px rgba(255, 124, 9, 0.1);
  padding: 35px 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
.o_contents_inner > p{
  font-size: calc(1 * var(--orf));
  line-height: calc(1.7 * var(--orf));
  text-align: center;
  margin: 0 0 35px;
}
@media screen and (max-width: 768px){
  .o_contents_inner {
    padding: 25px 0 30px;
  }
  .o_contents_inner > p{
    text-align: left;
    padding: 0 20px;
    margin: 0 0 25px;
  }
}

/* 4service */
.s_title {
  position: relative;
  text-align: center;
  background: #FF7C09;
  padding: 15px 10px 25px;
  box-sizing: border-box;
}
.s_title::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(255, 251, 246, 1) 8px, rgba(255, 251, 246, 1) 16px );
  opacity: 0.1;
  top: 0;
  left: 0;
  z-index: 0;
}
.s_title p {
  position: relative;
  display: inline-block;
  font-size: calc(1.3 * var(--orf));
  font-weight: 600;
  color: #fff;
  border-bottom: 4px dotted #fff;
  padding: 0 0 5px;
  margin: 0;
  z-index: 1;
}
.s_title h3 {
  position: relative;
  font-size: calc(2 * var(--orf));
  line-height: calc(2 * var(--orf));
  font-weight: 600;
  color: #fff;
  border-bottom: none;
  padding: 0 10px 0 0;
  margin: 0;
  z-index: 1;
}
.s_title h3 span{
  font-size: calc(4 * var(--orf));
  line-height: calc(2 * var(--orf));
  font-weight: 600;
  color: #F2FF3A;
  padding: 0;
  margin: 0;
}
.o_4service > p {
  font-size: calc(1 * var(--orf));
  line-height: calc(1 * var(--orf));
  font-weight: 600;
  text-align: center;
  color: #FF7C09;
  padding: calc(0.2 * var(--orf)) calc(1 * var(--orf)) calc(0.3 * var(--orf));
  box-sizing: border-box;
}
.s_inner {
  background: #FFE8D4;
  padding: 50px;
  box-sizing: border-box;
}
.s_icon {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
.s_icon dl dt{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
}
.s_icon dl dt{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
}
.s_icon dl dd{
  font-size: calc(1.1 * var(--orf));
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  color: #FF7C09;
  padding: 0;
  margin: 10px 0 0;
}
.s_note {
  background: #FFD2AB;
  border: none !important;
  border-radius: 10px;
  padding: 25px;
  margin: 30px 0 0;
  box-sizing: border-box;
}
.s_note li{
  position: relative;
  font-size: calc(0.88 * var(--orf));
  line-height: calc(1.4 * var(--orf));
  border-bottom: none !important;
  padding: 0 0 0 12px;
  margin: 0 0 10px;
}
.s_note li:last-child{
  margin: 0;
}
.s_note li::before{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #FF7C09;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 1000px){
  .s_icon dl dt{
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 768px){
  .o_4service > p {
    line-height: calc(1.4 * var(--orf));
  }
  .s_inner {
    padding: 30px;
  }
  .s_icon {
    flex-wrap: wrap;
  }
  .s_icon dl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-bottom: 25px;
  }
  .s_icon dl dt{
    width: 120px;
    height: 120px;
  }
  .s_icon dl dt img{
    width: 50%;
    height: auto;
  }
  .s_note {
    padding: 20px;
  }
  .s_inner .s_note {
    margin: 0;
  }
  .s_note li{
    font-size: calc(0.9 * var(--orf));
  }
}
@media screen and (max-width: 500px){
  .s_inner {
    padding: 20px;
  }
  .s_icon dl dt{
    width: 100px;
    height: 100px;
  }
}


/* service_box */
.s_box_wrapper {
  width: 92%;
  margin: 0 auto;
}
.s_box {
  border-bottom: 4px dotted #FF7C09;
  padding: 0 0 50px;
  margin: 50px 0;
  box-sizing: border-box;
}
.s_box_title .o_en {
  font-size: calc(1.1 * var(--orf));
  font-weight: 700;
  color: #FF7C09;
}
.s_box_title h4 {
  font-size: calc(1.6 * var(--orf));
  padding: 0;
  margin: 0;
}
.s_box_title h4 span {
  color: #FF7C09;
}
.s_box figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  background: #FFE8D4;
  margin: 12px 0 18px;
  box-sizing: border-box;
}
.s_box p {
  font-size: calc(1 * var(--orf));
  font-feature-settings: "palt";
  line-height: calc(1.7 * var(--orf));
  margin: 0;
}
.s_box_wrapper .s_note{
  background: #F0F0F0;
}
.o_contact_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.s_tel_wrapper {
  display: flex;
  align-items: center;
  margin: 10px 0 20px;
}
.s_tel_wrapper a,
.s_tel_wrapper p{
  font-size: calc(3.8 * var(--orf));
  line-height: calc(3.8 * var(--orf));
  font-weight: 600;
}
.s_tel_wrapper  img{
  margin: 10px 15px 0 0;
}
.s_mail_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 525px;
  font-size: calc(1.1 * var(--orf));
  color: #fff;
  background: #FF7C09;
  border-radius: 30px;
  padding: 5px 10px;
  margin: 0 auto;
  box-sizing: border-box;
  transition: .3s;
}
.s_mail_btn::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.s_mail_btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #FF7C09;
  border-right: 3px solid #FF7C09;
  border-radius: 2px;
  top: 50%;
  right: 26px;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
}
.s_mail_btn img{
  margin: 5px 10px 0 0;
}
/* hover */
.s_mail_btn:hover {
  background: #32bdce;
  transform: translateY(-2px);
}
.s_mail_btn:hover::after {
  border-top: 3px solid #32bdce;
  border-right: 3px solid #32bdce;
}
.s_mail_btn:hover img{
  opacity: 1 !important;
}
@media screen and (min-width: 769px){
  a[href^="tel:"] {
      pointer-events: none;
  }
}
@media screen and (max-width: 768px){
  .s_box {
    padding: 0 0 30px;
    margin: 30px 0;
  }
  .s_box figure {
    height: 120px;
  }
  .s_box figure img{
    width: auto;
    height: 55%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
  }
  .o_contact_wrapper {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px){
  .s_box_wrapper {
    width: 90%;
  }
  .s_tel_wrapper {
    margin: 0 0 10px;
  }
  .s_tel_wrapper a,
  .s_tel_wrapper p{
    font-size: calc(2.5 * var(--orf));
    line-height: calc(2.5 * var(--orf));
  }
  .s_tel_wrapper img{
    width: auto;
    height: 30px;
    margin: 7px 8px 0 0;
  }
  .s_mail_btn {
    width:90%;
    font-size: calc(1 * var(--orf));
    line-height: calc(1 * var(--orf));
  }
  .s_mail_btn::before {
    width: 24px;
    height: 24px;
    top: 50%;
    right: 12px;
  }
  .s_mail_btn::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #FF7C09;
    border-right: 2px solid #FF7C09;
    border-radius: 0;
    right: 22px;
  }
  .s_mail_btn img{
    width: 25px;
    height: auto;
    margin: 2px 8px 0 0;
  }
}
@media screen and (max-width: 330px){
  .s_tel_wrapper a,
  .s_tel_wrapper p{
    font-size: calc(2.2 * var(--orf));
    line-height: calc(2.2 * var(--orf));
  }
}
