@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans:wght@400;700&family=Roboto:wght@400;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

* {
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
  line-height: normal;
  overflow-x: hidden;
	color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  /* ダークテーマを無効化する */
  body {
    background: #fff;  /* 明示的に白背景 */
  }
}

body {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

li {
  list-style: none;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  transition: all 0.3s;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.Roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.bold {
  font-weight: 700 !important;
}

h1 {
  font-size: 3rem;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 2.8rem;
}
@media screen and (min-width: 800px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 1.6rem;
}
@media screen and (min-width: 800px) {
  h3 {
    font-size: 2rem;
  }
}

p {
  font-size: 1.4rem;
  line-height: 2.7rem;
}
@media screen and (min-width: 800px) {
  p {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}

.sp-br {
  display: block;
}
@media screen and (min-width: 640px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}
@media screen and (min-width: 800px) {
  .pc-br {
    display: block;
  }
}

#separation {
  padding: 4rem 0;
}
@media screen and (min-width: 800px) {
  #separation {
    padding: 8rem 0;
  }
}

#top-main {
  padding-top: 50px;
}
@media screen and (min-width: 1100px) {
  #top-main {
    padding-top: 84px;
  }
}

#inner {
  max-width: 1200px;
  padding: 0 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  #inner {
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
  }
}

.breadcrumb {
  padding-top: 1rem !important;
}
@media screen and (min-width: 800px) {
  .breadcrumb {
    padding-top: 3rem !important;
  }
}

.arrow-top {
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.arrow-top:before {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
}
.arrow-top:after {
  margin: 0 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.arrow-middle {
  display: flex;
  align-items: center;
}
.arrow-middle:after {
  margin: 0 1rem;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}

.breadcrumb-list {
  font-size: 1rem;
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 800px) {
  .breadcrumb-list {
    font-size: 1.2rem;
    display: flex;
    align-items: baseline;
  }
}

.arrow p {
  font-size: 1rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 800px) {
  .arrow p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.breadcrumb-inner {
  display: flex;
  align-items: center;
}

.main-header {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 50px;
  padding: 1rem;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 3px 3px 3px 3px rgba(126, 126, 126, 0.5);
}
@media screen and (min-width: 1100px) {
  .main-header {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 84px;
    padding: 2rem;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 3px 3px 3px 3px rgba(126, 126, 126, 0.5);
  }
}

.main-header-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 90%;
}
@media screen and (min-width: 420px) {
  .logo {
    width: 45%;
  }
}
@media screen and (min-width: 640px) {
  .logo {
    width: 28%;
  }
}

.logo-pc {
  display: none;
}
@media screen and (min-width: 640px) {
  .logo-pc {
    display: block;
  }
}

.logo-sp {
  display: block;
}
@media screen and (min-width: 640px) {
  .logo-sp {
    display: none;
  }
}

.nav-list {
  display: none;
  font-size: 1.6rem;
  padding: 0 2rem;
}
@media screen and (min-width: 1280px) {
  .nav-list {
    width: 80%;
    font-size: 1.6rem;
    padding: 0 2rem;
    display: block;
  }
}

.sp-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
}
.sp-nav .show:after {
  content: "";
  background: url("../icon/toggle-icon02.svg") no-repeat;
  background-size: 100%;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 1%;
  z-index: 2000;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .sp-nav {
    display: none;
  }
}

.nav_toggle {
  width: 35px;
  height: 35px;
  position: relative;
}
.nav_toggle:after {
  content: "";
  background: url("../icon/toggle-btn.svg") no-repeat;
  background-size: 100%;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 1%;
  z-index: 2000;
  cursor: pointer;
}
.nav_toggle p {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #004096;
}
.nav_toggle img {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .nav_toggle {
    display: none;
  }
}

.sp-nav-all {
  position: fixed;
  overflow: auto;
  top: 50px;
  background: rgba(0, 64, 150, 0.95);
  z-index: 1001;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1100px) {
  .sp-nav-all {
    top: 84px;
  }
}

.show {
  opacity: 1;
  visibility: visible;
}

.nav_menu_ul {
  font-size: 1.6rem;
  color: #fff;
}
.nav_menu_ul a {
  letter-spacing: 0.1rem;
}

.close-btn {
  padding: 2.5rem;
}
.close-btn p {
  font-size: 1.5rem !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-btn p:after {
  content: "";
  background: url("../icon/cross-icon.svg") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 1.5rem;
}

.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.hidden_box label {
  display: block;
  padding: 2.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.hidden_box label:after {
  content: url("../icon/allow-white-icon.svg");
  display: inline-block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 40%;
  right: 30px;
}

.hidden_box_about label {
  display: block;
  padding: 2.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.hidden_box_about label:after {
  content: url("../icon/allow-white-icon02.svg") !important;
  display: inline-block;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 40%;
  right: 30px;
}

.nav_label {
  cursor: pointer;
}

.nav_label_input {
  display: none;
}

.hidden_box input:checked ~ .hidden_show {
  height: auto;
  opacity: 1;
}

.hidden_box input:checked ~ .nav_label:after {
  content: url("../icon/arrow-white-icon03.svg") !important;
  display: inline-block;
  width: 16px;
  height: 8px;
}

.hidden_box input:checked ~ label:after {
  content: url("../icon/allow-white-icon02.svg");
  display: inline-block;
  width: 16px;
  height: 8px;
}

.nav-list-all {
  display: flex;
  justify-content: flex-end;
}

.nav-separation {
  padding: 2.5rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
.nav-separation a:after {
  content: url("../icon/allow-white-icon.svg");
  display: inline-block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 40%;
  right: 30px;
}

.nav-link {
  text-align: center;
  margin: 0 2%;
  padding: 2rem 0;
  position: relative;
  cursor: pointer;
}
.nav-link:hover {
  color: #0090d9;
}
.nav-link:hover > .nav-link-inner {
  width: 900px;
  position: absolute;
  z-index: 2;
  top: 86px;
  left: -110px;
  color: #fff;
  background: #0090d9;
  display: flex;
  justify-content: space-between;
}
.nav-link span {
  letter-spacing: 0.1rem;
  margin-left: 0 !important;
}

.nav-link-inner {
  display: none;
}

.nav-link-inner-item {
  font-size: 1.6rem;
  margin: 0 1rem;
  text-align: center;
  padding: 1.5rem 0;
}

.nav-min-text {
  font-size: 1rem;
  margin-left: 2rem;
}

.contact-min-title {
  padding: 4rem 0 !important;
}

.contact-btn-sp {
  text-align: center;
  color: #004096;
  font-weight: bold;
  position: relative;
  margin-right: 1rem;
}
.contact-btn-sp:before {
  content: "";
  background: url("../icon/contact-icon-sp.svg") no-repeat top center;
  background-size: 100%;
  display: block;
  width: 26px;
  height: 20px;
  margin: 2px auto;
}

.contact-text-sp {
  font-size: 1rem;
  font-feature-settings: "palt";
}

.contact-text {
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .contact-text {
    font-size: 1.6rem;
  }
}

.contact-btn {
  display: none;
}
@media screen and (min-width: 1280px) {
  .contact-btn {
    width: 15.5%;
    text-align: center;
    background: #004096;
    border: 1px solid #004096;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.2rem;
  }
  .contact-btn::before {
    content: "";
    background: url("../icon/contact-icon.svg") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 23px;
    height: 18px;
    margin-right: 1rem;
  }
  .contact-btn:hover {
    background: #fff;
    color: #004096;
  }
  .contact-btn:hover::before {
    content: "";
    background: url("../icon/contact-icon-sp.svg") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 23px;
    height: 18px;
    margin-right: 1rem;
    letter-spacing: 0.2rem;
  }
}

.big-text {
  font-size: 2.5rem;
  margin: 0.3rem 0;
  font-weight: 900;
}
@media screen and (min-width: 420px) {
  .big-text {
    font-size: 3.3rem;
    margin: 0.5rem 0;
    font-weight: 900;
  }
}
@media screen and (min-width: 800px) {
  .big-text {
    font-size: 6rem !important;
  }
}

.color-white {
  color: #fff;
}

.color-text-green {
  color: #a6c622;
}

.color-text-sky-blue {
  color: #0090d9;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #0c0c0c;
}

.color-black {
  color: #333 !important;
}

.color-high-green {
  color: #c2d500;
}

.color-high-pink {
  color: #cb0241;
}

.color-base-blue {
  color: #004096;
}

.color-sky-blue {
  color: #0090d9;
}

.bg-blue {
  background: #004096 !important;
}

.middle-title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.3rem;
  color: #fff;
  background: #0c0c0c;
  padding: 2rem 0;
  line-height: 2.5rem;
}
@media screen and (min-width: 800px) {
  .middle-title {
    width: 432px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.5rem;
    color: #fff;
    background: #0c0c0c;
    padding: 3.5rem 2rem;
  }
}

.min-title {
  text-align: center;
  padding: 2rem 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) {
  .min-title {
    text-align: center;
    padding: 4rem 0 1rem 0;
    font-size: 1.6rem;
  }
}

.contact {
  background: #e9e9e9;
  border-bottom: 1rem solid #004096;
}

.contact-item {
  width: 30%;
  display: block;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  padding: 1rem;
  border: 2px solid #c2d500;
}
@media screen and (min-width: 800px) {
  .contact-item {
    width: auto;
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    background: #fff;
    padding: 3rem 5rem 3rem 4rem;
    border: 2px solid #c2d500;
  }
}

.contact-link-box {
  max-width: inherit;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .contact-link-box {
    max-width: 880px;
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

.tel-link::before {
  content: "";
  background: url("../icon/tel-icon.svg") no-repeat top center;
  background-size: 100%;
  display: block;
  width: 28px;
  height: 44px;
  margin: 0 auto 0.5rem auto;
}
@media screen and (min-width: 800px) {
  .tel-link::before {
    content: "";
    background: url("../icon/tel-icon.svg") no-repeat top center;
    background-size: 100%;
    margin: 0 3rem 0 0;
    display: inline-block;
    width: 28px;
    height: 36px;
  }
}

.contact-link::before {
  content: "";
  background: url("../icon/contact-link-icon.svg") no-repeat center center;
  background-size: 100%;
  margin: 0 auto 0.5rem auto;
  display: block;
  width: 35px;
  height: 44px;
}
@media screen and (min-width: 800px) {
  .contact-link::before {
    content: "";
    background: url("../icon/contact-link-icon.svg") no-repeat top center;
    background-size: 100%;
    margin: 0 3rem 0 0;
    display: inline-block;
    width: 35px;
    height: 25px;
  }
}

.line-link::before {
  content: "";
  background: url("../icon/line-icon.svg") no-repeat top center;
  background-size: 100%;
  margin: 0 auto 0.5rem auto;
  display: block;
  width: 46px;
  height: 44px;
}
@media screen and (min-width: 800px) {
  .line-link::before {
    content: "";
    background: url("../icon/line-icon.svg") no-repeat top center;
    background-size: 100%;
    margin: 0 3rem 0 0;
    display: inline-block;
    width: 46px;
    height: 44px;
  }
}

.footer-box {
  display: block;
}
@media screen and (min-width: 640px) {
  .footer-box {
    display: flex;
    justify-content: space-between;
  }
  .footer-box :first-child {
    margin-left: 0px !important;
  }
  .footer-box :last-child {
    margin-right: 0px !important;
  }
}

.footer-list-left {
  width: 90%;
  margin: 0 auto !important;
}
@media screen and (min-width: 640px) {
  .footer-list-left {
    width: 35% !important;
  }
}

.footer-list {
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #004096;
  margin: 0 2rem;
}

.footer-list-top {
  padding-top: 2rem;
}
@media screen and (min-width: 640px) {
  .footer-list-top {
    padding-top: 0;
  }
}

.footer-main-link {
  display: inline-block;
  margin-bottom: 0rem;
}
@media screen and (min-width: 640px) {
  .footer-main-link {
    display: inline-block;
    margin-bottom: 2rem;
  }
}

.footer-item {
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 2.5rem;
}
.footer-item li {
  font-weight: normal;
  list-style-position: inside;
  margin-left: 1rem;
}

.footer-item-link {
  display: block;
}

.footer-text {
  margin: 2rem 0;
}
.footer-text p {
  font-size: 1.4rem;
  letter-spacing: normal;
}

.sns-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
}

.sns-item {
  display: block;
  margin-right: 3rem;
}
.sns-item img {
  width: 30px;
  height: auto;
}

.copy-right {
  border-top: 2px solid #004096;
  font-size: 1.3rem;
  text-align: center;
  padding: 2rem 0;
  color: #004096;
}
.copy-right p {
  margin-bottom: 5rem;
}
@media screen and (min-width: 640px) {
  .copy-right p {
    margin-bottom: 0rem;
  }
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.sp-bottom-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #004096;
  position: fixed;
  bottom: 0;
  padding: 1rem 2rem;
  left: 0;
  right: 0;
  margin: 0;
}
.sp-bottom-nav a span {
  display: block;
  text-align: center;
  color: #fff !important;
}
@media screen and (min-width: 640px) {
  .sp-bottom-nav {
    display: none;
  }
}

.sp-bottom-nav-text {
  font-size: 1rem;
}/*# sourceMappingURL=common.css.map */