@charset "UTF-8";
/* CSS Document */
html,
body {
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.navsmall {
  letter-spacing: -0.01rem;
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: 'EB Garamond', 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  overflow-x: hidden;
}

ul,
li {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}

.wrap {
  max-width: 1245px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .wrap {
    width: 100%;
  }
}
.wrap1000 {
  max-width: 1000px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wrap1000 {
    width: 100%;
  }
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 2.36111vw;
  display: flex;
  justify-content: flex-end;
  z-index: 1000;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .header {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .header {
    background: #fff;
    display: block;
    height: 61px;
    z-index: 2000;
  }
}
.header__Logo {
  padding: 1.66667vw 0;
  margin: 0;
  flex-grow: 1;
}
@media screen and (max-width: 1440px) {
  .header__Logo {
    flex-grow: initial;
    width: 26.38889vw;
  }
}
@media screen and (max-width: 768px) {
  .header__Logo {
    width: 71.22396vw;
    padding: 0.90278vw 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header__Logo {
    padding: 10px 0 6px;
  }
}

.header__Logo a {
  display: block;
}
.header__Logo img {
  width: 14.51389vw;
  max-width: 209px;
}
@media screen and (max-width: 768px) {
  .header__Logo img {
    width: 64%;
    max-width: 180px;
  }
}
.header__Logo span {
  display: block;
  margin-top: 0;
  font-size: 11px;
  color: #000;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
@media screen and (max-width: 1440px) {
  .header__Logo span {
    margin-top: 0.69444vw;
    font-size: 0.69444vw;
  }
}
@media screen and (max-width: 768px) {
  .header__Logo span {
    display: none;
  }
}
.header__Nav {
  padding: 1.66667vw 0 0;
  padding-left: 5vw;
}
@media screen and (max-width: 1440px) {
  .header__Nav {
    width: 61.11111vw;
    padding-left: 3.47222vw;
  }
}
@media screen and (max-width: 768px) {
  .header__Nav {
    display: none;
  }
}
.header__Nav-List {
  display: flex;
  margin-bottom: 0.69444vw;
}
.header__Nav-List-Item a {
  display: inline-block;
  font-size: 14px;
  padding: 0.4vw 1.94444vw;
  position: relative;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .header__Nav-List-Item a {
    font-size: 0.83333vw;
    padding: 0.76389vw 1.04167vw;
  }
}
.header__Nav-List-Item a:before {
  position: absolute;
  right: -0.34722vw;
  top: calc(50% - (22.5 * (100vw / 1440)));
  content: "";
  width: 0.06944vw;
  height: 3vw;
  background: #8c9eb1;
  transform: rotate(30deg);
}
@media screen and (max-width: 1440px) {
  .header__Nav-List-Item a:before {
    height: 3.125vw;
    right: -0.69444vw;
  }
}
.header__Nav-List-Item a:hover {
  color: #0b233d;
  font-weight: 700;
}
.header__Nav-List-Item:first-child a {
  padding-left: 0;
}
.header__Nav-List-Item:last-child a:before {
  display: none;
}
.header__Nav-List-Item .child_menu {
  max-height: 0;
  opacity: 0;
  top: 6.94444vw;
  overflow: hidden;
  width: 100vw;
  position: absolute;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 100;
  transition: all 0.2s ease-in;
}
.header__Nav-List-Item .child_menu .hdline {
  font-weight: bold;
  margin-top: 10px;
}
.header__Nav-List-Item .child_menuwbg {
  background: rgba(255, 255, 255, 0.9);
  padding: 2.77778vw 0;
}
@media screen and (max-width: 1280px) {
  .header__Nav-List-Item .child_menuwbg {
    padding: 2.77778vw 5vw;
  }
}
.header__Nav-List-Item .child_menu .wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1245px;
}
.header__Nav-List-Item .child_menu li a {
  padding: 0.13889vw 0 0.13889vw 0.34722vw;
  color: #000;
  cursor: pointer;
}
.header__Nav-List-Item .child_menu li a:hover {
  opacity: 0.6;
}
.header__Nav-List-Item .child_menu li a img {
  width: 0.55556vw;
  position: relative;
  height: auto;
  top: 0.06944vw;
  padding-right: 0.55556vw;
}
.header__Nav-List-Item .child_menu li a:before {
  display: none;
}
.header__Nav-List-Item .child_menu li:first-child a {
  font-weight: bold;
  padding: 0vw 0 0.13889vw 0;
}
.header__Nav-List-Item.navAco:hover .child_menu {
  max-height: 9999px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .header__Nav-List {
    display: none;
  }
}
.header__Nav-Tel {
  display: flex;
  padding-right: 1.94444vw;
}
.header__Nav-Tel-Item {
  display: flex;
  align-items: center;
}
.header__Nav-Tel-Item span {
  width: 11.11111vw;
  border: 0.06944vw solid #002043;
  padding: 0.34722vw;
  font-size: 12px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  line-height: 1;
  display: block;
  text-align: center;
  color: #002043;
  margin-right: 1.04167vw;
  max-width: 130px;
}
@media screen and (max-width: 1440px) {
  .header__Nav-Tel-Item span {
    font-size: 1.11111vw;
  }
}
.header__Nav-Tel-Item a {
  font-size: 32px;
  color: #002043;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1440px) {
  .header__Nav-Tel-Item a {
    font-size: 1.94444vw;
  }
}
.header__Nav-Tel-Item:first-child {
  margin-right: 1.04167vw;
}
@media screen and (max-width: 768px) {
  .header__Nav-Tel {
    display: none;
  }
}
.header__Resevetion {
  width: 12.5vw;
  height: 135px;
  background: #0b233d;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 220px;
}
@media screen and (max-width: 1440px) {
  .header__Resevetion {
    height: 9.02778vw;
  }
}
.header__Resevetion .-eng {
  display: block;
  font-size: 24px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .header__Resevetion .-eng {
    font-size: 1.80556vw;
  }
}
.header__Resevetion .-jp {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .header__Resevetion .-jp {
    margin-top: 0.69444vw;
    font-size: 0.69444vw;
  }
}
@media screen and (max-width: 768px) {
  .header__Resevetion {
    display: none;
  }
}

.splang {
  display: none;
  width: 68px;
  position: absolute;
  right: 48px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .splang {
    display: block;
  }
}
.splang__Item {
  height: 30px;
}
.splang__Item a {
  font-size: 15px;
  display: block;
  text-align: center;
  height: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.splang__Item a:before {
  position: absolute;
  top: calc(50% - (15 * (100vw / 768)));
  left: 3px;
  width: 5px;
  height: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: #203b77;
}
.splang__Item.-en a {
  background: #a0a8b1;
  border-top: 1px solid #a0a8b1;
}

.navToggle {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 13.02083vw;
  height: 14.32292vw;
  cursor: pointer;
  z-index: 10000;
  text-align: center;
  transition: 0.3s;
  background: #001833;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .navToggle {
    display: flex;
    width: 50px;
    height: 61px;
  }
}
.navToggle:before {
  position: absolute;
  bottom: 1.30208vw;
  left: 1.30208vw;
  width: 10.41667vw;
  height: 0.65104vw;
  content: "";
  background: #163b7b;
}
.navToggle span {
  font-size: 3.64583vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .navToggle span {
    font-size: 17px;
  }
}

.menu-content {
  display: none;
  width: 100%;
  height: 100%;
  padding: 90px 0 0;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.7s;
  transform: translateY(-100%);
  background: #fff;
  background-size: cover;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .menu-content {
    display: block;
  }
}
.menu-content.-open {
  transform: translateY(0);
}
.menu-content__Inner {
  max-width: 698px;
  width: 96%;
  margin: auto;
}
.menu-content .tabWrap {
  border: 1px solid #203b77;
  background: #f4f4f4;
  margin-bottom: 30px;
}
.menu-content .tabWrap .tab-area {
  display: flex;
  flex-wrap: wrap;
}
.menu-content .tabWrap .tab {
  border-bottom: 1px solid #919191;
  width: 50%;
  box-sizing: border-box;
  height: 50px;
  text-align: center;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2em;
  background: #a0a8b1;
  padding: 0 6%;
  position: relative;
}
.menu-content .tabWrap .tab:nth-of-type(2n) {
  border-left: 1px solid #919191;
}
.menu-content .tabWrap .tab:before {
  content: "";
  background: url(../img/common/yyjrs.png) no-repeat;
  background-size: contain;
  width: 4.94792vw;
  height: 4.94792vw;
  top: calc(50% - (19 * (100vw / 768)));
  right: 1.82292vw;
  position: absolute;
}
.menu-content .tabWrap .tab.active {
  background: #081f41;
  color: #FFF;
}
.menu-content .tabWrap .panel {
  display: none;
  background: #f4f4f4;
  padding: 2.60417vw;
}
.menu-content .tabWrap .panel.active {
  display: block;
}
.menu-content .tabWrap .panel__List {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu-content .tabWrap .panel__Item {
  width: 50%;
  height: 50px;
  margin: 0 0 10px;
}
.menu-content .tabWrap .panel__Item a {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 13px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5em;
  padding: 0 10px;
  box-sizing: border-box;
}
.menu-content .tabWrap .panel__Item a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 4px;
  height: 40px;
  background: #c1994b;
  content: "";
  margin: auto;
}
.menu-content__Icons {
  display: flex;
  justify-content: space-between;
  width: 76.17188vw;
  margin: auto;
}
.menu-content__Icons a {
  width: 35.28646vw;
}

.rightfloat {
  position: fixed;
  right: 0;
  top: 185px;
  z-index: 10;
}
.rightfloat .langmenu {
  width: 180px;
}
.rightfloat .langmenu li {
  width: 160px;
  margin: 0 0 0 auto;
}
.rightfloat .langmenu li:hover {
  margin: 0 auto;
}
.rightfloat .langmenu li a {
  transition: 0.6s;
  background: #a0a8b1;
  color: #fff;
  display: block;
  font-size: 14px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  line-height: 1;
  padding: 10px 10px 10px 25px;
  position: relative;
}
.rightfloat .langmenu li a:before {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 2px;
  height: calc(100% - 12px);
  content: "";
  background: #c99739;
}
.rightfloat .langmenu li a:hover {
  background: #0b233d;
  margin: 0 auto;
  opacity: 1;
}
.rightfloat .langmenu li:first-child a {
  background: #0b233d;
}
.rightfloat .rightmenu {
  margin-top: 56px;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  width: 180px;
}
.rightfloat .rightmenu li {
  padding: 2px;
  background: #d3d3d3;
  margin-bottom: 10px;
}
.rightfloat .rightmenu li:last-child {
  margin-bottom: 0;
}
.rightfloat .rightmenu li a {
  border: 1px solid #0b233d;
  display: block;
}
.rightfloat .rightmenu li span {
  display: block;
  font-size: 12px;
  padding: 18px 19px;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}
.rightfloat .rightmenu li span:before {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 2px;
  height: calc(100% - 12px);
  content: "";
  background: #c99739;
}
.rightfloat .rightmenu li span:after {
  content: "";
  background: url(../img/common/yyjrs.png) no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  top: calc(50% - 9.5px);
  right: 9px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .reservbtn {
    top: 120px;
  }

  .rightfloat {
    display: none;
  }
}
.ttltopeng {
  font-size: 1.1rem;
  line-height: 1.4rem;
  letter-spacing: 0.07rem;
  margin: 0 auto 25px;
  position: relative;
  color: #a0a1a5;
}
.ttltopeng:before {
  width: 80%;
  height: 1px;
  content: "";
  background: #4f5c70;
  position: absolute;
  right: 0;
  top: 1.55rem;
}

.ttltop {
  margin: 0 auto;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  line-height: 2.1rem;
}

.ttlbig {
  margin: 25px auto;
  font-size: 3.05rem;
}

p.ntext {
  font-size: 0.85rem;
  margin: 40px auto;
  line-height: 2rem;
}

.btext {
  color: #002043;
}

.wtext {
  color: #FFF;
}

footer {
  padding: 45px 0 35px;
  background: #dbdbdb;
}

.topjump {
  background: #001833;
  text-align: center;
}
.topjump a {
  width: 100%;
  display: block;
  padding: 9px 0 2px;
}

.footlogo {
  margin: 0 auto 45px;
}

.foottext {
  margin: 0 auto 0 3px;
  font-size: 0.6rem;
  letter-spacing: 0.02rem;
}

.copy {
  color: #666666;
  margin: 0 auto 0 4px;
  font-size: 0.6rem;
}

.footmenutop,
.footmenubottom {
  border-top: 1px solid #b8b8b8;
  padding: 45px 0 25px;
}

.footmenutop a,
.footmenubottom a {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0 0 0 22px;
  position: relative;
  color: #333333;
  display: block;
  margin-bottom: 6px;
}

.footmenutop a:before,
.footmenubottom a:before {
  content: "";
  background: url("../img/common/footyjrs.png") no-repeat;
  width: 9px;
  height: 13px;
  position: absolute;
  left: 4px;
  top: 7px;
}

.footmenutop ul a,
.footmenubottom ul a {
  color: #666666;
  font-weight: normal;
  margin-bottom: 3px;
  padding: 0 0 0 14px;
  font-size: 0.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
  line-height: 1.3rem;
}

.footmenutop ul a:before,
.footmenubottom ul a:before {
  background: url("../img/common/footyjrss.png") no-repeat;
  width: 6px;
  height: 9px;
  top: 6px;
  left: 0;
}

.footmenu3c {
  display: flex;
  justify-content: space-between;
}
.footmenu3c ul {
  width: 95%;
  margin: -9px 0 13px auto;
}

.footmenu3cleft {
  width: 32%;
}

.footmenu3ccenter {
  width: 45%;
}

.footmenu3cright {
  width: 23%;
}

.headmenu3c {
  width: clac(100%/3);
}

.header__Nav-List-Item .child_menu .headmenu3cnone li:first-child a {
  font-weight: normal;
  padding-top: 2rem;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.bread {
  width: 1240px;
  margin: 20px auto;
  font-size: 0.7rem;
  line-height: 1.4rem;
}
.bread a {
  border-bottom: 1px solid;
  position: relative;
  margin-right: 15px;
}
.bread a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #163b7b;
  border-right: 2px solid #163b7b;
  transform: rotate(45deg);
  position: absolute;
  right: -10px;
  top: 5px;
  display: inline-block;
}

.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"], input[name="menutab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#purpose:checked ~ #purpose_content,
#category:checked ~ #category_content,
#service:checked ~ #service_content,
#visa:checked ~ #visa_content,
#sponsor:checked ~ #sponsor_content,
#residency:checked ~ #residency_content,
#citizenship:checked ~ #citizenship_content {
  display: flex;
  width: 100%;
}

/*選択されているタブのスタイルを変える*/
.contentsmapmenu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #FFF;
  width: 98vw;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .contentsmapmain {
    padding: 20px 0 0;
  }

  .contentsmapmain ul li {
    padding: 0.91146vw 1.95313vw 0.91146vw 2.60417vw;
    font-size: 0.82rem;
    line-height: 1rem;
  }
  .contentsmapmain ul li:first-child {
    font-size: 2.60417vw;
    margin-bottom: 10px;
    padding: 0.91146vw 0 0.52083vw 4.29688vw;
  }
  .contentsmapmain ul li:before {
    left: 1.30208vw;
    top: 1.17188vw;
  }

  #purpose:checked ~ #purpose_content,
  #category:checked ~ #category_content,
  #service:checked ~ #service_content {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
  }

  .contentsmapmain ul {
    width: 49%;
    padding: 0;
    margin: 0 0 30px;
  }
  .contentsmapmain ul li:first-child:before {
    left: 0px;
    width: 5.33854vw;
    height: 5.33854vw;
    background-size: contain;
  }
  .contentsmapmain ul.contentsmapmain02:before {
    width: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contentsmapmain ul.contentsmapmain02:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  #fv {
    top: 0;
    margin-bottom: 10px;
    height: auto;
    padding-bottom: 30px;
  }
  #fv .wrap {
    padding: 130px 0 0;
    width: 100%;
  }

  .bread {
    width: 90%;
  }

  .headkakaku,
  .reservbtn,
  .rightmenu {
    display: none;
  }

  .rightfloat {
    top: 0;
    right: 20%;
    width: 21%;
    position: absolute;
  }
  .rightfloat ul {
    width: auto;
  }

  .footlogo,
  .footmenutop,
  .footmenubottom {
    width: 90%;
  }

  .footmenutop,
  .footmenubottom {
    padding: 25px 0 25px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .footmenutop a,
  .footmenubottom a {
    width: 43%;
  }

  .footmenu3cleft,
  .footmenu3ccenter,
  .footmenu3cright {
    width: 100%;
  }

  .footmenutop .footmenu3cleft a,
  .footmenutop .footmenu3ccenter a,
  .footmenutop .footmenu3cright a {
    width: 90%;
    padding: 8px 0 8px 22px;
    line-height: 1rem;
  }

  .footmenubottom .footmenu3cleft a .footmenubottom .footmenu3ccenter a .footmenubottom .footmenu3cright a {
    width: 90%;
    padding: 8px 0 8px 22px;
    line-height: 1rem;
  }

  .footmenutop .footmenu3cleft ul a,
  .footmenutop .footmenu3ccenter ul a,
  .footmenutop .footmenu3cright ul a {
    padding: 8px 0 8px 14px;
  }

  .footmenubottom .footmenu3cleft ul a .footmenubottom .footmenu3ccenter ul a .footmenubottom .footmenu3cright ul a {
    padding: 8px 0 8px 14px;
  }

  .footmenu3c {
    display: block;
    width: 100%;
  }

  .footmenubottom .footmenu3cright {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .footmenutop ul a:before {
    top: 12px;
  }

  .footmenu3c ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footmenu3c ul li {
    width: 48%;
    margin: 0;
  }
  .footmenu3c ul li:nth-child(odd) {
    margin-right: auto;
  }

  nav .contentsmapmain {
    background: #f4f4f4;
  }
}
.mvBtns {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .mvBtns {
    display: block;
  }
}
.mvBtns__Item {
  width: 48%;
  max-width: 240px;
  margin: initial;
  box-shadow: 0px 17px 24px 0px rgba(7, 0, 2, 0.31);
}
@media screen and (max-width: 768px) {
  .mvBtns__Item {
    width: 100%;
    margin: 0 auto 2.60417vw;
    max-width: 300px;
    box-shadow: 0px 8px 12px 0px rgba(7, 0, 2, 0.31);
  }
}
.mvBtns__Item a {
  position: relative;
  text-align: center;
  transition: 0.6s;
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 18px;
}
@media screen and (max-width: 768px) {
  .mvBtns__Item a {
    font-size: .8rem;
    padding: 18px;
  }
}
.mvBtns__Item a:before {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 2px;
  height: calc(100% - 12px);
  content: "";
  background: #c99739;
}
.mvBtns__Item a:after {
  content: "";
  background: url(../img/common/yyjrs.png) no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  top: calc(50% - 9.5px);
  right: 8px;
  position: absolute;
  transform: rotate(-90deg);
}
.mvBtns__Item.-consultation a {
  background: #0b233d;
  color: #fff;
}
.mvBtns__Item.-consultation a:hover {
  background: #a0a8b1;
  color: #676767;
  opacity: 1;
}
.mvBtns__Item.-document a {
  background: #d3d3d3;
  color: #0b233d;
}
.mvBtns__Item.-document a:hover {
  background: #a0a8b1;
  color: #676767;
  opacity: 1;
}

.footcontact {
  background: url("../img/common/s3bnr.jpg") no-repeat top center;
  padding: 80px 0;
  margin: 0 auto 130px;
}
@media screen and (max-width: 768px) {
  .footcontact {
    background: url(../img/common/s3bnr.jpg) no-repeat top right;
    background-size: cover;
    padding: 13.02083vw 0;
    margin: 0 auto 13.02083vw;
  }
}
.footcontact .contlrunderlink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 723px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footcontact .contlrunderlink {
    display: block;
  }
}
.footcontact .contlrunderlink li {
  max-width: 337px;
  width: 48%;
  box-shadow: 0px 18px 27px 0px rgba(7, 0, 2, 0.1);
}
@media screen and (max-width: 768px) {
  .footcontact .contlrunderlink li {
    box-shadow: 0px 9px 13px 0px rgba(7, 0, 2, 0.1);
    display: block;
    width: 78.125vw;
    max-width: none;
    margin-bottom: 3.90625vw;
    max-width: 300px;
  }
}
.footcontact .contlrunderlink li a {
  display: block;
  font-size: 16px;
  color: #002043;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 3px;
  text-align: center;
  background: #DBDBDB;
}
@media screen and (max-width: 768px) {
  .footcontact .contlrunderlink li a {
    font-size: .8rem;
    padding: 3px;
    margin-bottom: 3.90625vw;
  }
}
.footcontact .contlrunderlink li a span {
  border: 1px solid #c99739;
  display: block;
  padding: 31px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footcontact .contlrunderlink li a span {
    padding: 18px;
    border: 0.13021vw solid #c99739;
  }
}
.footcontact .contlrunderlink li.-contact a span {
  background: #fff;
}

.l-main {
  margin-top: 9.02778vw;
  padding-top: 45px;
}

.newslist {
  margin: 80px 0 0;
}

.newslist--h1 {
  font-size: 1.5rem;
  font-weight: normal;
  padding: 100px 0 0;
  text-align: center;
}

.newslist--h1 .reduce {
  color: #b8b8b8;
  display: block;
  font-size: 1.1rem;
  margin: auto;
}

.newslist--wrap {
  margin: auto;
  max-width: 1000px;
  padding: 0 10px;
}

.newslist--wrap > li {
  margin: 0 0 50px;
}

.newslist--article {
  display: flex;
  align-items: center;
  margin: 0;
}

.newslist--img {
  border: 1px solid #000;
}

.newslist--article figcaption {
  flex-grow: 1;
  padding: 0 20px;
}

.newslist--img img {
  vertical-align: bottom;
  max-width: 130px;
}

.newslist--status {
  display: flex;
  flex-wrap: wrap;
}

.newslist--status .date {
  margin: 0 8px 3px 0;
}

.newslist--status .category {
  background-color: #002043;
  color: #fff;
  font-size: 11px;
  margin: 0 8px 3px 0;
  padding: 2px 8px;
}

.newslist--title {
  border-bottom: 1px solid #002043;
  padding: 0 0 14px;
}

.newslist--title a {
  display: block;
  word-break: break-all;
}

.newslist--sns {
  display: flex;
  justify-content: flex-end;
}

.newslist--sns li {
  margin: 0 8px 0 0;
}

.no-item {
  text-align: center;
  padding: 3rem 0 6rem;
}

.c-pagenation {
  margin: 40px auto 80px;
  text-align: center;
}

.c-pagenation__link {
  margin: 0 6px;
}

.c-pagenation__link a {
  text-decoration: none;
  margin: 0 6px;
}

.c-pagenation__link a:hover {
  text-decoration: underline;
  margin: 0 6px;
}

.c-pagenation__link .current {
  background-color: #ccc;
  color: #fff;
  padding: 3px 6px;
}

.newsdetail {
  margin: auto;
  max-width: 800px;
  padding: 0 10px;
}

.newsdetail--date {
  margin: 0 0 9px;
  line-height: 1.2;
  padding: 100px 0 0;
}

.newsdetail--title {
  border-bottom: 1px solid #8c9eb1;
  margin: 0 0 26px;
  padding: 0 0 26px;
  line-height: 1.2;
  font-size: 1.4rem;
}

.newsdetail--content {
  margin: 20px auto 80px;
  word-break: break-all;
}
.newsdetail--content a {
  color: #4180c5;
  text-decoration: underline;
}
.newsdetail--content a:hover {
  text-decoration: none;
}

.newsdetail--btn {
  max-width: 250px;
  margin: 15px auto 40px;
}

.newsdetail--btn a {
  position: relative;
  width: 100%;
  text-align: center;
  transition: 0.6s;
  background: #0b233d;
  color: #fff;
  display: block;
  font-size: 14px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  line-height: 1;
  padding: 18px;
  box-sizing: border-box;
}

.newsdetail--btn a:before {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 2px;
  height: calc(100% - 12px);
  content: "";
  background: #c99739;
}

.newsdetail--btn a:after {
  content: "";
  background: url(../img/common/yyjrs.png) no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  top: calc(50% - 9.5px);
  right: 8px;
  position: absolute;
  transform: rotate(-90deg);
}

#cookie-notice .cookie-notice-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #cookie-notice .cookie-notice-container {
    display: block;
  }
}

#cn-close-notice {
  top: 12px;
  right: 4px;
}

#cn-notice-text {
  text-align: left;
  padding: 0 15px;
}
