@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1.8;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  padding-top: 40px;
  color: #555555;
  font-weight: lighter;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #555555;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

ul,
li {
  list-style: none;
}

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

img {
  max-width: 100%;
}

@media screen and (max-width: 519px) {
  body {
    min-width: 100%;
    padding-top: 60px;
    font-size: 14px;
  }
}
/*common*/
.sp {
  display: none;
}

.contentsBox {
  padding: 80px 0;
}

.font120 {
  font-size: 120%;
}

.font80 {
  font-size: 80%;
}

.fwb {
  font-weight: bold;
}

.textCenter {
  text-align: center;
}

.textBottom {
  margin-bottom: 20px;
}

.textBottombg {
  margin-bottom: 50px;
}

.innerBox {
  width: calc(100% - 60px);
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.innerBoxmin {
  width: calc(100% - 60px);
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}

h2.title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}
h2.title::after {
  content: "";
  display: block;
  margin: 20px auto 0;
  background-color: #555555;
  height: 3px;
  width: 100px;
}

.pcFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pcFlex .flexML {
  margin-left: 50px;
}
.pcFlex .flexMLbg {
  margin-left: 100px;
}

.flexJC {
  justify-content: center;
}

.arrLink {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.arrLink span {
  display: flex;
  margin-left: 10px;
}
.arrLink span::after {
  content: "";
  width: 60px;
  height: 8px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}

.pageTitleArea {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageTitleArea h1 {
  text-align: center;
  font-size: 40px;
  color: #124e8b;
  margin-right: 80px;
}
.pageTitleArea h1 span {
  color: #bbbbbb;
}
.pageTitleArea .mainImgArea {
  position: relative;
}
.pageTitleArea .mainImgArea::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 800px;
  height: 540px;
  top: 30px;
  left: 30px;
  background-color: #f4f4f4;
}
.pageTitleArea .mainImgArea img {
  width: 800px;
}
.pageTitleArea .titleBottom {
  margin-top: 50px;
}

.reverse {
  flex-direction: row-reverse;
}
.reverse h1 {
  margin-right: 0;
  margin-left: 80px;
}

.column {
  flex-direction: column;
}
.column h1 {
  margin-right: 0;
}

@media screen and (max-width: 519px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .textBottombg {
    margin-bottom: 30px;
  }
  .innerBox,
.innerBoxmin {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 0px;
  }
  h2.title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  h2.title::after {
    margin: 10px auto 0;
    width: 60px;
  }
  .contentsBox {
    padding: 50px 0;
  }
  .pcFlex {
    flex-direction: column;
  }
  .pcFlex .flexML {
    margin-left: 0px;
    margin-top: 20px;
  }
  .pcFlex .flexMLbg {
    margin-left: 0px;
    margin-top: 20px;
  }
  .arrLink {
    margin-top: 20px;
    justify-content: center;
  }
  .pageTitleArea {
    width: 100%;
    flex-direction: column;
  }
  .pageTitleArea h1 {
    font-size: 8vw;
    margin-right: 0;
  }
  .pageTitleArea .mainImgArea {
    margin-right: auto;
  }
  .pageTitleArea .mainImgArea::after {
    height: 30px;
    top: 20px;
    left: 20px;
    width: 300px;
    height: 300px;
  }
  .pageTitleArea .mainImgArea img {
    width: 300px;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pageTitleArea .titleBottom {
    margin-top: 20px;
  }
  .reverse h1 {
    margin-right: 0;
    margin-left: 0px;
  }
}
/*header*/
.header {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 160px);
  height: 48px;
  background-color: #404040;
}
.header::before {
  content: "";
  position: absolute;
  border-top: 48px solid #404040;
  border-left: 30px solid transparent;
  left: -30px;
}
.header .topMainArea .topMainImgBox img {
  height: 420px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60% 50%;
     object-position: 60% 50%;
}
.header .iconArea img {
  width: 30px;
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
}

.menuBtn {
  display: none;
}

.menuList {
  display: flex;
  justify-content: end;
  font-size: 13px;
  font-weight: normal;
}
.menuList li {
  padding: 10px 0;
  margin: 0 20px;
}
.menuList li a {
  color: #fff;
}
.menuList li a .mail {
  width: 30px;
}

@media screen and (max-width: 519px) {
  .header {
    width: calc(100% - 100px);
    height: 60px;
  }
  .header .iconArea img {
    left: -80px;
  }
  .header::before {
    border-top: 60px solid #404040;
    border-left: 20px solid transparent;
    left: -20px;
  }
  .menuList {
    position: absolute;
    right: -80%;
    width: 80%;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    background-color: #404040;
    padding: 50px 0 20px;
  }
  .menuList li {
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  .menuList.open {
    right: 0;
  }
  .menuBtn {
    position: fixed;
    display: block;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    z-index: 100;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .menuBtn .btn-line {
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: 0.2s;
  }
  .menuBtn .btn-line::before, .menuBtn .btn-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: 0.5s;
    left: 0;
  }
  .menuBtn .btn-line::before {
    transform: translateY(-12px);
  }
  .menuBtn .btn-line::after {
    transform: translateY(12px);
  }
  .menuBtn .btn-line.open {
    background-color: transparent;
  }
  .menuBtn .btn-line.open::before, .menuBtn .btn-line.open::after {
    content: "";
    transition: 0.2s;
    background-color: #fff;
  }
  .menuBtn .btn-line.open::before {
    transform: rotate(45deg);
  }
  .menuBtn .btn-line.open::after {
    transform: rotate(-45deg);
  }
}
/*footer*/
.footer {
  background-color: #404040;
  color: #fff;
}
.footer .footerInner {
  position: relative;
  padding: 10px 0;
  margin-left: 5%;
}
.footer .footerInner .corp {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .footerInner .sm {
  font-size: 65%;
}
.footer .footerInner .footerList {
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  font-size: 13px;
  display: flex;
  justify-content: center;
  font-weight: normal;
  min-width: 600px;
}
.footer .footerInner .footerList li {
  margin: 0 20px;
}
.footer .footerInner .footerList li a {
  color: #fff;
}

@media screen and (max-width: 519px) {
  .footer .footerInner {
    width: 84%;
    margin: 0 auto;
  }
  .footer .footerInner .corp {
    font-size: 16px;
  }
  .footer .footerInner .footerList {
    position: static;
    transform: translateX(0);
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 10px;
    min-width: 100%;
  }
  .footer .footerInner .footerList li {
    margin: 0 0;
  }
  .footer .footerInner .footerList li a {
    color: #fff;
  }
}/*# sourceMappingURL=common.css.map */