@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=Kosugi+Maru&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;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], 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 {
  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: "BIZ UDGothic", sans-serif;
  font-size: 1em;
  font-weight: 400;
  -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;
  }
}

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

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

a {
  color: #00b9e7;
  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: -80px;
}
@media screen and (max-width: 768px) {
  .anchor_base .anchor_point {
    top: -100px;
  }
}
.anchor_base .anchor_point2 {
  position: absolute;
  left: 0;
  top: -80px;
}
@media screen and (max-width: 768px) {
  .anchor_base .anchor_point2 {
    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: 820px) {
  .hide_middle {
    display: none;
  }
}

.active_middle {
  display: none;
}
@media screen and (max-width: 820px) {
  .active_middle {
    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 {
  --bgblue: #eaf5fc;
  --bgyellow: #fffde5;
  --bggreen: #22ac38;
  --orange: #f39800;
  --corprate-color: #003b83;
  --kinaka: #e60012;
}

main {
  width: 100%;
  max-width: 2560px;
  margin: auto;
  overflow-x: hidden;
  padding-top: 80px;
}
@media screen and (max-width: 820px) {
  main {
    padding-top: 100px;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10000;
}
header #drawer_toggle {
  display: none;
}
@media screen and (max-width: 820px) {
  header #drawer_toggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 80px;
    height: 80px;
  }
  header #drawer_toggle span {
    display: block;
    position: absolute;
    transition: all 0.4s;
  }
  header #drawer_toggle span:nth-child(-n+3) {
    left: 13px;
    width: 54px;
    height: 6px;
    background: #003b83;
    border-radius: 3px;
  }
  header #drawer_toggle span:nth-child(1) {
    top: 11px;
  }
  header #drawer_toggle span:nth-child(2) {
    top: 26px;
  }
  header #drawer_toggle span:nth-child(3) {
    top: 41px;
  }
  header #drawer_toggle span:nth-child(4) {
    top: 56px;
    width: 50px;
    left: 15px;
  }
  header #drawer_toggle.open span:nth-child(1) {
    top: 26px;
    transform: rotate(135deg);
  }
  header #drawer_toggle.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  header #drawer_toggle.open span:nth-child(3) {
    top: 26px;
    transform: rotate(-135deg);
  }
}
header .container {
  width: 93.75%;
  max-width: 960px;
  margin: auto;
  height: 80px;
  display: grid;
  grid-template-columns: 495px 204px;
  align-content: center;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  header .container {
    grid-template-columns: 242px 290px;
    height: 100px;
  }
}
header .container .contact {
  transition: all 0.4s;
  width: 204px;
  display: flex;
  align-items: center;
}
header .container .contact img {
  width: 204px;
}
header .container .contact:hover {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 768px) {
  header .container .contact:hover {
    filter: none;
  }
}

footer {
  padding: 60px 0 90px;
  background: #f8b62d;
}
footer .container {
  width: 93.75%;
  margin: auto;
}
footer .container .footer_logo {
  width: 476px;
  margin: auto;
}
footer .container .origin {
  margin-top: 18px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  footer .container .origin {
    font-size: 24px;
  }
}
footer .container .origin .inner {
  display: inline-block;
  text-align: left;
  line-height: 1.75;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 700;
  color: #003b83;
}
@media screen and (max-width: 640px) {
  footer .container .origin .inner {
    text-align: center;
  }
}
footer .container .origin .inner h2 {
  font-size: 22px;
}
@media screen and (max-width: 640px) {
  footer .container .origin .inner h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  footer .container .origin .inner p {
    font-size: 20px;
  }
}
footer .container .co_info {
  margin-top: 34px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 400;
  color: #003b83;
  font-size: 18px;
  line-height: 2;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 0 48px;
}
footer .container .co_info a {
  color: currentColor;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  footer .container .co_info {
    font-size: 22px;
    gap: 0 30px;
  }
}

.contact_area {
  padding: 50px 0;
  background: #f2f2f2;
}
.contact_area .container {
  width: 90.625%;
  max-width: 960px;
  margin: auto;
}
.contact_area .container .read {
  margin-top: 30px;
  text-align: center;
  line-height: 1.65;
}
.contact_area .container .read p {
  display: inline-block;
  text-align: justify;
  font-family: "新丸ゴ R", "G-OTF 新丸ゴ Pro", sans-serif;
  color: #003b83;
}
@media screen and (max-width: 640px) {
  .contact_area .container .read p {
    font-size: 20px;
  }
}

nav {
  width: 100%;
  height: 60px;
  background: #003b83;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
nav.fixed {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 820px) {
  nav {
    display: none;
  }
}
nav ul {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(6, auto);
}
nav ul li {
  padding: 0 0.5em;
  font-size: 18px;
  line-height: 1.25;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 700;
}
nav ul li a {
  color: #fff;
}
nav ul li a:hover {
  color: #f8b62d;
}
nav ul li:not(:last-of-type) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  nav ul li {
    font-size: 16px;
  }
}

.form {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
}
.form .form_grid {
  display: grid;
  grid-template-columns: 210px 1fr;
  border: solid #ccc;
  border-width: 2px 1px 1px 2px;
}
@media screen and (max-width: 640px) {
  .form .form_grid {
    grid-template-columns: 1fr;
    font-size: 1.25em;
  }
}
.form .form_grid .item_name {
  padding: calc(0.625em + 1px) 1em;
  background: #f2eadd;
  border-bottom: 1px solid #ccc;
  font-family: "新丸ゴ R", "G-OTF 新丸ゴ Pro", sans-serif;
}
@media screen and (max-width: 640px) {
  .form .form_grid .item_name {
    border-bottom: none;
    border-right: 1px solid #ccc;
  }
}
.form .form_grid .item_input {
  padding: 0.625em 1em;
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.form .form_grid .item_name {
  line-height: 2.25;
}
@media screen and (max-width: 640px) {
  .form .form_grid .item_name {
    line-height: 1.5;
  }
}
.form .form_grid input[type=text],
.form .form_grid input[type=email],
.form .form_grid textarea,
.form .form_grid select {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1em;
  line-height: 1.25;
  padding: calc(0.5em - 1px) 0.5em;
}
.form .form_grid select {
  color: #000;
}
.form .form_grid .short {
  box-sizing: border-box;
  width: 30%;
}
@media screen and (max-width: 640px) {
  .form .form_grid .short {
    width: 100%;
  }
}
.form .form_grid .half {
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .form .form_grid .half {
    width: 100%;
  }
}
.form .form_grid .full {
  box-sizing: border-box;
  width: 100%;
}
.form .pp {
  width: 100%;
  max-width: 600px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .form .pp {
    font-size: 1.25em;
  }
}
.form .pp p {
  font-family: "新丸ゴ R", "G-OTF 新丸ゴ Pro", sans-serif;
}
.form .pp .box {
  margin-top: 0.5em;
  box-sizing: border-box;
  padding: 1em;
  border: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.form .pp .box .inner {
  width: 100%;
  height: 225px;
  overflow: auto;
  font-size: 0.875em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .form .pp .box .inner {
    height: 400px;
  }
}
.form .pp .box .inner h4 {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.form .pp .box .inner h5 {
  font-weight: 700;
  margin: 1.5em 0 0.5em;
}
.form .pp .item_pp {
  line-height: 2.25;
  padding: calc(0.625em + 1px) 1em;
  background: #f2eadd;
  border: 2px solid #ccc;
  border-top: none;
  font-family: "新丸ゴ R", "G-OTF 新丸ゴ Pro", sans-serif;
}
@media screen and (max-width: 640px) {
  .form .pp .item_pp {
    line-height: 1.5;
  }
}
.form .required {
  position: relative;
}
.form .required span {
  position: absolute;
  right: 1em;
  width: 2.25em;
  height: 1em;
  transform: translateY(-65%);
}
@media screen and (max-width: 640px) {
  .form .required span {
    transform: translateY(-30%);
  }
}
.form .submit {
  margin-top: 2.5em;
  display: flex;
  gap: 1.25em;
  justify-content: center;
}
.form input[type=submit] {
  width: 230px;
  height: 60px;
  border-radius: 6px;
  background: #003b83;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form input[type=reset] {
  width: 230px;
  height: 60px;
  border-radius: 6px;
  background: #808080;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form_title {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 700;
  font-size: 38px;
  line-height: 1.35;
  text-align: center;
}

.navi {
  display: none;
  position: fixed;
  background: rgba(0, 59, 131, 0.9);
  left: 0;
  top: 100px;
  width: 100%;
  padding: 120px 0;
  text-align: center;
}
.navi ul {
  display: inline-block;
  text-align: left;
}
.navi ul li {
  padding: 0.5em;
  font-size: 22px;
  line-height: 1.75;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.navi ul li .logow {
  width: 260px;
  margin: 0 auto 0.5em;
  text-align: center;
}
.navi ul li .logow p {
  margin-top: 0.5em;
}
.navi ul li:last-child {
  border: none;
}
@media screen and (max-width: 640px) {
  .navi ul li {
    font-size: 24px;
  }
}
.navi ul li a {
  color: #fff;
}
.navi ul li.close {
  text-align: center;
  padding-top: 2em;
}
.navi ul li.close span {
  display: inline-block;
  border: 2px solid #fff;
  line-height: 1.5;
  padding: 0.125em 1.5em;
  border-radius: 6px;
}

.sns {
  width: 100%;
  padding: 10px 0;
  background: #eee;
}
@media screen and (max-width: 640px) {
  .sns {
    padding: 12px 0;
  }
}
.sns_inner {
  display: grid;
  grid-template-columns: repeat(4, 50px);
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 640px) {
  .sns_inner {
    grid-template-columns: repeat(3, 62px);
    gap: 32px;
  }
}
.sns_inner div a {
  filter: brightness(100%);
  transition: all 0.4s;
}
.sns_inner div a:hover {
  filter: brightness(120%);
}

.second {
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0;
}
.second h2 {
  font-family: "新丸ゴ R", "G-OTF 新丸ゴ Pro", sans-serif;
  font-size: 82px;
  text-align: center;
  color: var(--orange);
}
@media screen and (max-width: 768px) {
  .second h2 {
    font-size: 72px;
  }
}
@media screen and (max-width: 640px) {
  .second h2 {
    font-size: 62px;
  }
}
.second hr {
  border: none;
  margin: 1em auto;
  border-top: 9px solid var(--orange);
}
.second h4 {
  font-size: 32px;
  text-align: center;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .second h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .second h4 {
    font-size: 36px;
  }
}
.second .btn {
  width: 400px;
  margin: 40px auto 0;
}
.second .btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 640px) {
  .second .btn {
    width: 440px;
  }
}/*# sourceMappingURL=common.css.map */