@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:100,300,400,500,700,800,900|M+PLUS+Rounded+1c:100,300,400,500,700,800,900|Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&display=swap");
#page-top {
  font-family: Arial, Helvetica, "sans-serif";
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10000;
}
#page-top a {
  width: 60px;
  display: block;
}
@media screen and (max-width: 480px) {
  #page-top a {
    width: 40px;
  }
}
#page-top a:hover {
  opacity: 0.8;
}

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: normal;
  color: #555;
  overflow-x: hidden;
  width: 100%;
  min-width: 1092px;
  height: 100%;
}
@media screen and (max-width: 480px) {
  body {
    min-width: inherit;
  }
}

.stuffing {
  font-feature-settings: "palt" 1;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.text_set {
  font-feature-settings: "palt" 1;
  text-align: justify;
  text-justify: inter-ideograph;
}

.lshalf {
  letter-spacing: -0.5em;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #2ea6ff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.anchor_base {
  position: relative;
}
.anchor_base .anchor_point {
  position: absolute;
  left: 0;
  top: -198px;
}
@media screen and (max-width: 480px) {
  .anchor_base .anchor_point {
    top: -100px;
  }
}
.anchor_base .anchor_point2 {
  position: absolute;
  left: 0;
  top: -182px;
}
@media screen and (max-width: 480px) {
  .anchor_base .anchor_point2 {
    top: -82px;
  }
}

.page_break_before {
  page-break-before: always;
}

.page_break_after {
  page-break-after: always;
}

.alpha:hover {
  opacity: 0.8;
}

.ls_half {
  letter-spacing: 0.5em;
}

.ls_full {
  letter-spacing: 1em;
}

.hide_mobile {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .hide_mobile {
    display: none;
  }
}

.active_mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .active_mobile {
    display: inline-block;
  }
}

@media print {
  body {
    width: 1092px;
  }
}
.jpeg {
  width: 1024px;
  margin: auto;
}
.jpeg li {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .jpeg {
    width: 480px;
  }
}

.mt1em {
  margin-top: 1em;
}

.fixed {
  position: fixed;
  top: 122px;
  width: 100%;
  z-index: 10000;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 122px;
  background: url("../img/common/header_bg.png") center center/contain no-repeat, #fff;
}
@media screen and (max-width: 1480px) {
  header {
    background: url("../img/common/header_bg.png") center center/cover no-repeat, #fff;
  }
}
@media screen and (max-width: 480px) {
  header {
    display: none;
  }
}
header .inner {
  width: 1024px;
  margin: auto;
  position: relative;
}
header .inner .home_button {
  position: absolute;
  left: 465px;
  top: 48px;
  width: 111px;
}
header .inner .home_button:hover {
  top: 45px;
}
header .inner ul {
  display: flex;
  justify-content: space-between;
}
header .inner ul li:first-child {
  position: relative;
}
header .inner ul li:first-child h1 {
  font-size: 34px;
  font-weight: 700;
  position: absolute;
  top: 33px;
  white-space: nowrap;
}
header .inner ul li:first-child h1 a {
  color: #039;
}
header .inner ul li:first-child h1 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
header .inner ul li:first-child h2 {
  font-size: 17px;
  font-weight: 700;
  color: #575757;
  position: absolute;
  top: 83px;
  white-space: nowrap;
}
header .inner ul li:last-child {
  position: relative;
  width: 440px;
}
header .inner ul li:last-child .header_tel {
  position: absolute;
  top: 21px;
}

.spacer {
  width: 100%;
  height: 178px;
}
@media screen and (max-width: 480px) {
  .spacer {
    height: 80px;
  }
}

.gnavi {
  width: 100%;
  z-index: 10000;
  padding: 11px 0;
  background: #d17874;
}
@media screen and (max-width: 480px) {
  .gnavi {
    display: none;
  }
}
.gnavi ul {
  width: 1024px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.gnavi ul li {
  width: 142px;
  text-align: center;
}
.gnavi ul li a {
  color: #fff;
}
.gnavi ul li div {
  width: 100%;
  height: 34px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 3px;
  position: relative;
}
.gnavi ul li div:hover {
  background: rgba(255, 255, 255, 0.3);
}
.gnavi ul li div p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-weight: 700;
}

.gnavi_lower {
  width: 100%;
  z-index: 10000;
  padding: 11px 0;
  background: #d17874;
  margin-top: 122px;
}
@media screen and (max-width: 480px) {
  .gnavi_lower {
    display: none;
  }
}
.gnavi_lower ul {
  width: 1024px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.gnavi_lower ul li {
  width: 142px;
  text-align: center;
}
.gnavi_lower ul li a {
  color: #fff;
}
.gnavi_lower ul li div {
  width: 100%;
  height: 34px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 3px;
  position: relative;
}
.gnavi_lower ul li div:hover {
  background: rgba(255, 255, 255, 0.3);
}
.gnavi_lower ul li div p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-weight: 700;
}

footer {
  width: 100%;
  padding: 32px 0;
  background: #d17874;
}
@media screen and (max-width: 480px) {
  footer {
    box-sizing: border-box;
    padding: 15px 25px;
  }
}
footer .inner {
  width: 1024px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  footer .inner {
    width: 100%;
  }
}
footer .inner ul {
  display: flex;
}
footer .inner ul li:first-child {
  width: 143px;
}
@media screen and (max-width: 480px) {
  footer .inner ul li:first-child {
    width: 97px !important;
  }
}
footer .inner ul li:first-child div {
  width: 100%;
  height: 57px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 480px) {
  footer .inner ul li:first-child div {
    height: 38px;
  }
}
footer .inner ul li:first-child div p {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 28px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  footer .inner ul li:first-child div p {
    font-size: 19px;
  }
}
footer .inner ul li:last-child {
  margin-left: 25px;
  color: #000;
}
@media screen and (max-width: 480px) {
  footer .inner ul li:last-child {
    flex: 1;
    margin-left: 17px;
  }
}
footer .inner ul li:last-child .h1 {
  font-size: 27px;
  font-weight: 600;
  color: #103b95;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  footer .inner ul li:last-child .h1 {
    font-size: 21px;
  }
}
footer .inner ul li:last-child .zips {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}
footer .inner ul li:last-child .zips a {
  color: #000;
}
footer .inner ul li:last-child .zips span.tel_mark {
  position: relative;
  padding-left: 23px;
}
footer .inner ul li:last-child .zips span.tel_mark::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 23px;
  background: url("../img/common/handset2.png") center center/contain no-repeat;
}
@media screen and (max-width: 480px) {
  footer .inner ul li:last-child .zips {
    font-size: 15px;
  }
}
footer .inner ul li:last-child .info {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 0.25em;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  footer .inner ul li:last-child .info {
    font-size: 15px;
  }
}

.info_area {
  width: 864px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .info_area {
    width: 412px;
    display: block;
  }
}
.info_area:nth-child(n+2) {
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  .info_area:nth-child(n+2) {
    margin-top: 14px;
  }
}
.info_area dt {
  width: 150px;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  background: #7ac1bb;
  font-size: 17px;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .info_area dt {
    width: 120px;
    font-size: 14px;
  }
}
.info_area dd {
  margin-left: 30px;
  flex: 1;
  padding-right: 16px;
}
.info_area dd .dd_inner {
  width: calc(100% - 32px);
  margin: 0 auto 0 0;
  font-size: 17px;
  line-height: 1.75;
  color: #575757;
}
@media screen and (max-width: 480px) {
  .info_area dd .dd_inner {
    font-size: 14px;
    margin: 0.5em 0 0;
  }
}

.md {
  width: 100%;
  text-align: center;
}
.md p {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 28px;
  color: #575757;
  line-height: 1.45 !important;
}
@media screen and (max-width: 480px) {
  .md p {
    font-size: 22px;
  }
}
.md p span {
  position: relative;
}
.md p span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  width: 15px;
  height: 15px;
  background: url("../img/common/circle.png") center center/contain no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .md p span::before {
    left: -18px;
    width: 12px;
    height: 12px;
  }
}
.md p span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  width: 15px;
  height: 15px;
  background: url("../img/common/circle.png") center center/contain no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .md p span::after {
    right: -18px;
    width: 12px;
    height: 12px;
  }
}

.title_area {
  background: #dff0ee;
  border-bottom: 2px solid #7ac1bb;
}
@media screen and (max-width: 480px) {
  .title_area {
    border-top: 2px solid #7ac1bb;
  }
}
.title_area__inner {
  width: 1024px;
  margin: auto;
  height: 153px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .title_area__inner {
    width: 100%;
    height: 124px;
  }
}
.title_area__inner p {
  font-size: 27px;
  font-weight: 700;
  color: #083a8a;
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .title_area__inner p {
    font-size: 17px;
    left: 18px;
  }
}
.title_area__inner ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.title_area__inner ul li:first-child {
  flex: 1;
  position: relative;
}
.title_area__inner ul li:first-child p {
  width: 246px;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 45px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .title_area__inner ul li:first-child p {
    width: inherit;
    font-size: 17px;
    left: 18px;
    color: #083a8a;
  }
}
.title_area__inner ul li:last-child {
  width: 380px;
}
@media screen and (max-width: 480px) {
  .title_area__inner ul li:last-child {
    width: 300px;
  }
}
.title_area .bg01 {
  background: url("../img/center/head.png") center center/cover no-repeat, rgba(119, 185, 180, 0.5);
}
@media screen and (max-width: 480px) {
  .title_area .bg01 {
    background: url("../img/center/head_mobile.png") center center/cover no-repeat, rgba(119, 185, 180, 0.5);
  }
}
.title_area .bg02 {
  background: url("../img/soudan/head.png") center center/cover no-repeat, rgba(119, 185, 180, 0.5);
}
@media screen and (max-width: 480px) {
  .title_area .bg02 {
    background: url("../img/soudan/head_mobile.png") center center/cover no-repeat, rgba(119, 185, 180, 0.5);
  }
}
.title_area .bg03 {
  background: url("../img/shimin_koukennin/head.png") center center/cover no-repeat, rgba(119, 185, 180, 0.5);
}
@media screen and (max-width: 480px) {
  .title_area .bg03 {
    background: url("../img/shimin_koukennin/head_mobile.png") center center/cover no-repeat, rgba(119, 185, 180, 0.5);
  }
}
.title_area .bg04 {
  background: url("../img/seinen_kouken_seido01/head.png") center center/cover no-repeat, rgba(119, 185, 180, 0.5);
}
@media screen and (max-width: 480px) {
  .title_area .bg04 {
    background: url("../img/seinen_kouken_seido01/head_mobile.png") center center/cover no-repeat, rgba(119, 185, 180, 0.5);
  }
}
.title_area .bg05 {
  background: url("../img/seido_riyou_sokushin/head.png") center center/cover no-repeat, rgba(119, 185, 180, 0.5);
}
@media screen and (max-width: 480px) {
  .title_area .bg05 {
    background: url("../img/seido_riyou_sokushin/head_mobile.png") center center/cover no-repeat, rgba(119, 185, 180, 0.5);
  }
}
.title_area .bg06 {
  background: url("../img/kankei_kikan/head.png") center center/cover no-repeat, rgba(119, 185, 180, 0.5);
}
@media screen and (max-width: 480px) {
  .title_area .bg06 {
    background: url("../img/kankei_kikan/head_mobile.png") center center/cover no-repeat, rgba(119, 185, 180, 0.5);
  }
}
.title_area .bg07 {
  background: url("../img/faq/head.png") center center/cover no-repeat, rgba(119, 185, 180, 0.5);
}
@media screen and (max-width: 480px) {
  .title_area .bg07 {
    background: url("../img/faq/head_mobile.png") center center/cover no-repeat, rgba(119, 185, 180, 0.5);
  }
}

.area01 {
  width: 100%;
  padding: 40px 0 55px;
}
@media screen and (max-width: 480px) {
  .area01 {
    padding: 25px 0;
  }
}
.area01__inner {
  width: 864px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .area01__inner {
    width: 412px;
  }
}
.area01__inner p {
  color: #575757;
  font-size: 17px;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}

.bg_style01 {
  width: 100%;
  background: url("../img/common/white.png") left top/100% 74px no-repeat, url("../img/common/white.png") left bottom/100% 74px no-repeat, #dff0ee;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .bg_style01 {
    padding: 15px 0;
    background: #dff0ee;
  }
}
.bg_style01__inner {
  width: 1024px;
  margin: auto;
  box-sizing: border-box;
  border: 1px solid #7ac1bb;
  padding: 24px 0 72px;
  background: url("../img/common/bgp_top_l.png") top left/contain no-repeat, url("../img/common/bgp_bottom_l.png") bottom right/contain no-repeat, #fff;
}
@media screen and (max-width: 480px) {
  .bg_style01__inner {
    width: 100%;
    border-width: 1px 0;
    background: url("../img/common/bgp_top.png") top left/contain no-repeat, url("../img/common/bgp_bottom.png") bottom right/contain no-repeat, #fff;
  }
}
.bg_style01__inner__inner {
  width: 93.75%;
  max-width: 930px;
  margin: 18px auto 0;
}

.dropdwn_area {
  display: none;
}
@media screen and (max-width: 480px) {
  .dropdwn_area {
    padding: 12px 0;
    width: 93.75%;
    margin: auto;
    display: block;
  }
  .dropdwn_area ul {
    z-index: 1000;
  }
  .dropdwn_area ul.menu li {
    position: relative;
    width: 100%;
    height: 38px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #9fa0a0;
    cursor: pointer;
  }
  .dropdwn_area ul.menu li a {
    color: #555;
  }
  .dropdwn_area ul.menu li div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/common/kouken_bg.jpg") right center/cover no-repeat;
  }
  .dropdwn_area ul.menu li div p {
    white-space: nowrap;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .dropdwn_area ul.menu li .sub {
    display: none;
    position: absolute;
    top: 37px;
    left: -1px;
    width: calc(100% + 2px);
  }
  .dropdwn_area ul.menu li .sub li {
    width: 100%;
    height: 37px;
    display: block;
    box-sizing: border-box;
    border: solid #9fa0a0;
    border-width: 0 1px 1px;
  }
}

.dropdwn_area2 {
  display: none;
}
@media screen and (max-width: 480px) {
  .dropdwn_area2 {
    padding: 12px 0;
    width: 93.75%;
    margin: auto;
    display: block;
  }
  .dropdwn_area2 ul {
    z-index: 1000;
  }
  .dropdwn_area2 ul.menu2 li {
    position: relative;
    width: 100%;
    height: 38px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #9fa0a0;
    cursor: pointer;
  }
  .dropdwn_area2 ul.menu2 li a {
    color: #555;
  }
  .dropdwn_area2 ul.menu2 li > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/common/kouken_bg00.png") right center/cover no-repeat;
  }
  .dropdwn_area2 ul.menu2 li > div p {
    white-space: nowrap;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .dropdwn_area2 ul.menu2 li .nav {
    display: none;
    position: absolute;
    top: 37px;
    left: -1px;
    width: calc(100% + 2px);
  }
  .dropdwn_area2 ul.menu2 li .nav p {
    white-space: nowrap;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .dropdwn_area2 ul.menu2 li .nav li {
    width: 100%;
    height: 37px;
    display: block;
    box-sizing: border-box;
    border: solid #9fa0a0;
    border-width: 0 1px 1px;
  }
  .dropdwn_area2 ul.menu2 li .nav li:nth-child(1) {
    background: url("../img/common/kouken_bg01.png") right center/cover no-repeat !important;
  }
  .dropdwn_area2 ul.menu2 li .nav li:nth-child(2) {
    background: url("../img/common/kouken_bg02.png") right center/cover no-repeat !important;
  }
  .dropdwn_area2 ul.menu2 li .nav li:nth-child(3) {
    background: url("../img/common/kouken_bg03.png") right center/cover no-repeat !important;
  }
}/*# sourceMappingURL=common.css.map */