/* ------------------------------------------------------------------
下層ページheader
------------------------------------------------------------------ */
.under_top_wrapper {
  background: #fff;
  padding-top: 18.125vw;
}

.under_top_wrapper .topTitle {
  position: relative;
  margin-bottom: 0;
  text-align: left;
}

.under_top_wrapper .topTitle .title_en {
  font-family: "Futura Std", sans-serif;
  color: #000;
  text-transform: capitalize;
  letter-spacing: normal;
  padding-top: 0;
  padding-bottom: 0em;
  font-weight: 400;
}

.under_top_wrapper .topTitle .title_ja {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #000;
  display: block;
  position: absolute;
  font-weight: 400;
  /* opacity: 0; */
  opacity: 1;
  transition: opacity 1.3s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.2s;
  margin-top: 0em;
}

.under_top_wrapper .topTitle .title_ja:before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #2c1b1e;
  position: relative;
  display: inline-block;
  margin-left: 1.2vw;
  width: 9.4vw;
  transition: width 1.2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media(min-width:1024px) {
  .under_top_wrapper {
    width: 73.75vw;
    margin: 0 auto;
    ;
  }

  .under_top_wrapper .topTitle .title_en {
    font-size: 7rem;
  }

  .under_top_wrapper .topTitle .title_ja {
    font-size: 1.12641vw;
    left: 20.25vw;
    top: 3.9vw;
    letter-spacing: 0.3em;
  }

  .under_top_wrapper .topTitle .title_ja:before {
    margin-right: 1.2vw;
    margin-left: 0;
    top: -6px;
  }
}

@media(min-width:1280px) {
  .under_top_wrapper .topTitle .title_en {
    font-size: 9rem;
  }
}

@media(min-width:1360px) {
  .under_top_wrapper .topTitle .title_en {
    font-size: 10rem;
  }
}

@media only screen and (max-width: 1023px) {
  .under_top_wrapper {
    width: 100%;
    padding: 40vw 5.333333333333334vw 0;
  }

  .under_top_wrapper .topTitle .title_en {
    font-size: 7.0rem;
    text-indent: 0em;
  }

  .under_top_wrapper .topTitle .title_ja {
    font-size: 2.4vw;
    bottom: -8.53333vw;
    left: 0;
    letter-spacing: 0.2em;
    line-height: 1;
    display: block;
    position: absolute;
    font-weight: 400;
    /* opacity: 0; */
    opacity: 1;
    transition: opacity 1.3s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.2s;
    margin-bottom: 0;
  }

  .under_top_wrapper .topTitle .title_ja:before {
    width: 3.1vw;
    transition: width 1.2s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    top: -.6vw;
  }
}

/* ------------------------------------------------------------------
下層ページ  他見出し
------------------------------------------------------------------ */
.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;
  padding-left: 18px;
}

.under-page-inner .topTitle .title_en::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff151;
  border-radius: 50%;
  vertical-align: top;
  margin-left: -35px;
  margin-right: 12px;
  margin-top: 3px;
}

.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: 1023px) {
  .under-page-inner .topTitle .title_en::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff151;
    border-radius: 50%;
    vertical-align: top;
    margin-left: -35px;
    margin-right: 12px;
    margin-top: 1px;
  }
}

@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: 20px;
}

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

}

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

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

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

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

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