@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&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&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@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], input[type=email], input[type=tel], textarea {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=reset], input[type=submit], select, button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#page-top {
  width: 80px;
  position: fixed;
  bottom: 30px;
  right: 16px;
  z-index: 5000;
  cursor: pointer;
}

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: #000;
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-width: 1024px;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: initial;
  }
}

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

a {
  color: #278fcf;
  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: -79px;
}
.anchor_base .anchor_point2 {
  position: absolute;
  left: 0;
  top: -200px;
}
@media screen and (max-width: 640px) {
  .anchor_base .anchor_point2 {
    top: -29px;
  }
}

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;
  }
}
:root {
  --cp_color: #003e94;
}

header {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}
header .container {
  width: 100%;
  max-width: 1024px;
  height: 78px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  position: relative;
}
header .container div {
  box-sizing: border-box;
}
header .container div.logo_area {
  padding-left: 16px;
}
header .container div.logo_area a {
  color: #000;
}
header .container div.logo_area a:hover {
  opacity: 0.85;
}
header .container div.logo_area a ul {
  display: grid;
  grid-template-columns: 149px auto;
  align-items: end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
header .container div.logo_area a ul li:last-child {
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
}
header .container div.nav_area {
  padding-right: 12px;
  display: grid;
  grid-template-columns: repeat(2, 38px);
  justify-content: end;
}
@media screen and (max-width: 640px) {
  header .container div.nav_area {
    padding-right: 0;
    grid-template-columns: repeat(2, 58px) 84px;
  }
}
header .container div.nav_area .item01 {
  display: grid;
  place-items: center;
}
header .container div.nav_area .item01 a {
  color: #000;
}
header .container div.nav_area .item01 a .icon_set {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  row-gap: 8px;
}
header .container div.nav_area .item01 a .icon_set:hover {
  opacity: 0.85;
}
header .container div.nav_area .item01 a .icon_set .icon {
  width: 25px;
}
@media screen and (max-width: 640px) {
  header .container div.nav_area .item01 a .icon_set .icon {
    width: 37px;
  }
}
header .container div.nav_area .item01 a .icon_set .icon_title {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  header .container div.nav_area .item01 a .icon_set .icon_title {
    display: none;
  }
}
header .container div.nav_area #drawer_toggle {
  display: none;
}
@media screen and (max-width: 640px) {
  header .container div.nav_area #drawer_toggle {
    display: block;
    width: 100%;
    height: 78px;
    position: relative;
  }
  header .container div.nav_area #drawer_toggle span {
    position: absolute;
    width: 38px;
    height: 4px;
    left: 20px;
    background: #000;
    transition: all 0.8s;
    z-index: 10000;
  }
  header .container div.nav_area #drawer_toggle span:nth-child(1) {
    top: 24px;
  }
  header .container div.nav_area #drawer_toggle span:nth-child(2) {
    top: 37px;
  }
  header .container div.nav_area #drawer_toggle span:nth-child(3) {
    top: 50px;
  }
  header .container div.nav_area #drawer_toggle.open span {
    background: #fff;
  }
  header .container div.nav_area #drawer_toggle.open span:nth-child(1) {
    top: 37px;
    transform: rotate(135deg);
  }
  header .container div.nav_area #drawer_toggle.open span:nth-child(2) {
    opacity: 0;
  }
  header .container div.nav_area #drawer_toggle.open span:nth-child(3) {
    top: 37px;
    transform: rotate(-135deg);
  }
}
header .container div#global_nav {
  position: absolute;
  left: 307px;
  bottom: 18px;
}
@media screen and (max-width: 640px) {
  header .container div#global_nav {
    display: grid;
    place-items: center;
    place-content: center;
    position: fixed;
    left: 0;
    top: -100vh;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: var(--cp_color);
    transition: all 0.8s;
  }
  header .container div#global_nav.open {
    top: 0;
  }
}
header .container div#global_nav .close {
  display: none;
}
@media screen and (max-width: 640px) {
  header .container div#global_nav .close {
    display: block;
    position: absolute;
    left: calc(50% - 30px);
    bottom: 60px;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  header .container div#global_nav .close span {
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 2px);
    width: 40px;
    height: 4px;
    background: #fff;
  }
  header .container div#global_nav .close span:nth-child(1) {
    transform: rotate(45deg);
  }
  header .container div#global_nav .close span:nth-child(2) {
    transform: rotate(-45deg);
  }
}
header .container div#global_nav > ul {
  display: grid;
  grid-template-columns: repeat(4, auto);
}
@media screen and (max-width: 640px) {
  header .container div#global_nav > ul {
    width: 400px;
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }
}
header .container div#global_nav > ul > li {
  font-size: 14px;
  line-height: 15px;
  padding: 0 1em;
  border-left: 1px solid var(--cp_color);
}
header .container div#global_nav > ul > li:nth-child(1), header .container div#global_nav > ul > li:nth-child(2), header .container div#global_nav > ul > li:nth-child(4), header .container div#global_nav > ul > li:nth-child(5), header .container div#global_nav > ul > li:nth-child(6), header .container div#global_nav > ul > li:nth-child(7) {
  display: none;
}
header .container div#global_nav > ul > li a {
  color: var(--cp_color);
}
header .container div#global_nav > ul > li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  header .container div#global_nav > ul > li a:hover {
    text-decoration: none;
  }
}
header .container div#global_nav > ul > li:last-child {
  border-right: 1px solid var(--cp_color);
}
@media screen and (max-width: 640px) {
  header .container div#global_nav > ul > li {
    border-bottom: 1px dashed #fff;
    text-align: center;
    font-size: 28px;
    padding: 0.875em 0;
    font-weight: 700;
  }
  header .container div#global_nav > ul > li:nth-child(1) {
    display: block;
    padding-bottom: 1.5em;
  }
  header .container div#global_nav > ul > li:nth-child(1) ul li:first-child {
    width: 260px;
    margin: auto;
  }
  header .container div#global_nav > ul > li:nth-child(1) ul li:last-child {
    margin-top: 1em;
    font-size: 22px;
    color: #fff;
  }
  header .container div#global_nav > ul > li:nth-child(2), header .container div#global_nav > ul > li:nth-child(4), header .container div#global_nav > ul > li:nth-child(5), header .container div#global_nav > ul > li:nth-child(6), header .container div#global_nav > ul > li:nth-child(7) {
    display: block;
  }
  header .container div#global_nav > ul > li:nth-child(3) {
    border-bottom: none;
    padding-bottom: 0.5em;
  }
  header .container div#global_nav > ul > li:nth-child(4), header .container div#global_nav > ul > li:nth-child(5), header .container div#global_nav > ul > li:nth-child(6) {
    border-bottom: none;
    padding-bottom: 0.25em;
  }
  header .container div#global_nav > ul > li:nth-child(4), header .container div#global_nav > ul > li:nth-child(5), header .container div#global_nav > ul > li:nth-child(6), header .container div#global_nav > ul > li:nth-child(7) {
    font-weight: 400;
    font-size: 24px;
  }
  header .container div#global_nav > ul > li a {
    color: #fff;
  }
}
header .under_line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #003a90 0, #0069b7 55%, #009de6 100%);
}

footer {
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(to top, #003a90 0, #0069b7 55%, #009de6 100%);
  padding: 40px 0;
}
footer .container {
  width: 100%;
  max-width: 930px;
  height: 220px;
  margin: auto;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .container {
    width: -moz-fit-content;
    width: fit-content;
    height: 160px;
  }
}
@media screen and (max-width: 640px) {
  footer .container {
    height: 140px;
  }
}
footer .container .read {
  font-weight: 700;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  footer .container .read {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 700;
    font-size: 24px;
    font-feature-settings: "palt" 1;
  }
}
footer .container .footer_set {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 148px auto;
  justify-content: start;
  align-items: start;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 640px) {
  footer .container .footer_set {
    grid-template-columns: auto;
  }
}
footer .container .footer_set a {
  color: #fff;
}
footer .container .footer_set a:hover {
  filter: drop-shadow(0 0 3px #fff);
}
footer .container .footer_set .item_left {
  display: grid;
  grid-template-columns: auto;
  row-gap: 12px;
}
@media screen and (max-width: 640px) {
  footer .container .footer_set .item_left {
    grid-template-columns: 234px auto;
    justify-content: start;
    align-items: center;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
footer .container .footer_set .item_left .logo_set {
  display: grid;
  grid-template-columns: auto;
  row-gap: 8px;
}
@media screen and (max-width: 640px) {
  footer .container .footer_set .item_left .logo_set {
    row-gap: 10px;
  }
}
footer .container .footer_set .item_left .logo_set .name {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  footer .container .footer_set .item_left .logo_set .name {
    font-size: 25px;
  }
}
footer .container .footer_set .item_left .pict {
  padding-left: 7px;
  display: grid;
  grid-template-columns: repeat(2, 25px);
  -moz-column-gap: 14px;
       column-gap: 14px;
}
@media screen and (max-width: 640px) {
  footer .container .footer_set .item_left .pict {
    grid-template-columns: repeat(2, 50px);
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (max-width: 640px) {
  footer .container .footer_set .item_right {
    display: none;
  }
}
footer .container .footer_set .item_right .tel {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 34px;
}
footer .container .footer_set .item_right .zip {
  margin-top: 10px;
}
footer .container .footer_set .item_right hr {
  border: none;
  border-top: 1px solid #fff;
  margin: 10px 0 12px;
}
footer .container .footer_set .item_right .footer_menu {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  gap: 10px 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
footer .container .footer_set .item_right .footer_menu .main {
  font-weight: 700;
  box-sizing: border-box;
  position: relative;
  padding-left: 1.25em;
}
footer .container .footer_set .item_right .footer_menu .main::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "□";
}
footer .container .footer_set .item_right .footer_menu .sub {
  align-self: center;
}
footer .container .footer_set .item_right .footer_menu .sub ul {
  display: grid;
  grid-template-columns: repeat(4, auto);
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
}
footer .container .footer_set .item_right .footer_menu .sub ul li {
  font-size: 14px;
  position: relative;
  padding-left: 0.75em;
}
footer .container .footer_set .item_right .footer_menu .sub ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: "-";
}
footer .container .tm {
  width: 208px;
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  footer .container .tm {
    display: none;
  }
}

main {
  width: 100%;
  max-width: 2560px;
  margin: auto;
  padding-top: 79px;
  overflow: hidden;
}

.tel_set {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
}
.tel_set .catch {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .tel_set .catch {
    font-size: 22px;
  }
}
.tel_set .tel_num {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  font-size: 56px;
  text-align: center;
  margin-top: 10px;
}
.tel_set .tel_num a {
  color: #000;
}
.tel_set .contact_form {
  width: 250px;
  height: 50px;
  position: relative;
  background: #d8d8d8;
  margin: 26px auto 0;
  transition: all 0.4s;
}
@media screen and (max-width: 640px) {
  .tel_set .contact_form {
    width: 375px;
    height: 75px;
  }
}
.tel_set .contact_form:hover {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
.tel_set .contact_form a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #3d3d3d;
}
@media screen and (max-width: 640px) {
  .tel_set .contact_form a {
    font-size: 24px;
  }
}
.tel_set .contact_form a img {
  width: 12px;
  position: absolute;
  left: 15px;
  top: calc(50% - 6px);
}
@media screen and (max-width: 640px) {
  .tel_set .contact_form a img {
    width: 18px;
    left: 22px;
    top: calc(50% - 9px);
  }
}

.envelope {
  width: 720px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .envelope {
    width: 576px;
  }
}
.envelope .envelope_img {
  position: absolute;
  width: 185px;
  left: 20px;
  top: -40px;
}
@media screen and (max-width: 640px) {
  .envelope .envelope_img {
    width: 148px;
    left: 16px;
    top: -32px;
  }
}

.envelope2 {
  width: 660px;
  margin: 60px auto 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .envelope2 {
    width: 576px;
  }
}
.envelope2 .envelope_img2 {
  position: absolute;
  width: 180px;
  right: 20px;
  top: -23px;
}
@media screen and (max-width: 640px) {
  .envelope2 .envelope_img2 {
    width: 156.6px;
    right: 17px;
    top: -20px;
  }
}

.contents_read {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .contents_read {
    font-size: 26px;
  }
}

.contents_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 10px 1.375em 14px;
  border: solid var(--cp_color);
  border-width: 1px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: var(--cp_color);
}/*# sourceMappingURL=common.css.map */