/* ------------------------------------------------------------------
下層ページheader
------------------------------------------------------------------ */
.under_top_wrapper {
  background: #f2f2f2;
  height: 300px;
  padding-top: 100px;

}

.under_mv_title .topTitle {
  margin-bottom: 0;
}

.under_top_wrapper .topTitle .title_en {
  padding-top: 0;
  padding-bottom: .1em;
}

.under_mv_title .toppage_title {
  color: #da672c;
}

.under_top_wrapper .topTitle .title_ja {
  color: #3e3e3e;
}

@media(min-width:768px) {

  .under_top_wrapper .topTitle {
    text-align: center;
  }

  .under_top_wrapper .topTitle .title_en {
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .under_mv_title .topTitle .title_en {
    font-size: 1.3rem;
  }
}

@media(min-width:1024px) {}

@media(min-width:1280px) {

  .under_mv_title .topTitle .title_en {
    font-size: 5.6rem;
  }
}

@media only screen and (max-width: 1023px) {
  .under_top_wrapper {
    margin-top:50px;
    margin-bottom: 0px;
    height: 240px;
  }
}

@media only screen and (max-width: 450px) {
  .under_top_wrapper .inner {
    padding: 0;
  }

  .under_mv_title .topTitle {
    padding: 60px 0;
  }
}

/* ------------------------------------------------------------------
下層ページ  他見出し
------------------------------------------------------------------ */
.title_normal {
  position: relative;
  border-bottom: 3px solid #eee;
  font-weight: 500;
  letter-spacing: .1em;
  display: inline-block;
  padding: 0 10px 10px;
  text-align: center;
  margin-bottom: 0;
}

.title_normal::before {
  content: "";
  position: absolute;
  background-color: #0455bf;
  width: 135px;
  height: 3px;
  bottom: -3px;
  left: 0;
}

.under-page-inner .topTitle .title_en {
  font-size: 1.4rem;
}

.under-page-inner .topTitle .title_ja {
  padding-top: 0;
  padding-bottom: 0em;
  font-weight: 600;
  font-size: 2.2rem;
}

.sub__title_border {
  margin-bottom: 20px;
  padding-bottom: .3em;
  border-bottom: solid 3px #0455bf;
  font-size: 1.9rem;
}

@media(min-width:1024px) {
  .under-page-inner .topTitle .title_en {
    font-size: 1.5rem;
  }
  .under-page-inner .topTitle .title_ja {
    font-size: 2.2rem;
    padding-top: 0;
  }

  .title_normal {
    font-size: 1.9rem;
  }

  .sub__title_border {
    font-size: 2.0rem;
  }
}

@media(min-width:1280px) {
  .under-page-inner .topTitle .title_en {
    font-size: 1.7rem;
  }
  .under-page-inner .topTitle .title_ja {
    font-size: 2.4rem;
    padding-top: 0;
  }

  .title_normal {
    font-size: 2.5rem;
  }

  .sub__title_border {
    font-size: 2.2rem;
  }
}

@media(min-width:1280px) {
  .under-page-inner .topTitle .title_en {
    font-size: 1.7rem;
  }
  .under-page-inner .topTitle .title_ja {
    font-size: 2.4rem;
    padding-top: 0;
  }

  .title_normal {
    font-size: 2.5rem;
  }

  .sub__title_border {
    font-size: 2.2rem;
  }
}


@media(min-width:1366px) {
  .under-page-inner .topTitle .title_en {
    font-size: 1.9rem;
  }
  .under-page-inner .topTitle .title_ja {
    font-size: 2.6rem;
    padding-top: 0;
  }
}

@media only screen and (max-width: 1023px) {}

@media only screen and (max-width: 360px) {
  .under-page-inner .topTitle .title_ja {
    font-size: 2.0rem;
  }
}

/* ------------------------------------------------------------------
下層ページ  共通
------------------------------------------------------------------ */


@media(min-width:1024px) {
  .underpage_title .title_en{
    font-size: 1.4rem;
  }

  .underpage_title .title_ja{
    font-size: 2.4rem;
  }
}

@media(min-width:1280px) {
  .underpage_title .title_en{
    font-size: 1.6rem;
  }

  .underpage_title .title_ja{
    font-size: 2.6rem;
  }
}

@media(min-width:13660px) {
  .underpage_title .title_en{
    font-size: 1.8rem;
  }

  .underpage_title .title_ja{
    font-size: 2.7rem;
  }
}

/* ------------------------------------------------------------------
下層ページ__ニュース一覧
------------------------------------------------------------------ */
ul.underpage__newslist li {
  background: #f6efe8;
  -moz-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -webkit-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -o-transition: background-color .2s linear, color .2s linear, border .2s linear;
  -ms-transition: background-color .2s linear, color .2s linear, border .2s linear;
  transition: background-color .2s linear, color .2s linear, border .2s linear;
}

ul.underpage__newslist li:hover {
  background-color: #fcfaf8;
}

ul.underpage__newslist li .t_a_b {
  padding: 10px 15px 15px;
}

@media(min-width:1024px) {
  ul.underpage__newslist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  ul.underpage__newslist li {
    width: 46%;
    margin-bottom: 3.5%;
  }

  ul.underpage__newslist li p.title_list {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

/* ------------------------------------------------------------------
よくある質問 アコーディオン
------------------------------------------------------------------ */
.accordion-item {
  margin-bottom: 40px;
  background-color: #f2f5f7;
  border-radius: .6em;
}

.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  width: 100%;
}

.accordion-title {
  cursor: pointer;
  color: #153b92;
  font-weight: 600;
  padding: 30px 80px 30px 80px;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.accordion-title::before {
  display: block;
  content: "Q";
  font-family: 'Archivo', sans-serif;
  background: #153b92;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 2.0rem;
  position: absolute;
  top: 25px;
  left: 25px;
}

.accordion-content {
  display: none;
  padding: 15px 80px 40px 80px;
}

.accordion-content p::before {
  display: block;
  content: "A";
  font-family: 'Archivo', sans-serif;
  color: #f45e1a;
  font-weight: 800;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 3.0rem;
  position: absolute;
  top: -2px;
  left: -55px;
}

.accordion-content p {
  position: relative;
  margin-bottom: 0;
  font-size: 1.3rem;
}

/* 矢印 */
.accordion-title {
  position: relative;
}

.accordion-title::after {
  border-right: solid 4px #153b92;
  border-top: solid 4px #153b92;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 30px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 16px;
}

.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

@media(min-width:768px) {
  .accordion-title {
    font-size: 1.6rem;
  }

  .accordion-content p {
    font-size: 1.3rem;
  }
}

@media(min-width:1024px) {
  .accordion-title {
    font-size: 1.8rem;
  }

  .accordion-content p {
    font-size: 1.5rem;
  }
}

@media(min-width:1280px) {
  .accordion-title {
    font-size: 1.8rem;
  }

  .accordion-content p {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 450px) {
  .accordion-title {
    padding: 30px 40px 30px 50px;
    font-size: 1.5rem;
  }

  .accordion-title::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
    top: 27px;
    left: 10px;
  }

  .accordion-content {
    padding: 15px 20px 40px 50px;
  }

  .accordion-content p::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
    top: 0px;
    left: -40px;
  }

  .accordion-content p {
    font-size: 1.3rem;
  }

  /* 矢印 */
  .accordion-title::after {
    border-right: solid 4px #153b92;
    border-top: solid 4px #153b92;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 16px;
  }
}

/* ------------------------------------------------------------------
CTAスマホ固定
------------------------------------------------------------------ */
@media(min-width:1024px) {
  .sp_cta_fixed {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .sp_cta_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
  }

  .sp_cta_fixed ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sp_cta_fixed ul li {
    width: 33.3333%;
  }
}

/* ------------------------------------------------------------------
会社案内
------------------------------------------------------------------ */
.acf-map {
  width: 100%;
  height: 400px;
  margin: 0px 0 40px;
  border-radius: 1em;
  overflow: hidden;
}

.maplink {
  position: relative;
  display: block;
  padding-left: 18px;
  margin-top: 2px;
}

a.maplink {
  text-decoration: underline;
}

.maplink::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 7px;
  background: url('../img/pin.png') no-repeat 0 0;
  background-size: 15px 15px;
}

dl.rinen__list{
  font-family: "Manrope", serif;
  font-size: 2.4rem;
}

dl.rinen__list dt{
  text-align: center;
  color: #da672c;
  margin-bottom: 1em;
}

dl.rinen__list dt span{
  padding: .2em 1.5em;
  position: relative;
}

dl.rinen__list dt span::before, dl.rinen__list dt span::after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: '';
}

dl.rinen__list dt span::before {
  border-left: solid 1px;
  border-top: solid 1px;
  top: 0;
  left: 0;
}

dl.rinen__list dt span::after {
  border-right: solid 1px;
  border-bottom: solid 1px;
  bottom: 0;
  right: 0;
}

dl.rinen__list dd{
  text-align: center;
  position: relative;
  margin-bottom: 1em;
}

.company .mb-box{
  padding-bottom: 60px;
  border-bottom: solid 1px #eee;
}

.company .mb-box:last-child{
  padding-bottom: 0px;
  border-bottom: solid 0px #eee;
}

.company h5{
  text-align: center;
  font-family: "Manrope", serif;
  font-weight: 500;
  font-size: 2.8rem;
}

.company ul.teble-listLine li a{
  color: #3e3e3e;
}

@media(min-width:768px) {}

@media(min-width:1024px) {
  .c__greeting .left{
    width: 60%;
  }

  .c__greeting .right{
    width: 40%;
    padding-left: 35px;
  }

}

@media only screen and (max-width: 450px) {
  .acf-map {
    height: 300px;
    margin: 0px 0 20px;
  }

  .c__greeting .left{
    margin-bottom: 30px;
  }

  .company .mb-box{
    padding-bottom: 40px;
  }

  .company .mb-box:last-child{
    padding-bottom: 0px;
  }

  .company h5{
    font-size: 2.2rem;
  }
}

/* ------------------------------------------------------------------
topよくいただくご質問
------------------------------------------------------------------ */

.faq ul li {
  padding-bottom: 40px;
  margin-bottom: 36px;
  border-bottom: solid 1px #b5bcc1;
}

.q__box {
  position: relative;
  font-weight: 600;
  padding-left: 50px;
  padding-bottom: 20px;
  font-size: 2.0rem;
}

.q__box::before {
  display: block;
  content: "Q";
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #0f318d;
  line-height: 38px;
  height: 38px;
  width: 38px;
  font-size: 2.0rem;
  position: absolute;
  top: -5px;
  left: 0;
}

@media (min-width: 768px) {

}

@media (min-width: 1024px) {

  .q__box {
    font-size: 1.8rem;
  }

  .a__box {
    font-size: 1.4rem;
  }
}

@media (min-width: 1366px) {

  .q__box {
    font-size: 1.9rem;
  }

  .a__box {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 736px) {
  .faq ul{
    margin-bottom: 50px;
  }
  .faq ul li:last-child{
    margin-bottom: 0;
  }

  .q__box {
    padding-left: 42px;
    padding-bottom: 20px;
    font-size: 1.6rem;
  }

  .q__box::before {
    display: block;
    content: "Q";
    font-family: "Cabin", sans-serif;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #0f318d;
    line-height: 32px;
    height: 32px;
    width: 32px;
    font-size: 1.6rem;
    position: absolute;
    top: -5px;
    left: 0;
  }
}

/* ------------------------------------------------------------------
業務案内
------------------------------------------------------------------ */
.service_page_wrapper {
  margin-bottom: 40px;
}


@media(min-width:1024px) {
  .service_page_wrapper {
    margin-bottom: 80px;
  }

  .service_page_wrapper .left img {
    border-radius: 1em;
  }

  .service_page_wrapper .right{
    margin-top: -15%;
    padding: 0 5.333333333333334vw;
  }

}

@media(min-width:1280px) {

}

@media only screen and (max-width: 1023px) {
  .service_page_wrapper .right{
    margin-top: -30px;
    padding: 0 5.333333333333334vw;
  }
}

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

}

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

}

/* ------------------------------------------------------------------

------------------------------------------------------------------ */
@media(min-width:1024px) {

}

@media(min-width:1280px) {

}

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

}

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

}

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

}

/* ------------------------------------------------------------------

------------------------------------------------------------------ */
@media(min-width:1024px) {

}

@media(min-width:1280px) {

}

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

}

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

}

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

}

/* ------------------------------------------------------------------
個人情報保護方針
------------------------------------------------------------------ */
.privacy .privacy__container {
  margin-bottom: 40px;
}

.privacy .privacy__container p {
  font-size: 1.3rem;
}

.privacy .privacy__container ol{
  padding-left: 1em;
  font-size: 1.3rem;
  line-height: 2.0em;
}

.privacy .privacy__container ol li{
  margin: 0 0 .5em;
}

.privacy h4 {
  font-weight: 500;
  margin: 0 0 1em;
  font-size: 1.4rem;
}

.privacy a {
  text-decoration: underline;
}

@media only screen and (max-width: 736px) {
  .privacy .privacy__container {
    margin-bottom: 20px;
  }

  .privacy .privacy__container p {
    font-size: 1.2rem;
  }

  .privacy .privacy__container ol{
    font-size: 1.2rem;
    line-height: 1.8em;

  }

  .privacy h4 {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------------
サイトマップ
------------------------------------------------------------------ */
.sitemap ul li:first-child {
  margin-left: 0px;
}

.sitemap ul li:first-child::before {
  display: none;
}

.sitemap ul li {
  position: relative;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: left;
  margin-left: 30px;
}

.sitemap ul li::before {
  display: block;
  position: absolute;
  top: -18px;
  left: -20px;
  width: 14px;
  height: 30px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  content: "";
}

.sitemap ul li a {
  color: #2d2d2d;
}

.sitemap ul li a:hover {
  text-decoration: underline;
}

ul.sub-menu li {
  margin-bottom: 0px !important;
  margin-left: 30px !important;
}

ul.sub-menu li:last-child {
  margin-bottom: 30px !important;
}

ul.sub-menu li:before {
  display: block !important;
  left: -20px !important;
  height: 12px !important;
  top: 0px !important;
}

ul.sub-menu li a {
  font-weight: 400;
}

@media only screen and (max-width: 736px) {
  .sitemap ul li {
    font-size: 1.3rem;
  }
}
