@charset "UTF-8";
/*------------------------------------------------------------
  変数設定
  ------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

body {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

[type=button],
[type=reset],
[type=submit],
a,
a img,
button {
  transition: 0.3s;
}

/*------------------------------------------------------------
	サイト基礎
  ------------------------------------------------------------*/
body {
  color: #242424;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 1.5rem;
  }
}
body a {
  transition: 0.3s;
  color: #242424;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
  opacity: 0.8;
}
body img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
body .inner {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  body .inner {
    padding: 0 2rem;
  }
}
body .inner-xl {
  max-width: 1600px;
  margin: 0 auto;
}
body .inner-l {
  max-width: calc(1200px + 3rem);
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1199px) {
  body .inner-l {
    max-width: calc(1200px + 4rem);
    padding: 0 2rem;
  }
}
body .inner-m {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  body .inner-m {
    padding: 0 2rem;
  }
}
body .inner-s {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  body .inner-s {
    padding: 0 2rem;
  }
}
body .telLink {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
body .telLink :root .selector,
body .telLink _:-ms-fullscreen {
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  body .telLink {
    pointer-events: auto;
    letter-spacing: 0.02em;
  }
}
body .readTxt {
  line-height: 26px;
}
body section {
  padding: 0;
  position: relative;
}
body h2.baseTtl {
  font-size: 2rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin-bottom: 5rem;
}
body h2.baseTtl::after {
  content: "";
  display: inline-block;
  width: 128px;
  height: 1px;
  background: #004098;
  vertical-align: 6px;
  margin-left: 1.5rem;
}
body h3.baseTtl {
  font-size: 3.6rem;
  line-height: 56px;
  margin-bottom: 3.5rem;
}
body h4.baseTtl {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  border-bottom: 1px solid #6C6C6C;
  padding-bottom: 1rem;
  margin-bottom: 7rem;
}
body .pcNone {
  display: none;
}
@media screen and (max-width: 1199px) {
  body .pcNone {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  body .tbNone {
    display: none !important;
  }
}
body .tbBlock {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  body .tbBlock {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  body .spNone {
    display: none !important;
  }
}
body .spBlock {
  display: none !important;
}
@media screen and (max-width: 767px) {
  body .spBlock {
    display: block !important;
  }
}

.preload * {
  transition: none !important;
}

.wrap {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

/*------------------------------------------------------------
	ヘッダー
  ------------------------------------------------------------*/
/*------------------------------------------------------------
	teaser
  ------------------------------------------------------------*/
.top {
  /*-- 共通 --*/
}
.top .-top {
  max-width: 100%;
  overflow: hidden;
}
.top .-grad {
  background: #003686;
  background: linear-gradient(90deg, #0068B7 0%, #004098 50%, #003686 100%);
}
.top .-tilt::before {
  content: "";
  display: block;
  height: 340px;
  transform: rotate(-10deg);
  background: #fff;
  position: absolute;
  top: -18rem;
  left: -5rem;
  width: 110vw;
}
@media screen and (max-width: 1199px) {
  .top .-tilt::before {
    top: -17.5rem;
    left: -4rem;
  }
}
.top .-tilt::after {
  content: "";
  content: "";
  display: block;
  height: 340px;
  transform: rotate(-10deg);
  background: #fff;
  position: absolute;
  bottom: -16.5rem;
  left: 1rem;
  width: 102vw;
}
@media screen and (max-width: 1199px) {
  .top .-tilt::after {
    bottom: -26.5rem;
    left: -1rem;
    width: 115vw;
  }
}
.top .secMv {
  z-index: 10;
}
.top .secMv .inner-l {
  align-items: center;
}
.top .secMv .inner-l .left {
  flex-basis: 57.5%;
}
@media screen and (max-width: 1199px) {
  .top .secMv .inner-l .left {
    flex-basis: 100%;
    order: 2;
  }
}
.top .secMv .inner-l .left img {
  max-width: 310px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1199px) {
  .top .secMv .inner-l .left img {
    width: 45%;
    max-width: 180px;
    margin-bottom: 3rem;
  }
}
.top .secMv .inner-l .left h1 {
  font-size: 2.8rem;
}
@media screen and (max-width: 1199px) {
  .top .secMv .inner-l .left h1 {
    font-size: 2rem;
    line-height: 32px;
    margin-bottom: 7rem;
  }
}
.top .secMv .inner-l .right {
  flex-basis: 42.5%;
}
@media screen and (max-width: 1199px) {
  .top .secMv .inner-l .right {
    flex-basis: 100%;
    order: 1;
    margin: 5rem 0rem 9rem -3rem;
  }
}
.top .secMv .inner-l .right img {
  margin: -1rem 0 0 4rem;
}
@media screen and (max-width: 1199px) {
  .top .secMv .inner-l .right img {
    margin: 0;
    max-width: inherit;
    width: calc(100% + 6rem);
  }
}
.top .secMv .inner-l .bottom {
  margin-top: -14.5rem;
}
@media screen and (max-width: 1199px) {
  .top .secMv .inner-l .bottom {
    margin-top: 0;
    order: 3;
  }
}
.top .secRead {
  margin-top: -24.5rem;
  padding-top: 20rem;
}
@media screen and (max-width: 1199px) {
  .top .secRead {
    margin-top: -17rem;
    padding-top: 23rem;
  }
}
.top .secRead .inner-l .logo50th {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .top .secRead .inner-l .logo50th {
    max-width: 160px;
    margin-bottom: 4.7rem;
  }
}
.top .secRead .inner-l .readBox {
  align-items: flex-end;
  padding-top: 7rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1199px) {
  .top .secRead .inner-l .readBox {
    padding-top: 0;
    justify-content: center;
    margin-bottom: 5.5rem;
    justify-content: flex-start;
  }
}
.top .secRead .inner-l .readBox .left {
  flex-basis: calc(100% - 500px);
  padding-left: 5rem;
}
@media screen and (max-width: 1199px) {
  .top .secRead .inner-l .readBox .left {
    flex-basis: 100%;
    padding: 0rem 0 5rem;
  }
}
.top .secRead .inner-l .readBox .left h2.baseTtl {
  margin-top: -4.5rem;
}
@media screen and (max-width: 1199px) {
  .top .secRead .inner-l .readBox .left h2.baseTtl {
    margin-top: 0;
    margin-bottom: 3.5rem;
  }
}
.top .secRead .inner-l .readBox .left h2.baseTtl::after {
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .top .secRead .inner-l .readBox .left h3.baseTtl {
    font-size: 2.6rem;
    line-height: 40px;
    margin-bottom: 3rem;
  }
}
.top .secRead .inner-l .readBox .left .readTxt {
  font-size: 1.8rem;
  line-height: 38px;
}
@media screen and (max-width: 1199px) {
  .top .secRead .inner-l .readBox .left .readTxt {
    font-size: 1.6rem;
    line-height: 34px;
  }
}
.top .secRead .inner-l .readBox .right {
  flex-basis: 500px;
  padding: 0 5rem;
}
@media screen and (max-width: 1199px) {
  .top .secRead .inner-l .readBox .right {
    order: 2;
    flex-basis: 100%;
    padding: 0;
    max-width: 335px;
    margin-left: -2rem;
  }
}
.top .secRead .inner-l .readBox .right .pres {
  text-align: right;
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1199px) {
  .top .secRead .inner-l .readBox .right .pres {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.top .secRead .inner-l .readBox .bottom {
  margin: 9rem auto 0rem;
  flex-basis: 100%;
}
@media screen and (max-width: 1199px) {
  .top .secRead .inner-l .readBox .bottom {
    order: 3;
    margin: 5.5rem auto 0rem;
  }
}
@media screen and (max-width: 1199px) {
  .top .secRead .inner-l .readBox .bottom img {
    margin-bottom: 1.5rem;
    max-width: 480px;
    width: 100%;
  }
}
.top .secRead .inner-l .ytBox {
  position: relative;
  z-index: 1;
  bottom: -6rem;
  width: 960px;
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1199px) {
  .top .secRead .inner-l .ytBox {
    bottom: -2.5rem;
    margin-bottom: 2.5rem;
    width: 100%;
  }
}
.top .secRead .inner-l .ytBox .notes {
  text-align: right;
  margin-bottom: 0.5rem;
}
.top .secRead .inner-l .ytBox iframe {
  width: 100%;
  height: 100%;
}
.top .secBusiness {
  padding-top: 17rem;
  padding-bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .top .secBusiness {
    padding-top: 7.5rem;
  }
}
.top .secBusiness .inner-l h2.baseTtl {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1199px) {
  .top .secBusiness .inner-l h2.baseTtl {
    margin-bottom: 3rem;
  }
}
.top .secBusiness .inner-l h3.baseTtl {
  font-size: 3.2rem;
  line-height: 52px;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1199px) {
  .top .secBusiness .inner-l h3.baseTtl {
    font-size: 2.2rem;
    line-height: 36px;
    margin-bottom: 5rem;
    text-align: left;
  }
}
.top .secBusiness .inner-l .flexBox {
  gap: 0 3rem;
  justify-content: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .top .secBusiness .inner-l .flexBox {
    gap: 3.5rem 0;
  }
}
.top .secBusiness .inner-l .flexBox li {
  flex-basis: calc(33.33% - 2rem);
}
@media screen and (max-width: 991px) {
  .top .secBusiness .inner-l .flexBox li {
    flex-basis: 100%;
  }
}
.top .secBusiness .inner-l .flexBox li .imgBox {
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .top .secBusiness .inner-l .flexBox li .imgBox {
    max-width: 350px;
    margin: 0 auto 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .top .secBusiness .inner-l .flexBox li .imgBox img {
    width: 100%;
  }
}
.top .secBusiness .inner-l .flexBox li .imgBox .absBus {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  font-size: 2.6rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 1rem 4.5rem;
  border-radius: 0 19px 0 19px;
}
@media screen and (max-width: 1199px) {
  .top .secBusiness .inner-l .flexBox li .imgBox .absBus {
    font-size: 2.3rem;
    padding: 1rem 4rem;
  }
}
.top .secBusiness .inner-l .flexBox li .imgBox .absBus.bus1 {
  background: rgba(0, 64, 152, 0.65);
}
.top .secBusiness .inner-l .flexBox li .imgBox .absBus.bus2 {
  background: rgba(0, 140, 152, 0.65);
}
.top .secBusiness .inner-l .flexBox li .imgBox .absBus.bus3 {
  background: rgba(99, 119, 31, 0.65);
}
.top .secBusiness .inner-l .flexBox li .imgBox .absBus.bus4 {
  background: rgba(31, 119, 51, 0.65);
}
.top .secBusiness .inner-l .flexBox li .imgBox .absBus.bus5 {
  background: rgba(168, 74, 32, 0.65);
}
.top .secBusiness .inner-l .flexBox li .imgBox .absBus.bus6 {
  background: rgba(89, 31, 119, 0.65);
}
.top .secBusiness .inner-l .flexBox li .imgBox .absBus.bus7 {
  background: rgba(119, 82, 31, 0.65);
}
.top .secBusiness .inner-l .flexBox li .cpName {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 1199px) {
  .top .secBusiness .inner-l .flexBox li .cpName {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    max-width: 350px;
    margin: 0 auto 0.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .top .secBusiness .inner-l .flexBox li .readTxt {
    max-width: 350px;
    margin: 0 auto;
  }
}
.top .secCompanies {
  background: #F5F5F5;
  padding-top: 30rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 1199px) {
  .top .secCompanies {
    margin-top: -10rem;
    padding-top: 25rem;
  }
}
.top .secCompanies::after {
  display: none;
}
.top .secCompanies .inner-l h2.baseTtl {
  text-align: right;
  margin-bottom: 9rem;
}
@media screen and (max-width: 1199px) {
  .top .secCompanies .inner-l h2.baseTtl {
    margin-bottom: 6rem;
  }
}
.top .secCompanies .inner-l h2.baseTtl::before {
  content: "";
  display: inline-block;
  width: 128px;
  height: 1px;
  background: #004098;
  vertical-align: 6px;
  margin-right: 1.5rem;
}
.top .secCompanies .inner-l h2.baseTtl::after {
  display: none;
}
.top .secCompanies .inner-l .cpBox {
  margin-bottom: 2.5rem;
}
.top .secCompanies .inner-l .cpBox .left {
  flex-basis: 47%;
}
@media screen and (max-width: 1199px) {
  .top .secCompanies .inner-l .cpBox .left {
    flex-basis: 100%;
    max-width: 85%;
    margin: 0 auto 6.5rem;
  }
}
.top .secCompanies .inner-l .cpBox .left .logo1 {
  max-width: 353px;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1199px) {
  .top .secCompanies .inner-l .cpBox .left .logo1 {
    max-width: 254px;
    margin-bottom: 5rem;
  }
}
.top .secCompanies .inner-l .cpBox .left .logo2 {
  margin-left: 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1199px) {
  .top .secCompanies .inner-l .cpBox .left .logo2 {
    max-width: 145px;
    margin: 0 auto 2rem;
  }
}
.top .secCompanies .inner-l .cpBox .left dl {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1199px) {
  .top .secCompanies .inner-l .cpBox .left dl {
    font-size: 1.4rem;
  }
}
.top .secCompanies .inner-l .cpBox .left dl dt {
  flex-basis: 110px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .top .secCompanies .inner-l .cpBox .left dl dt {
    flex-basis: 95px;
  }
}
.top .secCompanies .inner-l .cpBox .left dl dd {
  flex-basis: calc(100% - 110px);
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .top .secCompanies .inner-l .cpBox .left dl dd {
    flex-basis: calc(100% - 95px);
  }
}
.top .secCompanies .inner-l .cpBox .right {
  flex-basis: 53%;
}
@media screen and (max-width: 1199px) {
  .top .secCompanies .inner-l .cpBox .right {
    flex-basis: 100%;
  }
}
.top .secCompanies .inner-l .cpBox .right .cps {
  align-items: center;
  border-bottom: 1px solid #C9CACA;
  padding-bottom: 1.8rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1199px) {
  .top .secCompanies .inner-l .cpBox .right .cps {
    justify-content: center;
    padding-bottom: 1.3rem;
    margin-bottom: 2rem;
  }
}
.top .secCompanies .inner-l .cpBox .right .cps > img {
  margin-left: 0;
}
@media screen and (max-width: 1199px) {
  .top .secCompanies .inner-l .cpBox .right .cps > img {
    width: 45%;
    margin: 0 auto 1rem;
    max-width: 170px;
  }
}
.top .secCompanies .inner-l .cpBox .right .cps .info {
  flex-basis: calc(100% - 250px);
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 1199px) {
  .top .secCompanies .inner-l .cpBox .right .cps .info {
    flex-basis: 100%;
    text-align: center;
  }
}
.top .secCompanies .inner-l .cpBox .right .cps .info p {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1199px) {
  .top .secCompanies .inner-l .cpBox .right .cps .info p {
    margin-bottom: 0.3rem;
  }
}
.top .secCompanies .inner-l .cpBox .right .cps .bottom {
  font-size: 1.4rem;
  font-family: gothic;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
.top .secCompanies .inner-l .btmCpInfo {
  font-size: 2.2rem;
  line-height: 52px;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1199px) {
  .top .secCompanies .inner-l .btmCpInfo {
    font-size: 1.5rem;
    line-height: 35px;
    margin-bottom: 6rem;
  }
}
.top .secCompanies .inner-l .btmCpInfo img {
  display: inline-block;
  vertical-align: -6px;
  margin: 0 1rem;
}
@media screen and (max-width: 1199px) {
  .top .secCompanies .inner-l .btmCpInfo img {
    max-width: 172px;
    margin: 0 0.7rem;
  }
}
.top .secCompanies .inner-l h4.other {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1199px) {
  .top .secCompanies .inner-l h4.other {
    margin-bottom: 2.5rem;
  }
}
.top .secCompanies .inner-l .cpOther img {
  margin-bottom: 1rem;
}
.top .secCompanies .inner-l .cpOther p {
  margin-bottom: 1.5rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.top .secCompanies .inner-l .cpOther .exLink img {
  vertical-align: -13px;
}
@media screen and (max-width: 1199px) {
  .top .secCompanies .inner-l .exLink {
    font-size: 1.4rem;
  }
}
.top .secCompanies .inner-l .exLink img {
  display: inline-block;
  vertical-align: -4px;
  margin-right: 0.5rem;
}
.top .secCompanies .inner-l .exLink a {
  color: #004098;
  text-decoration: underline;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/*------------------------------------------------------------
	フッター
  ------------------------------------------------------------*/
.footer {
  padding: 6.5rem 0 2rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 1199px) {
  .footer {
    padding: 5.5rem 0 1.5rem;
  }
}
.footer .inner-l .logo {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1199px) {
  .footer .inner-l .logo {
    max-width: 230px;
    margin-bottom: 2.5rem;
  }
}
.footer .inner-l .info p {
  font-size: 1.4rem;
}
@media screen and (max-width: 1199px) {
  .footer .inner-l .info p {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.footer .inner-l .info .telFax {
  font-size: 2.6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1199px) {
  .footer .inner-l .info .telFax {
    font-size: 1.8rem;
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .footer .inner-l .info .telFax a {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}
.footer .inner-l .copy {
  font-size: 1.4rem;
}
@media screen and (max-width: 1199px) {
  .footer .inner-l .copy {
    font-size: 1rem;
  }
}

/*-- page top --*/
#go_pagetop {
  display: none;
  position: fixed;
  right: 1rem;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  #go_pagetop {
    right: 1rem;
  }
}
#go_pagetop a img {
  width: 50px;
}
@media screen and (max-width: 1199px) {
  #go_pagetop a img {
    width: 30px;
  }
}

/*------------------------------------------------------------
  Loader
  ------------------------------------------------------------*/
#loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #fff;
  z-index: 10000;
  top: 0;
}
#loader.loaded {
  animation: fadeOut 0.5s forwards;
}
#loader img {
  max-width: 64px;
}
@keyframes float {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}
/*------------------------------------------------------------
	共通
  ------------------------------------------------------------*/
.-center {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .-center.-tbLeft {
    text-align: left;
  }
}

.-bold {
  font-weight: bold;
}

.-medium {
  font-weight: 500;
}

.-flex {
  display: flex;
  flex-wrap: wrap;
}

.-white {
  color: #fff;
}

.-blue {
  color: #004098;
}

.-gothic {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

:root {
  --medium: 500;
  --semiBold: 600;
  --black: 900;
}/*# sourceMappingURL=base.css.map */