@font-face {
  font-family: trebuc;
  src: url("../../fonts/Trebuchet_MS.ttf");
}

.family_trebuc {
  font-family: trebuc;
}

@font-face {
  font-family: yugothib;
  src: url("../../fonts/yugothib.ttf");
}

.family_yugothib {
  font-family: yugothib;
}

@font-face {
  font-family: Segoe_UI;
  src: url("../../fonts/Segoe_UI.ttf");
}

.family_segoe {
  font-family: Segoe_UI;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  font-size: 10px;
  --text-black: #000;
  --text-white: #fff;
  --text-f1: #1f1f1f;
  --text-cc: #cccccc;
  --text-be: #3281be;
  --text-48: #333e48;
  --text-93: #005393;
  --text-df7: #4f9df7;
  --text-5b: #0b1f5b;
  --text-01: #0d0101;
  --text-32: #202732;
  --text-red: #ff0000;
  --text-89: #898989;
  --text-d0: #d0d0d0;
  --text-ec: #ecf7ff;
  --text-70: #707070;
  --text-f3: #f3f3f3;
  --text-f4: #f4f4f4;
  --text-a9: #a9a9a9;
  --text-100: #ffb100;
  --text-e2: #e2e2e2;
  --text-e8: #e8e8e8;
  --text-a5: #a5a5a5;
  --text-8e: #16348e;
  --text-1e: #ff771e;
  --text-c0: #983c00;
  --text-83: #838383;
  --text-2f: #29a62f;
  --text-60: #24af60;
  --text-28: #005d28;
  --text-50: #fff500;
  --text-f7: #f7f7f7;
  --text-c8: #c8c8c8;
  --text-f2: #00abf2;
  --text-47: #8fb247;
  --text-7a: #6c747a;
  --text-cd: #0076cd;
  --text-c1: #3384c1;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: var(--text-01);
  font-family: Segoe_UI;
}

.section_container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.section_container.container_left_helper {
  padding-left: 140px;
}

@media (max-width: 1199px) {
  .section_container.container_left_helper {
    padding-left: 1.5rem;
  }
}

.section_container.container_right_helper {
  padding-right: 140px;
}

@media (max-width: 1199px) {
  .section_container.container_right_helper {
    padding-right: 1.5rem;
  }
}

.logo_img {
  max-height: 2.7rem;
}

@media (max-width: 600px) {
  .logo_img {
    max-height: 2rem;
  }
}

.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar.bg_linear {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(43.35%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(#fff 0%, #fff 43.35%, rgba(255, 255, 255, 0) 100%);
}

.navbar .navbar_list .nav-item {
  margin-right: 8.3rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  font-family: trebuc;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.navbar .navbar_list .nav-item.nav_mr_4 {
  margin-right: 4rem;
}

.navbar .navbar_list .nav-item.nav_item_md {
  margin-right: 6.5rem;
}

.navbar .navbar_list .nav-item.nav_item_md:last-of-type(2) {
  margin-right: 4.4rem;
}

@media (max-width: 1199px) {
  .navbar .navbar_list .nav-item {
    margin-right: 0px !important;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

.navbar .navbar_list .nav-item .nav-link {
  padding: 0px;
}

.navbar .navbar_list .nav-item:last-child {
  margin-right: 0px;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

@media (min-width: 992px) {
  .navbar .navbar_list.navbar_admin_login .nav-item {
    letter-spacing: 0px;
    margin-right: 4rem !important;
  }
  .navbar .navbar_list.navbar_admin_login .nav-item:last-child {
    margin-right: 0px !important;
  }
}

@media (max-width: 1250px) {
  .navbar .navbar_list.navbar_admin_login {
    margin-right: 1rem !important;
  }
}

@media (max-width: 1350px) and (min-width: 1199px) {
  .navbar .navbar_list.navbar_admin_login .nav-link {
    font-size: 1.3rem;
  }
}

.navbar .navbar_list a {
  font-size: 1.4rem;
  color: var(--text-black) !important;
  font-family: trebuc;
  text-transform: uppercase;
}

.navbar .navbar_list a.primary_link {
  font-size: 1.8rem;
  color: var(--text-5b) !important;
}

.navbar .navbar_list .btn_nav_item {
  background: -webkit-gradient(linear, left top, left bottom, from(#3384c1), to(#0b1f5b));
  background: linear-gradient(#3384c1 0%, #0b1f5b 100%);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22rem;
  height: 7rem;
  color: var(--text-white) !important;
}

@media (max-width: 600px) {
  .navbar .navbar_list .btn_nav_item {
    width: 15rem;
    height: 5rem;
  }
}

.header_beneath_section {
  background: var(--text-ec);
}

.header_beneath_section .box {
  padding: 1rem;
}

@media (max-width: 600px) {
  .header_beneath_section .box button {
    font-size: 1.4rem !important;
    padding: 0.5rem;
    height: 3rem;
  }
  .header_beneath_section .box span {
    font-size: 1.4rem;
  }
  .header_beneath_section .box span:first-child {
    margin-right: 1rem !important;
  }
}

h1 {
  font-size: 3.4rem;
}

@media (max-width: 600px) {
  h1 {
    font-size: 2.6rem;
  }
}

h2 {
  font-size: 2.6rem;
}

h2.size_46 {
  font-size: 3.6rem;
}

@media (max-width: 1199px) {
  h2.size_46 {
    font-size: 3rem;
  }
}

@media (max-width: 600px) {
  h2.size_46 {
    font-size: 2.5rem;
  }
}

@media (max-width: 600px) {
  h2 {
    font-size: 2rem;
  }
}

h2.mb_2 {
  margin-bottom: 2rem;
}

h2.mb_5 {
  margin-bottom: 5rem;
}

@media (max-width: 600px) {
  h2.mb_5 {
    margin-bottom: 3rem;
  }
}

h3 {
  font-size: 3rem;
}

@media (max-width: 600px) {
  h3 {
    font-size: 1.8rem;
  }
}

h3.size_40 {
  font-size: 4rem;
}

@media (max-width: 600px) {
  h3.size_40 {
    font-size: 2.4rem;
  }
}

h3.title_mb {
  margin-bottom: 3rem;
}

@media (max-width: 600px) {
  h3.title_mb {
    margin-bottom: 1rem;
  }
}

h3.mb_35 {
  margin-bottom: 3.5rem;
}

@media (max-width: 600px) {
  h3.mb_35 {
    margin-bottom: 1.5rem;
  }
}

h3.mb_4 {
  margin-bottom: 4rem;
}

h3.mb_5 {
  margin-bottom: 5.6rem;
}

@media (max-width: 600px) {
  h3.mb_5 {
    margin-bottom: 3.6rem;
  }
}

h3.size_2 {
  font-size: 2rem;
}

@media (max-width: 600px) {
  h3.size_2 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 2.4rem;
}

@media (max-width: 600px) {
  h4 {
    font-size: 1.8rem;
  }
}

h4.pb_with_border {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid var(--text-70);
}

h4.pb_with_border_2 {
  padding-bottom: 12.2rem;
  border-bottom: 1px solid var(--text-70);
}

@media (max-width: 600px) {
  h4.pb_with_border_2 {
    padding-bottom: 6.2rem;
  }
}

h4.mb_4 {
  margin-bottom: 4rem;
}

h4.mb_3 {
  margin-bottom: 3.7rem;
}

h4.mt_6 {
  margin-top: 6rem;
}

h5 {
  font-size: 1.8rem;
}

h5.default_16 {
  font-size: 1.6rem;
  line-height: 3.6rem;
}

@media (max-width: 600px) {
  h5.default_16 {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

@media (min-width: 1200px) {
  h5.max_width {
    max-width: 83.6rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 3.6rem;
    font-family: yugothib;
    letter-spacing: 0px;
    font-weight: normal;
  }
}

h6 {
  font-size: 1.4rem;
}

p.paragraph {
  line-height: 3.6rem;
}

@media (max-width: 600px) {
  p.paragraph {
    line-height: 2.6rem;
  }
}

.text_primary {
  color: var(--text-5b);
}

.text_48 {
  color: var(--text-48);
}

.text_be {
  color: var(--text-be);
}

.text_f7 {
  color: var(--text-f7) !important;
}

.text_df7 {
  color: var(--text-df7) !important;
}

.text_01 {
  color: var(--text-01);
}

.text_red {
  color: var(--text-red) !important;
}

.bg_32 {
  background: var(--text-32);
}

.bg_f3 {
  background: var(--text-f3);
}

.bg_d0 {
  background: var(--text-d0);
}

.font_14 {
  font-size: 1.4rem;
}

@media (max-width: 400px) {
  .font_14.sm_less {
    font-size: 0.8rem;
  }
}

.font_13 {
  font-size: 1.3rem;
}

footer {
  background: var(--text-32);
  /*padding-top: 6.4rem;
  padding-bottom: 3.9rem;*/
  color: var(--text-white);
  font-family: yugothibu;
}

@media (min-width: 768px) {
  footer .ps_md_28 {
    padding-left: 2.8rem;
  }
}

@media (max-width: 600px) {
  footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

footer .light_logo {
  height: 3.84rem;
  display: inline-block;
  margin-bottom: 2.4rem;
}

footer p.paragraph {
  font-size: 1.4rem;
}

footer p {
  font-family: yugothib;
}

footer .footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

footer .footer_nav_list.list_size_sm {
  font-size: 1.4rem;
}

footer .footer_nav_list li {
  margin-right: 4rem;
  margin-bottom: 2.37rem;
}

footer .footer_nav_list li.list_sm {
  margin-bottom: 1.1rem;
  margin-right: 0px;
}

footer .footer_nav_list li .nav_link {
  color: var(--text-white);
  font-family: trebuc;
}

footer .footer_nav_list li:last-child {
  margin-right: 0px;
}

footer .footer_copyright {
  font-size: 1rem;
  font-family: yugothib;
  margin-top: 0.6rem;
}

@media (max-width: 600px) {
  footer .footer_copyright {
    margin-top: 0.6rem;
  }
}

footer .footer_copyright.mt_sm {
  margin-top: 1.6rem;
}

@media (max-width: 600px) {
  footer .footer_copyright.mt_sm {
    margin-top: 1rem;
  }
}
/*# sourceMappingURL=global_style.css.map */


/* 20220919 小田カスタマイズ */
#contact_section{
  display: none !important;
}