@charset "UTF-8";
/*======================
/*設定項目
/*====================*/
#business h2, #history .area h2, #company h2 {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.2em;
}

#business h2 small, #history .area h2 small, #company h2 small {
  margin-bottom: 23px;
  padding-bottom: 3px;
  color: #203d8f;
  border-bottom: 1px solid #203d8f;
  font-family: arno-pro-subhead,serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  #business h2, #history .area h2, #company h2 {
    font-size: 24px;
  }
  #business h2 small, #history .area h2 small, #company h2 small {
    margin-bottom: 15px;
    padding-bottom: 1px;
    font-size: 14px;
  }
}

.featherlight-wrapper {
  display: none;
  padding: 30px;
  overflow-y: auto;
}

.featherlight-wrapper iframe {
  width: 100%;
  height: 500px;
  max-height: 90%;
}

@media (max-width: 767px) {
  .featherlight-wrapper iframe {
    height: 400px;
  }
}

.featherlight-content {
  width: 90%;
}

/* ----------------------------------------------
mainvisual
------------------------------------------------- */
#mainvisual {
  position: relative;
}

#mainvisual .catch {
  position: absolute;
  top: 80px;
  left: 0px;
  z-index: 0;
  width: 100%;
  padding: 0 80px;
}

#mainvisual .catch img {
  width: 650px;
  max-width: 91.8125%;
}

@media (max-width: 999px) {
  #mainvisual .catch {
    top: 60px;
    padding: 0 60px;
  }
  #mainvisual .catch img {
    width: 500px;
  }
}

@media (max-width: 767px) {
  #mainvisual .catch {
    top: 10px;
    padding: 0 10px;
  }
  #mainvisual .catch img {
    width: 400px;
  }
}

#mainslider img {
  width: 100%;
  height: calc(100vh - 98px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 999px) {
  #mainslider img {
    height: auto;
  }
}

/* ----------------------------------------------
message
------------------------------------------------- */
#message {
  position: relative;
  min-height: 719px;
  background: url(../images/message-bg.png) no-repeat right calc(50vw - 11px) top -112px;
  overflow: hidden;
}

#message .txtbox {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 164px;
}

#message .txtbox h2 {
  margin-bottom: 31px;
  color: #203d8f;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.75;
  letter-spacing: 0.2em;
}

#message .txtbox .text {
  max-width: 500px;
  font-size: 18px;
  line-height: 2.22222;
  letter-spacing: 0.1em;
}

#message .imgbox {
  position: absolute;
  top: 89px;
  right: 0;
  z-index: 0;
  width: calc(50% + 200px);
}

#message .imgbox img {
  width: 100%;
  height: 630px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 999px) {
  #message {
    min-height: 0;
  }
  #message .txtbox {
    padding-top: 16.4vw;
  }
  #message .txtbox h2 {
    font-size: 4vw;
    text-shadow: 0 0 5px #fff;
  }
  #message .txtbox .text {
    width: 50%;
    padding-bottom: 50px;
  }
  #message .imgbox {
    width: 70%;
    height: calc(100% - 89px);
  }
  #message .imgbox img {
    height: 100%;
  }
}

@media (max-width: 767px) {
  #message .txtbox {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 50px;
  }
  #message .txtbox h2 {
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: 0;
  }
  #message .txtbox .text {
    width: 100%;
    font-size: 14px;
  }
  #message .imgbox {
    position: relative;
    top: 0;
    width: 90%;
    max-width: 500px;
    margin: 0 0 0 auto;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  margin-bottom: 75px;
  padding-top: 86px;
}

#business .contents {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 61px;
}

#business h2 {
  margin-right: 77px;
}

#business .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 47px;
}

#business .txtbox .text {
  font-size: 18px;
  line-height: 2.22222;
  letter-spacing: 0.1em;
}

#business .txtbox .btn {
  width: 100%;
  max-width: 220px;
  margin: 48px 0 0 auto;
}

#business .txtbox .btn 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;
  width: 100%;
  height: 50px;
  border: 1px solid #203d8f;
  border-radius: 4px;
  color: #203d8f;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

#business .txtbox .btn a:hover {
  opacity: 0.6;
}

#business .txtbox .btn a img {
  margin-right: 19px;
}

#business .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#business .images .block {
  width: 23.75%;
}

#business .images .block img {
  width: 100%;
  height: auto;
}

#business .images .block:not(:first-child) {
  margin-left: 1.66667%;
}

#business .groups {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
  color: #1f1f1f;
}

#business .groups .block {
  padding: 20px 14px;
  background: #f0f3f7;
}

#business .groups .block + .block {
  margin-top: 30px;
}

#business .groups .block h3 {
  margin-bottom: 15px;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 20px;
  font-weight: bold;
}

#business .groups .block .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#business .groups .block .text {
  font-family: "Yu Gothic UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

#business .groups .block .text + .text {
  margin-left: 30px;
}

@media (max-width: 767px) {
  #business {
    margin-bottom: 80px;
  }
  #business .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #business .contents .txtbox {
    padding-top: 30px;
  }
  #business .contents .txtbox .text {
    font-size: 14px;
  }
  #business .contents .txtbox .btn {
    max-width: 160px;
    margin-top: 20px;
  }
  #business .contents .txtbox .btn a {
    height: 40px;
    font-size: 14px;
  }
  #business .groups .block + .block {
    margin-top: 20px;
  }
  #business .groups .block .texts {
    display: block;
  }
  #business .groups .block .text + .text {
    margin-left: 0px;
  }
}

/* ----------------------------------------------
history
------------------------------------------------- */
#history {
  margin-bottom: 110px;
}

#history .area + .area {
  margin-top: 60px;
}

#history .area h2 {
  margin-bottom: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#history .area .table {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 6px 10px 62px;
  background: #F0F3F7;
}

#history .area .table table {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#history .area .table table th,
#history .area .table table td {
  border-bottom: 1px solid #c3d2e6;
}

#history .area .table table th {
  padding: 50px 20px 10px;
  color: #203d8f;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.14286;
  letter-spacing: 0.05em;
}

#history .area .table table td {
  padding: 50px 20px 10px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  #history {
    margin-bottom: 80px;
  }
  #history .area .table table th,
  #history .area .table table td {
    display: block;
  }
  #history .area .table table th {
    padding: 30px 10px 10px;
  }
  #history .area .table table td {
    padding: 10px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  padding-top: 86px;
}

#company h2 {
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#company .contents {
  margin-top: -26px;
  padding: 76px 10px 30px;
  background: #f0f3f7;
}

#company .image {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 61px;
}

#company .image img {
  width: 100%;
  height: auto;
}

#company .lead {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  font-family: "Yu Gothic UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
}

#company .bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 88px;
}

#company .bnrs .block {
  width: 32%;
}

#company .bnrs .block:not(:nth-child(3n + 1)) {
  margin-left: 2%;
}

#company .bnrs .block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: url(../images/arrow.png) no-repeat right 10px bottom 10px, #fff;
  color: #1c1c1c;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.76471;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

#company .bnrs .block a:hover {
  opacity: 0.6;
}

#company .bnrs .block a .imgbox {
  width: 37.5%;
}

#company .bnrs .block a .imgbox img {
  width: 100%;
  aspect-ratio: 120 / 130;
}

#company .bnrs .block a .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

#company .bnrs .block a .txtbox .title.has-small {
  padding-bottom: 10px;
}

#company .bnrs .block a .txtbox .title small {
  display: inline-block;
  margin-bottom: 2px;
  padding: 0 18px;
  background: url(../images/heading-l-s.png) no-repeat left center, url(../images/heading-r-s.png) no-repeat right center;
  color: #203d8f;
  font-family: arno-pro-subhead,serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media (max-width: 999px) {
  #company .bnrs .block a {
    background-position: right 5px bottom 5px;
    letter-spacing: 0;
  }
  #company .bnrs .block a .txtbox .title small {
    padding-top: 5px;
  }
}

@media (max-width: 767px) {
  #company .bnrs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 320px;
  }
  #company .bnrs .block {
    width: 100%;
  }
  #company .bnrs .block:not(:nth-child(3n + 1)) {
    margin-top: 20px;
    margin-left: 0;
  }
}

/* ----------------------------------------------
menubnrs
------------------------------------------------- */
#menubnrs {
  margin-bottom: 70px;
  padding: 115px 10px;
  background: #f0f3f7;
}

#menubnrs .bnrs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#menubnrs .bnrs .block {
  width: 23.5%;
}

#menubnrs .bnrs .block:not(:nth-child(4n + 1)) {
  margin-left: 2%;
}

#menubnrs .bnrs .block a {
  display: block;
  width: 100%;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

#menubnrs .bnrs .block a:hover {
  opacity: 0.6;
}

#menubnrs .bnrs .block a .imgbox img {
  width: 100%;
}

@media (max-width: 999px) {
  #menubnrs {
    padding: 85px 10px;
  }
  #menubnrs .bnrs .block a {
    background-position: right 5px bottom 5px;
    letter-spacing: 0;
  }
  #menubnrs .bnrs .block a .txtbox .title small {
    padding-top: 5px;
  }
}

@media (max-width: 767px) {
  #menubnrs {
    padding: 75px 10px;
  }
  #menubnrs .bnrs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 560px;
  }
  #menubnrs .bnrs .block {
    width: 48.5%;
  }
  #menubnrs .bnrs .block:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  #menubnrs .bnrs .block:not(:nth-child(2n + 1)) {
    margin-left: 3%;
  }
  #menubnrs .bnrs .block:nth-child(n + 3) {
    margin-top: 20px;
  }
}

#googlemap {
  width: calc(100% - 20px);
  max-width: 1000px;
  height: 400px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #googlemap {
    aspect-ratio: 1 / 1;
    height: auto;
    max-height: 400px;
  }
}
/*# sourceMappingURL=index.css.map */