@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
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;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  color: #000;
  -webkit-font-feature-settings: "pwid" 1;
  font-feature-settings: "pwid" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
  letter-spacing: 1px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #000000;
  -webkit-transition: color 0.35s, opacity 0.35s;
  -o-transition: color 0.35s, opacity 0.35s;
  transition: color 0.35s, opacity 0.35s;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

a:hover, a:hover img, a:hover .btn {
  opacity: 0.8;
}

.anchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}
@media only screen and (max-width: 1080px) {
  .anchor {
    top: -40px;
  }
}

.link-sp {
  pointer-events: none;
}
@media only screen and (max-width: 1080px) {
  .link-sp {
    pointer-events: auto;
  }
}

/* Content */
.content-1366 {
  width: 94%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.content-1266 {
  width: 94%;
  max-width: 1266px;
  margin-left: auto;
  margin-right: auto;
}

.content-1088 {
  width: 94%;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

.content-848 {
  width: 94%;
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
}

.mar100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .mar100 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}

.mar150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 750px) {
  .mar150 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pad150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 750px) {
  .pad150 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.pad125 {
  padding-top: 125px;
  padding-bottom: 125px;
}
@media only screen and (max-width: 750px) {
  .pad125 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.pad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .pad100 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.txthead {
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1080px) {
  .txthead {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 40px;
  }
}
.txthead span.icon {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.txthead-sub {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 4.6rem;
  font-weight: 500;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1080px) {
  .txthead-sub {
    font-size: 2.2rem;
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-sub {
    font-size: 2rem;
    line-height: 3.5rem;
    margin-bottom: 25px;
  }
}

.btn-box.mt80 {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt80 {
    margin-top: 50px;
  }
}
.btn-box.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt60 {
    margin-top: 50px;
  }
}

.btn {
  height: 50px;
  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;
  border-radius: 3px;
}
.btn.medium {
  height: 70px;
  font-size: 2.2rem;
}
.btn.medium.arrow-right-white {
  background-size: 7px 14px;
}
.btn.small {
  font-size: 1.4rem;
}

.btn-325 {
  width: 100%;
  max-width: 325px;
}

.btn-540 {
  width: 100%;
  max-width: 540px;
}

.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.white {
  color: #22304E;
  background-color: #fff;
}

.blue {
  color: #fff;
  background-color: #22304E;
}

.arrow-right-white {
  background-image: url("/assets/images/commons/btn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-size: 5px 10px;
}

.arrow-right {
  background-image: url("/assets/images/commons/btn-arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 5px 10px;
}

.icon-left span {
  margin-right: 20px;
}

.NotoSerifJP {
  font-family: "Noto Serif JP", serif;
}

.fw100-thin-sans {
  font-weight: 100 !important;
}

.fw200-extra-light {
  font-weight: 200 !important;
}

.fw300-light {
  font-weight: 300 !important;
}

.fw400-regular {
  font-weight: 400 !important;
}

.fw500-medium {
  font-weight: 500 !important;
}

.fw600-semi-bold-serif {
  font-weight: 600 !important;
}

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

.fw900-black {
  font-weight: 900 !important;
}

.NotoSansJP {
  font-family: "Noto Sans JP", sans-serif;
}

/* Header */
.hide-menu header {
  display: none;
}

.show-menu header {
  top: 0 !important;
}

.top-page header {
  top: -106px;
}

.page-inner .anchor {
  top: -70px;
}
@media only screen and (max-width: 1080px) {
  .page-inner .anchor {
    top: -80px;
  }
}
.page-inner main {
  padding-top: 106px;
}
@media only screen and (max-width: 1080px) {
  .page-inner main {
    padding-top: 84px;
  }
}
.page-inner header .header {
  width: 94%;
}
@media only screen and (max-width: 1080px) {
  .page-inner header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 84px !important;
  }
}
.page-inner header .header .header-logo {
  display: block;
}
@media only screen and (max-width: 1080px) {
  .page-inner header .header .header-logo img {
    width: 160px;
  }
}
.page-inner footer {
  padding-top: 0;
}

.header-dark header {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.075);
}
.header-dark header .header {
  height: 52px;
}
.header-dark header .header .header-logo img {
  width: 160px;
}
.header-dark header .header .header-logo img.logo-white {
  opacity: 0;
}
.header-dark header .header .header-logo img.logo-color {
  opacity: 1 !important;
}
.header-dark header .header .header-menu ul li a {
  color: #22304E;
}
.header-dark header .header .header-menu ul li a::after {
  bottom: -5px;
  background-color: #22304E;
}
.header-dark header .header .header-menu ul li a.header-menu-btn {
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: transparent;
  width: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
header .header {
  width: 94%;
  max-width: 1366px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 106px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
header .header .header-logo {
  width: 200px;
}
header .header .header-logo a {
  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;
  position: relative;
}
header .header .header-logo a:hover {
  opacity: 1;
}
header .header .header-logo a img {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
header .header .header-logo a img.logo-color {
  opacity: 0 !important;
}
@media only screen and (max-width: 1080px) {
  header .header .header-menu {
    display: none;
  }
}
header .header .header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  header .header .header-menu ul {
    display: block;
  }
}
header .header .header-menu ul li + li {
  margin-left: 40px;
}
@media only screen and (max-width: 1080px) {
  header .header .header-menu ul li + li {
    margin-left: 0;
    border-top: 1px solid #ccc;
  }
}
header .header .header-menu ul li a {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  header .header .header-menu ul li a {
    font-size: 1.6rem;
    text-align: center;
    padding: 15px 25px !important;
  }
}
header .header .header-menu ul li a:hover {
  opacity: 1;
}
header .header .header-menu ul li a:hover::after {
  width: 100%;
}
header .header .header-menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 9;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media only screen and (max-width: 1080px) {
  header .header .header-menu ul li a::after {
    display: none;
  }
}
header .header .header-menu ul li a.header-menu-btn {
  padding: 14px 26px;
  color: #fff;
  background-color: #22304E;
}
header .header .header-menu ul li a.header-menu-btn::after {
  display: none;
}

.active-mn-04 .mn-04::after {
  width: 100% !important;
}

.header-burger {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
}
@media only screen and (max-width: 1080px) {
  .header-burger {
    display: block;
  }
}

.nav-icon {
  display: block;
  width: 48px;
  height: 44px;
  padding: 0;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  background-color: #22304E;
  opacity: 1;
}

.nav-icon:focus, .nav-icon:active, .nav-icon:visited {
  opacity: 1 !important;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  background: #fff !important;
  border-radius: 0;
  opacity: 1;
  left: 9px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 10px;
}

.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
  top: 20px;
}

.nav-icon span:nth-child(4) {
  top: 30px;
}

.nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.menu-responsive {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: white;
  -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.5);
}

.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}

.menu-responsive-box {
  width: 100%;
  background-color: #fff;
}
.menu-responsive-box .header-menu ul li + li {
  border-top: 1px solid #ccc;
}
.menu-responsive-box .header-menu ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  width: 100%;
  display: table;
  margin: 0 auto;
  padding: 15px 25px;
  text-align: center;
}
.menu-responsive-box .header-menu ul li a.header-menu-btn {
  color: #fff;
  background-color: #22304E;
}
.menu-responsive-box .header-contact {
  margin-top: 20px;
}
.menu-responsive-box .header-contact ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.menu-responsive-box .header-contact ul li a div {
  margin-right: 8px;
}

/* MV */
#mv {
  background-image: url("/assets/images/top/mv-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
  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;
}
#mv .mv .mv-logo img {
  margin: 0 auto;
}
#mv .mv h1 {
  margin-top: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  line-height: 4.8rem;
  font-weight: 500;
  text-align: center;
}

/* Navi */
#navi {
  padding: 100px 0;
  background-color: #F7F7F7;
}
@media only screen and (max-width: 1080px) {
  #navi {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 750px) {
  #navi {
    padding: 3% 0;
  }
}
#navi .navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #navi .navi ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#navi .navi ul li {
  width: 14.7%;
}
@media only screen and (max-width: 750px) {
  #navi .navi ul li {
    width: 31.33%;
    margin: 1%;
  }
}
#navi .navi ul li a {
  width: 100%;
  height: 170px;
  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;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #22304E;
  background-color: #fff;
  background-image: url("/assets/images/top/navi-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: bottom 20px center;
  background-size: 20px 10px;
  letter-spacing: 2px;
  border-radius: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1080px) {
  #navi .navi ul li a {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #navi .navi ul li a {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
#navi .navi ul li a .icon {
  font-size: 1.6rem;
}
#navi .navi ul li a:hover {
  opacity: 1;
  background-color: #22304E;
  background-image: url("/assets/images/top/navi-arrow-down-white.svg");
  color: #fff;
}
#navi .navi ul li a:hover .icon span img:first-child {
  opacity: 0;
}
#navi .navi ul li a .icon span {
  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;
  height: 54px;
  margin-bottom: 15px;
  position: relative;
}
#navi .navi ul li a .icon span img {
  position: absolute;
  margin: 0 auto;
}
#navi .navi ul li a .icon span img.hover {
  opacity: 0;
}

/* MV Inner */
#mv-inner {
  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: 100%;
  height: 400px;
  padding-top: 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #mv-inner {
    height: 250px;
  }
}
#mv-inner .mv-inner {
  text-align: center;
}
#mv-inner .mv-inner h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner h1 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
#mv-inner .mv-inner h1 span {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner h1 span {
    margin-bottom: 15px;
  }
}

.mv-inner p {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  line-height: 4rem;
}
@media only screen and (max-width: 750px) {
  .mv-inner p {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}

/* News */
#news .news-list {
  width: 94%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
#news .news-list ul li + li {
  margin-top: 50px;
}
#news .news-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news .news-list ul li a .news-date {
  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: 126px;
  min-width: 126px;
  height: 35px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  border: 1px solid #000;
  margin-right: 40px;
}
@media only screen and (max-width: 750px) {
  #news .news-list ul li a .news-date {
    width: 116px;
    min-width: 116px;
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-right: 20px;
  }
}
#news .news-list ul li a h3 {
  margin-top: 2px;
  font-size: 1.8rem;
  line-height: 3.2rem;
}

/* Recruit */
#recruit {
  background-image: url("/assets/images/top/recruit-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Contact */
#contact {
  background-image: url("/assets/images/top/contact-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#contact .contact .contact-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  #contact .contact .contact-box ul {
    display: block;
  }
}
#contact .contact .contact-box ul li {
  width: 50%;
  margin: 0 25px;
  padding: 40px 0;
  color: #fff;
  background-color: #22304E;
  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;
}
@media only screen and (max-width: 834px) {
  #contact .contact .contact-box ul li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 834px) {
  #contact .contact .contact-box ul li + li {
    margin-top: 1%;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .contact-box ul li + li {
    margin-top: 2%;
  }
}
#contact .contact .contact-box ul li .box h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
  text-align: center;
}
#contact .contact .contact-box ul li .box .tel {
  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;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #fff;
  margin-top: 7px;
  margin-bottom: 9px;
}
#contact .contact .contact-box ul li .box .tel span {
  margin-right: 10px;
}
#contact .contact .contact-box ul li .box p {
  font-family: "Noto Serif JP", serif;
}
#contact .contact .contact-box ul li .box .btn-box {
  margin-top: 20px;
}
#contact .contact .contact-box ul li .box .btn-box a {
  min-width: 325px;
}

/* About */
#about {
  background-image: url("/assets/images/top/about-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#about .about {
  max-width: 800px;
}
@media only screen and (max-width: 750px) {
  #about .about .txthead-sub {
    text-align: left;
  }
}
#about .about .about-text p {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #about .about .about-text p {
    text-align: left;
  }
}

/* Company */
#company {
  background-image: url("/assets/images/top/company-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background-color: #92B1D0;
}
#company .company-text h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #company .company-text h3 {
    margin-bottom: 15px;
  }
}
#company .company-table {
  margin-top: 70px;
  padding: 75px;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 1080px) {
  #company .company-table {
    padding: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #company .company-table {
    margin-top: 35px;
    padding: 15px;
  }
}
#company .company-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
@media only screen and (max-width: 750px) {
  #company .company-tr {
    display: block;
  }
}
#company .company-tr:nth-child(odd) {
  background-color: #F4F4F4;
}
#company .company-td-topic {
  width: 220px;
  min-width: 220px;
  padding: 0 50px;
}
@media only screen and (max-width: 750px) {
  #company .company-td-topic {
    width: 100%;
    padding: 0 20px;
  }
}
#company .company-td-topic h4 {
  font-weight: 500;
}
#company .company-td-text {
  width: 100%;
  padding: 0 50px;
}
@media only screen and (max-width: 750px) {
  #company .company-td-text {
    padding: 0 20px;
  }
}

.content-btn {
  padding: 55px 0;
}
@media only screen and (max-width: 834px) {
  .content-btn {
    padding: 3.3% 0;
  }
}
.content-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .content-btn ul {
    display: block;
  }
}
.content-btn ul li {
  width: 31.33%;
}
@media only screen and (max-width: 750px) {
  .content-btn ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .content-btn ul li + li {
    margin-top: 3%;
  }
}
.content-btn ul li a {
  width: 100%;
  height: 90px;
  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;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #22304E;
  border: 1px solid #22304E;
  border-radius: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 834px) {
  .content-btn ul li a {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .content-btn ul li a {
    font-size: 1.4rem;
    line-height: 2.4rem;
    height: 60px;
  }
}
.content-btn ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #22304E;
}

.company-ttl {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  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;
  height: 250px;
}
@media only screen and (max-width: 834px) {
  .company-ttl {
    height: 200px;
  }
}
@media only screen and (max-width: 750px) {
  .company-ttl {
    height: 150px;
  }
}
.company-ttl h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (max-width: 834px) {
  .company-ttl h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .company-ttl h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
.company-ttl h2 span {
  display: block;
  font-size: 2rem;
}
@media only screen and (max-width: 834px) {
  .company-ttl h2 span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .company-ttl h2 span {
    font-size: 1.6rem;
  }
}

.message {
  padding-top: 60px;
  padding-bottom: 100px;
}
.message .intro {
  width: 100%;
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
}
.message .intro h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media only screen and (max-width: 834px) {
  .message .intro h3 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .message .intro h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.message .box {
  margin-top: 100px;
  padding: 50px 100px;
  border: 1px solid #22304E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  .message .box {
    margin-top: 60px;
    padding: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .message .box {
    margin-top: 40px;
    padding: 30px 20px;
    display: block;
  }
}
.message .box .img {
  width: 212px;
  min-width: 212px;
}
@media only screen and (max-width: 750px) {
  .message .box .img {
    width: 160px;
    min-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}
.message .box .text {
  width: 100%;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  .message .box .text {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .message .box .text {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .message .box .text .ttl {
    margin-bottom: 15px;
  }
}
.message .box .text .ttl h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  margin-top: 5px;
}
.message .box .text > p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

#company-profile {
  background-color: #F7F7F7;
}
#company-profile .company-profile .box-white {
  padding: 75px;
  background-color: #fff;
}
@media only screen and (max-width: 834px) {
  #company-profile .company-profile .box-white {
    padding: 25px;
  }
}
@media only screen and (max-width: 750px) {
  #company-profile .company-profile .box-white {
    padding: 20px;
  }
}
#company-profile .company-profile .box-white .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 100px;
}
@media only screen and (max-width: 834px) {
  #company-profile .company-profile .box-white .row {
    padding: 15px 40px;
  }
}
@media only screen and (max-width: 750px) {
  #company-profile .company-profile .box-white .row {
    display: block;
    padding: 15px 20px;
  }
}
#company-profile .company-profile .box-white .row:nth-child(odd) {
  background-color: #F4F4F4;
}
#company-profile .company-profile .box-white .row .topic {
  width: 150px;
  min-width: 150px;
}
@media only screen and (max-width: 750px) {
  #company-profile .company-profile .box-white .row .topic {
    width: 100%;
    min-width: 100%;
  }
}
#company-profile .company-profile .box-white .row .topic p {
  font-weight: 500;
}
#company-profile .company-profile .box-white .row .text {
  width: 100%;
}

#company-history .history .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 60px;
}
@media only screen and (max-width: 834px) {
  #company-history .history .row {
    padding: 15px 40px;
  }
}
@media only screen and (max-width: 750px) {
  #company-history .history .row {
    display: block;
    padding: 15px 20px;
  }
}
#company-history .history .row:nth-child(odd) {
  background-color: #F4F4F4;
}
#company-history .history .row .topic {
  width: 260px;
  min-width: 260px;
}
#company-history .history .row .topic p {
  font-weight: 500;
}
#company-history .history .row .text {
  width: 100%;
}

/* Service */
.service-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .service-list ul {
    display: block;
  }
}

.service-list ul li {
  width: 33%;
  color: #fff;
  background-color: #22304E;
}
@media only screen and (max-width: 750px) {
  .service-list ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .service-list ul li + li {
    margin-top: 2%;
  }
}

.service-list ul li a {
  display: block;
  color: #fff;
}

.service-list-img img {
  width: 100%;
  height: auto;
}

.service-list-text {
  padding: 50px 19% 65px 19%;
}
@media only screen and (max-width: 1080px) {
  .service-list-text {
    padding: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .service-list-text {
    padding: 20px 20px 30px 20px;
  }
}

.service-list-text h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1080px) {
  .service-list-text h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .service-list-text h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 10px;
  }
}

.service-list-text h3 span {
  display: block;
  font-size: 2rem;
}
@media only screen and (max-width: 1080px) {
  .service-list-text h3 span {
    font-size: 1.8rem;
  }
}

.service-list-text p {
  font-weight: 300;
  line-height: 3.2rem;
}

.service-list-text .btn-box {
  margin-top: 15px;
}

/* Access */
.access-map {
  position: relative;
}

.access-map-iframe {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 45%;
  position: relative;
  min-height: 400px;
}

.access-map-iframe iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.access-info {
  width: 94%;
  max-width: 914px;
  height: 106px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -53px;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  .access-info {
    display: block;
    height: auto;
    position: static;
    padding-bottom: 3%;
  }
}

.access-info-text {
  width: 100%;
  padding: 0 40px;
}
@media only screen and (max-width: 750px) {
  .access-info-text {
    padding: 20px;
    text-align: center;
  }
}

.access-info-btn {
  width: 227px;
  min-width: 227px;
  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;
  font-weight: 700;
  color: #fff;
  background-image: url("/assets/images/commons/btn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 40px;
  background-size: 10px;
  background-color: #22304E;
}
@media only screen and (max-width: 750px) {
  .access-info-btn {
    width: 100%;
    min-width: 100%;
    height: 70px;
  }
}

/* HICS */
.hics-list {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .hics-list {
    margin-top: 30px;
  }
}

.hics-list-row {
  padding: 20px 25px;
  border-radius: 5px;
}
@media only screen and (max-width: 750px) {
  .hics-list-row {
    padding: 15px 20px;
  }
}

.hics-list-row:nth-child(odd) {
  background-color: #F4F4F4;
}

.hics-list-topic {
  display: block;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  padding-right: 25px;
}
@media only screen and (max-width: 750px) {
  .hics-list-topic {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.toggle-btn {
  background-image: url("/assets/images/commons/btn-arrow-down-black.svg");
  background-repeat: no-repeat;
  background-position: right top 12px;
  background-size: 16px;
}

.toggle-btn.active {
  background-image: url("/assets/images/commons/btn-arrow-up-black.svg");
}

.toggle-content {
  display: none;
}

.toggle-content.active {
  display: block;
}

.hics-list-content {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #000;
}

.hics-list-content ul {
  margin-left: 20px;
}

.hics-list-content ul li {
  list-style: disc;
}

/* Footer */
footer {
  padding-top: 50px;
  color: #fff;
  background-color: #818691;
}

.copyright {
  padding: 50px 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-align: center;
}

.gototop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 8;
}
@media only screen and (max-width: 750px) {
  .gototop {
    width: 48px;
    height: 48px;
  }
}

.show1080 {
  display: none !important;
}
@media only screen and (max-width: 1080px) {
  .show1080 {
    display: block !important;
  }
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
  }
}

@media only screen and (max-width: 1080px) {
  .hide1080 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}

/*# sourceMappingURL=global.css.map */
