@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#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: 640px) {
  #page-top a {
    width: 60px;
  }
}
#page-top a:hover {
  opacity: 0.8;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 1em;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  min-width: 1024px;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: initial;
  }
}

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

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

a {
  color: #00508e;
  text-decoration: none;
}

b,
strong,
.bold {
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.anchor_base {
  position: relative;
}
.anchor_base .anchor_point {
  position: absolute;
  left: 0;
  top: -60px;
}
.anchor_base .anchor_point2 {
  position: absolute;
  left: 0;
  top: 0;
}

span.zero {
  display: inline-block;
}
span.zero::before {
  display: block;
  content: "0";
  color: rgba(0, 0, 0, 0);
}

span.zero_comma {
  display: inline-block;
}
span.zero_comma::before {
  display: block;
  content: "0,";
  color: rgba(0, 0, 0, 0);
}

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

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

@media screen and (max-width: 768px) {
  .hide_mini {
    display: none;
  }
}

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

@media screen and (max-width: 1024px) {
  .hide_tablet {
    display: none;
  }
}

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

@media screen and (max-width: 1280px) {
  .hide_note {
    display: none;
  }
}

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

@media screen and (max-width: 1400px) {
  .hide_pc {
    display: none;
  }
}

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

@media print {
  body {
    width: 1024px;
  }
}
.jpeg {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

header {
  width: 100%;
  height: 200px;
  background: url(../img/common/header_line.png) left top repeat-x, #fff;
  padding-top: 65px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  header {
    height: 110px;
    background: #fff;
    padding: 0;
  }
}
header .contact_section {
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  z-index: 20000;
}
header .contact_section li {
  height: 60px;
}
@media screen and (max-width: 768px) {
  header .contact_section li {
    height: 75px;
  }
}
header .contact_section li.title {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00508e;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  letter-spacing: -0.05em;
  font-size: 0.9375em;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  header .contact_section li.title {
    display: none;
  }
}
header .contact_section li.phone {
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9aacd;
}
@media screen and (max-width: 768px) {
  header .contact_section li.phone {
    width: 75px;
  }
}
header .contact_section li.phone dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
header .contact_section li.phone dl dt {
  width: 25px;
}
@media screen and (max-width: 768px) {
  header .contact_section li.phone dl dt {
    width: 44px;
  }
}
header .contact_section li.phone dl dd {
  width: 180px;
}
@media screen and (max-width: 768px) {
  header .contact_section li.phone dl dd {
    display: none;
  }
}
header .contact_section li#drawer_toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  header .contact_section li#drawer_toggle {
    display: block;
    width: 75px;
    height: 75px;
    background: #00508e;
    position: relative;
  }
  header .contact_section li#drawer_toggle span {
    display: block;
    width: 49px;
    height: 5px;
    background: #fff;
    position: absolute;
    transition: all 0.4s;
  }
  header .contact_section li#drawer_toggle span:first-child {
    left: 13px;
    top: 23px;
  }
  header .contact_section li#drawer_toggle span:last-child {
    left: 13px;
    top: 47px;
  }
  header .contact_section li#drawer_toggle.open span:first-child {
    left: 13px;
    top: 35px;
    transform: rotate(135deg);
  }
  header .contact_section li#drawer_toggle.open span:last-child {
    left: 13px;
    top: 35px;
    transform: rotate(225deg);
  }
}
header .header_inner {
  width: min(93.75%, 960px);
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0 88px;
}
@media screen and (max-width: 768px) {
  header .header_inner {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 0 20px;
  }
}
header .header_inner .h1_area {
  width: 457px;
}
header .header_inner .h1_area h2 {
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  header .header_inner #global_nav {
    background: hsla(315, 38%, 95%, 0.95);
    z-index: 10000;
    display: none;
  }
}
header .header_inner #global_nav ul {
  font-size: 14px;
  height: 86px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px 24px;
}
@media screen and (max-width: 768px) {
  header .header_inner #global_nav ul {
    display: inline-block;
    line-height: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  header .header_inner #global_nav ul {
    font-size: 32px;
  }
}
header .header_inner #global_nav ul li {
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  header .header_inner #global_nav ul li {
    white-space: nowrap;
  }
  header .header_inner #global_nav ul li.nav_out {
    display: none;
  }
  header .header_inner #global_nav ul li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.75em;
    display: inline-block;
    content: "●";
    color: #d9aacd;
  }
}
header .header_inner #global_nav ul li a {
  color: #000;
}
@media screen and (max-width: 768px) {
  header .header_inner #global_nav ul li a {
    color: #d9aacd;
    font-weight: 700;
  }
}
header .header_inner #global_nav ul li a:hover {
  font-weight: 700;
  color: #d9aacd;
}
@media screen and (max-width: 768px) {
  header .header_inner #global_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
}

footer {
  background: #00508e;
}
footer .footer_inner {
  width: min(100%, 960px);
  margin: auto;
  padding: 35px 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .footer_inner {
    padding: 50px 0 35px;
  }
}
footer .footer_inner .go_top {
  width: 200px;
  position: absolute;
  right: 0;
  top: -50px;
  cursor: pointer;
}
footer .footer_inner_inner {
  width: min(93.75%, 875px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_inner_inner {
    display: block;
  }
}
footer .footer_inner_inner .footer_logo_area {
  width: 364px;
}
@media screen and (max-width: 768px) {
  footer .footer_inner_inner .footer_logo_area {
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  footer .footer_inner_inner .footer_logo_area {
    width: 540px;
  }
}
footer .footer_inner_inner .footer_logo_area .mark {
  width: 100px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  footer .footer_inner_inner .footer_logo_area .mark {
    width: 150px;
  }
}
footer .footer_inner_inner .footer_logo_area .type {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  footer .footer_inner_inner .footer_logo_area .type {
    margin-top: 30px;
  }
}
footer .footer_inner_inner .footer_info_area {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .footer_inner_inner .footer_info_area {
    width: -moz-fit-content;
    width: fit-content;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 640px) {
  footer .footer_inner_inner .footer_info_area {
    margin-top: 70px;
  }
}
footer .footer_inner_inner .footer_info_area table {
  width: 100%;
}
footer .footer_inner_inner .footer_info_area table tr th,
footer .footer_inner_inner .footer_info_area table tr td {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 640px) {
  footer .footer_inner_inner .footer_info_area table tr th,
  footer .footer_inner_inner .footer_info_area table tr td {
    font-size: 20px;
  }
}
footer .footer_inner_inner .footer_info_area table tr th span.ti05,
footer .footer_inner_inner .footer_info_area table tr td span.ti05 {
  display: inline-block;
  text-indent: -0.5em;
}
footer .footer_inner_inner .footer_info_area table tr th {
  width: 5em;
}
footer .footer_inner_inner .footer_info_area table tr:nth-child(n+2) th,
footer .footer_inner_inner .footer_info_area table tr:nth-child(n+2) td {
  padding-top: 0.5em;
}
footer .footer_inner_inner .footer_info_area p {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  text-indent: -0.5em;
}
@media screen and (max-width: 640px) {
  footer .footer_inner_inner .footer_info_area p {
    font-size: 20px;
  }
}
footer .footer_inner_inner .footer_info_area .contact {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  footer .footer_inner_inner .footer_info_area .contact {
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  footer .footer_inner_inner .footer_info_area .contact h2 {
    font-size: 24px;
  }
}
footer .footer_inner_inner .footer_info_area .contact p {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  footer .footer_inner_inner .footer_info_area .contact p {
    font-size: 20px;
    margin-top: 16px;
  }
}
footer .copyright {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    height: 36px;
  }
}
footer .copyright small {
  color: #00508e;
  font-size: 10px;
}
@media screen and (max-width: 640px) {
  footer .copyright small {
    font-size: 14px;
  }
}

.faq_area {
  padding: 46px 0;
}
@media screen and (max-width: 640px) {
  .faq_area {
    padding: 10px 0 60px;
  }
}
.faq_area .nav_banner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 36px;
  aspect-ratio: 80/18;
  background: url(../img/home/bn_800.png) center center/cover no-repeat;
  box-sizing: border-box;
  padding: 25px 0 0 35px;
}
@media screen and (max-width: 640px) {
  .faq_area .nav_banner {
    width: 100%;
    aspect-ratio: 64/18;
    background: url(../img/home/bn_640.png) center center/cover no-repeat;
    padding: 0 0 0 38px;
    display: flex;
    align-items: center;
    margin: 0 0 50px;
  }
}
.faq_area .nav_banner .link_btn {
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 640px) {
  .faq_area .nav_banner .link_btn {
    display: block;
    line-height: 1.5;
  }
}
.faq_area .nav_banner .link_btn li {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 500;
  font-size: 32px;
  padding-left: 1.0625em;
  position: relative;
}
@media screen and (max-width: 640px) {
  .faq_area .nav_banner .link_btn li {
    font-size: 38px;
  }
}
.faq_area .nav_banner .link_btn li a {
  color: #fff;
}
.faq_area .nav_banner .link_btn li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 0.78125em;
  height: 1.03125em;
  background: url(../img/home/arrow_25_33.png) center center/contain no-repeat;
  transition: left 0.4s;
}
.faq_area .nav_banner .link_btn li:hover::before {
  left: 0.25em;
}
.faq_area .nav_banner .explanation {
  margin-top: 16px;
  padding-left: 14px;
  line-height: 1.35;
  color: #feebbe;
}
@media screen and (max-width: 640px) {
  .faq_area .nav_banner .explanation {
    display: none;
  }
}
.faq_area .nav_banner .explanation li {
  position: relative;
  padding-left: 1em;
  font-size: 18px;
}
.faq_area .nav_banner .explanation li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "・";
}
.faq_area .nav_banner .explanation li:last-child {
  margin-top: 0.5em;
}
.faq_area_btn {
  width: 540px;
  height: 80px;
  box-sizing: border-box;
  margin: 30px auto 0;
  position: relative;
  background: url(../img/common/faq_bg.png) left top/contain no-repeat;
}
.faq_area_btn a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.faq_area_btn a .arrow {
  position: absolute;
  width: 50px;
  right: 50px;
  transition: 0.4s;
}
.faq_area_btn a:hover .arrow {
  right: 20px;
}
.faq_area_btn2 {
  width: 540px;
  height: 90px;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  background: url(../img/common/line_bg.png) left top/contain no-repeat;
}
.faq_area_btn2 a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.faq_area_btn2 a .arrow {
  position: absolute;
  width: 50px;
  right: 30px;
  transition: 0.4s;
}
.faq_area_btn2 a:hover .arrow {
  right: 10px;
}

.page_title {
  height: 460px;
  background: linear-gradient(180deg, #dde2f1 0%, #dde2f1 78%, #fff 78%, #fff 100%);
}
@media screen and (max-width: 768px) {
  .page_title {
    height: 390px;
  }
}
.page_title_inner {
  width: min(100%, 1256px);
  height: 460px;
  margin: auto;
  position: relative;
  background: url(../img/common/page_title_bg_300.png) right bottom 101px/300px 248px no-repeat;
}
@media screen and (max-width: 768px) {
  .page_title_inner {
    height: 390px;
    background: url(../img/common/page_title_bg_300.png) right bottom 86px/300px 248px no-repeat;
  }
}
.page_title_inner .title_set {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: absolute;
  gap: 0 70px;
  bottom: 0;
  left: 70px;
}
@media screen and (max-width: 1024px) {
  .page_title_inner .title_set {
    left: 24px;
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .page_title_inner .title_set {
    display: block;
    gap: inherit;
  }
}
@media screen and (max-width: 640px) {
  .page_title_inner .title_set {
    left: 10px;
  }
}
.page_title_inner .title_set .title {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 500;
  font-size: 36px;
  margin-top: 96px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page_title_inner .title_set .title {
    margin: inherit;
    padding-left: 20px;
  }
}
.page_title_inner .title_set .img {
  width: 700px;
}
@media screen and (max-width: 1024px) {
  .page_title_inner .title_set .img {
    width: 550px;
  }
  .page_title_inner .title_set .img img {
    width: 100%;
    height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .page_title_inner .title_set .img {
    width: 500px;
    margin-top: 40px;
  }
  .page_title_inner .title_set .img img {
    width: 100%;
    height: 271px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.img_area {
  width: 100%;
}
.img_area .container {
  width: 100%;
  max-width: 1024px;
  height: 530px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .img_area .container {
    height: 265px;
  }
}
.img_area .container .img_area_title {
  width: 200px;
  height: 200px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #d9aacd;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 500;
  color: #d9aacd;
  position: absolute;
  left: 33px;
  bottom: -61px;
}

.jpg {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}/*# sourceMappingURL=common.css.map */