/* ------------------------------------------------------------------
下層ページheader
------------------------------------------------------------------ */
.under_top_wrapper {
  position: relative;
  margin-top: -112px;
}

.under_top_mv {
  background: #d0d8e0;
  background-image: linear-gradient(129deg, #f6f8f9, #d3d8dd 47%, #d0d8e0);
  overflow: hidden;
  width: 100%;
  height: 400px;
  flex-basis: 100%;
}

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

.catch-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

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

.under_top_wrapper .topTitle .title_en {
  text-transform: capitalize;
  padding-top: 0;
  padding-bottom: .1em;
  color: #fff;
}

.under_top_wrapper .topTitle .title_ja {
  color: #fff;
}

@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: 0px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 450px) {
  .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: #fff151;
  width: 135px;
  height: 3px;
  bottom: -3px;
  left: 0;
}

.under-page-inner .topTitle .title_en {
  position: relative;
  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: .7em;
  border-bottom: solid 2px #006dd2;
  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: 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;
}

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

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

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

.daihyo_Name {
  margin-top: 30px;
  text-align: right;
}

.daihyo_Name p {
  letter-spacing: .1em;
  font-size: 1.6rem;
}

.daihyo_Name p span {
  padding-left: .5em;
  font-size: 120%;
}

.timeline>li {
  margin-bottom: 60px;
}

p.timeline-date {
  letter-spacing: .1em;
}

/* for Desktop */
@media (min-width : 640px) {
  .timeline>li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }

  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 0px;
  }

  p.timeline-date {
    padding: 1.0em 0;
    margin-bottom: 0;
  }

  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #ebf0f5 solid;
    padding-left: 30px;
  }

  .timeline-content p {
    padding: 1.0em 0;
    margin-bottom: 0;
  }

  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #1c2a39;
    position: absolute;
    left: 106px;
    top: 30px;
    border-radius: 100%;
  }
}

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

  .c__greeting .right {
    width: 30%;
    padding-left: 45px;
  }
}

@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;
  }

  .daihyo_Name p span {
    display: block;
  }
}

/* ------------------------------------------------------------------
サービス
------------------------------------------------------------------ */
.service h3 {}

ul.service__content li {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

ul.service__content li .left span {
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 8.0rem;
  line-height: 1;
}

ul.service__content li:nth-of-type(1) h4 {
  color: #887eb8;
}

ul.service__content li:nth-of-type(2) h4 {
  color: #ca652e;
}

ul.service__content li:nth-of-type(3) h4 {
  color: #4488bd;
}

ul.service__content li h4 {
  font-weight: 500;
  margin-bottom: .4em;
  font-size: 1.5rem;
}

ul.service__content li p {
  line-height: 1.7;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .ben_img {
    margin: 0 auto 50px;
    width: 430px;
  }
}

@media(min-width:1024px) {
  .service h3 {
    text-align: center;
  }

  .ben_img {
    width: 530px;
  }

  ul.service__content li h4 {
    font-size: 2.3rem;
  }
}

@media(min-width:1280px) {
  ul.service__content li h4 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 450px) {
  .service h3 .title_ja{
    text-align: left;
    font-size: 1.7rem!important;
  }
  .ben_img {
    margin: 0 auto 40px;
    width: 100%;
  }

  ul.service__content li {
    margin-bottom: 40px;
  }

  ul.service__content li:last-child {
    margin-bottom: 0;
  }

  ul.service__content li h4 {
    text-align: center;
    margin: 1em 0;
    font-size: 2.0rem;
  }
}

/* ------------------------------------------------------------------
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: 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__top h3 {
  text-align: center;
  letter-spacing: .1em;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.toppage_about p {
  font-weight: 500;
}

@media(min-width:1280px) {
  .service__top h3 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.6rem;
  }
}


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

.privacy h3 {
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 30px;
  font-size: 1.9rem;
}

.privacy h4 {
  font-weight: 600;
  margin: 0 0 1em;
  position: relative;
  padding-left: 1.5em;
}

.privacy h4::before {
  display: block;
  content: "";
  position: absolute;
  background: #1f2c32;
  width: .8em;
  height: .8em;
  left: 0;
  top: .5em;
}

ul.privacy__list li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 20px;
}

ul.privacy__list li::before {
  display: block;
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #1f2c32;
  width: .5em;
  height: .5em;
  left: 0;
  top: .5em;
}

.privacy a {
  text-decoration: underline;
}

@media(min-width:768px) {
  .privacy h4 {
    font-size: 1.2rem;
  }
}

@media(min-width:1024px) {
  .privacy h4 {
    font-size: 1.5rem;
  }
}

@media(min-width:1280px) {
  .privacy h4 {
    font-size: 1.65rem;
  }
}

@media(min-width:1366px) {
  .privacy h4 {
    font-size: 1.75rem;
  }
}

@media(min-width:1920px) {
  .privacy h4 {
    font-size: 1.76rem;
    line-height: 2.9;
  }
}

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

  .privacy h3 {
    font-size: 1.7rem;
  }

  .privacy h4 {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}

@media only screen and (max-width: 320px) {
  .privacy h4 {
    font-size: 1.38rem;
  }
}

/* ------------------------------------------------------------------
サイトマップ
------------------------------------------------------------------ */
.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.75rem;
  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;
  }
}
