
/* Typography */
body{
color:#0f1626;
}
body, ul, li, p, a, label, input, div {
  font-family: 'Roboto', "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  font-size: 18px/* !important*/;
  font-weight: 300/* !important*/;
}
section, section.cta{
  padding: 2.5rem 0;
}

  section.cta.toparea{
    padding: 0;
  }
/*.container{
  max-width: 1140px;
}*/
.cont_narow{
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
h1, h2, h3, .h1,.h2,.h3{
  letter-spacing: -.02em;
  font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
/*  font-family: 'Roboto', "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;*/
}
h1 {
  font-size: 24px !important;
  font-weight: 700 !important;
  text-align: center;
}
h2 {
  font-size: 20px !important;
  font-weight: 700;
  position: relative;
  line-height: 1.4;
}
h2.section-title{
  margin-bottom: 10px;
  padding-bottom: 30px;
}
h2.section-title::after{
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #F4970F;
  bottom: 10px;
  left: calc(50% - 25px);
  /*width: 100%;
  height: 1px;
  background: #dfdfdf;
  left: 0;*/
}
.h2{
    font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
/*  font-family: 'Roboto',  "Noto Sans JP",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;*/
  font-size: 20px !important;
  font-weight: 600 !important;
  position: relative;
  text-align: center;
}
h3 {
    font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
/*  font-family: 'Roboto',  "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;*/
  font-size: 20px !important;
  font-weight: 600;
}
.sansserif{
font-family: 'Roboto',  "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif !important;
}
.serif{
font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}
/* General */
.logo { font-weight: 500 !important;}
.text-warning {  color: #ede861 !important;}
.text-muted { color: #bcbcbc !important;}
.text-success { color: #59ab6e !important;}
.text-light { color: #cfdde1 !important;}
.text-bold{font-weight: 600 !important;}
.bg-dark { background-color: #212934 !important;}
.bg-light { background-color: #e4f2f8 !important;}
/*.bg-light { background-color: #d9f1ee !important;}*/
.bg-black { background-color: #1d242d !important;}
.bg-success { background-color: #59ab6e !important;}
.btn-success {
  background-color: #59ab6e !important;
  border-color: #56ae6c !important;
}
.bg-blue { background-color: #6293a6;}
.green{color:#27a5b6;}
.text-small{font-size: .9rem !important;}
.pagination .page-link:hover {color: #000;}
.pagination .page-link:hover, .pagination .page-link.active {
  background-color: #69bb7e;
  color: #fff;
}
.shadow {
  box-shadow: 0 .2rem .3rem rgba(0,0,0,.1)!important;
}
img{ image-rendering: -webkit-optimize-contrast;}
/*  button  */
.btn {
  background-color: transparent;
  border: 1px solid #eee;
  height: 53px;
  padding: 12px 40px 18px;}
  a.btn_ao_b {
    display: flex;
    align-items: center;
    max-width: 680px;
    margin: 0 auto;
    padding: 1.1rem 2rem;
    border: 3px solid #199fb5;
    background: #27a5b6;
    text-decoration: none;
    transition: 0.3s;
  }
  a.btn_ao_b:hover {
    background-color: #33c0d3;
    border:3px solid #33c0d3;
  }
  a.btn_ao_b .b__text {
    display: block;
    flex-grow: 1;
    color: #fff;
    text-align: center;
    position: relative;
    padding-right: 15px;
    font-size: 30px !important;
    font-weight: 700;
  }
  a.btn_ao_b .b__text::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    transition: all 0.2s 0s ease;
  }
  a.btn_ao_b .b__text:hover::after {
    right: -6px;
  }
  @media (max-width: 1200px) {
    a.btn_ao_b .b__text {
      padding-right: 20px;
    }
    a.btn_ao_b .b__text::after {
      width: 12px;
      height: 12px;
    }
  }
  @media (max-width: 736px) {
    a.btn_ao_b .b__text {
      padding-right: 20px;
    }
    a.btn_ao_b .b__text::after {
      width: 10px;
      height: 10px;
    }
  }
.logo.h1 {
  margin:0.2rem auto 0.3rem}

.logo img{
  width: 120px;
}
.tel div{
  font-size: .8rem !important;
  text-align: center;
}
.tel a{
  font-size: 1rem !important;
  text-decoration: none;
  color: #24a344;
  text-align: right;
}

/* Brand */
.brand-img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: .5s;
}
.brand-img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
img{
  max-width: 100%;
}
p.h-txt{
font-size: 1rem !important;
font-weight: 400 !important;
letter-spacing: -.2px;
}
/***********   #voice   **************/
#voice{
  background: url(../img/bg_002sp.png) center center no-repeat;
  background-size:100%;
  padding:55% 0 25%;
}

/***************     cta    ********************/
.cta p.h2{
  font-size: 18px !important;
  letter-spacing: -.2px;
}
.cta p.text-bold{
  font-size: 15px !important;
  letter-spacing: -.2px;
}
/*  movie
____________________________________________________*/
#video {
  padding-top: 5px;
}

.movie-box {
  margin: 0 auto;
  padding: 40px 0 0;
  max-width: 1000px;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 15px solid #000;
  background: #000;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*point******************************/

.p-num{
  color: #ff8411;
  font-size: 3.2rem;
}
h3 .p-tit{
  padding: 1.1rem .5rem 1.1rem 1.1rem;
  text-indent: -1.1rem;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  line-height: 1.4;
}
.p-box h3.ti{
  border-bottom: 6px solid #ffd86e;
}
.p-box p{
  margin: .5rem auto;
  padding: 1rem .5rem;
  font-size: 1rem !important;
  line-height: 1.6;
}
.point-box{
  background-color: #FFF7DC;
  border: 2px solid #ffbf10;
  border-radius: 10px;
  margin: 3rem auto 1rem;
  padding: 1rem .5rem 1rem;
  position: relative;
}

.point-box img.po_i{
  position: absolute;
  top:-40px;
  left:0;
  max-width: 45px;
}
.point-box h3{
  color:#4d1702;
  background-color: #ffd651;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 8px;
}
.point-box img{
  max-width: 220px;
  width: 100%;
}
.point-box img.ank{
  max-width: 100%;
  width: 100%;
}
/*nayami******************************/
.bubble07 {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color:#FFF;
  background-color: #ff8411;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px !important;
}
.bubble07:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #ff8411 transparent;
  border-width: 30px 10px 0 10px;
  bottom: -12px;
  left: 50%;
  margin-left: -10px;
}
.u_bdr01{
  padding: 0 0 10px 5px;
  border-bottom: 4px solid #ffd651;
  margin-bottom: 1.5rem;
  color: #ff8411;
}
.kaiketu h4{
  color: #301900;
  font-weight: 700;;
  padding:5px;
  font-size: 1.2rem;
}
.kaiketu p{
  background-color: #feffda;
  padding: .8rem 1rem;
  font-size: 17px !important;
}
/*step******************************/
span.stp{
  background-color:#ff8009;
  /*background: #59AB6E;*/
  padding: .3rem 1rem .5rem;
  border-radius: 5px;
  color:#FFF;
  margin-right: 1rem;
}
.stp-box{
  background-color: rgb(255, 251, 227);
  border-radius: 10px;
  padding: 1rem .5rem;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  border: 4px solid #ffc549;
  border: 4px solid #68b77c;
  margin-bottom: 1rem;
}
.stp-box{
  padding-left: 3rem;
  text-indent: -2.2rem;
}
.arrow-clippath {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #ff7402;
  clip-path: polygon(0 33%, 50% 33%, 50% 15%, 100% 50%, 50% 85%, 50% 67%, 0 67%);
}
.circle {
  background: #ff7402;
  background: #68b77c;
  /*background: #59AB6E;*/
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 52px;
  text-align: center;
  line-height: 29px;
  display: inline-block;
}
.circle span{padding-left: 2.2rem;}
.small, small {
  font-size: .7em;
}
  /*faq******************************/
.faq{
  background-color: rgb(238, 254, 255);
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.faq .qus{
  font-size: 17px !important;
  color: #69BBC6;
  padding: 2rem 2rem 1rem;
  text-indent: -2rem;
}
.faq .ans{
  font-size: 17px !important;
  color: #222;
  padding: 1rem 2rem 2rem;
  text-indent: -2rem;
}
.faq .qus-q, .faq .qus-a{color: #69BBC6;
    font-weight: 600;
    font-size: 22px;
    padding-left: -1rem;
}
.faq .qus-a{color: #222;}
/* form */
#form h2 span{
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-top: 1rem;
  padding: .6rem 1rem .5rem;
background-color: #fffc35;
border-radius: 2rem;
}
#form h2 img{
  display: inline-block;
  padding-right:0;
  padding-bottom: 15px;
}
#form{
  background-color: rgb(255, 251, 227);
}
#form form{padding: 1rem;
/*border: 2px solid #59AB6E;*/
border: 12px solid #fff1b4;
background-color: #fff;
border-radius: 10px;
}
.exp{
  background-color:#fffcc7;
  padding: 1rem 1rem .3rem;
}
.exp p{
  font-size: 17px !important;
}
.ipt-box{
  background-color: #59AB6E;
  border-radius: 3px;
  margin-bottom: .5rem;
}
.form-control, .form-select{
  padding: 1rem .75rem;
}
.side {
  width: 200px;
  padding: .5rem 0 0;
  padding-left: 1rem;
  color: #fff;
}
.side label {font-weight: 500 !important;
font-size: 20px !important;}
.main {
  flex: 1;
  margin: .3rem;
  padding-bottom: 1rem;
}
.btn-orange{
  background-color: #ff810a;
  border-color: #ff810a;
  color: #FFF;
  padding: 1.5rem;
  height:auto;
  width: 100%;
  max-width: 600px;
  transition: 0.3s;
}
.btn-orange:hover{
  background-color: #ffa90a;
  border-color: #ffa90a;
  color: #FFF;
}
/*    photos ****************/
.photos img{
  padding:0 ;
  border: 10px solid #EEE;
}
/*    asp ****************/
.asp .col-4{
  background: #fff;
  border: 2px solid #e4f2f8;
  margin: 0 auto;
  text-align: center;
}
.asp img{
  max-width: 250px;
  width: 100%;
}
/*news CSS========================================*/
.latest-news-area {
  background-color: #fff;
}

.latest-news-area .container {
  position: relative;
}

.single-news .image {
  position: relative;
  overflow: hidden;
  padding-top: 60%;
  /* 比率 */
}

.single-news .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-news .image .meta-details {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 30px;
  background-color: #F15A24;
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.single-news .image .meta-details img {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: inline-block;
}

.single-news .image .meta-details span {
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 500;
}

.content-body .title {
  font-size: 18px !important;
  margin: 30px 0 20px 0;
  line-height: 24px;
}

.content-body .title a {
  color: #081828;
}

.content-body .title a:hover {
  color: #F15A24;
}


.content-body p {
  font-size: 13px !important;
}

.swiper-container {
  padding-bottom: 40px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0;
}

.swiper-pagination-bullet-active {
  background: #F15A24;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none;
  color: #F15A24;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -20px;
  left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -20px;
  right: auto;
}

.swiper-button-next:hover,
.swiper-button-next:active,
.swiper-button-next:focus,
.swiper-button-prev:hover,
.swiper-button-prev:active,
.swiper-button-prev:focus {
  outline: none;
}

@media screen and (max-width: 767px) {

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
      right: 0;
      top:150px;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
      left: 0;
      top:150px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
      font-size: 2rem;
  }
}
/*profile*/
.iguchi_p{
  max-width: 200px;
}
.pname{
  text-align: left;
}
.prf-box{padding: .5rem;}
.prf-box p{
  font-size: 16px !important;
}
.book-exp{font-size: 15px !important;}
/*footer*/
footer{
 font-size: .8em;
}
.office {
  margin-right: 1px;
  margin-bottom: 5px;
  width: 46%;
}
.c_title{
  width: 70px;
  font-size: 13px !important;
}
.c_txt {
  flex: 1;
  font-size: 13px !important;
}

.copy-r{font-size: 15px !important;}
#tempaltemo_footer .border-light { border-color: #2d343f !important;
margin: 0 auto 2rem;
line-height: 2;}
/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/
/* Small devices (landscape phones, 576px and up)*/

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 576px) {
  .tel div{
    text-align: right;
  }
.point-box img{
    max-width: 315px;
  width: 30%;
}
.point-box img.ank{
  max-width: 100%;
  width: 100%;
}
}
@media (min-width: 768px) {
  section{
    padding: 4rem 0;
  }
  section.headerbottom , section.cta{
    padding: 2rem 0;
  }
  section.cta.toparea{
    padding: 0;
  }
  h1 {
    font-size: 62px !important;
    text-align: left;
  }
  h2 {
    font-size: 30px !important;
  }
  .h2{
    font-size: 30px !important;
  }
  h3 {
    font-size: 24px !important;
  }
  h2.section-title{
    margin-bottom: 10px;
    padding-bottom: 40px;
  }
  .logo img{
    width:100%;
  }
  .tel a{
    font-size: 1.6rem !important;}
  #templatemo_main_nav .navbar-nav {max-width: 450px;}
  .main {
    padding-bottom: 0;
  }
  p.h-txt{
    font-size: 1.2rem !important;
    font-weight: 600 !important;}
    a.btn_ao_b .b__text {
      font-size: 36px !important;
    }
  #voice{
    background: url(../img/bg_002.png) center center no-repeat;
    background-size:93%;
    padding:13% 0 12.2%;
  }
  .cta p.h2 {
    font-size: 30px !important;
    letter-spacing: -.2px;
  }
  .cta p.text-bold{
    font-size: 18px !important;
  }
  h3 .p-tit{
    padding: 1.3rem;
    text-indent: -1.3rem;
    font-size: 1.4rem !important;
  }
  .p-box p{
    margin: 1rem auto;
    padding: 1rem 2rem 1rem 4.4rem;
    font-size: 1.2rem !important;
  }
  .point-box{
    margin: 2rem auto 3rem;
    padding: 2rem 2rem 1.5rem;
  }
  .point-box img.po_i{
    top:-45px;
    left: 20px;
    max-width: 60px;
  }
  .point-box h3{
    color:#4d1702;
    background-color: #ffd651;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    text-align: center;
  }
  .bubble07 {
    display: inline-block;
    margin-left: -50px;
  }
  .bubble07:before {
    border-width: 30px 10px 0 10px;
    bottom: -5px;
    left: 80%;
    margin-left: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .kaiketu h4{
    font-size: calc(1.275rem + .3vw);
  }
  .kaiketu p{
    font-size: 18px !important;
  }
  span.stp{
    background-color:#ff8009;
    /*background: #59AB6E;*/
    padding: .3rem 1rem .5rem;
    border-radius: 5px;
    color:#FFF;
    margin-right: 1rem;
  }
  .stp-box{
    background-color: rgb(255, 251, 227);
    border-radius: 10px;
    padding: 2rem;
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    border: 4px solid #ffc549;
    border: 4px solid #68b77c;
    margin-bottom: 1rem;
  }
  .stp-box{
    padding-left: 4rem;
    text-indent: -2.2rem;
  }
  .small, small {
    font-size: .875em !important;
  }
  .faq .qus, .faq .ans{
    font-size: 22px !important;
  }
  #form h2 img{
    padding-right:10px;
    padding-bottom: 0;
  }
    #form h2 span{
      font-size: 1.5rem;
      padding: .3rem 2rem .5rem;
      font-weight: 700 !important;
    }
    .exp p{
      font-size: 18px !important;
    }
    .side {
      margin: .5rem 0;
      padding: 0;
      padding-left: 1rem;
    }
    .iguchi_p{
      max-width: 100%;
    }
    .prf-box{padding: 0;}
  .prf-box p{
    font-size: 18px !important;
  }
  .book-exp{font-size: 18px !important;}

  .c_title {
      width: 100px;
      font-size: 15px !important;
  }
  .c_txt {
  font-size: 15px !important;}
  .office {
    width: auto;
  }
 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

  .top .h2{
    text-align: left;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  #voice{
    background-size:83%;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) {
  .point-box img.po_i {
    top: -30px;
    left: 30px;
    max-width: 80px;
  }
}
