@charset "UTF-8";
/*--  Base  -------------------------------------------------------------------*/
/*--  reset.css  --*/
/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain) */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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 {
  border-collapse: separate;
  border-spacing: 0;
}

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

:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

html {
  height: 100%;
}

body {
  background: #fff;
  color: #595757;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

main {
  display: block;
}

h1, h2, h3, h4 {
  font-weight: 700;
}

p {
  font-weight: 400;
}

h1 {
  font-size: 2.75rem;
  line-height: 1.45455;
  letter-spacing: 0.02273em;
}

h2 {
  font-size: 1.875rem;
  line-height: 2.13333;
  letter-spacing: 0.03333em;
}

h3 {
  font-size: 1.3125rem;
  line-height: 1.2381;
  letter-spacing: 0.04762em;
  font-weight: 700;
}

p {
  font-size: 0.9375rem;
  line-height: 1.6;
}

a, a:link {
  color: #595757;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover, a:active {
  color: #003476;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

a img, a:link img, a:visited img, a:hover img, a:active img {
  text-decoration: none;
}

[type="text"], select, button {
  border: 0;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
}

button:hover {
  cursor: pointer;
}

select, button, [type="text"] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

.is-sm {
  display: none;
}

.is-pc {
  display: block;
}

.ut-spacer {
  display: block;
}

.ut-enText {
  font-family: Arial;
}

.ut-externalLink {
  position: relative;
}

.js-accordionContent {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-sm {
    display: block;
  }
  .is-pc {
    display: none;
  }
  h1 {
    font-size: 40px;
    font-size: 5.20156vw;
    line-height: 1.2;
  }
  h2 {
    font-size: 48px;
    font-size: 6.24187vw;
    line-height: 1.04167;
    letter-spacing: 0.01667em;
  }
  h3 {
    font-size: 36px;
    font-size: 4.6814vw;
    line-height: 1.38889;
    letter-spacing: 0.03333em;
  }
  p {
    font-size: 30px;
    font-size: 3.90117vw;
    line-height: 1.8;
    letter-spacing: 0.03667em;
  }
}

/*--  Module  -------------------------------------------------------------------*/
#navi input, #navi #navibtn, #menu-navibtn {
  display: none;
}

.globalHeader__mainNavListWrapper {
  position: relative;
}

.globalHeader__mainNavListItem {
  text-align: center;
  width: calc(100% / 5);
}

.globalHeader__mainNavListItem:last-child a {
  border-right: 1px solid #FFF;
}

.globalHeader__mainNavListItem a {
  border-left: 1px solid #FFF;
  border-right: none;
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 20px 0;
}

.globalHeader__mainNavListItem a:hover {
  background: #fff;
  color: #273f98;
}

.globalHeader__mainNavContactList {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.globalHeader__mainNavContactListItem a {
  background: #003476;
  border: 1px solid #003476;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 8px 20px;
}

.globalHeader__mainNavContactListItem--telSmall {
  font-size: 13px;
  padding: 0 3px 0 0;
}

.globalHeader__mainNavContactListItem--tel a:hover {
  background: #fff;
  color: #003476;
}

.globalHeader__mainNavContactListItem--mail a {
  background: #fff;
  color: #003476;
  font-size: 17px;
  line-height: 1.2;
}

.globalHeader__mainNavContactListItem--mail a:hover {
  background: #003476;
  color: #fff;
}

.globalHeader__menuRight {
  background: -webkit-linear-gradient(45deg, #003685 0%, #0080cb 100%);
  background: linear-gradient(45deg, #003685 0%, #0080cb 100%);
  position: relative;
}

.globalHeader__menuLeft {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
  padding: 20px 0;
}

.globalHeader #menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1220px;
  margin: 0 auto;
}

.companylogo {
  display: block;
}

@media screen and (max-width: 768px) {
  .globalHeader__mainNavListItem {
    border-bottom: 1px solid #fff;
    height: auto;
    margin: 0 0 0 0;
    position: relative;
    width: 100%;
  }
  .globalHeader__mainNavListItem a {
    border-bottom: 0;
    border-left: 0;
    display: block;
    font-size: 20px;
    padding: 20px;
    text-align: left;
  }
  .globalHeader__mainNavListItem:last-child a {
    border-right: 0;
  }
  .globalHeader__mainNavListItem:first-child a {
    border-top: 0;
  }
  .globalHeader__mainNavContactList {
    position: absolute;
    bottom: -180px;
    left: 0;
    right: 0;
  }
  .globalHeader__mainNavContactListItem {
    height: unset;
    padding: 0 0 0  0;
    width: 100%;
  }
  .globalHeader__mainNavContactListItem--tel a {
    background: #fff;
    border-radius: 40px;
    color: #1d3476;
    display: block;
    font-size: 30px;
    padding: 20px;
  }
  .globalHeader__mainNavContactListItem--telSmall {
    font-size: 20px;
  }
  .globalHeader__mainNavContactListItem--mail {
    background: transparent;
    padding: 0 0 0 0;
  }
  .globalHeader__mainNavContactListItem--mail a {
    background: #fff;
    border-radius: 70px;
    display: block;
    font-size: 20px;
    padding: 20px;
    width: 100%;
  }
  .globalHeader__childWrapperList {
    display: block;
    left: 0;
    top: inherit;
  }
  .globalHeader__menuLeft {
    background: #fff;
    padding: 20px;
    position: unset;
  }
  .globalHeader__menuRight {
    background: transparent;
  }
  .globalHeader #menu-navibtn:checked ~ #navi {
    background: #003476;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    z-index: 9999;
  }
  .globalHeader #menu-navibtn:checked ~ #navi label#navibtn span {
    background: transparent;
  }
  .globalHeader #menu-navibtn:checked ~ #navi label#navibtn span::after {
    bottom: 2.375rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .globalHeader #menu-navibtn:checked ~ #navi label#navibtn span span:before, .globalHeader #menu-navibtn:checked ~ #navi label#navibtn span span:after {
    background: #1d3476;
    top: 40px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .globalHeader #menu-navibtn:checked ~ #navi label#navibtn span span:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .globalHeader #menu-navibtn:checked ~ * #menu {
    display: block;
    margin: 5vw 10vw;
  }
  .globalHeader #menu-navibtn:checked span:before {
    display: none;
  }
  .globalHeader #menu-navibtn:checked ~ * .globalHeader__mainNavContactList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
    margin: 0 10vw;
    text-align: center;
  }
  .globalHeader #menu-navibtn:checked ~ * .globalHeader__mainNavContactListItem--tel:before {
    display: none;
  }
  .globalHeader #navi {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    right: 0;
    margin: 0 auto 0 auto;
    width: 100%;
  }
  .globalHeader #navi #navibtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .globalHeader #navi #navibtn span {
    background: -webkit-linear-gradient(45deg, #003685 0%, #0080cb 100%);
    background: linear-gradient(45deg, #003685 0%, #0080cb 100%);
    height: 80px;
    width: 120px;
  }
  .globalHeader #navi #navibtn span span {
    display: block;
    color: #fff;
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    font-size: 0.875rem;
    text-align: center;
    padding: 2.5rem 0 0 0;
  }
  .globalHeader #navi #navibtn span span:after, .globalHeader #navi #navibtn span span:before {
    background-color: #fff;
    content: "";
    left: 0;
    height: 2px;
    margin: 0 30px 0 auto;
    position: absolute;
    right: 0;
    width: 1.875rem;
  }
  .globalHeader #navi #navibtn span span:before {
    top: 30px;
  }
  .globalHeader #navi #navibtn span span:after {
    bottom: 30px;
  }
  .globalHeader #menu {
    display: none;
  }
}

.globalFooter__inner {
  margin: 0 auto;
  max-width: 1220px;
  padding: 20px 10px;
}

.globalFooter__areaNavigationWrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.globalFooter__logo {
  margin: 0 0 10px 0;
}

.globalFooter__address {
  font-size: 14px;
  line-height: 1.2;
}

.globalFooter__mainNavList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.globalFooter__mainNavListItem {
  position: relative;
}

.globalFooter__mainNavListItem a {
  font-size: 13px;
}

.globalFooter__mainNavListItem:before {
  background: #595757;
  bottom: -40%;
  content: '';
  display: block;
  height: 140%;
  position: absolute;
  right: -10px;
  width: 1px;
}

.globalFooter__mainNavListItem:last-child:before {
  display: none;
}

.globalFooter__areaBottom {
  margin: 0 0 0 0;
  text-align: right;
}

.globalFooter__copyright {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .globalFooter__areaMiddle {
    display: none;
  }
  .globalFooter__areaBottom {
    text-align: center;
    margin: 40px 0 0 0;
  }
}

/*------------------------------------------------ ボタン*/
a.c-btn {
  background: #00347B;
  border: 1px solid #003476;
  color: #fff;
  display: block;
  font-size: 12px;
  margin: 0 auto;
  max-width: 210px;
  padding: 16px 40px;
  position: relative;
}

a.c-btn:after {
  background: #27447e;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  margin: auto;
  position: absolute;
  right: -50px;
  top: 0;
  width: 50px;
}

a.c-btn:before {
  background: #ffffff;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

a.c-btn--pdf:before, a.c-btn--link:before {
  display: none;
}

a.c-btn--pdf {
  background: #fff;
  color: #00347B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 10px 10px 10px 10px;
}

a.c-btn--pdf img {
  height: 14px;
}

a.c-btn--pdf:after {
  display: none;
}

a.c-btn--link {
  padding: 16px 30px;
}

a.c-btn:hover {
  background: #fff;
  color: #003476;
}

.c-btnWrapper {
  display: block;
}

@media screen and (max-width: 768px) {
  a.c-btn {
    font-size: 0.75rem;
    max-width: unset;
  }
  a.c-btn:after {
    right: -40px;
    width: 40px;
  }
  a.c-btn:before {
    width: 40px;
  }
}

/*------------------------------------------------ 
    BaseSection
------------------------------------------------*/
#main {
  margin: 0 0 150px 0;
  position: relative;
}

.l-baseSection {
  background: #f6fafd;
  overflow: hidden;
  position: relative;
}

.l-baseSection:after {
  background: url(../img/common/main__bg.png);
  bottom: 0;
  content: '';
  display: block;
  height: 660px;
  position: absolute;
  right: 0;
  width: 620px;
  z-index: 0;
}

.l-section {
  margin: 0 0 7.5rem 0;
}

.l-section__inner {
  max-width: 76.25rem;
  padding: 0 0.625rem 0 0.625rem;
  margin: 0 auto 0 auto;
}

.l-section__header {
  margin: 0 0 2.5rem 0;
}

.l-2column {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-2column .c-trainingTable {
  text-align: left;
  width: calc(50% - 10px);
}

@media screen and (max-width: 768px) {
  .l-section {
    margin: 0 0 60px 0;
  }
  .l-section__inner {
    padding: 0 1.25rem 0 1.25rem;
  }
  .l-sectionTitle {
    font-size: 3.25rem;
    position: relative;
  }
  .l-sectionTitle__main {
    font-size: 0.875rem;
  }
  .l-sectionTitle--content {
    font-size: 0.75rem;
    margin: 0 0 1.25rem 0;
  }
  .l-section__header {
    margin: 0 0 1.25rem 0;
  }
  .l-section__headerText {
    margin: 1.25rem 0 0 0;
  }
}

/*------------------------------------------------ 
    Contents
------------------------------------------------*/
.mainVisual {
  position: relative;
  z-index: 1;
}

.mainVisual__title {
  color: #fff;
  font-weight: 300;
}

.mainVisual__inner {
  margin: 0 auto;
  max-width: 1220px;
}

.contents {
  position: relative;
}

.contents:before {
  background: url(../img/common/mainvisual__bg.png);
  content: '';
  display: block;
  height: 464px;
  position: absolute;
  right: 0;
  top: 0;
  width: 612px;
  z-index: 2;
}

.contents:after {
  background: -webkit-linear-gradient(45deg, #003685 0%, #0080cb 100%);
  background: linear-gradient(45deg, #003685 0%, #0080cb 100%);
  content: '';
  -webkit-clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 0% 100%);
  display: block;
  height: 464px;
  position: absolute;
  right: 0;
  top: 0;
  width: 462px;
  z-index: 0;
}

#cta {
  background: url(../img/common/cta__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 0 0 0;
  padding: 100px 0;
}

#cta .c-ctaList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cta .c-ctaListItem {
  background: #fff;
  border-radius: 10px;
  padding: 40px 100px;
  width: calc(50% - 25px);
}

#cta .c-ctaListItemHeader {
  margin: 0 0 60px 0;
  position: relative;
}

#cta .c-ctaListItemHeader:before {
  background: #99AEC8;
  bottom: -20px;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}

#cta .c-ctaListItemHeader:after {
  background: #003476;
  bottom: -22px;
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  width: 30%;
}

#cta .c-ctaListItem__title {
  display: inline-block;
  font-size: 22px;
  position: relative;
}

#cta .c-ctaListItem__title:before, #cta .c-ctaListItem__title:after {
  border-right: 2px #1d3476 solid;
  border-top: 2px #1d3476 solid;
  bottom: -4px;
  content: '';
  display: block;
  height: 8px;
  margin: auto;
  position: absolute;
  right: -20px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  z-index: 2;
}

#cta .c-ctaListItem__title:after {
  right: -26px;
}

#cta .c-ctaListItem__attention {
  background: #CCD6E4;
  color: #003476;
  padding: 12px;
  text-align: center;
}

#cta .c-ctaListItem__telListItem, #cta .c-ctaListItem__faxListItem {
  margin: 0 auto;
}

#cta .c-ctaListItem__telListItem__small, #cta .c-ctaListItem__faxListItem__small {
  font-size: 24px;
}

#cta .c-ctaListItem__telList {
  margin: 0 0 40px 0;
}

#cta .c-ctaListItem__telListItem {
  margin: 0 auto 10px auto;
}

#cta .c-ctaListItem__telList a {
  color: #1e347b;
  font-size: 42px;
}

#cta .c-ctaListItem__faxListItem a {
  font-size: 32px;
}

#cta .c-btnnWrapper {
  margin: 0 0 40px 0;
}

#cta .c-btn--cta {
  background: #fff;
  color: #003476;
  font-size: 20px;
  margin: 10px auto 56px auto;
  max-width: 300px;
  padding: 24px 20px;
  text-align: center;
}

#cta .c-btn--cta:after, #cta .c-btn--cta:before {
  display: none;
}

.c-newsList {
  gap: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -26px 0 40px 0;
  position: relative;
  z-index: 1;
}

.c-newsListItem {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  width: 30%;
}

.c-newsListItem__date {
  color: #003476;
  font-size: 13px;
  margin: 0 0 10px 0;
}

.c-newsListItem__title {
  font-size: 13px;
  margin: 0 0 10px 0;
}

.c-newsListItem__text {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .l-2column {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .l-section {
    margin: 0 0 40px 0;
  }
  .l-section__inner {
    padding: 0 0 0 0;
  }
  .l-baseSection:after {
    background-size: cover;
    height: 290px;
    width: 50vw;
  }
  #cta {
    padding: 40px 20px;
  }
  #cta .c-ctaList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #cta .c-ctaListItem {
    padding: 30px;
    width: 100%;
  }
  #cta .c-ctaListItemHeader {
    margin: 0 0 40px 0;
  }
  #cta .c-ctaListItem__telList {
    margin: 0 0 20px 0;
  }
  #cta .c-ctaListItem__telList a {
    font-size: 32px;
    letter-spacing: 3px;
  }
  #cta .c-ctaListItem__faxListItem a {
    font-size: 28px;
  }
  #cta .c-ctaListItem__telListItem__small, #cta .c-ctaListItem__faxListItem__small {
    letter-spacing: 1px;
  }
  #cta .c-ctaListItem__attention {
    font-size: 14px;
    padding: 10px;
  }
  #cta .c-btn--cta {
    margin: 10px auto 24px auto;
    max-width: unset;
  }
  .contents:before, .contents:after {
    height: 250px;
    width: 50%;
  }
  .contents:before {
    background-size: cover;
    background-position: bottom;
    z-index: 1;
  }
  .l-mainWrapper {
    margin: 0 20px;
  }
}
/*# sourceMappingURL=common.css.map */